<!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>[195740] 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/195740">195740</a></dd>
<dt>Author</dt> <dd>zalan@apple.com</dd>
<dt>Date</dt> <dd>2016-01-28 08:31:56 -0800 (Thu, 28 Jan 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Unexpected content wrapping at http://email.osh.com/H/2/v100000152474feb8ec7c1a1f4bbe5c7c0/HTML
https://bugs.webkit.org/show_bug.cgi?id=153430

Reviewed by Simon Fraser.

Ensure that min/max preferred and computed widths never shrink while converting LayoutUnit to float and back.

Source/WebCore:

Test: fast/table/fixed-size-table-with-fixed-size-content.html

* rendering/AutoTableLayout.cpp:
(WebCore::AutoTableLayout::recalcColumn):
(WebCore::AutoTableLayout::calcEffectiveLogicalWidth):
(WebCore::AutoTableLayout::layout):
* rendering/RenderBlock.cpp:
(WebCore::RenderBlock::computePreferredLogicalWidths): Deleted.

LayoutTests:

* fast/table/fixed-size-table-with-fixed-size-content-expected.html: Added.
* fast/table/fixed-size-table-with-fixed-size-content.html: Added.
* platform/ios-simulator/css1/basic/containment-expected.txt:
* platform/ios-simulator/css1/basic/contextual_selectors-expected.txt:
* platform/ios-simulator/css1/basic/grouping-expected.txt:
* platform/ios-simulator/css1/basic/id_as_selector-expected.txt:
* platform/ios-simulator/css1/basic/inheritance-expected.txt:
* platform/ios-simulator/css1/box_properties/border-expected.txt:
* platform/ios-simulator/css1/box_properties/border_bottom-expected.txt:
* platform/ios-simulator/css1/box_properties/border_bottom_inline-expected.txt:
* platform/ios-simulator/css1/box_properties/border_bottom_width-expected.txt:
* platform/ios-simulator/css1/box_properties/border_bottom_width_inline-expected.txt:
* platform/ios-simulator/css1/box_properties/border_color-expected.txt:
* platform/ios-simulator/css1/box_properties/border_color_inline-expected.txt:
* platform/ios-simulator/css1/box_properties/border_inline-expected.txt:
* platform/ios-simulator/css1/box_properties/border_left-expected.txt:
* platform/ios-simulator/css1/box_properties/border_left_inline-expected.txt:
* platform/ios-simulator/css1/box_properties/border_left_width-expected.txt:
* platform/ios-simulator/css1/box_properties/border_left_width_inline-expected.txt:
* platform/ios-simulator/css1/box_properties/border_right-expected.txt:
* platform/ios-simulator/css1/box_properties/border_right_inline-expected.txt:
* platform/ios-simulator/css1/box_properties/border_right_width-expected.txt:
* platform/ios-simulator/css1/box_properties/border_right_width_inline-expected.txt:
* platform/ios-simulator/css1/box_properties/border_style-expected.txt:
* platform/ios-simulator/css1/box_properties/border_style_inline-expected.txt:
* platform/ios-simulator/css1/box_properties/border_top-expected.txt:
* platform/ios-simulator/css1/box_properties/border_top_inline-expected.txt:
* platform/ios-simulator/css1/box_properties/border_top_width-expected.txt:
* platform/ios-simulator/css1/box_properties/border_top_width_inline-expected.txt:
* platform/ios-simulator/css1/box_properties/border_width-expected.txt:
* platform/ios-simulator/css1/box_properties/border_width_inline-expected.txt:
* platform/ios-simulator/css1/box_properties/clear-expected.txt:
* platform/ios-simulator/css1/box_properties/clear_float-expected.txt:
* platform/ios-simulator/css1/box_properties/float-expected.txt:
* platform/ios-simulator/css1/box_properties/float_elements_in_series-expected.txt:
* platform/ios-simulator/css1/box_properties/float_margin-expected.txt:
* platform/ios-simulator/css1/box_properties/height-expected.txt:
* platform/ios-simulator/css1/box_properties/margin-expected.txt:
* platform/ios-simulator/css1/box_properties/margin_bottom-expected.txt:
* platform/ios-simulator/css1/box_properties/margin_bottom_inline-expected.txt:
* platform/ios-simulator/css1/box_properties/margin_inline-expected.txt:
* platform/ios-simulator/css1/box_properties/margin_left-expected.txt:
* platform/ios-simulator/css1/box_properties/margin_left_inline-expected.txt:
* platform/ios-simulator/css1/box_properties/margin_right-expected.txt:
* platform/ios-simulator/css1/box_properties/margin_right_inline-expected.txt:
* platform/ios-simulator/css1/box_properties/margin_top-expected.txt:
* platform/ios-simulator/css1/box_properties/margin_top_inline-expected.txt:
* platform/ios-simulator/css1/box_properties/padding-expected.txt:
* platform/ios-simulator/css1/box_properties/padding_bottom-expected.txt:
* platform/ios-simulator/css1/box_properties/padding_bottom_inline-expected.txt:
* platform/ios-simulator/css1/box_properties/padding_inline-expected.txt:
* platform/ios-simulator/css1/box_properties/padding_left-expected.txt:
* platform/ios-simulator/css1/box_properties/padding_left_inline-expected.txt:
* platform/ios-simulator/css1/box_properties/padding_right-expected.txt:
* platform/ios-simulator/css1/box_properties/padding_right_inline-expected.txt:
* platform/ios-simulator/css1/box_properties/padding_top-expected.txt:
* platform/ios-simulator/css1/box_properties/padding_top_inline-expected.txt:
* platform/ios-simulator/css1/box_properties/width-expected.txt:
* platform/ios-simulator/css1/cascade/cascade_order-expected.txt:
* platform/ios-simulator/css1/cascade/important-expected.txt:
* platform/ios-simulator/css1/classification/display-expected.txt:
* platform/ios-simulator/css1/classification/list_style-expected.txt:
* platform/ios-simulator/css1/classification/list_style_image-expected.txt:
* platform/ios-simulator/css1/classification/list_style_position-expected.txt:
* platform/ios-simulator/css1/classification/list_style_type-expected.txt:
* platform/ios-simulator/css1/classification/white_space-expected.txt:
* platform/ios-simulator/css1/color_and_background/background-expected.txt:
* platform/ios-simulator/css1/color_and_background/background_attachment-expected.txt:
* platform/ios-simulator/css1/color_and_background/background_color-expected.txt:
* platform/ios-simulator/css1/color_and_background/background_image-expected.txt:
* platform/ios-simulator/css1/color_and_background/background_position-expected.txt:
* platform/ios-simulator/css1/color_and_background/background_repeat-expected.txt:
* platform/ios-simulator/css1/color_and_background/color-expected.txt:
* platform/ios-simulator/css1/conformance/forward_compatible_parsing-expected.txt:
* platform/ios-simulator/css1/font_properties/font-expected.txt:
* platform/ios-simulator/css1/font_properties/font_family-expected.txt:
* platform/ios-simulator/css1/font_properties/font_size-expected.txt:
* platform/ios-simulator/css1/font_properties/font_style-expected.txt:
* platform/ios-simulator/css1/font_properties/font_variant-expected.txt:
* platform/ios-simulator/css1/font_properties/font_weight-expected.txt:
* platform/ios-simulator/css1/formatting_model/canvas-expected.txt:
* platform/ios-simulator/css1/formatting_model/height_of_lines-expected.txt:
* platform/ios-simulator/css1/formatting_model/inline_elements-expected.txt:
* platform/ios-simulator/css1/formatting_model/replaced_elements-expected.txt:
* platform/ios-simulator/css1/formatting_model/vertical_formatting-expected.txt:
* platform/ios-simulator/css1/pseudo/anchor-expected.txt:
* platform/ios-simulator/css1/pseudo/firstletter-expected.txt:
* platform/ios-simulator/css1/pseudo/firstline-expected.txt:
* platform/ios-simulator/css1/pseudo/multiple_pseudo_elements-expected.txt:
* platform/ios-simulator/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
* platform/ios-simulator/css1/text_properties/letter_spacing-expected.txt:
* platform/ios-simulator/css1/text_properties/line_height-expected.txt:
* platform/ios-simulator/css1/text_properties/text_align-expected.txt:
* platform/ios-simulator/css1/text_properties/text_decoration-expected.txt:
* platform/ios-simulator/css1/text_properties/text_indent-expected.txt:
* platform/ios-simulator/css1/text_properties/text_transform-expected.txt:
* platform/ios-simulator/css1/text_properties/vertical_align-expected.txt:
* platform/ios-simulator/css1/text_properties/word_spacing-expected.txt:
* platform/ios-simulator/css1/units/color_units-expected.txt:
* platform/ios-simulator/css1/units/length_units-expected.txt:
* platform/ios-simulator/css1/units/percentage_units-expected.txt:
* platform/ios-simulator/css1/units/urls-expected.txt:
* platform/ios-simulator/css2.1/20110323/border-collapse-offset-002-expected.txt:
* platform/ios-simulator/css2.1/20110323/border-conflict-style-079-expected.txt:
* platform/ios-simulator/css2.1/20110323/border-conflict-style-088-expected.txt:
* platform/ios-simulator/css2.1/20110323/dynamic-top-change-002-expected.txt:
* platform/ios-simulator/css2.1/20110323/dynamic-top-change-003-expected.txt:
* platform/ios-simulator/css2.1/20110323/inline-table-001-expected.txt:
* platform/ios-simulator/css2.1/20110323/inline-table-003-expected.txt:
* platform/ios-simulator/css2.1/20110323/margin-applies-to-001-expected.txt:
* platform/ios-simulator/css2.1/20110323/margin-applies-to-002-expected.txt:
* platform/ios-simulator/css2.1/20110323/margin-applies-to-003-expected.txt:
* platform/ios-simulator/css2.1/20110323/margin-applies-to-004-expected.txt:
* platform/ios-simulator/css2.1/20110323/margin-applies-to-005-expected.txt:
* platform/ios-simulator/css2.1/20110323/margin-applies-to-006-expected.txt:
* platform/ios-simulator/css2.1/20110323/margin-applies-to-007-expected.txt:
* platform/ios-simulator/css2.1/20110323/margin-applies-to-013-expected.txt:
* platform/ios-simulator/css2.1/20110323/margin-applies-to-014-expected.txt:
* platform/ios-simulator/css2.1/20110323/margin-applies-to-015-expected.txt:
* platform/ios-simulator/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt:
* platform/ios-simulator/css2.1/20110323/table-caption-001-expected.txt:
* platform/ios-simulator/css2.1/20110323/table-caption-optional-001-expected.txt:
* platform/ios-simulator/css2.1/20110323/table-caption-optional-002-expected.txt:
* platform/ios-simulator/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
* platform/ios-simulator/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
* platform/ios-simulator/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
* platform/ios-simulator/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
* platform/ios-simulator/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt:
* platform/ios-simulator/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
* platform/ios-simulator/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt:
* platform/ios-simulator/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-52-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-54-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-59-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-64-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-65-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-70-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-71-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-74-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-84-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-85-d-expected.txt:
* platform/ios-simulator/css2.1/t170602-bdr-conflct-w-94-d-expected.txt:
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-177-expected.txt:
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-178-expected.txt:
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-179-expected.txt:
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-180-expected.txt:
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-181-expected.txt:
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-189-expected.txt:
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-190-expected.txt:
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-191-expected.txt:
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-192-expected.txt:
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-193-expected.txt:
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-194-expected.txt:
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-195-expected.txt:
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-196-expected.txt:
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-205-expected.txt:
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-206-expected.txt:
* platform/ios-simulator/css3/css3-modsel-33-expected.txt:
* platform/ios-simulator/css3/selectors3/html/css3-modsel-18-expected.txt:
* platform/ios-simulator/css3/selectors3/html/css3-modsel-29-expected.txt:
* platform/ios-simulator/css3/selectors3/html/css3-modsel-29b-expected.txt:
* platform/ios-simulator/css3/selectors3/html/css3-modsel-33-expected.txt:
* platform/ios-simulator/css3/selectors3/html/css3-modsel-73-expected.txt:
* platform/ios-simulator/css3/selectors3/html/css3-modsel-73b-expected.txt:
* platform/ios-simulator/css3/selectors3/html/css3-modsel-77-expected.txt:
* platform/ios-simulator/css3/selectors3/html/css3-modsel-77b-expected.txt:
* platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-18-expected.txt:
* platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-29-expected.txt:
* platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-29b-expected.txt:
* platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-33-expected.txt:
* platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-73-expected.txt:
* platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-73b-expected.txt:
* platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-77-expected.txt:
* platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-77b-expected.txt:
* platform/ios-simulator/css3/selectors3/xml/css3-modsel-18-expected.txt:
* platform/ios-simulator/css3/selectors3/xml/css3-modsel-29-expected.txt:
* platform/ios-simulator/css3/selectors3/xml/css3-modsel-29b-expected.txt:
* platform/ios-simulator/css3/selectors3/xml/css3-modsel-33-expected.txt:
* platform/ios-simulator/css3/selectors3/xml/css3-modsel-73-expected.txt:
* platform/ios-simulator/css3/selectors3/xml/css3-modsel-73b-expected.txt:
* platform/ios-simulator/css3/selectors3/xml/css3-modsel-77-expected.txt:
* platform/ios-simulator/css3/selectors3/xml/css3-modsel-77b-expected.txt:
* platform/ios-simulator/editing/deleting/4922367-expected.txt:
* platform/ios-simulator/editing/deleting/5126166-expected.txt:
* platform/ios-simulator/editing/deleting/5206311-1-expected.txt:
* platform/ios-simulator/editing/deleting/5433862-2-expected.txt:
* platform/ios-simulator/editing/inserting/paragraph-separator-in-table-1-expected.txt:
* platform/ios-simulator/editing/selection/5057506-2-expected.txt:
* platform/ios-simulator/editing/selection/5057506-expected.txt:
* platform/ios-simulator/editing/selection/5131716-1-expected.txt:
* platform/ios-simulator/editing/selection/5131716-2-expected.txt:
* platform/ios-simulator/editing/selection/5131716-3-expected.txt:
* platform/ios-simulator/editing/selection/5131716-4-expected.txt:
* platform/ios-simulator/fast/block/basic/quirk-percent-height-table-cell-expected.txt:
* platform/ios-simulator/fast/block/float/015-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/006-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/010-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/011-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/012-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/015-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/016-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/017-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/018-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/019-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/020-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/021-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/022-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/025-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/032-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/033-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/034-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/041-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/042-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/055-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/056-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/057-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/058-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/059-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
* platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
* platform/ios-simulator/fast/block/positioning/negative-right-pos-expected.txt:
* platform/ios-simulator/fast/block/positioning/table-cell-static-position-expected.txt:
* platform/ios-simulator/fast/borders/border-antialiasing-expected.txt:
* platform/ios-simulator/fast/borders/border-radius-different-width-001-expected.txt:
* platform/ios-simulator/fast/borders/table-borders-expected.txt:
* platform/ios-simulator/fast/css-generated-content/first-letter-in-nested-before-expected.txt:
* platform/ios-simulator/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt:
* platform/ios-simulator/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt:
* platform/ios-simulator/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
* platform/ios-simulator/fast/css-generated-content/table-row-group-with-before-expected.txt:
* platform/ios-simulator/fast/css-generated-content/table-row-with-before-expected.txt:
* platform/ios-simulator/fast/css-generated-content/table-with-before-expected.txt:
* platform/ios-simulator/fast/css/003-expected.txt:
* platform/ios-simulator/fast/css/absolute-poition-in-rtl-parent-expected.txt:
* platform/ios-simulator/fast/css/acid2-expected.txt:
* platform/ios-simulator/fast/css/acid2-pixel-expected.txt:
* platform/ios-simulator/fast/css/bidi-override-in-anonymous-block-expected.txt:
* platform/ios-simulator/fast/css/box-shadow-and-border-radius-expected.txt:
* platform/ios-simulator/fast/css/css3-nth-child-expected.txt:
* platform/ios-simulator/fast/css/focus-ring-detached-expected.txt:
* platform/ios-simulator/fast/css/focus-ring-multiline-expected.txt:
* platform/ios-simulator/fast/css/h1-in-section-elements-expected.txt:
* platform/ios-simulator/fast/css/percentage-non-integer-expected.txt:
* platform/ios-simulator/fast/css/table-text-align-quirk-expected.txt:
* platform/ios-simulator/fast/css/table-text-align-strict-expected.txt:
* platform/ios-simulator/fast/dom/34176-expected.txt:
* platform/ios-simulator/fast/dom/HTMLTableElement/colSpan-expected.txt:
* platform/ios-simulator/fast/dom/HTMLTableElement/createCaption-expected.txt:
* platform/ios-simulator/fast/dom/row-inner-text-expected.txt:
* platform/ios-simulator/fast/dynamic/001-expected.txt:
* platform/ios-simulator/fast/dynamic/containing-block-change-expected.txt:
* platform/ios-simulator/fast/dynamic/float-withdrawal-expected.txt:
* platform/ios-simulator/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
* platform/ios-simulator/fast/dynamic/subtree-table-cell-height-expected.txt:
* platform/ios-simulator/fast/forms/001-expected.txt:
* platform/ios-simulator/fast/forms/005-expected.txt:
* platform/ios-simulator/fast/forms/form-element-geometry-expected.txt:
* platform/ios-simulator/fast/forms/form-hides-table-expected.txt:
* platform/ios-simulator/fast/forms/formmove3-expected.txt:
* platform/ios-simulator/fast/forms/input-table-expected.txt:
* platform/ios-simulator/fast/forms/listbox-bidi-align-expected.txt:
* platform/ios-simulator/fast/forms/preserveFormDuringResidualStyle-expected.txt:
* platform/ios-simulator/fast/forms/select-dirty-parent-pref-widths-expected.txt:
* platform/ios-simulator/fast/html/details-writing-mode-expected.txt:
* platform/ios-simulator/fast/inline-block/001-expected.txt:
* platform/ios-simulator/fast/inline-block/overflow-clip-expected.txt:
* platform/ios-simulator/fast/invalid/012-expected.txt:
* platform/ios-simulator/fast/lists/004-expected.txt:
* platform/ios-simulator/fast/multicol/span/before-child-anonymous-column-block-expected.txt:
* platform/ios-simulator/fast/multicol/table-vertical-align-expected.txt:
* platform/ios-simulator/fast/overflow/002-expected.txt:
* platform/ios-simulator/fast/overflow/overflow-rtl-expected.txt:
* platform/ios-simulator/fast/overflow/overflow-rtl-vertical-expected.txt:
* platform/ios-simulator/fast/overflow/table-overflow-float-expected.txt:
* platform/ios-simulator/fast/reflections/table-cell-expected.txt:
* platform/ios-simulator/fast/replaced/005-expected.txt:
* platform/ios-simulator/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
* platform/ios-simulator/fast/replaced/selection-rect-in-table-cell-expected.txt:
* platform/ios-simulator/fast/replaced/table-percent-height-positioned-expected.txt:
* platform/ios-simulator/fast/replaced/width100percent-checkbox-expected.txt:
* platform/ios-simulator/fast/replaced/width100percent-image-expected.txt:
* platform/ios-simulator/fast/replaced/width100percent-menulist-expected.txt:
* platform/ios-simulator/fast/replaced/width100percent-radio-expected.txt:
* platform/ios-simulator/fast/replaced/width100percent-searchfield-expected.txt:
* platform/ios-simulator/fast/replaced/width100percent-textarea-expected.txt:
* platform/ios-simulator/fast/replaced/width100percent-textfield-expected.txt:
* platform/ios-simulator/fast/selectors/077-expected.txt:
* platform/ios-simulator/fast/selectors/077b-expected.txt:
* platform/ios-simulator/fast/table/002-expected.txt:
* platform/ios-simulator/fast/table/003-expected.txt:
* platform/ios-simulator/fast/table/005-expected.txt:
* platform/ios-simulator/fast/table/007-expected.txt:
* platform/ios-simulator/fast/table/008-expected.txt:
* platform/ios-simulator/fast/table/009-expected.txt:
* platform/ios-simulator/fast/table/012-expected.txt:
* platform/ios-simulator/fast/table/013-expected.txt:
* platform/ios-simulator/fast/table/021-expected.txt:
* platform/ios-simulator/fast/table/023-expected.txt:
* platform/ios-simulator/fast/table/028-expected.txt:
* platform/ios-simulator/fast/table/028-vertical-expected.txt:
* platform/ios-simulator/fast/table/029-expected.txt:
* platform/ios-simulator/fast/table/038-expected.txt:
* platform/ios-simulator/fast/table/038-vertical-expected.txt:
* platform/ios-simulator/fast/table/039-expected.txt:
* platform/ios-simulator/fast/table/040-expected.txt:
* platform/ios-simulator/fast/table/040-vertical-expected.txt:
* platform/ios-simulator/fast/table/100-percent-cell-width-expected.txt:
* platform/ios-simulator/fast/table/add-before-anonymous-child-expected.txt:
* platform/ios-simulator/fast/table/border-collapsing/001-expected.txt:
* platform/ios-simulator/fast/table/border-collapsing/001-vertical-expected.txt:
* platform/ios-simulator/fast/table/border-collapsing/002-expected.txt:
* platform/ios-simulator/fast/table/border-collapsing/002-vertical-expected.txt:
* platform/ios-simulator/fast/table/border-collapsing/003-expected.txt:
* platform/ios-simulator/fast/table/border-collapsing/003-vertical-expected.txt:
* platform/ios-simulator/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt:
* platform/ios-simulator/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt:
* platform/ios-simulator/fast/table/border-collapsing/cached-69296-expected.txt:
* platform/ios-simulator/fast/table/border-collapsing/cached-change-row-border-width-expected.txt:
* platform/ios-simulator/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt:
* platform/ios-simulator/fast/table/border-collapsing/equal-precedence-resolution-expected.txt:
* platform/ios-simulator/fast/table/border-collapsing/rtl-border-collapsing-expected.txt:
* platform/ios-simulator/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt:
* platform/ios-simulator/fast/table/caption-relayout-expected.txt:
* platform/ios-simulator/fast/table/cell-absolute-child-expected.txt:
* platform/ios-simulator/fast/table/cell-width-auto-expected.txt:
* platform/ios-simulator/fast/table/colspanMinWidth-expected.txt:
* platform/ios-simulator/fast/table/dynamic-cellpadding-expected.txt:
* platform/ios-simulator/fast/table/edge-offsets-expected.txt:
* platform/ios-simulator/fast/table/empty-cells-expected.txt:
* platform/ios-simulator/fast/table/frame-and-rules-expected.txt:
* platform/ios-simulator/fast/table/giantRowspan-expected.txt:
* platform/ios-simulator/fast/table/growCellForImageQuirk-expected.txt:
* platform/ios-simulator/fast/table/growCellForImageQuirk-vertical-expected.txt:
* platform/ios-simulator/fast/table/invisible-cell-background-expected.txt:
* platform/ios-simulator/fast/table/large-width-expected.txt:
* platform/ios-simulator/fast/table/max-width-integer-overflow-expected.txt:
* platform/ios-simulator/fast/table/mozilla-bug10296-vertical-align-1-expected.txt:
* platform/ios-simulator/fast/table/mozilla-bug10296-vertical-align-2-expected.txt:
* platform/ios-simulator/fast/table/nobr-expected.txt:
* platform/ios-simulator/fast/table/overflowHidden-expected.txt:
* platform/ios-simulator/fast/table/percent-heights-expected.txt:
* platform/ios-simulator/fast/table/percent-widths-stretch-expected.txt:
* platform/ios-simulator/fast/table/prepend-in-anonymous-table-expected.txt:
* platform/ios-simulator/fast/table/relative-position-containment-expected.txt:
* platform/ios-simulator/fast/table/relative-position-offsets-expected.txt:
* platform/ios-simulator/fast/table/relative-position-stacking-expected.txt:
* platform/ios-simulator/fast/table/replaced-percent-height-expected.txt:
* platform/ios-simulator/fast/table/row-height-recalc-expected.txt:
* platform/ios-simulator/fast/table/rowspan-paint-order-expected.txt:
* platform/ios-simulator/fast/table/rowspan-paint-order-vertical-expected.txt:
* platform/ios-simulator/fast/table/spanOverlapRepaint-expected.txt:
* platform/ios-simulator/fast/table/stale-grid-crash-expected.txt:
* platform/ios-simulator/fast/table/table-cell-before-child-in-table-expected.txt:
* platform/ios-simulator/fast/table/table-display-types-expected.txt:
* platform/ios-simulator/fast/table/table-display-types-strict-expected.txt:
* platform/ios-simulator/fast/table/table-display-types-vertical-expected.txt:
* platform/ios-simulator/fast/table/table-row-before-after-content-around-table-cell-expected.txt:
* platform/ios-simulator/fast/table/table-row-outline-paint-expected.txt:
* platform/ios-simulator/fast/table/table-row-split2-expected.txt:
* platform/ios-simulator/fast/table/table-section-split2-expected.txt:
* platform/ios-simulator/fast/table/table-split-expected.txt:
* platform/ios-simulator/fast/table/table-split2-expected.txt:
* platform/ios-simulator/fast/text/basic/004-expected.txt:
* platform/ios-simulator/fast/text/basic/005-expected.txt:
* platform/ios-simulator/fast/text/emoji-expected.txt:
* platform/ios-simulator/fast/text/international/bidi-LDB-2-CSS-expected.txt:
* platform/ios-simulator/fast/text/international/bidi-LDB-2-HTML-expected.txt:
* platform/ios-simulator/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
* platform/ios-simulator/fast/text/whitespace/002-expected.txt:
* platform/ios-simulator/fast/text/whitespace/003-expected.txt:
* platform/ios-simulator/fast/text/whitespace/004-expected.txt:
* platform/ios-simulator/fast/text/whitespace/005-expected.txt:
* platform/ios-simulator/fast/text/whitespace/010-expected.txt:
* platform/ios-simulator/fast/text/whitespace/011-expected.txt:
* platform/ios-simulator/fast/text/whitespace/015-expected.txt:
* platform/ios-simulator/fast/text/whitespace/016-expected.txt:
* platform/ios-simulator/fast/text/whitespace/025-expected.txt:
* platform/ios-simulator/fast/writing-mode/table-percent-width-quirk-expected.txt:
* platform/ios-simulator/fast/writing-mode/vertical-align-table-baseline-expected.txt:
* platform/ios-simulator/http/tests/misc/acid2-expected.txt:
* platform/ios-simulator/http/tests/misc/acid2-pixel-expected.txt:
* platform/ios-simulator/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
* platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt:
* platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt:
* platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt:
* platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt:
* platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
* platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt:
* platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
* platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
* platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
* platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
* platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
* platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt:
* platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt:
* platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt:
* platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt:
* platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt:
* platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt:
* platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt:
* platform/ios-simulator/mathml/opentype/opentype-stretchy-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug10009-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug101201-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug101674-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug10296-1-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug1055-1-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug10565-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug10633-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug1067-1-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug1067-2-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug106795-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug106816-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug113235-1-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug113424-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug1163-1-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug1188-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug12008-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug120107-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug120364-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug1224-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug12268-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug12709-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug1271-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug12908-1-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug12908-2-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug12910-2-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug1296-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug1302-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug13169-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug1318-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug139524-1-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug139524-2-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug139524-3-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug139524-4-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug1430-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug14323-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug1474-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug14929-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug15247-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug154780-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug15544-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug159108-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug15933-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug16012-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug16252-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug17138-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug175455-4-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug17548-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug17587-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug1800-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug1802-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug1802s-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug1809-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug18440-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug18664-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug18955-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug19061-1-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug19061-2-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug19356-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug20804-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug2123-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug215629-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug219693-1-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug219693-2-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug22019-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug222336-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug22246-2-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug22246-2a-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug22246-3-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug22246-3a-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug22513-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug2296-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug23235-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug24200-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug25004-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug25074-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug25663-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug2684-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug269566-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug277062-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug2773-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug27993-1-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug2886-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug28933-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug29058-1-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug29429-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug2954-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug2981-1-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug2981-2-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug2997-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug30273-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug3103-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug3260-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug32841-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug33137-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug33855-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug3454-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug3977-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug4093-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug42187-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug4385-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug44505-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug4501-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug4527-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug45350-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug45486-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug4576-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug46268-1-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug46268-2-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug46623-1-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug46623-2-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug47432-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug4803-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug4849-2-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug4849-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug51727-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug5188-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug52505-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug52506-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug53690-1-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug53690-2-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug53891-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug5538-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug55789-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug57828-2-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug5797-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug5835-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug59354-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug60804-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug60807-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug6184-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug6304-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug6404-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug647-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug6674-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug68998-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug69382-1-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug69382-2-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug72359-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug7342-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug7714-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug78162-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug82946-2-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug86708-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug8950-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug9123-1-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug9123-2-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug92143-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug963-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug96334-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug97383-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug9879-1-expected.txt:
* platform/ios-simulator/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
* platform/ios-simulator/tables/mozilla/core/bloomberg-expected.txt:
* platform/ios-simulator/tables/mozilla/core/borders-expected.txt:
* platform/ios-simulator/tables/mozilla/core/cell_heights-expected.txt:
* platform/ios-simulator/tables/mozilla/core/col_span-expected.txt:
* platform/ios-simulator/tables/mozilla/core/col_widths_auto_autoFix-expected.txt:
* platform/ios-simulator/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt:
* platform/ios-simulator/tables/mozilla/core/col_widths_auto_fix-expected.txt:
* platform/ios-simulator/tables/mozilla/core/col_widths_auto_fixPer-expected.txt:
* platform/ios-simulator/tables/mozilla/core/col_widths_auto_per-expected.txt:
* platform/ios-simulator/tables/mozilla/core/col_widths_fix_autoFix-expected.txt:
* platform/ios-simulator/tables/mozilla/core/col_widths_fix_fix-expected.txt:
* platform/ios-simulator/tables/mozilla/core/col_widths_fix_fixPer-expected.txt:
* platform/ios-simulator/tables/mozilla/core/col_widths_fix_per-expected.txt:
* platform/ios-simulator/tables/mozilla/core/margins-expected.txt:
* platform/ios-simulator/tables/mozilla/core/misc-expected.txt:
* platform/ios-simulator/tables/mozilla/core/nested1-expected.txt:
* platform/ios-simulator/tables/mozilla/core/one_row-expected.txt:
* platform/ios-simulator/tables/mozilla/core/table_frame-expected.txt:
* platform/ios-simulator/tables/mozilla/core/table_heights-expected.txt:
* platform/ios-simulator/tables/mozilla/core/table_rules-expected.txt:
* platform/ios-simulator/tables/mozilla/core/table_widths-expected.txt:
* platform/ios-simulator/tables/mozilla/dom/insertColGroups1-expected.txt:
* platform/ios-simulator/tables/mozilla/dom/insertColGroups2-expected.txt:
* platform/ios-simulator/tables/mozilla/dom/insertCols1-expected.txt:
* platform/ios-simulator/tables/mozilla/dom/insertCols2-expected.txt:
* platform/ios-simulator/tables/mozilla/dom/insertCols3-expected.txt:
* platform/ios-simulator/tables/mozilla/dom/insertCols4-expected.txt:
* platform/ios-simulator/tables/mozilla/dom/insertCols5-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/backgr_position-table-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/colgroup_span-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_middle-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_top-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/colgroup_width_pct-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/colgroup_width_px-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/table_row_align_center-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/table_row_align_left-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/table_row_align_right-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_black-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_green-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_red-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_white-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_td_width-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_th_colspan-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_th_width-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_width_px-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tbody_valign_top-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/td_valign_baseline-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/td_valign_bottom-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/td_valign_middle-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/td_valign_top-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/th_valign_baseline-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/th_valign_bottom-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/th_valign_middle-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/th_valign_top-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/thead_valign_middle-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/thead_valign_top-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_black-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_green-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_red-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_white-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_valign_baseline-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_valign_bottom-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_valign_middle-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tr_valign_top-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_col_align_char-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_col_span-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_col_valign_middle-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_col_valign_top-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_col_width_px-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_col_width_rel-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_colgroup_span-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_td_align_center-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_td_align_char-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_td_align_justify-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_td_align_left-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_td_align_right-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_td_valign_middle-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_td_valign_top-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_td_width-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_th_align_center-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_th_align_char-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_th_align_justify-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_th_align_left-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_th_align_right-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_th_rowspan-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_th_valign_middle-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_th_valign_top-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_th_width-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_tr_align_char-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_top-expected.txt:
* platform/ios-simulator/tables/mozilla/other/cell_widths-expected.txt:
* platform/ios-simulator/tables/mozilla/other/ms-expected.txt:
* platform/ios-simulator/tables/mozilla/other/nested2-expected.txt:
* platform/ios-simulator/tables/mozilla/other/nestedTables-expected.txt:
* platform/ios-simulator/tables/mozilla/other/slashlogo-expected.txt:
* platform/ios-simulator/tables/mozilla/other/test3-expected.txt:
* platform/ios-simulator/tables/mozilla/other/test6-expected.txt:
* platform/ios-simulator/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/97619-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1164-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug17826-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug3105-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug59252-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/core/captions1-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/core/captions2-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/core/col_span2-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/core/cols1-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/core/columns-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/core/standards1-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/other/empty_cells-expected.txt:
* platform/mac/accessibility/table-detection-expected.txt:
* platform/mac/compositing/contents-opaque/table-parts-expected.txt:
* platform/mac/css1/basic/containment-expected.txt:
* platform/mac/css1/basic/contextual_selectors-expected.txt:
* platform/mac/css1/basic/grouping-expected.txt:
* platform/mac/css1/basic/id_as_selector-expected.txt:
* platform/mac/css1/basic/inheritance-expected.txt:
* platform/mac/css1/box_properties/border-expected.txt:
* platform/mac/css1/box_properties/border_bottom-expected.txt:
* platform/mac/css1/box_properties/border_bottom_inline-expected.txt:
* platform/mac/css1/box_properties/border_bottom_width-expected.txt:
* platform/mac/css1/box_properties/border_bottom_width_inline-expected.txt:
* platform/mac/css1/box_properties/border_color-expected.txt:
* platform/mac/css1/box_properties/border_color_inline-expected.txt:
* platform/mac/css1/box_properties/border_inline-expected.txt:
* platform/mac/css1/box_properties/border_left-expected.txt:
* platform/mac/css1/box_properties/border_left_inline-expected.txt:
* platform/mac/css1/box_properties/border_left_width-expected.txt:
* platform/mac/css1/box_properties/border_left_width_inline-expected.txt:
* platform/mac/css1/box_properties/border_right-expected.txt:
* platform/mac/css1/box_properties/border_right_inline-expected.txt:
* platform/mac/css1/box_properties/border_right_width-expected.txt:
* platform/mac/css1/box_properties/border_right_width_inline-expected.txt:
* platform/mac/css1/box_properties/border_style-expected.txt:
* platform/mac/css1/box_properties/border_style_inline-expected.txt:
* platform/mac/css1/box_properties/border_top-expected.txt:
* platform/mac/css1/box_properties/border_top_inline-expected.txt:
* platform/mac/css1/box_properties/border_top_width-expected.txt:
* platform/mac/css1/box_properties/border_top_width_inline-expected.txt:
* platform/mac/css1/box_properties/border_width-expected.txt:
* platform/mac/css1/box_properties/border_width_inline-expected.txt:
* platform/mac/css1/box_properties/clear-expected.txt:
* platform/mac/css1/box_properties/clear_float-expected.txt:
* platform/mac/css1/box_properties/float-expected.txt:
* platform/mac/css1/box_properties/float_elements_in_series-expected.txt:
* platform/mac/css1/box_properties/float_margin-expected.txt:
* platform/mac/css1/box_properties/float_on_text_elements-expected.txt:
* platform/mac/css1/box_properties/height-expected.txt:
* platform/mac/css1/box_properties/margin-expected.txt:
* platform/mac/css1/box_properties/margin_bottom-expected.txt:
* platform/mac/css1/box_properties/margin_bottom_inline-expected.txt:
* platform/mac/css1/box_properties/margin_inline-expected.txt:
* platform/mac/css1/box_properties/margin_left-expected.txt:
* platform/mac/css1/box_properties/margin_left_inline-expected.txt:
* platform/mac/css1/box_properties/margin_right-expected.txt:
* platform/mac/css1/box_properties/margin_right_inline-expected.txt:
* platform/mac/css1/box_properties/margin_top-expected.txt:
* platform/mac/css1/box_properties/margin_top_inline-expected.txt:
* platform/mac/css1/box_properties/padding-expected.txt:
* platform/mac/css1/box_properties/padding_bottom-expected.txt:
* platform/mac/css1/box_properties/padding_bottom_inline-expected.txt:
* platform/mac/css1/box_properties/padding_inline-expected.txt:
* platform/mac/css1/box_properties/padding_left-expected.txt:
* platform/mac/css1/box_properties/padding_left_inline-expected.txt:
* platform/mac/css1/box_properties/padding_right-expected.txt:
* platform/mac/css1/box_properties/padding_right_inline-expected.txt:
* platform/mac/css1/box_properties/padding_top-expected.txt:
* platform/mac/css1/box_properties/padding_top_inline-expected.txt:
* platform/mac/css1/box_properties/width-expected.txt:
* platform/mac/css1/cascade/cascade_order-expected.txt:
* platform/mac/css1/cascade/important-expected.txt:
* platform/mac/css1/classification/display-expected.txt:
* platform/mac/css1/classification/list_style-expected.txt:
* platform/mac/css1/classification/list_style_image-expected.txt:
* platform/mac/css1/classification/list_style_position-expected.txt:
* platform/mac/css1/classification/list_style_type-expected.txt:
* platform/mac/css1/classification/white_space-expected.txt:
* platform/mac/css1/color_and_background/background-expected.txt:
* platform/mac/css1/color_and_background/background_attachment-expected.txt:
* platform/mac/css1/color_and_background/background_color-expected.txt:
* platform/mac/css1/color_and_background/background_image-expected.txt:
* platform/mac/css1/color_and_background/background_position-expected.txt:
* platform/mac/css1/color_and_background/background_repeat-expected.txt:
* platform/mac/css1/color_and_background/color-expected.txt:
* platform/mac/css1/conformance/forward_compatible_parsing-expected.txt:
* platform/mac/css1/font_properties/font-expected.txt:
* platform/mac/css1/font_properties/font_family-expected.txt:
* platform/mac/css1/font_properties/font_size-expected.txt:
* platform/mac/css1/font_properties/font_style-expected.txt:
* platform/mac/css1/font_properties/font_variant-expected.txt:
* platform/mac/css1/font_properties/font_weight-expected.txt:
* platform/mac/css1/formatting_model/canvas-expected.txt:
* platform/mac/css1/formatting_model/floating_elements-expected.txt:
* platform/mac/css1/formatting_model/height_of_lines-expected.txt:
* platform/mac/css1/formatting_model/inline_elements-expected.txt:
* platform/mac/css1/formatting_model/replaced_elements-expected.txt:
* platform/mac/css1/formatting_model/vertical_formatting-expected.txt:
* platform/mac/css1/pseudo/anchor-expected.txt:
* platform/mac/css1/pseudo/firstletter-expected.txt:
* platform/mac/css1/pseudo/firstline-expected.txt:
* platform/mac/css1/pseudo/multiple_pseudo_elements-expected.txt:
* platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
* platform/mac/css1/text_properties/letter_spacing-expected.txt:
* platform/mac/css1/text_properties/line_height-expected.txt:
* platform/mac/css1/text_properties/text_align-expected.txt:
* platform/mac/css1/text_properties/text_decoration-expected.txt:
* platform/mac/css1/text_properties/text_indent-expected.txt:
* platform/mac/css1/text_properties/text_transform-expected.txt:
* platform/mac/css1/text_properties/vertical_align-expected.txt:
* platform/mac/css1/text_properties/word_spacing-expected.txt:
* platform/mac/css1/units/color_units-expected.txt:
* platform/mac/css1/units/length_units-expected.txt:
* platform/mac/css1/units/percentage_units-expected.txt:
* platform/mac/css1/units/urls-expected.txt:
* platform/mac/css2.1/20110323/border-collapse-offset-002-expected.txt:
* platform/mac/css2.1/20110323/border-conflict-style-079-expected.txt:
* platform/mac/css2.1/20110323/border-conflict-style-088-expected.txt:
* platform/mac/css2.1/20110323/dynamic-top-change-002-expected.txt:
* platform/mac/css2.1/20110323/dynamic-top-change-003-expected.txt:
* platform/mac/css2.1/20110323/inline-table-001-expected.txt:
* platform/mac/css2.1/20110323/inline-table-003-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-001-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-002-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-003-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-004-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-005-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-006-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-007-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-013-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-014-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-015-expected.txt:
* platform/mac/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt:
* platform/mac/css2.1/20110323/table-caption-001-expected.txt:
* platform/mac/css2.1/20110323/table-caption-optional-001-expected.txt:
* platform/mac/css2.1/20110323/table-caption-optional-002-expected.txt:
* platform/mac/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
* platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
* platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
* platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
* platform/mac/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt:
* platform/mac/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
* platform/mac/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-52-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-54-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-59-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-64-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-65-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-70-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-71-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-74-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-84-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-85-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-94-d-expected.txt:
* platform/mac/css2.1/tables/table-anonymous-objects-177-expected.txt:
* platform/mac/css2.1/tables/table-anonymous-objects-178-expected.txt:
* platform/mac/css2.1/tables/table-anonymous-objects-179-expected.txt:
* platform/mac/css2.1/tables/table-anonymous-objects-180-expected.txt:
* platform/mac/css2.1/tables/table-anonymous-objects-181-expected.txt:
* platform/mac/css2.1/tables/table-anonymous-objects-189-expected.txt:
* platform/mac/css2.1/tables/table-anonymous-objects-190-expected.txt:
* platform/mac/css2.1/tables/table-anonymous-objects-191-expected.txt:
* platform/mac/css2.1/tables/table-anonymous-objects-192-expected.txt:
* platform/mac/css2.1/tables/table-anonymous-objects-193-expected.txt:
* platform/mac/css2.1/tables/table-anonymous-objects-194-expected.txt:
* platform/mac/css2.1/tables/table-anonymous-objects-195-expected.txt:
* platform/mac/css2.1/tables/table-anonymous-objects-196-expected.txt:
* platform/mac/css2.1/tables/table-anonymous-objects-205-expected.txt:
* platform/mac/css2.1/tables/table-anonymous-objects-206-expected.txt:
* platform/mac/css3/css3-modsel-33-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-29-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-29b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-33-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-73-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-73b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-77-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-77b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-29-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-29b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-33-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-73-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-73b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-77-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-77b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-29-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-29b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-33-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-73-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-73b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-77-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-77b-expected.txt:
* platform/mac/editing/deleting/4922367-expected.txt:
* platform/mac/editing/deleting/5126166-expected.txt:
* platform/mac/editing/deleting/5144139-2-expected.txt:
* platform/mac/editing/deleting/5206311-1-expected.txt:
* platform/mac/editing/deleting/5433862-2-expected.txt:
* platform/mac/editing/inserting/paragraph-separator-in-table-1-expected.txt:
* platform/mac/editing/pasteboard/innerText-inline-table-expected.txt:
* platform/mac/editing/selection/3690703-2-expected.txt:
* platform/mac/editing/selection/3690703-expected.txt:
* platform/mac/editing/selection/3690719-expected.txt:
* platform/mac/editing/selection/5057506-2-expected.txt:
* platform/mac/editing/selection/5057506-expected.txt:
* platform/mac/editing/selection/5131716-1-expected.txt:
* platform/mac/editing/selection/5131716-2-expected.txt:
* platform/mac/editing/selection/5131716-3-expected.txt:
* platform/mac/editing/selection/5131716-4-expected.txt:
* platform/mac/editing/selection/move-by-line-001-expected.txt:
* platform/mac/editing/selection/select-all-004-expected.txt:
* platform/mac/editing/unsupported-content/table-type-after-expected.txt:
* platform/mac/editing/unsupported-content/table-type-before-expected.txt:
* platform/mac/fast/block/basic/016-expected.txt:
* platform/mac/fast/block/basic/quirk-percent-height-table-cell-expected.txt:
* platform/mac/fast/block/float/015-expected.txt:
* platform/mac/fast/block/margin-collapse/006-expected.txt:
* platform/mac/fast/block/margin-collapse/010-expected.txt:
* platform/mac/fast/block/margin-collapse/011-expected.txt:
* platform/mac/fast/block/margin-collapse/012-expected.txt:
* platform/mac/fast/block/margin-collapse/015-expected.txt:
* platform/mac/fast/block/margin-collapse/016-expected.txt:
* platform/mac/fast/block/margin-collapse/017-expected.txt:
* platform/mac/fast/block/margin-collapse/018-expected.txt:
* platform/mac/fast/block/margin-collapse/019-expected.txt:
* platform/mac/fast/block/margin-collapse/020-expected.txt:
* platform/mac/fast/block/margin-collapse/021-expected.txt:
* platform/mac/fast/block/margin-collapse/022-expected.txt:
* platform/mac/fast/block/margin-collapse/025-expected.txt:
* platform/mac/fast/block/margin-collapse/032-expected.txt:
* platform/mac/fast/block/margin-collapse/033-expected.txt:
* platform/mac/fast/block/margin-collapse/034-expected.txt:
* platform/mac/fast/block/margin-collapse/041-expected.txt:
* platform/mac/fast/block/margin-collapse/042-expected.txt:
* platform/mac/fast/block/margin-collapse/055-expected.txt:
* platform/mac/fast/block/margin-collapse/056-expected.txt:
* platform/mac/fast/block/margin-collapse/057-expected.txt:
* platform/mac/fast/block/margin-collapse/058-expected.txt:
* platform/mac/fast/block/margin-collapse/059-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
* platform/mac/fast/block/positioning/negative-right-pos-expected.txt:
* platform/mac/fast/block/positioning/table-cell-static-position-expected.txt:
* platform/mac/fast/borders/border-antialiasing-expected.txt:
* platform/mac/fast/borders/border-radius-different-width-001-expected.txt:
* platform/mac/fast/borders/table-borders-expected.txt:
* platform/mac/fast/css-generated-content/first-letter-in-nested-before-expected.txt:
* platform/mac/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt:
* platform/mac/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt:
* platform/mac/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
* platform/mac/fast/css-generated-content/table-parts-before-and-after-expected.txt:
* platform/mac/fast/css-generated-content/table-row-group-with-before-expected.txt:
* platform/mac/fast/css-generated-content/table-row-with-before-expected.txt:
* platform/mac/fast/css-generated-content/table-with-before-expected.txt:
* platform/mac/fast/css/003-expected.txt:
* platform/mac/fast/css/absolute-poition-in-rtl-parent-expected.txt:
* platform/mac/fast/css/acid2-expected.txt:
* platform/mac/fast/css/acid2-pixel-expected.txt:
* platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
* platform/mac/fast/css/box-shadow-and-border-radius-expected.txt:
* platform/mac/fast/css/caption-width-absolute-position-expected.txt:
* platform/mac/fast/css/caption-width-absolute-position-offset-top-expected.txt:
* platform/mac/fast/css/caption-width-fixed-position-expected.txt:
* platform/mac/fast/css/caption-width-fixed-position-offset-top-expected.txt:
* platform/mac/fast/css/caption-width-relative-position-expected.txt:
* platform/mac/fast/css/caption-width-relative-position-offset-top-expected.txt:
* platform/mac/fast/css/css3-nth-child-expected.txt:
* platform/mac/fast/css/focus-ring-detached-expected.txt:
* platform/mac/fast/css/focus-ring-multiline-expected.txt:
* platform/mac/fast/css/h1-in-section-elements-expected.txt:
* platform/mac/fast/css/image-rendering-expected.txt:
* platform/mac/fast/css/min-width-with-spanned-cell-expected.txt:
* platform/mac/fast/css/percentage-non-integer-expected.txt:
* platform/mac/fast/css/table-text-align-quirk-expected.txt:
* platform/mac/fast/css/table-text-align-strict-expected.txt:
* platform/mac/fast/dom/34176-expected.txt:
* platform/mac/fast/dom/HTMLTableElement/colSpan-expected.txt:
* platform/mac/fast/dom/HTMLTableElement/createCaption-expected.txt:
* platform/mac/fast/dom/row-inner-text-expected.txt:
* platform/mac/fast/dynamic/001-expected.txt:
* platform/mac/fast/dynamic/containing-block-change-expected.txt:
* platform/mac/fast/dynamic/float-withdrawal-expected.txt:
* platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
* platform/mac/fast/dynamic/subtree-table-cell-height-expected.txt:
* platform/mac/fast/encoding/utf-16-big-endian-expected.txt:
* platform/mac/fast/encoding/utf-16-little-endian-expected.txt:
* platform/mac/fast/forms/001-expected.txt:
* platform/mac/fast/forms/005-expected.txt:
* platform/mac/fast/forms/basic-buttons-expected.txt:
* platform/mac/fast/forms/form-element-geometry-expected.txt:
* platform/mac/fast/forms/form-hides-table-expected.txt:
* platform/mac/fast/forms/form-in-malformed-markup-expected.txt:
* platform/mac/fast/forms/formmove3-expected.txt:
* platform/mac/fast/forms/input-table-expected.txt:
* platform/mac/fast/forms/listbox-bidi-align-expected.txt:
* platform/mac/fast/forms/preserveFormDuringResidualStyle-expected.txt:
* platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt:
* platform/mac/fast/html/details-writing-mode-expected.txt:
* platform/mac/fast/inline-block/001-expected.txt:
* platform/mac/fast/inline-block/overflow-clip-expected.txt:
* platform/mac/fast/invalid/012-expected.txt:
* platform/mac/fast/invalid/018-expected.txt:
* platform/mac/fast/lists/004-expected.txt:
* platform/mac/fast/lists/list-marker-before-content-table-expected.txt:
* platform/mac/fast/multicol/span/before-child-anonymous-column-block-expected.txt:
* platform/mac/fast/overflow/002-expected.txt:
* platform/mac/fast/overflow/overflow-rtl-expected.txt:
* platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt:
* platform/mac/fast/overflow/table-overflow-float-expected.txt:
* platform/mac/fast/reflections/table-cell-expected.txt:
* platform/mac/fast/repaint/block-selection-gap-in-table-cell-expected.txt:
* platform/mac/fast/repaint/float-overflow-expected.txt:
* platform/mac/fast/repaint/float-overflow-right-expected.txt:
* platform/mac/fast/repaint/subtree-root-clip-3-expected.txt:
* platform/mac/fast/repaint/table-cell-collapsed-border-expected.txt:
* platform/mac/fast/repaint/table-cell-collapsed-border-scroll-expected.txt:
* platform/mac/fast/repaint/table-cell-move-expected.txt:
* platform/mac/fast/repaint/table-cell-overflow-expected.txt:
* platform/mac/fast/repaint/table-cell-vertical-overflow-expected.txt:
* platform/mac/fast/repaint/table-col-background-expected.txt:
* platform/mac/fast/repaint/table-collapsed-border-expected.txt:
* platform/mac/fast/repaint/table-extra-bottom-grow-expected.txt:
* platform/mac/fast/repaint/table-outer-border-expected.txt:
* platform/mac/fast/repaint/table-row-expected.txt:
* platform/mac/fast/repaint/table-section-overflow-expected.txt:
* platform/mac/fast/repaint/table-section-repaint-expected.txt:
* platform/mac/fast/repaint/table-two-pass-layout-overpaint-expected.txt:
* platform/mac/fast/repaint/table-writing-modes-h-expected.txt:
* platform/mac/fast/repaint/table-writing-modes-v-expected.txt:
* platform/mac/fast/replaced/005-expected.txt:
* platform/mac/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
* platform/mac/fast/replaced/selection-rect-in-table-cell-expected.txt:
* platform/mac/fast/replaced/table-percent-height-positioned-expected.txt:
* platform/mac/fast/replaced/width100percent-checkbox-expected.txt:
* platform/mac/fast/replaced/width100percent-image-expected.txt:
* platform/mac/fast/replaced/width100percent-menulist-expected.txt:
* platform/mac/fast/replaced/width100percent-radio-expected.txt:
* platform/mac/fast/replaced/width100percent-searchfield-expected.txt:
* platform/mac/fast/replaced/width100percent-textarea-expected.txt:
* platform/mac/fast/replaced/width100percent-textfield-expected.txt:
* platform/mac/fast/selectors/077-expected.txt:
* platform/mac/fast/selectors/077b-expected.txt:
* platform/mac/fast/table/002-expected.txt:
* platform/mac/fast/table/003-expected.txt:
* platform/mac/fast/table/005-expected.txt:
* platform/mac/fast/table/007-expected.txt:
* platform/mac/fast/table/008-expected.txt:
* platform/mac/fast/table/009-expected.txt:
* platform/mac/fast/table/012-expected.txt:
* platform/mac/fast/table/013-expected.txt:
* platform/mac/fast/table/021-expected.txt:
* platform/mac/fast/table/023-expected.txt:
* platform/mac/fast/table/024-expected.txt:
* platform/mac/fast/table/025-expected.txt:
* platform/mac/fast/table/028-expected.txt:
* platform/mac/fast/table/028-vertical-expected.txt:
* platform/mac/fast/table/029-expected.txt:
* platform/mac/fast/table/031-expected.txt:
* platform/mac/fast/table/032-expected.txt:
* platform/mac/fast/table/034-expected.txt:
* platform/mac/fast/table/038-expected.txt:
* platform/mac/fast/table/038-vertical-expected.txt:
* platform/mac/fast/table/039-expected.txt:
* platform/mac/fast/table/040-expected.txt:
* platform/mac/fast/table/040-vertical-expected.txt:
* platform/mac/fast/table/100-percent-cell-width-expected.txt:
* platform/mac/fast/table/add-before-anonymous-child-expected.txt:
* platform/mac/fast/table/border-collapsing/001-expected.txt:
* platform/mac/fast/table/border-collapsing/001-vertical-expected.txt:
* platform/mac/fast/table/border-collapsing/002-expected.txt:
* platform/mac/fast/table/border-collapsing/002-vertical-expected.txt:
* platform/mac/fast/table/border-collapsing/003-expected.txt:
* platform/mac/fast/table/border-collapsing/003-vertical-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/border-collapsing/border-collapsing-head-foot-expected.txt:
* platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt:
* platform/mac/fast/table/border-collapsing/bug14274-expected.txt:
* platform/mac/fast/table/border-collapsing/cached-69296-expected.txt:
* platform/mac/fast/table/border-collapsing/cached-cell-append-expected.txt:
* platform/mac/fast/table/border-collapsing/cached-cell-remove-expected.txt:
* platform/mac/fast/table/border-collapsing/cached-change-cell-border-color-expected.txt:
* platform/mac/fast/table/border-collapsing/cached-change-cell-border-width-expected.txt:
* platform/mac/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.txt:
* platform/mac/fast/table/border-collapsing/cached-change-col-border-color-expected.txt:
* platform/mac/fast/table/border-collapsing/cached-change-col-border-width-expected.txt:
* platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt:
* platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt:
* platform/mac/fast/table/border-collapsing/cached-change-row-border-color-expected.txt:
* platform/mac/fast/table/border-collapsing/cached-change-row-border-width-expected.txt:
* platform/mac/fast/table/border-collapsing/cached-change-table-border-color-expected.txt:
* platform/mac/fast/table/border-collapsing/cached-change-table-border-width-expected.txt:
* platform/mac/fast/table/border-collapsing/cached-change-tbody-border-color-expected.txt:
* platform/mac/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt:
* platform/mac/fast/table/border-collapsing/collapsed-borders-adjoining-sections-vertical-rl-expected.txt:
* platform/mac/fast/table/border-collapsing/collapsed-borders-painted-once-on-inner-cells-expected.txt:
* platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.txt:
* platform/mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt:
* platform/mac/fast/table/border-collapsing/rtl-border-collapsing-expected.txt:
* platform/mac/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt:
* platform/mac/fast/table/caption-relayout-expected.txt:
* platform/mac/fast/table/cell-absolute-child-expected.txt:
* platform/mac/fast/table/cell-width-auto-expected.txt:
* platform/mac/fast/table/colspan-with-all-percent-cells-expected.txt:
* platform/mac/fast/table/colspanMinWidth-expected.txt:
* platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
* platform/mac/fast/table/dynamic-cellpadding-expected.txt:
* platform/mac/fast/table/edge-offsets-expected.txt:
* platform/mac/fast/table/empty-cells-expected.txt:
* platform/mac/fast/table/frame-and-rules-expected.txt:
* platform/mac/fast/table/giantRowspan-expected.txt:
* platform/mac/fast/table/growCellForImageQuirk-expected.txt:
* platform/mac/fast/table/growCellForImageQuirk-vertical-expected.txt:
* platform/mac/fast/table/height-percent-test-expected.txt:
* platform/mac/fast/table/height-percent-test-vertical-expected.txt:
* platform/mac/fast/table/invisible-cell-background-expected.txt:
* platform/mac/fast/table/large-width-expected.txt:
* platform/mac/fast/table/max-width-integer-overflow-expected.txt:
* platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.txt:
* platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.txt:
* platform/mac/fast/table/nobr-expected.txt:
* platform/mac/fast/table/overflowHidden-expected.txt:
* platform/mac/fast/table/percent-heights-expected.txt:
* platform/mac/fast/table/percent-widths-stretch-expected.txt:
* platform/mac/fast/table/percent-widths-stretch-vertical-expected.txt:
* platform/mac/fast/table/prepend-in-anonymous-table-expected.txt:
* platform/mac/fast/table/relative-position-containment-expected.txt:
* platform/mac/fast/table/relative-position-offsets-expected.txt:
* platform/mac/fast/table/relative-position-stacking-expected.txt:
* platform/mac/fast/table/replaced-percent-height-expected.txt:
* platform/mac/fast/table/row-height-recalc-expected.txt:
* platform/mac/fast/table/rowspan-paint-order-expected.txt:
* platform/mac/fast/table/rowspan-paint-order-vertical-expected.txt:
* platform/mac/fast/table/simple_paint-expected.txt:
* platform/mac/fast/table/spanOverlapRepaint-expected.txt:
* platform/mac/fast/table/stale-grid-crash-expected.txt:
* platform/mac/fast/table/table-anonymous-cell-bug-expected.txt:
* platform/mac/fast/table/table-anonymous-row-bug-expected.txt:
* platform/mac/fast/table/table-anonymous-section-bug-expected.txt:
* platform/mac/fast/table/table-before-child-style-update-expected.txt:
* platform/mac/fast/table/table-cell-before-after-content-around-table-block-expected.txt:
* platform/mac/fast/table/table-cell-before-after-content-around-table-expected.txt:
* platform/mac/fast/table/table-cell-before-after-content-around-table-row-expected.txt:
* platform/mac/fast/table/table-cell-before-child-in-table-expected.txt:
* platform/mac/fast/table/table-cell-split-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/table-insert-before-non-anonymous-block-expected.txt:
* platform/mac/fast/table/table-row-before-after-content-around-block-expected.txt:
* platform/mac/fast/table/table-row-before-after-content-around-table-cell-expected.txt:
* platform/mac/fast/table/table-row-before-after-content-around-table-expected.txt:
* platform/mac/fast/table/table-row-before-child-style-update-expected.txt:
* platform/mac/fast/table/table-row-outline-paint-expected.txt:
* platform/mac/fast/table/table-row-split2-expected.txt:
* platform/mac/fast/table/table-row-style-not-updated-expected.txt:
* platform/mac/fast/table/table-row-style-not-updated-with-after-content-expected.txt:
* platform/mac/fast/table/table-row-style-not-updated-with-before-content-expected.txt:
* platform/mac/fast/table/table-section-split2-expected.txt:
* platform/mac/fast/table/table-split-expected.txt:
* platform/mac/fast/table/table-split2-expected.txt:
* platform/mac/fast/table/table-style-not-updated-expected.txt:
* platform/mac/fast/table/wide-colspan-expected.txt:
* platform/mac/fast/table/wide-column-expected.txt:
* platform/mac/fast/text/atsui-negative-spacing-features-expected.txt:
* platform/mac/fast/text/atsui-spacing-features-expected.txt:
* platform/mac/fast/text/basic/generic-family-reset-expected.txt:
* platform/mac/fast/text/international/003-expected.txt:
* platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt:
* platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.txt:
* platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
* platform/mac/fast/text/international/bidi-override-expected.txt:
* platform/mac/fast/text/wbr-expected.txt:
* platform/mac/fast/text/whitespace/002-expected.txt:
* platform/mac/fast/text/whitespace/003-expected.txt:
* platform/mac/fast/text/whitespace/004-expected.txt:
* platform/mac/fast/text/whitespace/005-expected.txt:
* platform/mac/fast/text/whitespace/010-expected.txt:
* platform/mac/fast/text/whitespace/011-expected.txt:
* platform/mac/fast/text/whitespace/013-expected.txt:
* platform/mac/fast/text/whitespace/014-expected.txt:
* platform/mac/fast/text/whitespace/015-expected.txt:
* platform/mac/fast/text/whitespace/016-expected.txt:
* platform/mac/fast/text/whitespace/025-expected.txt:
* platform/mac/fast/text/whitespace/026-expected.txt:
* platform/mac/fast/writing-mode/table-percent-width-quirk-expected.txt:
* platform/mac/fast/writing-mode/vertical-align-table-baseline-expected.txt:
* platform/mac/http/tests/misc/acid2-expected.txt:
* platform/mac/http/tests/misc/acid2-pixel-expected.txt:
* platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt:
* platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
* platform/mac/tables/layering/paint-test-layering-1-expected.txt:
* platform/mac/tables/layering/paint-test-layering-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10009-expected.txt:
* platform/mac/tables/mozilla/bugs/bug101201-expected.txt:
* platform/mac/tables/mozilla/bugs/bug101674-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1055-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10565-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10633-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1067-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1067-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug106795-expected.txt:
* platform/mac/tables/mozilla/bugs/bug106816-expected.txt:
* platform/mac/tables/mozilla/bugs/bug113235-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug113424-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1163-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
* platform/mac/tables/mozilla/bugs/bug12008-expected.txt:
* platform/mac/tables/mozilla/bugs/bug120107-expected.txt:
* platform/mac/tables/mozilla/bugs/bug120364-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1224-expected.txt:
* platform/mac/tables/mozilla/bugs/bug12268-expected.txt:
* platform/mac/tables/mozilla/bugs/bug12709-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1271-expected.txt:
* platform/mac/tables/mozilla/bugs/bug12908-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug12908-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug12910-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1296-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1302-expected.txt:
* platform/mac/tables/mozilla/bugs/bug13169-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
* platform/mac/tables/mozilla/bugs/bug137388-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug137388-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug137388-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug139524-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug139524-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug139524-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug139524-4-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1430-expected.txt:
* platform/mac/tables/mozilla/bugs/bug14323-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1474-expected.txt:
* platform/mac/tables/mozilla/bugs/bug14929-expected.txt:
* platform/mac/tables/mozilla/bugs/bug15247-expected.txt:
* platform/mac/tables/mozilla/bugs/bug154780-expected.txt:
* platform/mac/tables/mozilla/bugs/bug15544-expected.txt:
* platform/mac/tables/mozilla/bugs/bug159108-expected.txt:
* platform/mac/tables/mozilla/bugs/bug15933-expected.txt:
* platform/mac/tables/mozilla/bugs/bug16012-expected.txt:
* platform/mac/tables/mozilla/bugs/bug16252-expected.txt:
* platform/mac/tables/mozilla/bugs/bug17138-expected.txt:
* platform/mac/tables/mozilla/bugs/bug175455-4-expected.txt:
* platform/mac/tables/mozilla/bugs/bug17548-expected.txt:
* platform/mac/tables/mozilla/bugs/bug17587-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1800-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1802-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1802s-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1809-expected.txt:
* platform/mac/tables/mozilla/bugs/bug18440-expected.txt:
* platform/mac/tables/mozilla/bugs/bug18664-expected.txt:
* platform/mac/tables/mozilla/bugs/bug18955-expected.txt:
* platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug19356-expected.txt:
* platform/mac/tables/mozilla/bugs/bug20804-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2123-expected.txt:
* platform/mac/tables/mozilla/bugs/bug215629-expected.txt:
* platform/mac/tables/mozilla/bugs/bug219693-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug219693-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug22019-expected.txt:
* platform/mac/tables/mozilla/bugs/bug220536-expected.txt:
* platform/mac/tables/mozilla/bugs/bug222336-expected.txt:
* platform/mac/tables/mozilla/bugs/bug22246-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug22246-3a-expected.txt:
* platform/mac/tables/mozilla/bugs/bug22513-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2296-expected.txt:
* platform/mac/tables/mozilla/bugs/bug23235-expected.txt:
* platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug25004-expected.txt:
* platform/mac/tables/mozilla/bugs/bug25074-expected.txt:
* platform/mac/tables/mozilla/bugs/bug25663-expected.txt:
* platform/mac/tables/mozilla/bugs/bug26553-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2684-expected.txt:
* platform/mac/tables/mozilla/bugs/bug269566-expected.txt:
* platform/mac/tables/mozilla/bugs/bug277062-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2773-expected.txt:
* platform/mac/tables/mozilla/bugs/bug27993-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2886-expected.txt:
* platform/mac/tables/mozilla/bugs/bug28933-expected.txt:
* platform/mac/tables/mozilla/bugs/bug29058-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug29314-expected.txt:
* platform/mac/tables/mozilla/bugs/bug29429-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2954-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2981-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2981-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2997-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30273-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30559-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3103-expected.txt:
* platform/mac/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3260-expected.txt:
* platform/mac/tables/mozilla/bugs/bug32841-expected.txt:
* platform/mac/tables/mozilla/bugs/bug33137-expected.txt:
* platform/mac/tables/mozilla/bugs/bug33855-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3454-expected.txt:
* platform/mac/tables/mozilla/bugs/bug38916-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3977-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4093-expected.txt:
* platform/mac/tables/mozilla/bugs/bug42187-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4385-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4427-expected.txt:
* platform/mac/tables/mozilla/bugs/bug44505-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4501-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
* platform/mac/tables/mozilla/bugs/bug45350-expected.txt:
* platform/mac/tables/mozilla/bugs/bug45486-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4576-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46268-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46268-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46623-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46623-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug47432-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4803-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4849-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4849-expected.txt:
* platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
* platform/mac/tables/mozilla/bugs/bug5188-expected.txt:
* platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
* platform/mac/tables/mozilla/bugs/bug52506-expected.txt:
* platform/mac/tables/mozilla/bugs/bug53690-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug53690-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug53891-expected.txt:
* platform/mac/tables/mozilla/bugs/bug5538-expected.txt:
* platform/mac/tables/mozilla/bugs/bug55789-expected.txt:
* platform/mac/tables/mozilla/bugs/bug56201-expected.txt:
* platform/mac/tables/mozilla/bugs/bug57828-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug5797-expected.txt:
* platform/mac/tables/mozilla/bugs/bug5835-expected.txt:
* platform/mac/tables/mozilla/bugs/bug60804-expected.txt:
* platform/mac/tables/mozilla/bugs/bug60807-expected.txt:
* platform/mac/tables/mozilla/bugs/bug6184-expected.txt:
* platform/mac/tables/mozilla/bugs/bug6304-expected.txt:
* platform/mac/tables/mozilla/bugs/bug6404-expected.txt:
* platform/mac/tables/mozilla/bugs/bug647-expected.txt:
* platform/mac/tables/mozilla/bugs/bug6674-expected.txt:
* platform/mac/tables/mozilla/bugs/bug68998-expected.txt:
* platform/mac/tables/mozilla/bugs/bug69382-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug69382-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug72359-expected.txt:
* platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
* platform/mac/tables/mozilla/bugs/bug7714-expected.txt:
* platform/mac/tables/mozilla/bugs/bug78162-expected.txt:
* platform/mac/tables/mozilla/bugs/bug82946-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug86708-expected.txt:
* platform/mac/tables/mozilla/bugs/bug8950-expected.txt:
* platform/mac/tables/mozilla/bugs/bug9123-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug9123-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug92143-expected.txt:
* platform/mac/tables/mozilla/bugs/bug92647-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug963-expected.txt:
* platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
* platform/mac/tables/mozilla/bugs/bug97383-expected.txt:
* platform/mac/tables/mozilla/bugs/bug9879-1-expected.txt:
* platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
* platform/mac/tables/mozilla/core/bloomberg-expected.txt:
* platform/mac/tables/mozilla/core/borders-expected.txt:
* platform/mac/tables/mozilla/core/cell_heights-expected.txt:
* platform/mac/tables/mozilla/core/col_span-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_auto_per-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_fix_per-expected.txt:
* platform/mac/tables/mozilla/core/margins-expected.txt:
* platform/mac/tables/mozilla/core/misc-expected.txt:
* platform/mac/tables/mozilla/core/nested1-expected.txt:
* platform/mac/tables/mozilla/core/one_row-expected.txt:
* platform/mac/tables/mozilla/core/table_frame-expected.txt:
* platform/mac/tables/mozilla/core/table_heights-expected.txt:
* platform/mac/tables/mozilla/core/table_rules-expected.txt:
* platform/mac/tables/mozilla/core/table_widths-expected.txt:
* platform/mac/tables/mozilla/dom/insertColGroups1-expected.txt:
* platform/mac/tables/mozilla/dom/insertColGroups2-expected.txt:
* platform/mac/tables/mozilla/dom/insertCols1-expected.txt:
* platform/mac/tables/mozilla/dom/insertCols2-expected.txt:
* platform/mac/tables/mozilla/dom/insertCols3-expected.txt:
* platform/mac/tables/mozilla/dom/insertCols4-expected.txt:
* platform/mac/tables/mozilla/dom/insertCols5-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_thead-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_span-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.txt:
* platform/mac/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt:
* platform/mac/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
* platform/mac/tables/mozilla/marvin/table_row_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/table_row_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/table_row_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/table_rules_groups-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_black-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_green-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_red-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_white-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_width-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_th_width-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_width_percent-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_width_px-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/td_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/td_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/td_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/th_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/th_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/th_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/th_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_black-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_green-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_red-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_white-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_span-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_width_px-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_span-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_width-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_rowspan-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_width-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_valign_top-expected.txt:
* platform/mac/tables/mozilla/other/cell_widths-expected.txt:
* platform/mac/tables/mozilla/other/ms-expected.txt:
* platform/mac/tables/mozilla/other/nested2-expected.txt:
* platform/mac/tables/mozilla/other/nestedTables-expected.txt:
* platform/mac/tables/mozilla/other/slashlogo-expected.txt:
* platform/mac/tables/mozilla/other/test3-expected.txt:
* platform/mac/tables/mozilla/other/test6-expected.txt:
* platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1164-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug128876-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3105-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/cols1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/columns-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/standards1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt:
* platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.txt:
* platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1basiccontainmentexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/basic/containment-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1basiccontextual_selectorsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/basic/contextual_selectors-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1basicgroupingexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/basic/grouping-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1basicid_as_selectorexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/basic/id_as_selector-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1basicinheritanceexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/basic/inheritance-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborderexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_bottomexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_bottom_inlineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_bottom_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_bottom_widthexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_bottom_width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_bottom_width_inlineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_bottom_width_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_colorexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_color_inlineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_color_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_inlineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_leftexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_left_inlineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_left_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_left_widthexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_left_width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_left_width_inlineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_left_width_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_rightexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_right_inlineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_right_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_right_widthexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_right_width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_right_width_inlineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_right_width_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_styleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_style-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_style_inlineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_style_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_topexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_top_inlineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_top_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_top_widthexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_top_width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_top_width_inlineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_top_width_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_widthexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_width_inlineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_width_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesclearexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/clear-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesclear_floatexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/clear_float-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesfloatexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/float-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesfloat_elements_in_seriesexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/float_elements_in_series-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesfloat_marginexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/float_margin-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesheightexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesmarginexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesmargin_bottomexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesmargin_bottom_inlineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_bottom_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesmargin_inlineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesmargin_leftexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesmargin_left_inlineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_left_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesmargin_rightexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesmargin_right_inlineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_right_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesmargin_topexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiesmargin_top_inlineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_top_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiespaddingexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiespadding_bottomexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiespadding_bottom_inlineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_bottom_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiespadding_inlineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiespadding_leftexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiespadding_left_inlineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_left_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiespadding_rightexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiespadding_right_inlineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_right_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiespadding_topexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertiespadding_top_inlineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_top_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1box_propertieswidthexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/box_properties/width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1cascadecascade_orderexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/cascade/cascade_order-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1cascadeimportantexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/cascade/important-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1classificationdisplayexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/classification/display-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1classificationlist_styleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/classification/list_style-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1classificationlist_style_imageexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/classification/list_style_image-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1classificationlist_style_positionexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/classification/list_style_position-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1classificationlist_style_typeexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/classification/list_style_type-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1classificationwhite_spaceexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/classification/white_space-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1color_and_backgroundbackgroundexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1color_and_backgroundbackground_attachmentexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background_attachment-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1color_and_backgroundbackground_colorexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background_color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1color_and_backgroundbackground_imageexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background_image-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1color_and_backgroundbackground_positionexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background_position-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1color_and_backgroundbackground_repeatexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background_repeat-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1color_and_backgroundcolorexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1conformanceforward_compatible_parsingexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/conformance/forward_compatible_parsing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1font_propertiesfontexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1font_propertiesfont_familyexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font_family-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1font_propertiesfont_sizeexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font_size-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1font_propertiesfont_styleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font_style-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1font_propertiesfont_variantexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font_variant-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1font_propertiesfont_weightexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font_weight-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1formatting_modelcanvasexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/formatting_model/canvas-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1formatting_modelheight_of_linesexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/formatting_model/height_of_lines-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1formatting_modelinline_elementsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/formatting_model/inline_elements-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1formatting_modelreplaced_elementsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/formatting_model/replaced_elements-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1formatting_modelvertical_formattingexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/formatting_model/vertical_formatting-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1pseudoanchorexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/pseudo/anchor-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1pseudofirstletterexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/pseudo/firstletter-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1pseudofirstlineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/pseudo/firstline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1pseudomultiple_pseudo_elementsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/pseudo/multiple_pseudo_elements-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1pseudopseudo_elements_in_selectorsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/pseudo/pseudo_elements_in_selectors-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1text_propertiesletter_spacingexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/text_properties/letter_spacing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1text_propertiesline_heightexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/text_properties/line_height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1text_propertiestext_alignexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/text_properties/text_align-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1text_propertiestext_decorationexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/text_properties/text_decoration-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1text_propertiestext_indentexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/text_properties/text_indent-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1text_propertiestext_transformexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/text_properties/text_transform-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1text_propertiesvertical_alignexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/text_properties/vertical_align-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1text_propertiesword_spacingexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/text_properties/word_spacing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1unitscolor_unitsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/units/color_units-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1unitslength_unitsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/units/length_units-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1unitspercentage_unitsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/units/percentage_units-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss1unitsurlsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css1/units/urls-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss2120110323bordercollapseoffset002expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/border-collapse-offset-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss2120110323borderconflictstyle079expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/border-conflict-style-079-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss2120110323borderconflictstyle088expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/border-conflict-style-088-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss2120110323dynamictopchange002expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/dynamic-top-change-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss2120110323dynamictopchange003expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/dynamic-top-change-003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss2120110323inlinetable001expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/inline-table-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss2120110323inlinetable003expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/inline-table-003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss2120110323marginappliesto001expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss2120110323marginappliesto002expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss2120110323marginappliesto003expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss2120110323marginappliesto004expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss2120110323marginappliesto005expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-005-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss2120110323marginappliesto006expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-006-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss2120110323marginappliesto007expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-007-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss2120110323marginappliesto013expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-013-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss2120110323marginappliesto014expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-014-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss2120110323marginappliesto015expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-015-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss2120110323replacedintrinsicratio001expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss2120110323tablecaption001expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/table-caption-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss2120110323tablecaptionoptional001expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/table-caption-optional-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss2120110323tablecaptionoptional002expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/table-caption-optional-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t040302c61exlen00baexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t040302-c61-ex-len-00-b-a-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t0803c5501mrgnt00baexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t0803c5503mrgnb00baexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t080301c411vtmrgn00bexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t0804c5506padnt00baexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t0804c5508ipadnb03baexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t090402c42ibxpad00dagexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t0905c5525fltmult00dgexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw04dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-04-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw06dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-06-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw08dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-08-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw13dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-13-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw14dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-14-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw16dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-16-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw17dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-17-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw18dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-18-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw24dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-24-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw25dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-25-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw30dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-30-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw31dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-31-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw34dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-34-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw44dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-44-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw52dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-52-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw54dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-54-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw59dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-59-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw64dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-64-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw65dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-65-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw70dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-70-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw71dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-71-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw74dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-74-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw84dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-84-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw85dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-85-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw94dexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-94-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects177expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-177-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects178expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-178-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects179expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-179-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects180expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-180-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects181expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-181-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects189expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-189-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects190expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-190-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects191expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-191-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects192expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-192-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects193expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-193-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects194expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-194-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects195expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-195-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects196expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-196-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects205expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-205-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects206expectedtxt">trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-206-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3css3modsel33expectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/css3-modsel-33-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3htmlcss3modsel18expectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-18-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3htmlcss3modsel29expectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-29-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3htmlcss3modsel29bexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-29b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3htmlcss3modsel33expectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-33-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3htmlcss3modsel73expectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-73-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3htmlcss3modsel73bexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-73b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3htmlcss3modsel77expectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-77-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3htmlcss3modsel77bexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-77b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3xhtmlcss3modsel18expectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-18-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3xhtmlcss3modsel29expectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-29-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3xhtmlcss3modsel29bexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-29b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3xhtmlcss3modsel33expectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-33-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3xhtmlcss3modsel73expectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-73-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3xhtmlcss3modsel73bexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-73b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3xhtmlcss3modsel77expectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-77-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3xhtmlcss3modsel77bexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-77b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3xmlcss3modsel18expectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-18-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3xmlcss3modsel29expectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-29-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3xmlcss3modsel29bexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-29b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3xmlcss3modsel33expectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-33-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3xmlcss3modsel73expectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-73-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3xmlcss3modsel73bexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-73b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3xmlcss3modsel77expectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-77-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorcss3selectors3xmlcss3modsel77bexpectedtxt">trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-77b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatoreditingdeleting4922367expectedtxt">trunk/LayoutTests/platform/ios-simulator/editing/deleting/4922367-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatoreditingdeleting5126166expectedtxt">trunk/LayoutTests/platform/ios-simulator/editing/deleting/5126166-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatoreditingdeleting52063111expectedtxt">trunk/LayoutTests/platform/ios-simulator/editing/deleting/5206311-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatoreditingdeleting54338622expectedtxt">trunk/LayoutTests/platform/ios-simulator/editing/deleting/5433862-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatoreditinginsertingparagraphseparatorintable1expectedtxt">trunk/LayoutTests/platform/ios-simulator/editing/inserting/paragraph-separator-in-table-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatoreditingselection50575062expectedtxt">trunk/LayoutTests/platform/ios-simulator/editing/selection/5057506-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatoreditingselection5057506expectedtxt">trunk/LayoutTests/platform/ios-simulator/editing/selection/5057506-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatoreditingselection51317161expectedtxt">trunk/LayoutTests/platform/ios-simulator/editing/selection/5131716-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatoreditingselection51317162expectedtxt">trunk/LayoutTests/platform/ios-simulator/editing/selection/5131716-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatoreditingselection51317163expectedtxt">trunk/LayoutTests/platform/ios-simulator/editing/selection/5131716-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatoreditingselection51317164expectedtxt">trunk/LayoutTests/platform/ios-simulator/editing/selection/5131716-4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockbasicquirkpercentheighttablecellexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/basic/quirk-percent-height-table-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockfloat015expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/float/015-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapse006expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/006-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapse010expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/010-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapse011expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/011-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapse012expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/012-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapse015expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/015-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapse016expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/016-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapse017expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/017-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapse018expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/018-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapse019expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/019-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapse020expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/020-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapse021expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/021-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapse022expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/022-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapse025expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/025-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapse032expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/032-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapse033expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/033-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapse034expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/034-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapse041expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/041-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapse042expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/042-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapse055expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/055-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapse056expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/056-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapse057expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/057-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapse058expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/058-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapse059expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/059-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline006expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/006-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline010expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/010-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline011expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/011-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline012expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/012-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline015expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/015-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline016expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/016-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline017expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/017-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline018expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/018-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline019expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/019-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline020expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/020-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline021expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/021-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline022expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/022-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline025expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/025-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockpositioningnegativerightposexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/positioning/negative-right-pos-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastblockpositioningtablecellstaticpositionexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/block/positioning/table-cell-static-position-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastbordersborderantialiasingexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/borders/border-antialiasing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastbordersborderradiusdifferentwidth001expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/borders/border-radius-different-width-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastborderstablebordersexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/borders/table-borders-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastcss003expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/css/003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastcssabsolutepoitioninrtlparentexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/css/absolute-poition-in-rtl-parent-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastcssacid2expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/css/acid2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastcssacid2pixelexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/css/acid2-pixel-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastcssbidioverrideinanonymousblockexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/css/bidi-override-in-anonymous-block-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastcssboxshadowandborderradiusexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/css/box-shadow-and-border-radius-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastcsscss3nthchildexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/css/css3-nth-child-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastcssfocusringdetachedexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/css/focus-ring-detached-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastcssfocusringmultilineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/css/focus-ring-multiline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastcssh1insectionelementsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/css/h1-in-section-elements-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastcsspercentagenonintegerexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/css/percentage-non-integer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastcsstabletextalignquirkexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/css/table-text-align-quirk-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastcsstabletextalignstrictexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/css/table-text-align-strict-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastcssgeneratedcontentfirstletterinnestedbeforeexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/first-letter-in-nested-before-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastcssgeneratedcontentfirstletterinnestedbeforetableexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastcssgeneratedcontentnestedtableswithbeforeaftercontentcrashexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastcssgeneratedcontenttablecellbeforeafterchildaddexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/table-cell-before-after-child-add-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastcssgeneratedcontenttablerowgroupwithbeforeexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/table-row-group-with-before-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastcssgeneratedcontenttablerowwithbeforeexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/table-row-with-before-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastcssgeneratedcontenttablewithbeforeexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/table-with-before-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastdom34176expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/dom/34176-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastdomHTMLTableElementcolSpanexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/dom/HTMLTableElement/colSpan-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastdomHTMLTableElementcreateCaptionexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/dom/HTMLTableElement/createCaption-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastdomrowinnertextexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/dom/row-inner-text-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastdynamic001expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/dynamic/001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastdynamiccontainingblockchangeexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/dynamic/containing-block-change-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastdynamicfloatwithdrawalexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/dynamic/float-withdrawal-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastdynamicinsertbeforetablepartincontinuationexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/dynamic/insert-before-table-part-in-continuation-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastdynamicsubtreetablecellheightexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/dynamic/subtree-table-cell-height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastforms001expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/forms/001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastforms005expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/forms/005-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastformsformelementgeometryexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/forms/form-element-geometry-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastformsformhidestableexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/forms/form-hides-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastformsformmove3expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/forms/formmove3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastformsinputtableexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/forms/input-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastformslistboxbidialignexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/forms/listbox-bidi-align-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastformspreserveFormDuringResidualStyleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/forms/preserveFormDuringResidualStyle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastformsselectdirtyparentprefwidthsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/forms/select-dirty-parent-pref-widths-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasthtmldetailswritingmodeexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/html/details-writing-mode-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastinlineblock001expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/inline-block/001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastinlineblockoverflowclipexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/inline-block/overflow-clip-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastinvalid012expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/invalid/012-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastlists004expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/lists/004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastmulticolspanbeforechildanonymouscolumnblockexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/multicol/span/before-child-anonymous-column-block-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastmulticoltableverticalalignexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/multicol/table-vertical-align-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastoverflow002expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/overflow/002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastoverflowoverflowrtlexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/overflow/overflow-rtl-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastoverflowoverflowrtlverticalexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/overflow/overflow-rtl-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastoverflowtableoverflowfloatexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/overflow/table-overflow-float-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastreflectionstablecellexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/reflections/table-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastreplaced005expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/replaced/005-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastreplacedpercentheightinanonymousblockintableexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastreplacedselectionrectintablecellexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/replaced/selection-rect-in-table-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastreplacedtablepercentheightpositionedexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/replaced/table-percent-height-positioned-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastreplacedwidth100percentcheckboxexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-checkbox-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastreplacedwidth100percentimageexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-image-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastreplacedwidth100percentmenulistexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-menulist-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastreplacedwidth100percentradioexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-radio-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastreplacedwidth100percentsearchfieldexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-searchfield-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastreplacedwidth100percenttextareaexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-textarea-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastreplacedwidth100percenttextfieldexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-textfield-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastselectors077expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/selectors/077-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastselectors077bexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/selectors/077b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttable002expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttable003expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttable005expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/005-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttable007expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/007-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttable008expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/008-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttable009expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/009-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttable012expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/012-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttable013expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/013-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttable021expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/021-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttable023expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/023-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttable028expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/028-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttable028verticalexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/028-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttable029expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/029-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttable038expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/038-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttable038verticalexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/038-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttable039expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/039-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttable040expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/040-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttable040verticalexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/040-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttable100percentcellwidthexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/100-percent-cell-width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttableaddbeforeanonymouschildexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/add-before-anonymous-child-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablebordercollapsing001expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablebordercollapsing001verticalexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/001-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablebordercollapsing002expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablebordercollapsing002verticalexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/002-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablebordercollapsing003expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablebordercollapsing003verticalexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/003-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablebordercollapsingbordercollapsingheadfootexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablebordercollapsingbordercollapsingheadfootverticalexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablebordercollapsingcached69296expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/cached-69296-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablebordercollapsingcachedchangerowborderwidthexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/cached-change-row-border-width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablebordercollapsingcachedchangetbodyborderwidthexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablebordercollapsingequalprecedenceresolutionexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/equal-precedence-resolution-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablebordercollapsingrtlbordercollapsingexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/rtl-border-collapsing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablebordercollapsingrtlbordercollapsingverticalexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablecaptionrelayoutexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/caption-relayout-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablecellabsolutechildexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/cell-absolute-child-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablecellwidthautoexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/cell-width-auto-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablecolspanMinWidthexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/colspanMinWidth-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttabledynamiccellpaddingexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/dynamic-cellpadding-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttableedgeoffsetsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/edge-offsets-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttableemptycellsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/empty-cells-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttableframeandrulesexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/frame-and-rules-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablegiantRowspanexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/giantRowspan-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablegrowCellForImageQuirkexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/growCellForImageQuirk-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablegrowCellForImageQuirkverticalexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/growCellForImageQuirk-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttableinvisiblecellbackgroundexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/invisible-cell-background-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablelargewidthexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/large-width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablemaxwidthintegeroverflowexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/max-width-integer-overflow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablemozillabug10296verticalalign1expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/mozilla-bug10296-vertical-align-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablemozillabug10296verticalalign2expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/mozilla-bug10296-vertical-align-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablenobrexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/nobr-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttableoverflowHiddenexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/overflowHidden-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablepercentheightsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/percent-heights-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablepercentwidthsstretchexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/percent-widths-stretch-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttableprependinanonymoustableexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/prepend-in-anonymous-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablerelativepositioncontainmentexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/relative-position-containment-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablerelativepositionoffsetsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/relative-position-offsets-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablerelativepositionstackingexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/relative-position-stacking-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablereplacedpercentheightexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/replaced-percent-height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablerowheightrecalcexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/row-height-recalc-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablerowspanpaintorderexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/rowspan-paint-order-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablerowspanpaintorderverticalexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/rowspan-paint-order-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablespanOverlapRepaintexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/spanOverlapRepaint-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttablestalegridcrashexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/stale-grid-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttabletablecellbeforechildintableexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/table-cell-before-child-in-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttabletabledisplaytypesexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/table-display-types-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttabletabledisplaytypesstrictexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/table-display-types-strict-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttabletabledisplaytypesverticalexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/table-display-types-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttabletablerowbeforeaftercontentaroundtablecellexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/table-row-before-after-content-around-table-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttabletablerowoutlinepaintexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/table-row-outline-paint-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttabletablerowsplit2expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/table-row-split2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttabletablesectionsplit2expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/table-section-split2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttabletablesplitexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/table-split-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttabletablesplit2expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/table/table-split2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttextbasic004expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/text/basic/004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttextbasic005expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/text/basic/005-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttextemojiexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/text/emoji-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttextinternationalbidiLDB2CSSexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/text/international/bidi-LDB-2-CSS-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttextinternationalbidiLDB2HTMLexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/text/international/bidi-LDB-2-HTML-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttextinternationalbidiLDB2formattingcharactersexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttextwhitespace002expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttextwhitespace003expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttextwhitespace004expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttextwhitespace005expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/005-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttextwhitespace010expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/010-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttextwhitespace011expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/011-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttextwhitespace015expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/015-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttextwhitespace016expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/016-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfasttextwhitespace025expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/025-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastwritingmodetablepercentwidthquirkexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/writing-mode/table-percent-width-quirk-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastwritingmodeverticalaligntablebaselineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/writing-mode/vertical-align-table-baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsmiscacid2expectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/misc/acid2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsmiscacid2pixelexpectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/misc/acid2-pixel-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsmiscobjectembeddingsvgdelayedsizenegotiation2expectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsbackground_properties_greater_than_imagesexpectedtxt">trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusappliesto006expectedtxt">trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusappliesto007expectedtxt">trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusappliesto008expectedtxt">trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusappliesto009expectedtxt">trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusappliesto011expectedtxt">trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusappliesto012expectedtxt">trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusappliesto013expectedtxt">trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusappliesto014expectedtxt">trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusappliesto015expectedtxt">trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusappliesto016expectedtxt">trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusdifferentwidth001expectedtxt">trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusshorthand001expectedtxt">trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiussumofradii001expectedtxt">trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiussumofradii002expectedtxt">trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsbordertopleftradiusvalues004expectedtxt">trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsbordertoprightradiusvalues004expectedtxt">trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsnoneasimagelayerexpectedtxt">trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatormathmlopentypeopentypestretchyexpectedtxt">trunk/LayoutTests/platform/ios-simulator/mathml/opentype/opentype-stretchy-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug10009expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug10009-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug101201expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug101201-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug101674expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug101674-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug102961expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug10296-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug10551expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1055-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug10565expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug10565-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug10633expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug10633-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug10671expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1067-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug10672expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1067-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug106795expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug106795-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug106816expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug106816-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1132351expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug113235-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug113424expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug113424-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug11631expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1163-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1188expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1188-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug12008expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12008-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug120107expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug120107-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug120364expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug120364-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1224expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1224-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug12268expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12268-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug12709expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12709-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1271expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1271-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug129081expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12908-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug129082expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12908-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug129102expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12910-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1296expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1296-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1302expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1302-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug13169expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug13169-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1318expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1318-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1395241expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug139524-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1395242expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug139524-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1395243expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug139524-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1395244expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug139524-4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1430expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1430-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug14323expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug14323-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1474expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1474-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug14929expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug14929-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug15247expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug15247-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug154780expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug154780-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug15544expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug15544-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug159108expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug159108-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug15933expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug15933-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug16012expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug16012-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug16252expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug16252-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug17138expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug17138-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1754554expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug175455-4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug17548expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug17548-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug17587expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug17587-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1800expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1800-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1802expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1802-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1802sexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1802s-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1809expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1809-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug18440expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug18440-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug18664expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug18664-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug18955expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug18955-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug190611expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug19061-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug190612expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug19061-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug19356expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug19356-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug20804expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug20804-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug2123expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2123-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug215629expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug215629-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug2196931expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug219693-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug2196932expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug219693-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug22019expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22019-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug222336expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug222336-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug222462expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22246-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug222462aexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22246-2a-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug222463expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22246-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug222463aexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22246-3a-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug22513expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22513-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug2296expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2296-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug23235expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug23235-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug24200expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug24200-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug24793expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2479-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug25004expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug25004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug25074expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug25074-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug25663expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug25663-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug2684expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2684-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug269566expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug269566-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug277062expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug277062-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug2773expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2773-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug279931expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug27993-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug2886expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2886-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug28933expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug28933-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug290581expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug29058-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug29429expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug29429-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug2954expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2954-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug29811expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2981-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug29812expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2981-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug2997expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2997-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug30273expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug30273-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug3103expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug3103-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug322053expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug32205-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug3260expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug3260-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug32841expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug32841-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug33137expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug33137-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug33855expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug33855-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug3454expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug3454-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug3977expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug3977-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug4093expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4093-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug42187expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug42187-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug4385expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4385-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug44505expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug44505-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug4501expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4501-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug4527expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4527-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug45350expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug45350-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug45486expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug45486-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug4576expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4576-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug462681expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug46268-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug462682expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug46268-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug463681expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug46368-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug466231expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug46623-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug466232expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug46623-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug47432expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug47432-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug4803expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4803-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug48492expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4849-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug4849expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4849-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug51727expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug51727-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug5188expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug5188-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug52505expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug52505-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug52506expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug52506-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug536901expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug53690-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug536902expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug53690-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug53891expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug53891-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug5538expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug5538-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug55789expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug55789-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug578282expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug57828-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug5797expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug5797-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug5835expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug5835-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug59354expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug59354-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug60804expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug60804-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug60807expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug60807-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug6184expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug6184-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug6304expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug6304-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug6404expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug6404-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug647expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug647-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug6674expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug6674-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug68998expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug68998-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug693821expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug69382-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug693822expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug69382-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug72359expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug72359-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug7342expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug7342-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug7714expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug7714-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug78162expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug78162-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug829462expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug82946-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug86708expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug86708-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug8950expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug8950-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug91231expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug9123-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug91232expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug9123-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug92143expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug92143-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug963expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug963-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug96334expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug96334-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug97383expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug97383-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug98791expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug9879-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillacollapsing_bordersbug412623expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/collapsing_borders/bug41262-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillacorebloombergexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/bloomberg-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillacorebordersexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/borders-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillacorecell_heightsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/cell_heights-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillacorecol_spanexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_span-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillacorecol_widths_auto_autoFixexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_auto_autoFix-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillacorecol_widths_auto_autoFixPerexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillacorecol_widths_auto_fixexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_auto_fix-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillacorecol_widths_auto_fixPerexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_auto_fixPer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillacorecol_widths_auto_perexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_auto_per-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillacorecol_widths_fix_autoFixexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_fix_autoFix-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillacorecol_widths_fix_fixexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_fix_fix-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillacorecol_widths_fix_fixPerexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_fix_fixPer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillacorecol_widths_fix_perexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_fix_per-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillacoremarginsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/margins-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillacoremiscexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/misc-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillacorenested1expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/nested1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillacoreone_rowexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/one_row-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillacoretable_frameexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/table_frame-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillacoretable_heightsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/table_heights-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillacoretable_rulesexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/table_rules-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillacoretable_widthsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/table_widths-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilladominsertColGroups1expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertColGroups1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilladominsertColGroups2expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertColGroups2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilladominsertCols1expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertCols1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilladominsertCols2expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertCols2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilladominsertCols3expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertCols3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilladominsertCols4expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertCols4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilladominsertCols5expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertCols5-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinbackgr_layersopacityexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_layers-opacity-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinbackgr_positiontableexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_position-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinbackgr_simpletablecellexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinbackgr_simpletablecolumnexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-column-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinbackgr_simpletablecolumngroupexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinbackgr_simpletableexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinbackgr_simpletablerowexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-row-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinbackgr_simpletablerowgroupexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvincolgroup_spanexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_span-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvincolgroup_valign_baselineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvincolgroup_valign_bottomexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvincolgroup_valign_middleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvincolgroup_valign_topexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvincolgroup_width_pctexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_width_pct-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvincolgroup_width_pxexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_width_px-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintable_overflow_td_dynamic_deactivateexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintable_row_align_centerexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/table_row_align_center-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintable_row_align_leftexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/table_row_align_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintable_row_align_rightexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/table_row_align_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_aquaexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_aqua_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_blackexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_black-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_black_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_blueexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_blue_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_fuchsiaexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_fuchsia_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_grayexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_gray_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_greenexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_green-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_green_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_limeexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_lime_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_maroonexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_maroon_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_navyexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_navy_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_oliveexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_olive_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_purpleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_purple_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_redexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_red-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_red_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_silverexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_silver_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_tealexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_teal_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_whiteexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_white-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_white_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_yellowexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_yellow_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_cellpadding_pctexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_td_widthexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_td_width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_th_colspanexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_th_colspan-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_th_widthexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_th_width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_width_pxexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_width_px-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintbody_valign_baselineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tbody_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintbody_valign_bottomexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tbody_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintbody_valign_middleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tbody_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintbody_valign_topexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tbody_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintd_valign_baselineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/td_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintd_valign_bottomexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/td_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintd_valign_middleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/td_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintd_valign_topexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/td_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintfoot_valign_baselineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintfoot_valign_bottomexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintfoot_valign_middleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintfoot_valign_topexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinth_valign_baselineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/th_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinth_valign_bottomexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/th_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinth_valign_middleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/th_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinth_valign_topexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/th_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinthead_valign_baselineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/thead_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinthead_valign_bottomexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/thead_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinthead_valign_middleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/thead_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinthead_valign_topexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/thead_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_aqua_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_blackexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_black-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_black_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_blueexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_blue_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_fuchsiaexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_fuchsia_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_grayexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_gray_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_greenexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_green-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_green_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_limeexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_lime_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_maroonexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_maroon_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_navyexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_navy_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_oliveexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_olive_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_purpleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_purple_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_redexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_red-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_red_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_silverexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_silver_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_tealexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_teal_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_whiteexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_white-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_white_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_yellowexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_yellow_rgbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_valign_baselineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_valign_bottomexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_valign_middleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_valign_topexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_col_align_charexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_align_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_col_spanexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_span-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_col_valign_baselineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_col_valign_bottomexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_col_valign_middleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_col_valign_topexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_col_width_pxexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_width_px-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_col_width_relexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_width_rel-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_colgroup_align_charexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_align_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_colgroup_spanexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_span-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_colgroup_valign_baselineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_colgroup_valign_bottomexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_colgroup_valign_middleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_colgroup_valign_topexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_colgroup_width_relexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tbody_valign_baselineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tbody_valign_bottomexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tbody_valign_middleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tbody_valign_topexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_td_align_centerexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_align_center-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_td_align_charexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_align_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_td_align_justifyexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_align_justify-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_td_align_leftexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_align_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_td_align_rightexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_align_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_td_valign_baselineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_td_valign_bottomexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_td_valign_middleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_td_valign_topexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_td_widthexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tfoot_valign_baselineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tfoot_valign_bottomexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tfoot_valign_middleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tfoot_valign_topexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_th_align_centerexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_align_center-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_th_align_charexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_align_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_th_align_justifyexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_align_justify-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_th_align_leftexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_align_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_th_align_rightexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_align_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_th_rowspanexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_rowspan-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_th_valign_baselineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_th_valign_bottomexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_th_valign_middleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_th_valign_topexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_th_widthexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_thead_valign_baselineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_thead_valign_bottomexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_thead_valign_middleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_thead_valign_topexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tr_align_charexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tr_align_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tr_valign_baselineexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tr_valign_bottomexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tr_valign_middleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tr_valign_topexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillaothercell_widthsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/cell_widths-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillaothermsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/ms-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillaothernested2expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/nested2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillaothernestedTablesexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/nestedTables-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillaotherslashlogoexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/slashlogo-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillaothertest3expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/test3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillaothertest6expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/test6-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillaotherwa_table_thtd_rowspanexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugs97619expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/97619-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug10552expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug1128expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1128-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug1164expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1164-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug140071expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug140072expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug141592expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug1647expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1647-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug1725expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1725-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug17826expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug17826-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug21518expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug21518-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug22122expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug22122-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug23847expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug23847-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug24795expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug279932expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug290582expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug3105expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug3105-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug56024expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug56024-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug59252expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug59252-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug71212expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug72393expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug72393-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug7243expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug7243-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug807622expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug89315expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug89315-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug91057expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug91057-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug98791expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failurescollapsing_bordersbug412621expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failurescorecaptions1expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/captions1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failurescorecaptions2expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/captions2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failurescorecol_span2expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/col_span2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failurescorecols1expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/cols1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failurescorecolumnsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/columns-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failurescorestandards1expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/standards1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresdomappendColGroup1expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_bordertablecellexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_bordertablecolumnexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_bordertablecolumngroupexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_bordertableexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_bordertablequirksexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_bordertablerowexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_bordertablerowgroupexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_fixedbgexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_layershideexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_layersshowexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_positiontablecellexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_positiontablecolumnexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_positiontablecolumngroupexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_positiontablerowexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_positiontablerowgroupexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_captionexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_caption_bottomexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_caption_hiddenexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_caption_hidden_tableexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_caption_leftexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_caption_rightexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_caption_topexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_dirty_reflowexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_dirty_reflow_tableexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_style_reflow_cellexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_style_reflow_row_siblingexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_style_reflow_tableexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_style_reflow_table_captionexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_style_reflow_tbodyexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_style_reflow_tbody_siblingexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_td_align_rightexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_td_dynamic_deactivateexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_td_valign_bottomexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_td_valign_middleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_td_valign_topexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintables_cellspacing_pctexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresotherempty_cellsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/other/empty_cells-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacaccessibilitytabledetectionexpectedtxt">trunk/LayoutTests/platform/mac/accessibility/table-detection-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccompositingcontentsopaquetablepartsexpectedtxt">trunk/LayoutTests/platform/mac/compositing/contents-opaque/table-parts-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1basiccontainmentexpectedtxt">trunk/LayoutTests/platform/mac/css1/basic/containment-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1basiccontextual_selectorsexpectedtxt">trunk/LayoutTests/platform/mac/css1/basic/contextual_selectors-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1basicgroupingexpectedtxt">trunk/LayoutTests/platform/mac/css1/basic/grouping-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1basicid_as_selectorexpectedtxt">trunk/LayoutTests/platform/mac/css1/basic/id_as_selector-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1basicinheritanceexpectedtxt">trunk/LayoutTests/platform/mac/css1/basic/inheritance-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborderexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborder_bottomexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborder_bottom_inlineexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border_bottom_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborder_bottom_widthexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border_bottom_width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborder_bottom_width_inlineexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border_bottom_width_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborder_colorexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border_color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborder_color_inlineexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border_color_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborder_inlineexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborder_leftexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborder_left_inlineexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border_left_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborder_left_widthexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border_left_width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborder_left_width_inlineexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border_left_width_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborder_rightexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborder_right_inlineexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border_right_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborder_right_widthexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border_right_width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborder_right_width_inlineexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border_right_width_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborder_styleexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border_style-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborder_style_inlineexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border_style_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborder_topexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborder_top_inlineexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border_top_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborder_top_widthexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border_top_width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborder_top_width_inlineexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border_top_width_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborder_widthexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border_width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesborder_width_inlineexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/border_width_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesclearexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/clear-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesclear_floatexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/clear_float-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesfloatexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/float-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesfloat_elements_in_seriesexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/float_elements_in_series-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesfloat_marginexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/float_margin-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesfloat_on_text_elementsexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/float_on_text_elements-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesheightexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesmarginexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/margin-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesmargin_bottomexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/margin_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesmargin_bottom_inlineexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/margin_bottom_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesmargin_inlineexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/margin_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesmargin_leftexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/margin_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesmargin_left_inlineexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/margin_left_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesmargin_rightexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/margin_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesmargin_right_inlineexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/margin_right_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesmargin_topexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/margin_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesmargin_top_inlineexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/margin_top_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiespaddingexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/padding-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiespadding_bottomexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/padding_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiespadding_bottom_inlineexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/padding_bottom_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiespadding_inlineexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/padding_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiespadding_leftexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/padding_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiespadding_left_inlineexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/padding_left_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiespadding_rightexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/padding_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiespadding_right_inlineexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/padding_right_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiespadding_topexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/padding_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiespadding_top_inlineexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/padding_top_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertieswidthexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1cascadecascade_orderexpectedtxt">trunk/LayoutTests/platform/mac/css1/cascade/cascade_order-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1cascadeimportantexpectedtxt">trunk/LayoutTests/platform/mac/css1/cascade/important-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1classificationdisplayexpectedtxt">trunk/LayoutTests/platform/mac/css1/classification/display-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1classificationlist_styleexpectedtxt">trunk/LayoutTests/platform/mac/css1/classification/list_style-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1classificationlist_style_imageexpectedtxt">trunk/LayoutTests/platform/mac/css1/classification/list_style_image-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1classificationlist_style_positionexpectedtxt">trunk/LayoutTests/platform/mac/css1/classification/list_style_position-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1classificationlist_style_typeexpectedtxt">trunk/LayoutTests/platform/mac/css1/classification/list_style_type-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1classificationwhite_spaceexpectedtxt">trunk/LayoutTests/platform/mac/css1/classification/white_space-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1color_and_backgroundbackgroundexpectedtxt">trunk/LayoutTests/platform/mac/css1/color_and_background/background-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1color_and_backgroundbackground_attachmentexpectedtxt">trunk/LayoutTests/platform/mac/css1/color_and_background/background_attachment-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1color_and_backgroundbackground_colorexpectedtxt">trunk/LayoutTests/platform/mac/css1/color_and_background/background_color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1color_and_backgroundbackground_imageexpectedtxt">trunk/LayoutTests/platform/mac/css1/color_and_background/background_image-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1color_and_backgroundbackground_positionexpectedtxt">trunk/LayoutTests/platform/mac/css1/color_and_background/background_position-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1color_and_backgroundbackground_repeatexpectedtxt">trunk/LayoutTests/platform/mac/css1/color_and_background/background_repeat-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1color_and_backgroundcolorexpectedtxt">trunk/LayoutTests/platform/mac/css1/color_and_background/color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1conformanceforward_compatible_parsingexpectedtxt">trunk/LayoutTests/platform/mac/css1/conformance/forward_compatible_parsing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1font_propertiesfontexpectedtxt">trunk/LayoutTests/platform/mac/css1/font_properties/font-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1font_propertiesfont_familyexpectedtxt">trunk/LayoutTests/platform/mac/css1/font_properties/font_family-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1font_propertiesfont_sizeexpectedtxt">trunk/LayoutTests/platform/mac/css1/font_properties/font_size-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1font_propertiesfont_styleexpectedtxt">trunk/LayoutTests/platform/mac/css1/font_properties/font_style-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1font_propertiesfont_variantexpectedtxt">trunk/LayoutTests/platform/mac/css1/font_properties/font_variant-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1font_propertiesfont_weightexpectedtxt">trunk/LayoutTests/platform/mac/css1/font_properties/font_weight-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1formatting_modelcanvasexpectedtxt">trunk/LayoutTests/platform/mac/css1/formatting_model/canvas-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1formatting_modelfloating_elementsexpectedtxt">trunk/LayoutTests/platform/mac/css1/formatting_model/floating_elements-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1formatting_modelheight_of_linesexpectedtxt">trunk/LayoutTests/platform/mac/css1/formatting_model/height_of_lines-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1formatting_modelinline_elementsexpectedtxt">trunk/LayoutTests/platform/mac/css1/formatting_model/inline_elements-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1formatting_modelreplaced_elementsexpectedtxt">trunk/LayoutTests/platform/mac/css1/formatting_model/replaced_elements-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1formatting_modelvertical_formattingexpectedtxt">trunk/LayoutTests/platform/mac/css1/formatting_model/vertical_formatting-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1pseudoanchorexpectedtxt">trunk/LayoutTests/platform/mac/css1/pseudo/anchor-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1pseudofirstletterexpectedtxt">trunk/LayoutTests/platform/mac/css1/pseudo/firstletter-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1pseudofirstlineexpectedtxt">trunk/LayoutTests/platform/mac/css1/pseudo/firstline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1pseudomultiple_pseudo_elementsexpectedtxt">trunk/LayoutTests/platform/mac/css1/pseudo/multiple_pseudo_elements-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1pseudopseudo_elements_in_selectorsexpectedtxt">trunk/LayoutTests/platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1text_propertiesletter_spacingexpectedtxt">trunk/LayoutTests/platform/mac/css1/text_properties/letter_spacing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1text_propertiesline_heightexpectedtxt">trunk/LayoutTests/platform/mac/css1/text_properties/line_height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1text_propertiestext_alignexpectedtxt">trunk/LayoutTests/platform/mac/css1/text_properties/text_align-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1text_propertiestext_decorationexpectedtxt">trunk/LayoutTests/platform/mac/css1/text_properties/text_decoration-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1text_propertiestext_indentexpectedtxt">trunk/LayoutTests/platform/mac/css1/text_properties/text_indent-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1text_propertiestext_transformexpectedtxt">trunk/LayoutTests/platform/mac/css1/text_properties/text_transform-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1text_propertiesvertical_alignexpectedtxt">trunk/LayoutTests/platform/mac/css1/text_properties/vertical_align-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1text_propertiesword_spacingexpectedtxt">trunk/LayoutTests/platform/mac/css1/text_properties/word_spacing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1unitscolor_unitsexpectedtxt">trunk/LayoutTests/platform/mac/css1/units/color_units-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1unitslength_unitsexpectedtxt">trunk/LayoutTests/platform/mac/css1/units/length_units-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1unitspercentage_unitsexpectedtxt">trunk/LayoutTests/platform/mac/css1/units/percentage_units-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1unitsurlsexpectedtxt">trunk/LayoutTests/platform/mac/css1/units/urls-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss2120110323bordercollapseoffset002expectedtxt">trunk/LayoutTests/platform/mac/css2.1/20110323/border-collapse-offset-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss2120110323borderconflictstyle079expectedtxt">trunk/LayoutTests/platform/mac/css2.1/20110323/border-conflict-style-079-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss2120110323borderconflictstyle088expectedtxt">trunk/LayoutTests/platform/mac/css2.1/20110323/border-conflict-style-088-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss2120110323dynamictopchange002expectedtxt">trunk/LayoutTests/platform/mac/css2.1/20110323/dynamic-top-change-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss2120110323dynamictopchange003expectedtxt">trunk/LayoutTests/platform/mac/css2.1/20110323/dynamic-top-change-003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss2120110323inlinetable001expectedtxt">trunk/LayoutTests/platform/mac/css2.1/20110323/inline-table-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss2120110323inlinetable003expectedtxt">trunk/LayoutTests/platform/mac/css2.1/20110323/inline-table-003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss2120110323marginappliesto001expectedtxt">trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss2120110323marginappliesto002expectedtxt">trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss2120110323marginappliesto003expectedtxt">trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss2120110323marginappliesto004expectedtxt">trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss2120110323marginappliesto005expectedtxt">trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-005-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss2120110323marginappliesto006expectedtxt">trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-006-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss2120110323marginappliesto007expectedtxt">trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-007-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss2120110323marginappliesto013expectedtxt">trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-013-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss2120110323marginappliesto014expectedtxt">trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-014-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss2120110323marginappliesto015expectedtxt">trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-015-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss2120110323replacedintrinsicratio001expectedtxt">trunk/LayoutTests/platform/mac/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss2120110323tablecaption001expectedtxt">trunk/LayoutTests/platform/mac/css2.1/20110323/table-caption-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss2120110323tablecaptionoptional001expectedtxt">trunk/LayoutTests/platform/mac/css2.1/20110323/table-caption-optional-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss2120110323tablecaptionoptional002expectedtxt">trunk/LayoutTests/platform/mac/css2.1/20110323/table-caption-optional-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t040302c61exlen00baexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t040302-c61-ex-len-00-b-a-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t0803c5501mrgnt00baexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t0803c5503mrgnb00baexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t080301c411vtmrgn00bexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t0804c5506padnt00baexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t0804c5508ipadnb03baexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t090402c42ibxpad00dagexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t0905c5525fltmult00dgexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw04dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-04-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw06dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-06-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw08dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-08-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw13dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-13-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw14dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-14-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw16dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-16-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw17dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-17-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw18dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-18-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw24dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-24-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw25dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-25-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw30dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-30-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw31dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-31-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw34dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-34-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw44dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-44-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw52dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-52-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw54dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-54-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw59dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-59-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw64dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-64-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw65dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-65-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw70dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-70-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw71dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-71-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw74dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-74-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw84dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-84-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw85dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-85-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t170602bdrconflctw94dexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-94-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21tablestableanonymousobjects177expectedtxt">trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-177-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21tablestableanonymousobjects178expectedtxt">trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-178-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21tablestableanonymousobjects179expectedtxt">trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-179-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21tablestableanonymousobjects180expectedtxt">trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-180-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21tablestableanonymousobjects181expectedtxt">trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-181-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21tablestableanonymousobjects189expectedtxt">trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-189-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21tablestableanonymousobjects190expectedtxt">trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-190-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21tablestableanonymousobjects191expectedtxt">trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-191-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21tablestableanonymousobjects192expectedtxt">trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-192-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21tablestableanonymousobjects193expectedtxt">trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-193-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21tablestableanonymousobjects194expectedtxt">trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-194-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21tablestableanonymousobjects195expectedtxt">trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-195-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21tablestableanonymousobjects196expectedtxt">trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-196-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21tablestableanonymousobjects205expectedtxt">trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-205-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21tablestableanonymousobjects206expectedtxt">trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-206-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3css3modsel33expectedtxt">trunk/LayoutTests/platform/mac/css3/css3-modsel-33-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel29expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-29-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel29bexpectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-29b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel33expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-33-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel73expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-73-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel73bexpectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-73b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel77expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-77-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel77bexpectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-77b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel29expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-29-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel29bexpectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-29b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel33expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-33-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel73expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-73-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel73bexpectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-73b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel77expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-77-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel77bexpectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-77b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel29expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-29-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel29bexpectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-29b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel33expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-33-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel73expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-73-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel73bexpectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-73b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel77expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-77-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel77bexpectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-77b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingdeleting4922367expectedtxt">trunk/LayoutTests/platform/mac/editing/deleting/4922367-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingdeleting5126166expectedtxt">trunk/LayoutTests/platform/mac/editing/deleting/5126166-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingdeleting51441392expectedtxt">trunk/LayoutTests/platform/mac/editing/deleting/5144139-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingdeleting52063111expectedtxt">trunk/LayoutTests/platform/mac/editing/deleting/5206311-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingdeleting54338622expectedtxt">trunk/LayoutTests/platform/mac/editing/deleting/5433862-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditinginsertingparagraphseparatorintable1expectedtxt">trunk/LayoutTests/platform/mac/editing/inserting/paragraph-separator-in-table-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingpasteboardinnerTextinlinetableexpectedtxt">trunk/LayoutTests/platform/mac/editing/pasteboard/innerText-inline-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection36907032expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection3690703expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/3690703-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection3690719expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/3690719-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection50575062expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/5057506-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection5057506expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/5057506-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection51317161expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/5131716-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection51317162expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/5131716-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection51317163expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/5131716-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection51317164expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/5131716-4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselectionmovebyline001expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/move-by-line-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselectionselectall004expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/select-all-004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingunsupportedcontenttabletypeafterexpectedtxt">trunk/LayoutTests/platform/mac/editing/unsupported-content/table-type-after-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingunsupportedcontenttabletypebeforeexpectedtxt">trunk/LayoutTests/platform/mac/editing/unsupported-content/table-type-before-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockbasic016expectedtxt">trunk/LayoutTests/platform/mac/fast/block/basic/016-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockbasicquirkpercentheighttablecellexpectedtxt">trunk/LayoutTests/platform/mac/fast/block/basic/quirk-percent-height-table-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockfloat015expectedtxt">trunk/LayoutTests/platform/mac/fast/block/float/015-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse006expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/006-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse010expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/010-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse011expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/011-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse012expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/012-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse015expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/015-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse016expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/016-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse017expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/017-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse018expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/018-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse019expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/019-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse020expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/020-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse021expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/021-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse022expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/022-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse025expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/025-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse032expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/032-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse033expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/033-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse034expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/034-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse041expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/041-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse042expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/042-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse055expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/055-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse056expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/056-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse057expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/057-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse058expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/058-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse059expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/059-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline006expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/006-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline010expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/010-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline011expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/011-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline012expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/012-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline015expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/015-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline016expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/016-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline017expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/017-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline018expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/018-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline019expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/019-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline020expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/020-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline021expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/021-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline022expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/022-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline025expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/025-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockpositioningnegativerightposexpectedtxt">trunk/LayoutTests/platform/mac/fast/block/positioning/negative-right-pos-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockpositioningtablecellstaticpositionexpectedtxt">trunk/LayoutTests/platform/mac/fast/block/positioning/table-cell-static-position-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastbordersborderantialiasingexpectedtxt">trunk/LayoutTests/platform/mac/fast/borders/border-antialiasing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastbordersborderradiusdifferentwidth001expectedtxt">trunk/LayoutTests/platform/mac/fast/borders/border-radius-different-width-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastborderstablebordersexpectedtxt">trunk/LayoutTests/platform/mac/fast/borders/table-borders-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcss003expectedtxt">trunk/LayoutTests/platform/mac/fast/css/003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssabsolutepoitioninrtlparentexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/absolute-poition-in-rtl-parent-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssacid2expectedtxt">trunk/LayoutTests/platform/mac/fast/css/acid2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssacid2pixelexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/acid2-pixel-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssbidioverrideinanonymousblockexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssboxshadowandborderradiusexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/box-shadow-and-border-radius-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcsscaptionwidthabsolutepositionexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/caption-width-absolute-position-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcsscaptionwidthabsolutepositionoffsettopexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/caption-width-absolute-position-offset-top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcsscaptionwidthfixedpositionexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/caption-width-fixed-position-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcsscaptionwidthfixedpositionoffsettopexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/caption-width-fixed-position-offset-top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcsscaptionwidthrelativepositionexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/caption-width-relative-position-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcsscaptionwidthrelativepositionoffsettopexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/caption-width-relative-position-offset-top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcsscss3nthchildexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/css3-nth-child-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssfocusringdetachedexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/focus-ring-detached-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssfocusringmultilineexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/focus-ring-multiline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssh1insectionelementsexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/h1-in-section-elements-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssimagerenderingexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/image-rendering-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssminwidthwithspannedcellexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/min-width-with-spanned-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcsspercentagenonintegerexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/percentage-non-integer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcsstabletextalignquirkexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/table-text-align-quirk-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcsstabletextalignstrictexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/table-text-align-strict-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssgeneratedcontentfirstletterinnestedbeforeexpectedtxt">trunk/LayoutTests/platform/mac/fast/css-generated-content/first-letter-in-nested-before-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssgeneratedcontentfirstletterinnestedbeforetableexpectedtxt">trunk/LayoutTests/platform/mac/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssgeneratedcontentnestedtableswithbeforeaftercontentcrashexpectedtxt">trunk/LayoutTests/platform/mac/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssgeneratedcontenttablecellbeforeafterchildaddexpectedtxt">trunk/LayoutTests/platform/mac/fast/css-generated-content/table-cell-before-after-child-add-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssgeneratedcontenttablepartsbeforeandafterexpectedtxt">trunk/LayoutTests/platform/mac/fast/css-generated-content/table-parts-before-and-after-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssgeneratedcontenttablerowgroupwithbeforeexpectedtxt">trunk/LayoutTests/platform/mac/fast/css-generated-content/table-row-group-with-before-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssgeneratedcontenttablerowwithbeforeexpectedtxt">trunk/LayoutTests/platform/mac/fast/css-generated-content/table-row-with-before-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssgeneratedcontenttablewithbeforeexpectedtxt">trunk/LayoutTests/platform/mac/fast/css-generated-content/table-with-before-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdom34176expectedtxt">trunk/LayoutTests/platform/mac/fast/dom/34176-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdomHTMLTableElementcolSpanexpectedtxt">trunk/LayoutTests/platform/mac/fast/dom/HTMLTableElement/colSpan-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdomHTMLTableElementcreateCaptionexpectedtxt">trunk/LayoutTests/platform/mac/fast/dom/HTMLTableElement/createCaption-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdomrowinnertextexpectedtxt">trunk/LayoutTests/platform/mac/fast/dom/row-inner-text-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdynamic001expectedtxt">trunk/LayoutTests/platform/mac/fast/dynamic/001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdynamiccontainingblockchangeexpectedtxt">trunk/LayoutTests/platform/mac/fast/dynamic/containing-block-change-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdynamicfloatwithdrawalexpectedtxt">trunk/LayoutTests/platform/mac/fast/dynamic/float-withdrawal-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdynamicinsertbeforetablepartincontinuationexpectedtxt">trunk/LayoutTests/platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdynamicsubtreetablecellheightexpectedtxt">trunk/LayoutTests/platform/mac/fast/dynamic/subtree-table-cell-height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastencodingutf16bigendianexpectedtxt">trunk/LayoutTests/platform/mac/fast/encoding/utf-16-big-endian-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastencodingutf16littleendianexpectedtxt">trunk/LayoutTests/platform/mac/fast/encoding/utf-16-little-endian-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastforms001expectedtxt">trunk/LayoutTests/platform/mac/fast/forms/001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastforms005expectedtxt">trunk/LayoutTests/platform/mac/fast/forms/005-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbasicbuttonsexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/basic-buttons-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsformelementgeometryexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsformhidestableexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/form-hides-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsforminmalformedmarkupexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/form-in-malformed-markup-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsformmove3expectedtxt">trunk/LayoutTests/platform/mac/fast/forms/formmove3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputtableexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformslistboxbidialignexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformspreserveFormDuringResidualStyleexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/preserveFormDuringResidualStyle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectdirtyparentprefwidthsexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasthtmldetailswritingmodeexpectedtxt">trunk/LayoutTests/platform/mac/fast/html/details-writing-mode-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastinlineblock001expectedtxt">trunk/LayoutTests/platform/mac/fast/inline-block/001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastinlineblockoverflowclipexpectedtxt">trunk/LayoutTests/platform/mac/fast/inline-block/overflow-clip-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastinvalid012expectedtxt">trunk/LayoutTests/platform/mac/fast/invalid/012-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastinvalid018expectedtxt">trunk/LayoutTests/platform/mac/fast/invalid/018-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastlists004expectedtxt">trunk/LayoutTests/platform/mac/fast/lists/004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastlistslistmarkerbeforecontenttableexpectedtxt">trunk/LayoutTests/platform/mac/fast/lists/list-marker-before-content-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastmulticolspanbeforechildanonymouscolumnblockexpectedtxt">trunk/LayoutTests/platform/mac/fast/multicol/span/before-child-anonymous-column-block-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastoverflow002expectedtxt">trunk/LayoutTests/platform/mac/fast/overflow/002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastoverflowoverflowrtlexpectedtxt">trunk/LayoutTests/platform/mac/fast/overflow/overflow-rtl-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastoverflowoverflowrtlverticalexpectedtxt">trunk/LayoutTests/platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastoverflowtableoverflowfloatexpectedtxt">trunk/LayoutTests/platform/mac/fast/overflow/table-overflow-float-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastreflectionstablecellexpectedtxt">trunk/LayoutTests/platform/mac/fast/reflections/table-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintblockselectiongapintablecellexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/block-selection-gap-in-table-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintfloatoverflowexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/float-overflow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintfloatoverflowrightexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/float-overflow-right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintsubtreerootclip3expectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/subtree-root-clip-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepainttablecellcollapsedborderexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/table-cell-collapsed-border-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepainttablecellcollapsedborderscrollexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/table-cell-collapsed-border-scroll-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepainttablecellmoveexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/table-cell-move-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepainttablecelloverflowexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/table-cell-overflow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepainttablecellverticaloverflowexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/table-cell-vertical-overflow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepainttablecolbackgroundexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/table-col-background-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepainttablecollapsedborderexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/table-collapsed-border-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepainttableextrabottomgrowexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/table-extra-bottom-grow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepainttableouterborderexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/table-outer-border-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepainttablerowexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/table-row-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepainttablesectionoverflowexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/table-section-overflow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepainttablesectionrepaintexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/table-section-repaint-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepainttabletwopasslayoutoverpaintexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/table-two-pass-layout-overpaint-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepainttablewritingmodeshexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/table-writing-modes-h-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepainttablewritingmodesvexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/table-writing-modes-v-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastreplaced005expectedtxt">trunk/LayoutTests/platform/mac/fast/replaced/005-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastreplacedpercentheightinanonymousblockintableexpectedtxt">trunk/LayoutTests/platform/mac/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastreplacedselectionrectintablecellexpectedtxt">trunk/LayoutTests/platform/mac/fast/replaced/selection-rect-in-table-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastreplacedtablepercentheightpositionedexpectedtxt">trunk/LayoutTests/platform/mac/fast/replaced/table-percent-height-positioned-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastreplacedwidth100percentcheckboxexpectedtxt">trunk/LayoutTests/platform/mac/fast/replaced/width100percent-checkbox-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastreplacedwidth100percentimageexpectedtxt">trunk/LayoutTests/platform/mac/fast/replaced/width100percent-image-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastreplacedwidth100percentmenulistexpectedtxt">trunk/LayoutTests/platform/mac/fast/replaced/width100percent-menulist-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastreplacedwidth100percentradioexpectedtxt">trunk/LayoutTests/platform/mac/fast/replaced/width100percent-radio-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastreplacedwidth100percentsearchfieldexpectedtxt">trunk/LayoutTests/platform/mac/fast/replaced/width100percent-searchfield-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastreplacedwidth100percenttextareaexpectedtxt">trunk/LayoutTests/platform/mac/fast/replaced/width100percent-textarea-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastreplacedwidth100percenttextfieldexpectedtxt">trunk/LayoutTests/platform/mac/fast/replaced/width100percent-textfield-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastselectors077expectedtxt">trunk/LayoutTests/platform/mac/fast/selectors/077-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastselectors077bexpectedtxt">trunk/LayoutTests/platform/mac/fast/selectors/077b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable002expectedtxt">trunk/LayoutTests/platform/mac/fast/table/002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable003expectedtxt">trunk/LayoutTests/platform/mac/fast/table/003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable005expectedtxt">trunk/LayoutTests/platform/mac/fast/table/005-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable007expectedtxt">trunk/LayoutTests/platform/mac/fast/table/007-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable008expectedtxt">trunk/LayoutTests/platform/mac/fast/table/008-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable009expectedtxt">trunk/LayoutTests/platform/mac/fast/table/009-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable012expectedtxt">trunk/LayoutTests/platform/mac/fast/table/012-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable013expectedtxt">trunk/LayoutTests/platform/mac/fast/table/013-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable021expectedtxt">trunk/LayoutTests/platform/mac/fast/table/021-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable023expectedtxt">trunk/LayoutTests/platform/mac/fast/table/023-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable024expectedtxt">trunk/LayoutTests/platform/mac/fast/table/024-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable025expectedtxt">trunk/LayoutTests/platform/mac/fast/table/025-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable028expectedtxt">trunk/LayoutTests/platform/mac/fast/table/028-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable028verticalexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/028-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable029expectedtxt">trunk/LayoutTests/platform/mac/fast/table/029-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable031expectedtxt">trunk/LayoutTests/platform/mac/fast/table/031-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable032expectedtxt">trunk/LayoutTests/platform/mac/fast/table/032-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable034expectedtxt">trunk/LayoutTests/platform/mac/fast/table/034-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable038expectedtxt">trunk/LayoutTests/platform/mac/fast/table/038-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable038verticalexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/038-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable039expectedtxt">trunk/LayoutTests/platform/mac/fast/table/039-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable040expectedtxt">trunk/LayoutTests/platform/mac/fast/table/040-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable040verticalexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/040-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable100percentcellwidthexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/100-percent-cell-width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttableaddbeforeanonymouschildexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/add-before-anonymous-child-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsing001expectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsing001verticalexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/001-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsing002expectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsing002verticalexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/002-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsing003expectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsing003verticalexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/003-vertical-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="#trunkLayoutTestsplatformmacfasttablebordercollapsingbordercollapsingheadfootexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingbordercollapsingheadfootverticalexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingbug14274expectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/bug14274-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingcached69296expectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-69296-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingcachedcellappendexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-cell-append-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingcachedcellremoveexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-cell-remove-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangecellbordercolorexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-cell-border-color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangecellborderwidthexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-cell-border-width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangecellslbordercolorexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangecolbordercolorexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-col-border-color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangecolborderwidthexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-col-border-width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangecolgroupbordercolorexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangecolgroupborderwidthexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangerowbordercolorexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-row-border-color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangerowborderwidthexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-row-border-width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangetablebordercolorexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-table-border-color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangetableborderwidthexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-table-border-width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangetbodybordercolorexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-tbody-border-color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangetbodyborderwidthexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingcollapsedbordersadjoiningsectionsverticalrlexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/collapsed-borders-adjoining-sections-vertical-rl-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingcollapsedborderspaintedonceoninnercellsexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/collapsed-borders-painted-once-on-inner-cells-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingequalprecedenceresolutionexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingequalprecedenceresolutionverticalexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingrtlbordercollapsingexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/rtl-border-collapsing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsingrtlbordercollapsingverticalexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablecaptionrelayoutexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/caption-relayout-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablecellabsolutechildexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/cell-absolute-child-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablecellwidthautoexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/cell-width-auto-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablecolspanwithallpercentcellsexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/colspan-with-all-percent-cells-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablecolspanMinWidthexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablecolspanMinWidthverticalexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabledynamiccellpaddingexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/dynamic-cellpadding-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttableedgeoffsetsexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/edge-offsets-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttableemptycellsexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/empty-cells-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttableframeandrulesexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/frame-and-rules-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablegiantRowspanexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/giantRowspan-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablegrowCellForImageQuirkexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/growCellForImageQuirk-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablegrowCellForImageQuirkverticalexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/growCellForImageQuirk-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttableheightpercenttestexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/height-percent-test-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttableheightpercenttestverticalexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/height-percent-test-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttableinvisiblecellbackgroundexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/invisible-cell-background-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablelargewidthexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/large-width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablemaxwidthintegeroverflowexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/max-width-integer-overflow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablemozillabug10296verticalalign1expectedtxt">trunk/LayoutTests/platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablemozillabug10296verticalalign2expectedtxt">trunk/LayoutTests/platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablenobrexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/nobr-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttableoverflowHiddenexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/overflowHidden-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablepercentheightsexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/percent-heights-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablepercentwidthsstretchexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/percent-widths-stretch-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablepercentwidthsstretchverticalexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/percent-widths-stretch-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttableprependinanonymoustableexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/prepend-in-anonymous-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablerelativepositioncontainmentexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/relative-position-containment-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablerelativepositionoffsetsexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/relative-position-offsets-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablerelativepositionstackingexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/relative-position-stacking-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablereplacedpercentheightexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/replaced-percent-height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablerowheightrecalcexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/row-height-recalc-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablerowspanpaintorderexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/rowspan-paint-order-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablerowspanpaintorderverticalexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/rowspan-paint-order-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablesimple_paintexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/simple_paint-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablespanOverlapRepaintexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablestalegridcrashexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/stale-grid-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletableanonymouscellbugexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-anonymous-cell-bug-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletableanonymousrowbugexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-anonymous-row-bug-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletableanonymoussectionbugexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-anonymous-section-bug-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletablebeforechildstyleupdateexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-before-child-style-update-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletablecellbeforeaftercontentaroundtableblockexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-cell-before-after-content-around-table-block-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletablecellbeforeaftercontentaroundtableexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-cell-before-after-content-around-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletablecellbeforeaftercontentaroundtablerowexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-cell-before-after-content-around-table-row-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletablecellbeforechildintableexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-cell-before-child-in-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletablecellsplitexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-cell-split-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="#trunkLayoutTestsplatformmacfasttabletableinsertbeforenonanonymousblockexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-insert-before-non-anonymous-block-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletablerowbeforeaftercontentaroundblockexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-row-before-after-content-around-block-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletablerowbeforeaftercontentaroundtablecellexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-row-before-after-content-around-table-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletablerowbeforeaftercontentaroundtableexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-row-before-after-content-around-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletablerowbeforechildstyleupdateexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-row-before-child-style-update-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletablerowoutlinepaintexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-row-outline-paint-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletablerowsplit2expectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-row-split2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletablerowstylenotupdatedexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-row-style-not-updated-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletablerowstylenotupdatedwithaftercontentexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-row-style-not-updated-with-after-content-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletablerowstylenotupdatedwithbeforecontentexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-row-style-not-updated-with-before-content-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletablesectionsplit2expectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-section-split2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletablesplitexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-split-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletablesplit2expectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-split2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletablestylenotupdatedexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-style-not-updated-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablewidecolspanexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/wide-colspan-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablewidecolumnexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/wide-column-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextatsuinegativespacingfeaturesexpectedtxt">trunk/LayoutTests/platform/mac/fast/text/atsui-negative-spacing-features-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextatsuispacingfeaturesexpectedtxt">trunk/LayoutTests/platform/mac/fast/text/atsui-spacing-features-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextbasicgenericfamilyresetexpectedtxt">trunk/LayoutTests/platform/mac/fast/text/basic/generic-family-reset-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextinternational003expectedtxt">trunk/LayoutTests/platform/mac/fast/text/international/003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextinternationalbidiLDB2CSSexpectedtxt">trunk/LayoutTests/platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextinternationalbidiLDB2HTMLexpectedtxt">trunk/LayoutTests/platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextinternationalbidiLDB2formattingcharactersexpectedtxt">trunk/LayoutTests/platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextinternationalbidioverrideexpectedtxt">trunk/LayoutTests/platform/mac/fast/text/international/bidi-override-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextwbrexpectedtxt">trunk/LayoutTests/platform/mac/fast/text/wbr-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextwhitespace002expectedtxt">trunk/LayoutTests/platform/mac/fast/text/whitespace/002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextwhitespace003expectedtxt">trunk/LayoutTests/platform/mac/fast/text/whitespace/003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextwhitespace004expectedtxt">trunk/LayoutTests/platform/mac/fast/text/whitespace/004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextwhitespace005expectedtxt">trunk/LayoutTests/platform/mac/fast/text/whitespace/005-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextwhitespace010expectedtxt">trunk/LayoutTests/platform/mac/fast/text/whitespace/010-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextwhitespace011expectedtxt">trunk/LayoutTests/platform/mac/fast/text/whitespace/011-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextwhitespace013expectedtxt">trunk/LayoutTests/platform/mac/fast/text/whitespace/013-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextwhitespace014expectedtxt">trunk/LayoutTests/platform/mac/fast/text/whitespace/014-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextwhitespace015expectedtxt">trunk/LayoutTests/platform/mac/fast/text/whitespace/015-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextwhitespace016expectedtxt">trunk/LayoutTests/platform/mac/fast/text/whitespace/016-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextwhitespace025expectedtxt">trunk/LayoutTests/platform/mac/fast/text/whitespace/025-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextwhitespace026expectedtxt">trunk/LayoutTests/platform/mac/fast/text/whitespace/026-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastwritingmodetablepercentwidthquirkexpectedtxt">trunk/LayoutTests/platform/mac/fast/writing-mode/table-percent-width-quirk-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastwritingmodeverticalaligntablebaselineexpectedtxt">trunk/LayoutTests/platform/mac/fast/writing-mode/vertical-align-table-baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmachttptestsmiscacid2expectedtxt">trunk/LayoutTests/platform/mac/http/tests/misc/acid2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmachttptestsmiscacid2pixelexpectedtxt">trunk/LayoutTests/platform/mac/http/tests/misc/acid2-pixel-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmachttptestsmiscobjectembeddingsvgdelayedsizenegotiation2expectedtxt">trunk/LayoutTests/platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsbackground_properties_greater_than_imagesexpectedtxt">trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusappliesto006expectedtxt">trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusappliesto007expectedtxt">trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusappliesto008expectedtxt">trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusappliesto009expectedtxt">trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusappliesto011expectedtxt">trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusappliesto012expectedtxt">trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusappliesto013expectedtxt">trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusappliesto014expectedtxt">trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusappliesto015expectedtxt">trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusappliesto016expectedtxt">trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusdifferentwidth001expectedtxt">trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusshorthand001expectedtxt">trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiussumofradii001expectedtxt">trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiussumofradii002expectedtxt">trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsbordertopleftradiusvalues004expectedtxt">trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsbordertoprightradiusvalues004expectedtxt">trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsnoneasimagelayerexpectedtxt">trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgcustomscrollingembeddedsvgfileimagerepaintproblemexpectedtxt">trunk/LayoutTests/platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgzoompagezoomsvgthroughobjectwithabsolutesize2expectedtxt">trunk/LayoutTests/platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgzoompagezoomsvgthroughobjectwithabsolutesizeexpectedtxt">trunk/LayoutTests/platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactableslayeringpainttestlayering1expectedtxt">trunk/LayoutTests/platform/mac/tables/layering/paint-test-layering-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactableslayeringpainttestlayering2expectedtxt">trunk/LayoutTests/platform/mac/tables/layering/paint-test-layering-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug10009expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug10009-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug101201expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug101201-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug101674expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug101674-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug102961expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug10551expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1055-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug10565expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug10565-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug10633expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug10633-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug10671expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1067-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug10672expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1067-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug106795expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug106795-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug106816expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug106816-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug1132351expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug113424expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug113424-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug11631expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1163-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug1188expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug12008expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12008-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug120107expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug120107-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug120364expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug120364-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug1224expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1224-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug12268expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12268-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug12709expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12709-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug1271expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1271-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug129081expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12908-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug129082expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12908-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug129102expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12910-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug1296expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1296-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug1302expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1302-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug13169expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug13169-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug1318expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1318-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug1373881expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug137388-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug1373882expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug137388-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug1373883expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug137388-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug1395241expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug139524-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug1395242expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug139524-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug1395243expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug139524-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug1395244expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug139524-4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug1430expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1430-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug14323expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug14323-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug1474expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1474-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug14929expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug14929-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug15247expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug15247-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug154780expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug154780-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug15544expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug15544-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug159108expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug159108-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug15933expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug15933-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug16012expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug16012-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug16252expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug16252-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug17138expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug17138-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug1754554expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug175455-4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug17548expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug17548-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug17587expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug17587-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug1800expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1800-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug1802expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1802-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug1802sexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1802s-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug1809expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1809-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug18440expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug18440-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug18664expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug18664-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug18955expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug18955-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug190611expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug190612expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug19356expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug19356-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug20804expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug20804-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug2123expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2123-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug215629expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug215629-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug2196931expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug219693-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug2196932expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug219693-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug22019expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug22019-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug220536expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug220536-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug222336expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug222336-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug222463expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug22246-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug222463aexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug22246-3a-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug22513expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug22513-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug2296expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2296-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug23235expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug23235-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug24200expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug24792expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug24793expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug25004expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug25004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug25074expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug25074-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug25663expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug25663-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug26553expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug26553-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug2684expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2684-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug269566expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug269566-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug277062expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug277062-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug2773expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2773-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug279931expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug27993-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug2886expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2886-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug28933expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug28933-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug290581expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug29058-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug29314expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug29314-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug29429expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug29429-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug2954expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2954-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug29811expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug29812expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug2997expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2997-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug30273expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30273-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug30559expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30559-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug3103expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug3103-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug322053expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug32205-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug3260expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug3260-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug32841expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug32841-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug33137expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug33137-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug33855expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug3454expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug3454-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug38916expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug38916-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug3977expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug3977-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug4093expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4093-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug42187expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug42187-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug4385expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4385-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug4427expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4427-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug44505expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug44505-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug4501expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4501-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug4527expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug45350expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug45350-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug45486expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug45486-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug4576expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4576-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug462681expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46268-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug462682expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46268-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug463681expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug466231expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46623-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug466232expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46623-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug47432expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug47432-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug4803expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4803-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug48492expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4849-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug4849expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4849-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug51727expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug5188expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug5188-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug52505expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug52506expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug536901expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug53690-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug536902expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug53690-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug53891expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug53891-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug5538expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug5538-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug55789expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug55789-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug56201expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug56201-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug578282expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug57828-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug5797expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug5797-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug5835expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug5835-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug60804expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug60804-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug60807expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug60807-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug6184expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug6184-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug6304expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug6304-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug6404expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug6404-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug647expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug647-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug6674expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug6674-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug68998expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug68998-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug693821expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug69382-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug693822expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug69382-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug72359expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug72359-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug7342expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug7714expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug7714-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug78162expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug78162-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug829462expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug82946-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug86708expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug86708-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug8950expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug8950-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug91231expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug9123-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug91232expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug9123-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug92143expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug92143-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug926472expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug92647-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug963expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug963-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug96334expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug97383expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug97383-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug98791expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug9879-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacollapsing_bordersbug412623expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacorebloombergexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/core/bloomberg-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacorebordersexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/core/borders-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacorecell_heightsexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/core/cell_heights-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacorecol_spanexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/core/col_span-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacorecol_widths_auto_autoFixexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacorecol_widths_auto_autoFixPerexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacorecol_widths_auto_fixexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacorecol_widths_auto_fixPerexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacorecol_widths_auto_perexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_per-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacorecol_widths_fix_autoFixexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacorecol_widths_fix_fixexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacorecol_widths_fix_fixPerexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacorecol_widths_fix_perexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_per-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacoremarginsexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/core/margins-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacoremiscexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/core/misc-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacorenested1expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/core/nested1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacoreone_rowexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/core/one_row-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacoretable_frameexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/core/table_frame-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacoretable_heightsexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/core/table_heights-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacoretable_rulesexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/core/table_rules-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacoretable_widthsexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/core/table_widths-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilladominsertColGroups1expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertColGroups1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilladominsertColGroups2expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertColGroups2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilladominsertCols1expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertCols1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilladominsertCols2expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertCols2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilladominsertCols3expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertCols3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilladominsertCols4expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertCols4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilladominsertCols5expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertCols5-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_theadexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/body_thead-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvincolgroup_align_centerexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvincolgroup_align_justifyexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvincolgroup_align_leftexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvincolgroup_align_rightexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvincolgroup_spanexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_span-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvincolgroup_valign_baselineexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvincolgroup_valign_bottomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvincolgroup_valign_middleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvincolgroup_valign_topexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvincolgroup_width_pctexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvincolgroup_width_pxexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintable_overflow_hidden_tdexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintable_overflow_td_dynamic_deactivateexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintable_row_align_centerexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_center-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintable_row_align_leftexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintable_row_align_rightexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintable_rules_groupsexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_groups-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_aquaexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_aqua_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_blackexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_black-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_black_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_blueexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_blue_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_fuchsiaexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_fuchsia_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_grayexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_gray_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_greenexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_green-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_green_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_limeexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_lime_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_maroonexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_maroon_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_navyexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_navy_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_oliveexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_olive_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_purpleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_purple_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_redexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_red-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_red_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_silverexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_silver_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_tealexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_teal_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_whiteexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_white-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_white_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_yellowexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_yellow_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_cellpadding_pctexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_td_widthexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_th_widthexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_width_percentexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_width_percent-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintables_width_pxexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_width_px-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintbody_valign_baselineexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintbody_valign_bottomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintbody_valign_middleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintbody_valign_topexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintd_valign_baselineexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintd_valign_bottomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/td_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintd_valign_middleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/td_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintd_valign_topexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/td_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintfoot_valign_baselineexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintfoot_valign_bottomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintfoot_valign_middleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintfoot_valign_topexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinth_valign_baselineexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/th_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinth_valign_bottomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/th_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinth_valign_middleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/th_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinth_valign_topexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/th_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinthead_valign_baselineexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinthead_valign_bottomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinthead_valign_middleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinthead_valign_topexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_aqua_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_blackexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_black-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_black_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_blueexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_blue_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_fuchsiaexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_fuchsia_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_grayexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_gray_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_greenexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_green-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_green_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_limeexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_lime_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_maroonexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_maroon_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_navyexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_navy_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_oliveexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_olive_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_purpleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_purple_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_redexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_red-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_red_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_silverexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_silver_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_tealexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_teal_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_whiteexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_white-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_white_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_yellowexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_yellow_rgbexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_valign_baselineexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_valign_bottomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_valign_middleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintr_valign_topexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_col_align_charexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_align_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_col_spanexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_span-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_col_valign_baselineexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_col_valign_bottomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_col_valign_middleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_col_valign_topexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_col_width_pxexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_width_px-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_col_width_relexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_colgroup_align_charexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_align_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_colgroup_spanexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_span-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_colgroup_valign_baselineexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_colgroup_valign_bottomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_colgroup_valign_middleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_colgroup_valign_topexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_colgroup_width_relexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_valign_baselineexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_valign_bottomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_valign_middleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_valign_topexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_td_align_centerexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_center-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_td_align_charexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_td_align_justifyexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_td_align_leftexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_td_align_rightexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_td_valign_baselineexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_td_valign_bottomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_td_valign_middleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_td_valign_topexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_td_widthexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_valign_baselineexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_valign_bottomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_valign_middleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_valign_topexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_th_align_centerexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_center-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_th_align_charexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_th_align_justifyexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_th_align_leftexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_th_align_rightexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_th_rowspanexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_rowspan-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_th_valign_baselineexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_th_valign_bottomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_th_valign_middleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_th_valign_topexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_th_widthexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_thead_valign_baselineexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_thead_valign_bottomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_thead_valign_middleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_thead_valign_topexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tr_align_charexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_align_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tr_valign_baselineexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tr_valign_bottomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tr_valign_middleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tr_valign_topexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillaothercell_widthsexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/other/cell_widths-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillaothermsexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/other/ms-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillaothernested2expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/other/nested2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillaothernestedTablesexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/other/nestedTables-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillaotherslashlogoexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/other/slashlogo-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillaothertest3expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/other/test3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillaothertest6expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/other/test6-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillaotherwa_table_thtd_rowspanexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillaotherwa_table_tr_alignexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugs97619expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug1010expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug10552expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug1128expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug1164expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1164-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug128876expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug128876-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug140071expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug140072expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug1647expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1647-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug1725expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug17826expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug21518expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug22122expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug23847expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug23847-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug24795expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug279932expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug290582expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug3105expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug3105-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug56024expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug59252expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug71212expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug72393expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug72393-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug7243expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug7243-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug807622expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug8499expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug8499-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug85016expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug89315expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug91057expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug98791expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failurescollapsing_bordersbug412621expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failurescorecaptions1expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failurescorecaptions2expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failurescorecol_span2expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failurescorecols1expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/cols1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failurescorecolumnsexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/columns-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failurescorestandards1expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/standards1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresdomappendColGroup1expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablecellexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablecolumnexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablecolumngroupexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertableexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablequirksexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablerowexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablerowgroupexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_fixedbgexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_layershideexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_layersshowexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_positiontablecellexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_positiontablecolumnexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_positiontablecolumngroupexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_positiontablerowexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_positiontablerowgroupexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_captionexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_caption_bottomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_caption_hiddenexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_caption_hidden_tableexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_caption_leftexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_caption_rightexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_caption_topexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_dirty_reflowexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_dirty_reflow_tableexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_hidden_tableexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_hidden_tbodyexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_hidden_trexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_style_reflow_cellexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_style_reflow_cell_siblingexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_style_reflow_rowexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_style_reflow_row_siblingexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_style_reflow_tableexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_style_reflow_table_captionexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_style_reflow_tbodyexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_style_reflow_tbody_siblingexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_td_align_rightexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_td_dynamic_deactivateexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_td_valign_bottomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_td_valign_middleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_td_valign_topexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintables_cellspacing_pctexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresotherempty_cellsexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresothertest4expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacyosemitetablesmozilla_expected_failuresbugsbug8499expectedtxt">trunk/LayoutTests/platform/mac-yosemite/tables/mozilla_expected_failures/bugs/bug8499-expected.txt</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorerenderingAutoTableLayoutcpp">trunk/Source/WebCore/rendering/AutoTableLayout.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderBlockcpp">trunk/Source/WebCore/rendering/RenderBlock.cpp</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsfasttablefixedsizetablewithfixedsizecontentexpectedhtml">trunk/LayoutTests/fast/table/fixed-size-table-with-fixed-size-content-expected.html</a></li>
<li><a href="#trunkLayoutTestsfasttablefixedsizetablewithfixedsizecontenthtml">trunk/LayoutTests/fast/table/fixed-size-table-with-fixed-size-content.html</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/ChangeLog        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -1,3 +1,1843 @@
</span><ins>+2016-01-28  Zalan Bujtas  &lt;zalan@apple.com&gt;
+
+        Unexpected content wrapping at http://email.osh.com/H/2/v100000152474feb8ec7c1a1f4bbe5c7c0/HTML
+        https://bugs.webkit.org/show_bug.cgi?id=153430
+
+        Reviewed by Simon Fraser.
+
+        Ensure that min/max preferred and computed widths never shrink while converting LayoutUnit to float and back.
+
+        * fast/table/fixed-size-table-with-fixed-size-content-expected.html: Added.
+        * fast/table/fixed-size-table-with-fixed-size-content.html: Added.
+        * platform/ios-simulator/css1/basic/containment-expected.txt:
+        * platform/ios-simulator/css1/basic/contextual_selectors-expected.txt:
+        * platform/ios-simulator/css1/basic/grouping-expected.txt:
+        * platform/ios-simulator/css1/basic/id_as_selector-expected.txt:
+        * platform/ios-simulator/css1/basic/inheritance-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border_bottom-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border_bottom_inline-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border_bottom_width-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border_bottom_width_inline-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border_color-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border_color_inline-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border_inline-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border_left-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border_left_inline-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border_left_width-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border_left_width_inline-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border_right-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border_right_inline-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border_right_width-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border_right_width_inline-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border_style-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border_style_inline-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border_top-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border_top_inline-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border_top_width-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border_top_width_inline-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border_width-expected.txt:
+        * platform/ios-simulator/css1/box_properties/border_width_inline-expected.txt:
+        * platform/ios-simulator/css1/box_properties/clear-expected.txt:
+        * platform/ios-simulator/css1/box_properties/clear_float-expected.txt:
+        * platform/ios-simulator/css1/box_properties/float-expected.txt:
+        * platform/ios-simulator/css1/box_properties/float_elements_in_series-expected.txt:
+        * platform/ios-simulator/css1/box_properties/float_margin-expected.txt:
+        * platform/ios-simulator/css1/box_properties/height-expected.txt:
+        * platform/ios-simulator/css1/box_properties/margin-expected.txt:
+        * platform/ios-simulator/css1/box_properties/margin_bottom-expected.txt:
+        * platform/ios-simulator/css1/box_properties/margin_bottom_inline-expected.txt:
+        * platform/ios-simulator/css1/box_properties/margin_inline-expected.txt:
+        * platform/ios-simulator/css1/box_properties/margin_left-expected.txt:
+        * platform/ios-simulator/css1/box_properties/margin_left_inline-expected.txt:
+        * platform/ios-simulator/css1/box_properties/margin_right-expected.txt:
+        * platform/ios-simulator/css1/box_properties/margin_right_inline-expected.txt:
+        * platform/ios-simulator/css1/box_properties/margin_top-expected.txt:
+        * platform/ios-simulator/css1/box_properties/margin_top_inline-expected.txt:
+        * platform/ios-simulator/css1/box_properties/padding-expected.txt:
+        * platform/ios-simulator/css1/box_properties/padding_bottom-expected.txt:
+        * platform/ios-simulator/css1/box_properties/padding_bottom_inline-expected.txt:
+        * platform/ios-simulator/css1/box_properties/padding_inline-expected.txt:
+        * platform/ios-simulator/css1/box_properties/padding_left-expected.txt:
+        * platform/ios-simulator/css1/box_properties/padding_left_inline-expected.txt:
+        * platform/ios-simulator/css1/box_properties/padding_right-expected.txt:
+        * platform/ios-simulator/css1/box_properties/padding_right_inline-expected.txt:
+        * platform/ios-simulator/css1/box_properties/padding_top-expected.txt:
+        * platform/ios-simulator/css1/box_properties/padding_top_inline-expected.txt:
+        * platform/ios-simulator/css1/box_properties/width-expected.txt:
+        * platform/ios-simulator/css1/cascade/cascade_order-expected.txt:
+        * platform/ios-simulator/css1/cascade/important-expected.txt:
+        * platform/ios-simulator/css1/classification/display-expected.txt:
+        * platform/ios-simulator/css1/classification/list_style-expected.txt:
+        * platform/ios-simulator/css1/classification/list_style_image-expected.txt:
+        * platform/ios-simulator/css1/classification/list_style_position-expected.txt:
+        * platform/ios-simulator/css1/classification/list_style_type-expected.txt:
+        * platform/ios-simulator/css1/classification/white_space-expected.txt:
+        * platform/ios-simulator/css1/color_and_background/background-expected.txt:
+        * platform/ios-simulator/css1/color_and_background/background_attachment-expected.txt:
+        * platform/ios-simulator/css1/color_and_background/background_color-expected.txt:
+        * platform/ios-simulator/css1/color_and_background/background_image-expected.txt:
+        * platform/ios-simulator/css1/color_and_background/background_position-expected.txt:
+        * platform/ios-simulator/css1/color_and_background/background_repeat-expected.txt:
+        * platform/ios-simulator/css1/color_and_background/color-expected.txt:
+        * platform/ios-simulator/css1/conformance/forward_compatible_parsing-expected.txt:
+        * platform/ios-simulator/css1/font_properties/font-expected.txt:
+        * platform/ios-simulator/css1/font_properties/font_family-expected.txt:
+        * platform/ios-simulator/css1/font_properties/font_size-expected.txt:
+        * platform/ios-simulator/css1/font_properties/font_style-expected.txt:
+        * platform/ios-simulator/css1/font_properties/font_variant-expected.txt:
+        * platform/ios-simulator/css1/font_properties/font_weight-expected.txt:
+        * platform/ios-simulator/css1/formatting_model/canvas-expected.txt:
+        * platform/ios-simulator/css1/formatting_model/height_of_lines-expected.txt:
+        * platform/ios-simulator/css1/formatting_model/inline_elements-expected.txt:
+        * platform/ios-simulator/css1/formatting_model/replaced_elements-expected.txt:
+        * platform/ios-simulator/css1/formatting_model/vertical_formatting-expected.txt:
+        * platform/ios-simulator/css1/pseudo/anchor-expected.txt:
+        * platform/ios-simulator/css1/pseudo/firstletter-expected.txt:
+        * platform/ios-simulator/css1/pseudo/firstline-expected.txt:
+        * platform/ios-simulator/css1/pseudo/multiple_pseudo_elements-expected.txt:
+        * platform/ios-simulator/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
+        * platform/ios-simulator/css1/text_properties/letter_spacing-expected.txt:
+        * platform/ios-simulator/css1/text_properties/line_height-expected.txt:
+        * platform/ios-simulator/css1/text_properties/text_align-expected.txt:
+        * platform/ios-simulator/css1/text_properties/text_decoration-expected.txt:
+        * platform/ios-simulator/css1/text_properties/text_indent-expected.txt:
+        * platform/ios-simulator/css1/text_properties/text_transform-expected.txt:
+        * platform/ios-simulator/css1/text_properties/vertical_align-expected.txt:
+        * platform/ios-simulator/css1/text_properties/word_spacing-expected.txt:
+        * platform/ios-simulator/css1/units/color_units-expected.txt:
+        * platform/ios-simulator/css1/units/length_units-expected.txt:
+        * platform/ios-simulator/css1/units/percentage_units-expected.txt:
+        * platform/ios-simulator/css1/units/urls-expected.txt:
+        * platform/ios-simulator/css2.1/20110323/border-collapse-offset-002-expected.txt:
+        * platform/ios-simulator/css2.1/20110323/border-conflict-style-079-expected.txt:
+        * platform/ios-simulator/css2.1/20110323/border-conflict-style-088-expected.txt:
+        * platform/ios-simulator/css2.1/20110323/dynamic-top-change-002-expected.txt:
+        * platform/ios-simulator/css2.1/20110323/dynamic-top-change-003-expected.txt:
+        * platform/ios-simulator/css2.1/20110323/inline-table-001-expected.txt:
+        * platform/ios-simulator/css2.1/20110323/inline-table-003-expected.txt:
+        * platform/ios-simulator/css2.1/20110323/margin-applies-to-001-expected.txt:
+        * platform/ios-simulator/css2.1/20110323/margin-applies-to-002-expected.txt:
+        * platform/ios-simulator/css2.1/20110323/margin-applies-to-003-expected.txt:
+        * platform/ios-simulator/css2.1/20110323/margin-applies-to-004-expected.txt:
+        * platform/ios-simulator/css2.1/20110323/margin-applies-to-005-expected.txt:
+        * platform/ios-simulator/css2.1/20110323/margin-applies-to-006-expected.txt:
+        * platform/ios-simulator/css2.1/20110323/margin-applies-to-007-expected.txt:
+        * platform/ios-simulator/css2.1/20110323/margin-applies-to-013-expected.txt:
+        * platform/ios-simulator/css2.1/20110323/margin-applies-to-014-expected.txt:
+        * platform/ios-simulator/css2.1/20110323/margin-applies-to-015-expected.txt:
+        * platform/ios-simulator/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt:
+        * platform/ios-simulator/css2.1/20110323/table-caption-001-expected.txt:
+        * platform/ios-simulator/css2.1/20110323/table-caption-optional-001-expected.txt:
+        * platform/ios-simulator/css2.1/20110323/table-caption-optional-002-expected.txt:
+        * platform/ios-simulator/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
+        * platform/ios-simulator/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
+        * platform/ios-simulator/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
+        * platform/ios-simulator/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
+        * platform/ios-simulator/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt:
+        * platform/ios-simulator/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
+        * platform/ios-simulator/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt:
+        * platform/ios-simulator/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-52-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-54-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-59-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-64-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-65-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-70-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-71-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-74-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-84-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-85-d-expected.txt:
+        * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-94-d-expected.txt:
+        * platform/ios-simulator/css2.1/tables/table-anonymous-objects-177-expected.txt:
+        * platform/ios-simulator/css2.1/tables/table-anonymous-objects-178-expected.txt:
+        * platform/ios-simulator/css2.1/tables/table-anonymous-objects-179-expected.txt:
+        * platform/ios-simulator/css2.1/tables/table-anonymous-objects-180-expected.txt:
+        * platform/ios-simulator/css2.1/tables/table-anonymous-objects-181-expected.txt:
+        * platform/ios-simulator/css2.1/tables/table-anonymous-objects-189-expected.txt:
+        * platform/ios-simulator/css2.1/tables/table-anonymous-objects-190-expected.txt:
+        * platform/ios-simulator/css2.1/tables/table-anonymous-objects-191-expected.txt:
+        * platform/ios-simulator/css2.1/tables/table-anonymous-objects-192-expected.txt:
+        * platform/ios-simulator/css2.1/tables/table-anonymous-objects-193-expected.txt:
+        * platform/ios-simulator/css2.1/tables/table-anonymous-objects-194-expected.txt:
+        * platform/ios-simulator/css2.1/tables/table-anonymous-objects-195-expected.txt:
+        * platform/ios-simulator/css2.1/tables/table-anonymous-objects-196-expected.txt:
+        * platform/ios-simulator/css2.1/tables/table-anonymous-objects-205-expected.txt:
+        * platform/ios-simulator/css2.1/tables/table-anonymous-objects-206-expected.txt:
+        * platform/ios-simulator/css3/css3-modsel-33-expected.txt:
+        * platform/ios-simulator/css3/selectors3/html/css3-modsel-18-expected.txt:
+        * platform/ios-simulator/css3/selectors3/html/css3-modsel-29-expected.txt:
+        * platform/ios-simulator/css3/selectors3/html/css3-modsel-29b-expected.txt:
+        * platform/ios-simulator/css3/selectors3/html/css3-modsel-33-expected.txt:
+        * platform/ios-simulator/css3/selectors3/html/css3-modsel-73-expected.txt:
+        * platform/ios-simulator/css3/selectors3/html/css3-modsel-73b-expected.txt:
+        * platform/ios-simulator/css3/selectors3/html/css3-modsel-77-expected.txt:
+        * platform/ios-simulator/css3/selectors3/html/css3-modsel-77b-expected.txt:
+        * platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-18-expected.txt:
+        * platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-29-expected.txt:
+        * platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-29b-expected.txt:
+        * platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-33-expected.txt:
+        * platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-73-expected.txt:
+        * platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-73b-expected.txt:
+        * platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-77-expected.txt:
+        * platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-77b-expected.txt:
+        * platform/ios-simulator/css3/selectors3/xml/css3-modsel-18-expected.txt:
+        * platform/ios-simulator/css3/selectors3/xml/css3-modsel-29-expected.txt:
+        * platform/ios-simulator/css3/selectors3/xml/css3-modsel-29b-expected.txt:
+        * platform/ios-simulator/css3/selectors3/xml/css3-modsel-33-expected.txt:
+        * platform/ios-simulator/css3/selectors3/xml/css3-modsel-73-expected.txt:
+        * platform/ios-simulator/css3/selectors3/xml/css3-modsel-73b-expected.txt:
+        * platform/ios-simulator/css3/selectors3/xml/css3-modsel-77-expected.txt:
+        * platform/ios-simulator/css3/selectors3/xml/css3-modsel-77b-expected.txt:
+        * platform/ios-simulator/editing/deleting/4922367-expected.txt:
+        * platform/ios-simulator/editing/deleting/5126166-expected.txt:
+        * platform/ios-simulator/editing/deleting/5206311-1-expected.txt:
+        * platform/ios-simulator/editing/deleting/5433862-2-expected.txt:
+        * platform/ios-simulator/editing/inserting/paragraph-separator-in-table-1-expected.txt:
+        * platform/ios-simulator/editing/selection/5057506-2-expected.txt:
+        * platform/ios-simulator/editing/selection/5057506-expected.txt:
+        * platform/ios-simulator/editing/selection/5131716-1-expected.txt:
+        * platform/ios-simulator/editing/selection/5131716-2-expected.txt:
+        * platform/ios-simulator/editing/selection/5131716-3-expected.txt:
+        * platform/ios-simulator/editing/selection/5131716-4-expected.txt:
+        * platform/ios-simulator/fast/block/basic/quirk-percent-height-table-cell-expected.txt:
+        * platform/ios-simulator/fast/block/float/015-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/006-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/010-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/011-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/012-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/015-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/016-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/017-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/018-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/019-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/020-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/021-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/022-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/025-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/032-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/033-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/034-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/041-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/042-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/055-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/056-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/057-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/058-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/059-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
+        * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
+        * platform/ios-simulator/fast/block/positioning/negative-right-pos-expected.txt:
+        * platform/ios-simulator/fast/block/positioning/table-cell-static-position-expected.txt:
+        * platform/ios-simulator/fast/borders/border-antialiasing-expected.txt:
+        * platform/ios-simulator/fast/borders/border-radius-different-width-001-expected.txt:
+        * platform/ios-simulator/fast/borders/table-borders-expected.txt:
+        * platform/ios-simulator/fast/css-generated-content/first-letter-in-nested-before-expected.txt:
+        * platform/ios-simulator/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt:
+        * platform/ios-simulator/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt:
+        * platform/ios-simulator/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
+        * platform/ios-simulator/fast/css-generated-content/table-row-group-with-before-expected.txt:
+        * platform/ios-simulator/fast/css-generated-content/table-row-with-before-expected.txt:
+        * platform/ios-simulator/fast/css-generated-content/table-with-before-expected.txt:
+        * platform/ios-simulator/fast/css/003-expected.txt:
+        * platform/ios-simulator/fast/css/absolute-poition-in-rtl-parent-expected.txt:
+        * platform/ios-simulator/fast/css/acid2-expected.txt:
+        * platform/ios-simulator/fast/css/acid2-pixel-expected.txt:
+        * platform/ios-simulator/fast/css/bidi-override-in-anonymous-block-expected.txt:
+        * platform/ios-simulator/fast/css/box-shadow-and-border-radius-expected.txt:
+        * platform/ios-simulator/fast/css/css3-nth-child-expected.txt:
+        * platform/ios-simulator/fast/css/focus-ring-detached-expected.txt:
+        * platform/ios-simulator/fast/css/focus-ring-multiline-expected.txt:
+        * platform/ios-simulator/fast/css/h1-in-section-elements-expected.txt:
+        * platform/ios-simulator/fast/css/percentage-non-integer-expected.txt:
+        * platform/ios-simulator/fast/css/table-text-align-quirk-expected.txt:
+        * platform/ios-simulator/fast/css/table-text-align-strict-expected.txt:
+        * platform/ios-simulator/fast/dom/34176-expected.txt:
+        * platform/ios-simulator/fast/dom/HTMLTableElement/colSpan-expected.txt:
+        * platform/ios-simulator/fast/dom/HTMLTableElement/createCaption-expected.txt:
+        * platform/ios-simulator/fast/dom/row-inner-text-expected.txt:
+        * platform/ios-simulator/fast/dynamic/001-expected.txt:
+        * platform/ios-simulator/fast/dynamic/containing-block-change-expected.txt:
+        * platform/ios-simulator/fast/dynamic/float-withdrawal-expected.txt:
+        * platform/ios-simulator/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
+        * platform/ios-simulator/fast/dynamic/subtree-table-cell-height-expected.txt:
+        * platform/ios-simulator/fast/forms/001-expected.txt:
+        * platform/ios-simulator/fast/forms/005-expected.txt:
+        * platform/ios-simulator/fast/forms/form-element-geometry-expected.txt:
+        * platform/ios-simulator/fast/forms/form-hides-table-expected.txt:
+        * platform/ios-simulator/fast/forms/formmove3-expected.txt:
+        * platform/ios-simulator/fast/forms/input-table-expected.txt:
+        * platform/ios-simulator/fast/forms/listbox-bidi-align-expected.txt:
+        * platform/ios-simulator/fast/forms/preserveFormDuringResidualStyle-expected.txt:
+        * platform/ios-simulator/fast/forms/select-dirty-parent-pref-widths-expected.txt:
+        * platform/ios-simulator/fast/html/details-writing-mode-expected.txt:
+        * platform/ios-simulator/fast/inline-block/001-expected.txt:
+        * platform/ios-simulator/fast/inline-block/overflow-clip-expected.txt:
+        * platform/ios-simulator/fast/invalid/012-expected.txt:
+        * platform/ios-simulator/fast/lists/004-expected.txt:
+        * platform/ios-simulator/fast/multicol/span/before-child-anonymous-column-block-expected.txt:
+        * platform/ios-simulator/fast/multicol/table-vertical-align-expected.txt:
+        * platform/ios-simulator/fast/overflow/002-expected.txt:
+        * platform/ios-simulator/fast/overflow/overflow-rtl-expected.txt:
+        * platform/ios-simulator/fast/overflow/overflow-rtl-vertical-expected.txt:
+        * platform/ios-simulator/fast/overflow/table-overflow-float-expected.txt:
+        * platform/ios-simulator/fast/reflections/table-cell-expected.txt:
+        * platform/ios-simulator/fast/replaced/005-expected.txt:
+        * platform/ios-simulator/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
+        * platform/ios-simulator/fast/replaced/selection-rect-in-table-cell-expected.txt:
+        * platform/ios-simulator/fast/replaced/table-percent-height-positioned-expected.txt:
+        * platform/ios-simulator/fast/replaced/width100percent-checkbox-expected.txt:
+        * platform/ios-simulator/fast/replaced/width100percent-image-expected.txt:
+        * platform/ios-simulator/fast/replaced/width100percent-menulist-expected.txt:
+        * platform/ios-simulator/fast/replaced/width100percent-radio-expected.txt:
+        * platform/ios-simulator/fast/replaced/width100percent-searchfield-expected.txt:
+        * platform/ios-simulator/fast/replaced/width100percent-textarea-expected.txt:
+        * platform/ios-simulator/fast/replaced/width100percent-textfield-expected.txt:
+        * platform/ios-simulator/fast/selectors/077-expected.txt:
+        * platform/ios-simulator/fast/selectors/077b-expected.txt:
+        * platform/ios-simulator/fast/table/002-expected.txt:
+        * platform/ios-simulator/fast/table/003-expected.txt:
+        * platform/ios-simulator/fast/table/005-expected.txt:
+        * platform/ios-simulator/fast/table/007-expected.txt:
+        * platform/ios-simulator/fast/table/008-expected.txt:
+        * platform/ios-simulator/fast/table/009-expected.txt:
+        * platform/ios-simulator/fast/table/012-expected.txt:
+        * platform/ios-simulator/fast/table/013-expected.txt:
+        * platform/ios-simulator/fast/table/021-expected.txt:
+        * platform/ios-simulator/fast/table/023-expected.txt:
+        * platform/ios-simulator/fast/table/028-expected.txt:
+        * platform/ios-simulator/fast/table/028-vertical-expected.txt:
+        * platform/ios-simulator/fast/table/029-expected.txt:
+        * platform/ios-simulator/fast/table/038-expected.txt:
+        * platform/ios-simulator/fast/table/038-vertical-expected.txt:
+        * platform/ios-simulator/fast/table/039-expected.txt:
+        * platform/ios-simulator/fast/table/040-expected.txt:
+        * platform/ios-simulator/fast/table/040-vertical-expected.txt:
+        * platform/ios-simulator/fast/table/100-percent-cell-width-expected.txt:
+        * platform/ios-simulator/fast/table/add-before-anonymous-child-expected.txt:
+        * platform/ios-simulator/fast/table/border-collapsing/001-expected.txt:
+        * platform/ios-simulator/fast/table/border-collapsing/001-vertical-expected.txt:
+        * platform/ios-simulator/fast/table/border-collapsing/002-expected.txt:
+        * platform/ios-simulator/fast/table/border-collapsing/002-vertical-expected.txt:
+        * platform/ios-simulator/fast/table/border-collapsing/003-expected.txt:
+        * platform/ios-simulator/fast/table/border-collapsing/003-vertical-expected.txt:
+        * platform/ios-simulator/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt:
+        * platform/ios-simulator/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt:
+        * platform/ios-simulator/fast/table/border-collapsing/cached-69296-expected.txt:
+        * platform/ios-simulator/fast/table/border-collapsing/cached-change-row-border-width-expected.txt:
+        * platform/ios-simulator/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt:
+        * platform/ios-simulator/fast/table/border-collapsing/equal-precedence-resolution-expected.txt:
+        * platform/ios-simulator/fast/table/border-collapsing/rtl-border-collapsing-expected.txt:
+        * platform/ios-simulator/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt:
+        * platform/ios-simulator/fast/table/caption-relayout-expected.txt:
+        * platform/ios-simulator/fast/table/cell-absolute-child-expected.txt:
+        * platform/ios-simulator/fast/table/cell-width-auto-expected.txt:
+        * platform/ios-simulator/fast/table/colspanMinWidth-expected.txt:
+        * platform/ios-simulator/fast/table/dynamic-cellpadding-expected.txt:
+        * platform/ios-simulator/fast/table/edge-offsets-expected.txt:
+        * platform/ios-simulator/fast/table/empty-cells-expected.txt:
+        * platform/ios-simulator/fast/table/frame-and-rules-expected.txt:
+        * platform/ios-simulator/fast/table/giantRowspan-expected.txt:
+        * platform/ios-simulator/fast/table/growCellForImageQuirk-expected.txt:
+        * platform/ios-simulator/fast/table/growCellForImageQuirk-vertical-expected.txt:
+        * platform/ios-simulator/fast/table/invisible-cell-background-expected.txt:
+        * platform/ios-simulator/fast/table/large-width-expected.txt:
+        * platform/ios-simulator/fast/table/max-width-integer-overflow-expected.txt:
+        * platform/ios-simulator/fast/table/mozilla-bug10296-vertical-align-1-expected.txt:
+        * platform/ios-simulator/fast/table/mozilla-bug10296-vertical-align-2-expected.txt:
+        * platform/ios-simulator/fast/table/nobr-expected.txt:
+        * platform/ios-simulator/fast/table/overflowHidden-expected.txt:
+        * platform/ios-simulator/fast/table/percent-heights-expected.txt:
+        * platform/ios-simulator/fast/table/percent-widths-stretch-expected.txt:
+        * platform/ios-simulator/fast/table/prepend-in-anonymous-table-expected.txt:
+        * platform/ios-simulator/fast/table/relative-position-containment-expected.txt:
+        * platform/ios-simulator/fast/table/relative-position-offsets-expected.txt:
+        * platform/ios-simulator/fast/table/relative-position-stacking-expected.txt:
+        * platform/ios-simulator/fast/table/replaced-percent-height-expected.txt:
+        * platform/ios-simulator/fast/table/row-height-recalc-expected.txt:
+        * platform/ios-simulator/fast/table/rowspan-paint-order-expected.txt:
+        * platform/ios-simulator/fast/table/rowspan-paint-order-vertical-expected.txt:
+        * platform/ios-simulator/fast/table/spanOverlapRepaint-expected.txt:
+        * platform/ios-simulator/fast/table/stale-grid-crash-expected.txt:
+        * platform/ios-simulator/fast/table/table-cell-before-child-in-table-expected.txt:
+        * platform/ios-simulator/fast/table/table-display-types-expected.txt:
+        * platform/ios-simulator/fast/table/table-display-types-strict-expected.txt:
+        * platform/ios-simulator/fast/table/table-display-types-vertical-expected.txt:
+        * platform/ios-simulator/fast/table/table-row-before-after-content-around-table-cell-expected.txt:
+        * platform/ios-simulator/fast/table/table-row-outline-paint-expected.txt:
+        * platform/ios-simulator/fast/table/table-row-split2-expected.txt:
+        * platform/ios-simulator/fast/table/table-section-split2-expected.txt:
+        * platform/ios-simulator/fast/table/table-split-expected.txt:
+        * platform/ios-simulator/fast/table/table-split2-expected.txt:
+        * platform/ios-simulator/fast/text/basic/004-expected.txt:
+        * platform/ios-simulator/fast/text/basic/005-expected.txt:
+        * platform/ios-simulator/fast/text/emoji-expected.txt:
+        * platform/ios-simulator/fast/text/international/bidi-LDB-2-CSS-expected.txt:
+        * platform/ios-simulator/fast/text/international/bidi-LDB-2-HTML-expected.txt:
+        * platform/ios-simulator/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
+        * platform/ios-simulator/fast/text/whitespace/002-expected.txt:
+        * platform/ios-simulator/fast/text/whitespace/003-expected.txt:
+        * platform/ios-simulator/fast/text/whitespace/004-expected.txt:
+        * platform/ios-simulator/fast/text/whitespace/005-expected.txt:
+        * platform/ios-simulator/fast/text/whitespace/010-expected.txt:
+        * platform/ios-simulator/fast/text/whitespace/011-expected.txt:
+        * platform/ios-simulator/fast/text/whitespace/015-expected.txt:
+        * platform/ios-simulator/fast/text/whitespace/016-expected.txt:
+        * platform/ios-simulator/fast/text/whitespace/025-expected.txt:
+        * platform/ios-simulator/fast/writing-mode/table-percent-width-quirk-expected.txt:
+        * platform/ios-simulator/fast/writing-mode/vertical-align-table-baseline-expected.txt:
+        * platform/ios-simulator/http/tests/misc/acid2-expected.txt:
+        * platform/ios-simulator/http/tests/misc/acid2-pixel-expected.txt:
+        * platform/ios-simulator/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
+        * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt:
+        * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt:
+        * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt:
+        * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt:
+        * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
+        * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt:
+        * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
+        * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
+        * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
+        * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
+        * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
+        * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt:
+        * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt:
+        * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt:
+        * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt:
+        * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt:
+        * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt:
+        * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt:
+        * platform/ios-simulator/mathml/opentype/opentype-stretchy-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug10009-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug101201-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug101674-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug10296-1-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug1055-1-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug10565-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug10633-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug1067-1-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug1067-2-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug106795-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug106816-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug113235-1-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug113424-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug1163-1-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug1188-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug12008-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug120107-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug120364-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug1224-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug12268-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug12709-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug1271-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug12908-1-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug12908-2-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug12910-2-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug1296-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug1302-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug13169-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug1318-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug139524-1-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug139524-2-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug139524-3-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug139524-4-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug1430-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug14323-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug1474-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug14929-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug15247-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug154780-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug15544-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug159108-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug15933-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug16012-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug16252-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug17138-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug175455-4-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug17548-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug17587-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug1800-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug1802-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug1802s-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug1809-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug18440-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug18664-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug18955-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug19061-1-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug19061-2-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug19356-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug20804-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug2123-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug215629-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug219693-1-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug219693-2-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug22019-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug222336-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug22246-2-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug22246-2a-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug22246-3-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug22246-3a-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug22513-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug2296-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug23235-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug24200-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug2479-3-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug25004-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug25074-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug25663-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug2684-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug269566-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug277062-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug2773-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug27993-1-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug2886-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug28933-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug29058-1-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug29429-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug2954-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug2981-1-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug2981-2-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug2997-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug30273-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug3103-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug32205-3-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug3260-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug32841-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug33137-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug33855-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug3454-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug3977-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug4093-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug42187-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug4385-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug44505-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug4501-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug4527-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug45350-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug45486-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug4576-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug46268-1-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug46268-2-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug46368-1-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug46623-1-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug46623-2-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug47432-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug4803-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug4849-2-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug4849-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug51727-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug5188-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug52505-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug52506-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug53690-1-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug53690-2-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug53891-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug5538-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug55789-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug57828-2-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug5797-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug5835-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug59354-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug60804-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug60807-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug6184-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug6304-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug6404-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug647-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug6674-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug68998-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug69382-1-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug69382-2-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug72359-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug7342-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug7714-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug78162-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug82946-2-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug86708-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug8950-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug9123-1-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug9123-2-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug92143-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug963-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug96334-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug97383-expected.txt:
+        * platform/ios-simulator/tables/mozilla/bugs/bug9879-1-expected.txt:
+        * platform/ios-simulator/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
+        * platform/ios-simulator/tables/mozilla/core/bloomberg-expected.txt:
+        * platform/ios-simulator/tables/mozilla/core/borders-expected.txt:
+        * platform/ios-simulator/tables/mozilla/core/cell_heights-expected.txt:
+        * platform/ios-simulator/tables/mozilla/core/col_span-expected.txt:
+        * platform/ios-simulator/tables/mozilla/core/col_widths_auto_autoFix-expected.txt:
+        * platform/ios-simulator/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt:
+        * platform/ios-simulator/tables/mozilla/core/col_widths_auto_fix-expected.txt:
+        * platform/ios-simulator/tables/mozilla/core/col_widths_auto_fixPer-expected.txt:
+        * platform/ios-simulator/tables/mozilla/core/col_widths_auto_per-expected.txt:
+        * platform/ios-simulator/tables/mozilla/core/col_widths_fix_autoFix-expected.txt:
+        * platform/ios-simulator/tables/mozilla/core/col_widths_fix_fix-expected.txt:
+        * platform/ios-simulator/tables/mozilla/core/col_widths_fix_fixPer-expected.txt:
+        * platform/ios-simulator/tables/mozilla/core/col_widths_fix_per-expected.txt:
+        * platform/ios-simulator/tables/mozilla/core/margins-expected.txt:
+        * platform/ios-simulator/tables/mozilla/core/misc-expected.txt:
+        * platform/ios-simulator/tables/mozilla/core/nested1-expected.txt:
+        * platform/ios-simulator/tables/mozilla/core/one_row-expected.txt:
+        * platform/ios-simulator/tables/mozilla/core/table_frame-expected.txt:
+        * platform/ios-simulator/tables/mozilla/core/table_heights-expected.txt:
+        * platform/ios-simulator/tables/mozilla/core/table_rules-expected.txt:
+        * platform/ios-simulator/tables/mozilla/core/table_widths-expected.txt:
+        * platform/ios-simulator/tables/mozilla/dom/insertColGroups1-expected.txt:
+        * platform/ios-simulator/tables/mozilla/dom/insertColGroups2-expected.txt:
+        * platform/ios-simulator/tables/mozilla/dom/insertCols1-expected.txt:
+        * platform/ios-simulator/tables/mozilla/dom/insertCols2-expected.txt:
+        * platform/ios-simulator/tables/mozilla/dom/insertCols3-expected.txt:
+        * platform/ios-simulator/tables/mozilla/dom/insertCols4-expected.txt:
+        * platform/ios-simulator/tables/mozilla/dom/insertCols5-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/backgr_position-table-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/colgroup_span-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_middle-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_top-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/colgroup_width_pct-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/colgroup_width_px-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/table_row_align_center-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/table_row_align_left-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/table_row_align_right-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_black-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_green-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_red-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_white-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_td_width-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_th_colspan-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_th_width-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tables_width_px-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tbody_valign_top-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/td_valign_baseline-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/td_valign_bottom-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/td_valign_middle-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/td_valign_top-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/th_valign_baseline-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/th_valign_bottom-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/th_valign_middle-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/th_valign_top-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/thead_valign_middle-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/thead_valign_top-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_black-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_green-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_red-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_white-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_valign_baseline-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_valign_bottom-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_valign_middle-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/tr_valign_top-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_col_align_char-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_col_span-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_col_valign_middle-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_col_valign_top-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_col_width_px-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_col_width_rel-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_colgroup_span-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_td_align_center-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_td_align_char-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_td_align_justify-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_td_align_left-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_td_align_right-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_td_valign_middle-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_td_valign_top-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_td_width-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_th_align_center-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_th_align_char-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_th_align_justify-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_th_align_left-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_th_align_right-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_th_rowspan-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_th_valign_middle-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_th_valign_top-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_th_width-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_tr_align_char-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
+        * platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_top-expected.txt:
+        * platform/ios-simulator/tables/mozilla/other/cell_widths-expected.txt:
+        * platform/ios-simulator/tables/mozilla/other/ms-expected.txt:
+        * platform/ios-simulator/tables/mozilla/other/nested2-expected.txt:
+        * platform/ios-simulator/tables/mozilla/other/nestedTables-expected.txt:
+        * platform/ios-simulator/tables/mozilla/other/slashlogo-expected.txt:
+        * platform/ios-simulator/tables/mozilla/other/test3-expected.txt:
+        * platform/ios-simulator/tables/mozilla/other/test6-expected.txt:
+        * platform/ios-simulator/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/97619-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1164-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug17826-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug3105-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug59252-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/core/captions1-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/core/captions2-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/core/col_span2-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/core/cols1-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/core/columns-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/core/standards1-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt:
+        * platform/ios-simulator/tables/mozilla_expected_failures/other/empty_cells-expected.txt:
+        * platform/mac/accessibility/table-detection-expected.txt:
+        * platform/mac/compositing/contents-opaque/table-parts-expected.txt:
+        * platform/mac/css1/basic/containment-expected.txt:
+        * platform/mac/css1/basic/contextual_selectors-expected.txt:
+        * platform/mac/css1/basic/grouping-expected.txt:
+        * platform/mac/css1/basic/id_as_selector-expected.txt:
+        * platform/mac/css1/basic/inheritance-expected.txt:
+        * platform/mac/css1/box_properties/border-expected.txt:
+        * platform/mac/css1/box_properties/border_bottom-expected.txt:
+        * platform/mac/css1/box_properties/border_bottom_inline-expected.txt:
+        * platform/mac/css1/box_properties/border_bottom_width-expected.txt:
+        * platform/mac/css1/box_properties/border_bottom_width_inline-expected.txt:
+        * platform/mac/css1/box_properties/border_color-expected.txt:
+        * platform/mac/css1/box_properties/border_color_inline-expected.txt:
+        * platform/mac/css1/box_properties/border_inline-expected.txt:
+        * platform/mac/css1/box_properties/border_left-expected.txt:
+        * platform/mac/css1/box_properties/border_left_inline-expected.txt:
+        * platform/mac/css1/box_properties/border_left_width-expected.txt:
+        * platform/mac/css1/box_properties/border_left_width_inline-expected.txt:
+        * platform/mac/css1/box_properties/border_right-expected.txt:
+        * platform/mac/css1/box_properties/border_right_inline-expected.txt:
+        * platform/mac/css1/box_properties/border_right_width-expected.txt:
+        * platform/mac/css1/box_properties/border_right_width_inline-expected.txt:
+        * platform/mac/css1/box_properties/border_style-expected.txt:
+        * platform/mac/css1/box_properties/border_style_inline-expected.txt:
+        * platform/mac/css1/box_properties/border_top-expected.txt:
+        * platform/mac/css1/box_properties/border_top_inline-expected.txt:
+        * platform/mac/css1/box_properties/border_top_width-expected.txt:
+        * platform/mac/css1/box_properties/border_top_width_inline-expected.txt:
+        * platform/mac/css1/box_properties/border_width-expected.txt:
+        * platform/mac/css1/box_properties/border_width_inline-expected.txt:
+        * platform/mac/css1/box_properties/clear-expected.txt:
+        * platform/mac/css1/box_properties/clear_float-expected.txt:
+        * platform/mac/css1/box_properties/float-expected.txt:
+        * platform/mac/css1/box_properties/float_elements_in_series-expected.txt:
+        * platform/mac/css1/box_properties/float_margin-expected.txt:
+        * platform/mac/css1/box_properties/float_on_text_elements-expected.txt:
+        * platform/mac/css1/box_properties/height-expected.txt:
+        * platform/mac/css1/box_properties/margin-expected.txt:
+        * platform/mac/css1/box_properties/margin_bottom-expected.txt:
+        * platform/mac/css1/box_properties/margin_bottom_inline-expected.txt:
+        * platform/mac/css1/box_properties/margin_inline-expected.txt:
+        * platform/mac/css1/box_properties/margin_left-expected.txt:
+        * platform/mac/css1/box_properties/margin_left_inline-expected.txt:
+        * platform/mac/css1/box_properties/margin_right-expected.txt:
+        * platform/mac/css1/box_properties/margin_right_inline-expected.txt:
+        * platform/mac/css1/box_properties/margin_top-expected.txt:
+        * platform/mac/css1/box_properties/margin_top_inline-expected.txt:
+        * platform/mac/css1/box_properties/padding-expected.txt:
+        * platform/mac/css1/box_properties/padding_bottom-expected.txt:
+        * platform/mac/css1/box_properties/padding_bottom_inline-expected.txt:
+        * platform/mac/css1/box_properties/padding_inline-expected.txt:
+        * platform/mac/css1/box_properties/padding_left-expected.txt:
+        * platform/mac/css1/box_properties/padding_left_inline-expected.txt:
+        * platform/mac/css1/box_properties/padding_right-expected.txt:
+        * platform/mac/css1/box_properties/padding_right_inline-expected.txt:
+        * platform/mac/css1/box_properties/padding_top-expected.txt:
+        * platform/mac/css1/box_properties/padding_top_inline-expected.txt:
+        * platform/mac/css1/box_properties/width-expected.txt:
+        * platform/mac/css1/cascade/cascade_order-expected.txt:
+        * platform/mac/css1/cascade/important-expected.txt:
+        * platform/mac/css1/classification/display-expected.txt:
+        * platform/mac/css1/classification/list_style-expected.txt:
+        * platform/mac/css1/classification/list_style_image-expected.txt:
+        * platform/mac/css1/classification/list_style_position-expected.txt:
+        * platform/mac/css1/classification/list_style_type-expected.txt:
+        * platform/mac/css1/classification/white_space-expected.txt:
+        * platform/mac/css1/color_and_background/background-expected.txt:
+        * platform/mac/css1/color_and_background/background_attachment-expected.txt:
+        * platform/mac/css1/color_and_background/background_color-expected.txt:
+        * platform/mac/css1/color_and_background/background_image-expected.txt:
+        * platform/mac/css1/color_and_background/background_position-expected.txt:
+        * platform/mac/css1/color_and_background/background_repeat-expected.txt:
+        * platform/mac/css1/color_and_background/color-expected.txt:
+        * platform/mac/css1/conformance/forward_compatible_parsing-expected.txt:
+        * platform/mac/css1/font_properties/font-expected.txt:
+        * platform/mac/css1/font_properties/font_family-expected.txt:
+        * platform/mac/css1/font_properties/font_size-expected.txt:
+        * platform/mac/css1/font_properties/font_style-expected.txt:
+        * platform/mac/css1/font_properties/font_variant-expected.txt:
+        * platform/mac/css1/font_properties/font_weight-expected.txt:
+        * platform/mac/css1/formatting_model/canvas-expected.txt:
+        * platform/mac/css1/formatting_model/floating_elements-expected.txt:
+        * platform/mac/css1/formatting_model/height_of_lines-expected.txt:
+        * platform/mac/css1/formatting_model/inline_elements-expected.txt:
+        * platform/mac/css1/formatting_model/replaced_elements-expected.txt:
+        * platform/mac/css1/formatting_model/vertical_formatting-expected.txt:
+        * platform/mac/css1/pseudo/anchor-expected.txt:
+        * platform/mac/css1/pseudo/firstletter-expected.txt:
+        * platform/mac/css1/pseudo/firstline-expected.txt:
+        * platform/mac/css1/pseudo/multiple_pseudo_elements-expected.txt:
+        * platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
+        * platform/mac/css1/text_properties/letter_spacing-expected.txt:
+        * platform/mac/css1/text_properties/line_height-expected.txt:
+        * platform/mac/css1/text_properties/text_align-expected.txt:
+        * platform/mac/css1/text_properties/text_decoration-expected.txt:
+        * platform/mac/css1/text_properties/text_indent-expected.txt:
+        * platform/mac/css1/text_properties/text_transform-expected.txt:
+        * platform/mac/css1/text_properties/vertical_align-expected.txt:
+        * platform/mac/css1/text_properties/word_spacing-expected.txt:
+        * platform/mac/css1/units/color_units-expected.txt:
+        * platform/mac/css1/units/length_units-expected.txt:
+        * platform/mac/css1/units/percentage_units-expected.txt:
+        * platform/mac/css1/units/urls-expected.txt:
+        * platform/mac/css2.1/20110323/border-collapse-offset-002-expected.txt:
+        * platform/mac/css2.1/20110323/border-conflict-style-079-expected.txt:
+        * platform/mac/css2.1/20110323/border-conflict-style-088-expected.txt:
+        * platform/mac/css2.1/20110323/dynamic-top-change-002-expected.txt:
+        * platform/mac/css2.1/20110323/dynamic-top-change-003-expected.txt:
+        * platform/mac/css2.1/20110323/inline-table-001-expected.txt:
+        * platform/mac/css2.1/20110323/inline-table-003-expected.txt:
+        * platform/mac/css2.1/20110323/margin-applies-to-001-expected.txt:
+        * platform/mac/css2.1/20110323/margin-applies-to-002-expected.txt:
+        * platform/mac/css2.1/20110323/margin-applies-to-003-expected.txt:
+        * platform/mac/css2.1/20110323/margin-applies-to-004-expected.txt:
+        * platform/mac/css2.1/20110323/margin-applies-to-005-expected.txt:
+        * platform/mac/css2.1/20110323/margin-applies-to-006-expected.txt:
+        * platform/mac/css2.1/20110323/margin-applies-to-007-expected.txt:
+        * platform/mac/css2.1/20110323/margin-applies-to-013-expected.txt:
+        * platform/mac/css2.1/20110323/margin-applies-to-014-expected.txt:
+        * platform/mac/css2.1/20110323/margin-applies-to-015-expected.txt:
+        * platform/mac/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt:
+        * platform/mac/css2.1/20110323/table-caption-001-expected.txt:
+        * platform/mac/css2.1/20110323/table-caption-optional-001-expected.txt:
+        * platform/mac/css2.1/20110323/table-caption-optional-002-expected.txt:
+        * platform/mac/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
+        * platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
+        * platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
+        * platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
+        * platform/mac/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt:
+        * platform/mac/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
+        * platform/mac/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt:
+        * platform/mac/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-52-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-54-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-59-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-64-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-65-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-70-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-71-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-74-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-84-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-85-d-expected.txt:
+        * platform/mac/css2.1/t170602-bdr-conflct-w-94-d-expected.txt:
+        * platform/mac/css2.1/tables/table-anonymous-objects-177-expected.txt:
+        * platform/mac/css2.1/tables/table-anonymous-objects-178-expected.txt:
+        * platform/mac/css2.1/tables/table-anonymous-objects-179-expected.txt:
+        * platform/mac/css2.1/tables/table-anonymous-objects-180-expected.txt:
+        * platform/mac/css2.1/tables/table-anonymous-objects-181-expected.txt:
+        * platform/mac/css2.1/tables/table-anonymous-objects-189-expected.txt:
+        * platform/mac/css2.1/tables/table-anonymous-objects-190-expected.txt:
+        * platform/mac/css2.1/tables/table-anonymous-objects-191-expected.txt:
+        * platform/mac/css2.1/tables/table-anonymous-objects-192-expected.txt:
+        * platform/mac/css2.1/tables/table-anonymous-objects-193-expected.txt:
+        * platform/mac/css2.1/tables/table-anonymous-objects-194-expected.txt:
+        * platform/mac/css2.1/tables/table-anonymous-objects-195-expected.txt:
+        * platform/mac/css2.1/tables/table-anonymous-objects-196-expected.txt:
+        * platform/mac/css2.1/tables/table-anonymous-objects-205-expected.txt:
+        * platform/mac/css2.1/tables/table-anonymous-objects-206-expected.txt:
+        * platform/mac/css3/css3-modsel-33-expected.txt:
+        * platform/mac/css3/selectors3/html/css3-modsel-29-expected.txt:
+        * platform/mac/css3/selectors3/html/css3-modsel-29b-expected.txt:
+        * platform/mac/css3/selectors3/html/css3-modsel-33-expected.txt:
+        * platform/mac/css3/selectors3/html/css3-modsel-73-expected.txt:
+        * platform/mac/css3/selectors3/html/css3-modsel-73b-expected.txt:
+        * platform/mac/css3/selectors3/html/css3-modsel-77-expected.txt:
+        * platform/mac/css3/selectors3/html/css3-modsel-77b-expected.txt:
+        * platform/mac/css3/selectors3/xhtml/css3-modsel-29-expected.txt:
+        * platform/mac/css3/selectors3/xhtml/css3-modsel-29b-expected.txt:
+        * platform/mac/css3/selectors3/xhtml/css3-modsel-33-expected.txt:
+        * platform/mac/css3/selectors3/xhtml/css3-modsel-73-expected.txt:
+        * platform/mac/css3/selectors3/xhtml/css3-modsel-73b-expected.txt:
+        * platform/mac/css3/selectors3/xhtml/css3-modsel-77-expected.txt:
+        * platform/mac/css3/selectors3/xhtml/css3-modsel-77b-expected.txt:
+        * platform/mac/css3/selectors3/xml/css3-modsel-29-expected.txt:
+        * platform/mac/css3/selectors3/xml/css3-modsel-29b-expected.txt:
+        * platform/mac/css3/selectors3/xml/css3-modsel-33-expected.txt:
+        * platform/mac/css3/selectors3/xml/css3-modsel-73-expected.txt:
+        * platform/mac/css3/selectors3/xml/css3-modsel-73b-expected.txt:
+        * platform/mac/css3/selectors3/xml/css3-modsel-77-expected.txt:
+        * platform/mac/css3/selectors3/xml/css3-modsel-77b-expected.txt:
+        * platform/mac/editing/deleting/4922367-expected.txt:
+        * platform/mac/editing/deleting/5126166-expected.txt:
+        * platform/mac/editing/deleting/5144139-2-expected.txt:
+        * platform/mac/editing/deleting/5206311-1-expected.txt:
+        * platform/mac/editing/deleting/5433862-2-expected.txt:
+        * platform/mac/editing/inserting/paragraph-separator-in-table-1-expected.txt:
+        * platform/mac/editing/pasteboard/innerText-inline-table-expected.txt:
+        * platform/mac/editing/selection/3690703-2-expected.txt:
+        * platform/mac/editing/selection/3690703-expected.txt:
+        * platform/mac/editing/selection/3690719-expected.txt:
+        * platform/mac/editing/selection/5057506-2-expected.txt:
+        * platform/mac/editing/selection/5057506-expected.txt:
+        * platform/mac/editing/selection/5131716-1-expected.txt:
+        * platform/mac/editing/selection/5131716-2-expected.txt:
+        * platform/mac/editing/selection/5131716-3-expected.txt:
+        * platform/mac/editing/selection/5131716-4-expected.txt:
+        * platform/mac/editing/selection/move-by-line-001-expected.txt:
+        * platform/mac/editing/selection/select-all-004-expected.txt:
+        * platform/mac/editing/unsupported-content/table-type-after-expected.txt:
+        * platform/mac/editing/unsupported-content/table-type-before-expected.txt:
+        * platform/mac/fast/block/basic/016-expected.txt:
+        * platform/mac/fast/block/basic/quirk-percent-height-table-cell-expected.txt:
+        * platform/mac/fast/block/float/015-expected.txt:
+        * platform/mac/fast/block/margin-collapse/006-expected.txt:
+        * platform/mac/fast/block/margin-collapse/010-expected.txt:
+        * platform/mac/fast/block/margin-collapse/011-expected.txt:
+        * platform/mac/fast/block/margin-collapse/012-expected.txt:
+        * platform/mac/fast/block/margin-collapse/015-expected.txt:
+        * platform/mac/fast/block/margin-collapse/016-expected.txt:
+        * platform/mac/fast/block/margin-collapse/017-expected.txt:
+        * platform/mac/fast/block/margin-collapse/018-expected.txt:
+        * platform/mac/fast/block/margin-collapse/019-expected.txt:
+        * platform/mac/fast/block/margin-collapse/020-expected.txt:
+        * platform/mac/fast/block/margin-collapse/021-expected.txt:
+        * platform/mac/fast/block/margin-collapse/022-expected.txt:
+        * platform/mac/fast/block/margin-collapse/025-expected.txt:
+        * platform/mac/fast/block/margin-collapse/032-expected.txt:
+        * platform/mac/fast/block/margin-collapse/033-expected.txt:
+        * platform/mac/fast/block/margin-collapse/034-expected.txt:
+        * platform/mac/fast/block/margin-collapse/041-expected.txt:
+        * platform/mac/fast/block/margin-collapse/042-expected.txt:
+        * platform/mac/fast/block/margin-collapse/055-expected.txt:
+        * platform/mac/fast/block/margin-collapse/056-expected.txt:
+        * platform/mac/fast/block/margin-collapse/057-expected.txt:
+        * platform/mac/fast/block/margin-collapse/058-expected.txt:
+        * platform/mac/fast/block/margin-collapse/059-expected.txt:
+        * platform/mac/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
+        * platform/mac/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
+        * platform/mac/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
+        * platform/mac/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
+        * platform/mac/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
+        * platform/mac/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
+        * platform/mac/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
+        * platform/mac/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
+        * platform/mac/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
+        * platform/mac/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
+        * platform/mac/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
+        * platform/mac/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
+        * platform/mac/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
+        * platform/mac/fast/block/positioning/negative-right-pos-expected.txt:
+        * platform/mac/fast/block/positioning/table-cell-static-position-expected.txt:
+        * platform/mac/fast/borders/border-antialiasing-expected.txt:
+        * platform/mac/fast/borders/border-radius-different-width-001-expected.txt:
+        * platform/mac/fast/borders/table-borders-expected.txt:
+        * platform/mac/fast/css-generated-content/first-letter-in-nested-before-expected.txt:
+        * platform/mac/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt:
+        * platform/mac/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt:
+        * platform/mac/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
+        * platform/mac/fast/css-generated-content/table-parts-before-and-after-expected.txt:
+        * platform/mac/fast/css-generated-content/table-row-group-with-before-expected.txt:
+        * platform/mac/fast/css-generated-content/table-row-with-before-expected.txt:
+        * platform/mac/fast/css-generated-content/table-with-before-expected.txt:
+        * platform/mac/fast/css/003-expected.txt:
+        * platform/mac/fast/css/absolute-poition-in-rtl-parent-expected.txt:
+        * platform/mac/fast/css/acid2-expected.txt:
+        * platform/mac/fast/css/acid2-pixel-expected.txt:
+        * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
+        * platform/mac/fast/css/box-shadow-and-border-radius-expected.txt:
+        * platform/mac/fast/css/caption-width-absolute-position-expected.txt:
+        * platform/mac/fast/css/caption-width-absolute-position-offset-top-expected.txt:
+        * platform/mac/fast/css/caption-width-fixed-position-expected.txt:
+        * platform/mac/fast/css/caption-width-fixed-position-offset-top-expected.txt:
+        * platform/mac/fast/css/caption-width-relative-position-expected.txt:
+        * platform/mac/fast/css/caption-width-relative-position-offset-top-expected.txt:
+        * platform/mac/fast/css/css3-nth-child-expected.txt:
+        * platform/mac/fast/css/focus-ring-detached-expected.txt:
+        * platform/mac/fast/css/focus-ring-multiline-expected.txt:
+        * platform/mac/fast/css/h1-in-section-elements-expected.txt:
+        * platform/mac/fast/css/image-rendering-expected.txt:
+        * platform/mac/fast/css/min-width-with-spanned-cell-expected.txt:
+        * platform/mac/fast/css/percentage-non-integer-expected.txt:
+        * platform/mac/fast/css/table-text-align-quirk-expected.txt:
+        * platform/mac/fast/css/table-text-align-strict-expected.txt:
+        * platform/mac/fast/dom/34176-expected.txt:
+        * platform/mac/fast/dom/HTMLTableElement/colSpan-expected.txt:
+        * platform/mac/fast/dom/HTMLTableElement/createCaption-expected.txt:
+        * platform/mac/fast/dom/row-inner-text-expected.txt:
+        * platform/mac/fast/dynamic/001-expected.txt:
+        * platform/mac/fast/dynamic/containing-block-change-expected.txt:
+        * platform/mac/fast/dynamic/float-withdrawal-expected.txt:
+        * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
+        * platform/mac/fast/dynamic/subtree-table-cell-height-expected.txt:
+        * platform/mac/fast/encoding/utf-16-big-endian-expected.txt:
+        * platform/mac/fast/encoding/utf-16-little-endian-expected.txt:
+        * platform/mac/fast/forms/001-expected.txt:
+        * platform/mac/fast/forms/005-expected.txt:
+        * platform/mac/fast/forms/basic-buttons-expected.txt:
+        * platform/mac/fast/forms/form-element-geometry-expected.txt:
+        * platform/mac/fast/forms/form-hides-table-expected.txt:
+        * platform/mac/fast/forms/form-in-malformed-markup-expected.txt:
+        * platform/mac/fast/forms/formmove3-expected.txt:
+        * platform/mac/fast/forms/input-table-expected.txt:
+        * platform/mac/fast/forms/listbox-bidi-align-expected.txt:
+        * platform/mac/fast/forms/preserveFormDuringResidualStyle-expected.txt:
+        * platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt:
+        * platform/mac/fast/html/details-writing-mode-expected.txt:
+        * platform/mac/fast/inline-block/001-expected.txt:
+        * platform/mac/fast/inline-block/overflow-clip-expected.txt:
+        * platform/mac/fast/invalid/012-expected.txt:
+        * platform/mac/fast/invalid/018-expected.txt:
+        * platform/mac/fast/lists/004-expected.txt:
+        * platform/mac/fast/lists/list-marker-before-content-table-expected.txt:
+        * platform/mac/fast/multicol/span/before-child-anonymous-column-block-expected.txt:
+        * platform/mac/fast/overflow/002-expected.txt:
+        * platform/mac/fast/overflow/overflow-rtl-expected.txt:
+        * platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt:
+        * platform/mac/fast/overflow/table-overflow-float-expected.txt:
+        * platform/mac/fast/reflections/table-cell-expected.txt:
+        * platform/mac/fast/repaint/block-selection-gap-in-table-cell-expected.txt:
+        * platform/mac/fast/repaint/float-overflow-expected.txt:
+        * platform/mac/fast/repaint/float-overflow-right-expected.txt:
+        * platform/mac/fast/repaint/subtree-root-clip-3-expected.txt:
+        * platform/mac/fast/repaint/table-cell-collapsed-border-expected.txt:
+        * platform/mac/fast/repaint/table-cell-collapsed-border-scroll-expected.txt:
+        * platform/mac/fast/repaint/table-cell-move-expected.txt:
+        * platform/mac/fast/repaint/table-cell-overflow-expected.txt:
+        * platform/mac/fast/repaint/table-cell-vertical-overflow-expected.txt:
+        * platform/mac/fast/repaint/table-col-background-expected.txt:
+        * platform/mac/fast/repaint/table-collapsed-border-expected.txt:
+        * platform/mac/fast/repaint/table-extra-bottom-grow-expected.txt:
+        * platform/mac/fast/repaint/table-outer-border-expected.txt:
+        * platform/mac/fast/repaint/table-row-expected.txt:
+        * platform/mac/fast/repaint/table-section-overflow-expected.txt:
+        * platform/mac/fast/repaint/table-section-repaint-expected.txt:
+        * platform/mac/fast/repaint/table-two-pass-layout-overpaint-expected.txt:
+        * platform/mac/fast/repaint/table-writing-modes-h-expected.txt:
+        * platform/mac/fast/repaint/table-writing-modes-v-expected.txt:
+        * platform/mac/fast/replaced/005-expected.txt:
+        * platform/mac/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
+        * platform/mac/fast/replaced/selection-rect-in-table-cell-expected.txt:
+        * platform/mac/fast/replaced/table-percent-height-positioned-expected.txt:
+        * platform/mac/fast/replaced/width100percent-checkbox-expected.txt:
+        * platform/mac/fast/replaced/width100percent-image-expected.txt:
+        * platform/mac/fast/replaced/width100percent-menulist-expected.txt:
+        * platform/mac/fast/replaced/width100percent-radio-expected.txt:
+        * platform/mac/fast/replaced/width100percent-searchfield-expected.txt:
+        * platform/mac/fast/replaced/width100percent-textarea-expected.txt:
+        * platform/mac/fast/replaced/width100percent-textfield-expected.txt:
+        * platform/mac/fast/selectors/077-expected.txt:
+        * platform/mac/fast/selectors/077b-expected.txt:
+        * platform/mac/fast/table/002-expected.txt:
+        * platform/mac/fast/table/003-expected.txt:
+        * platform/mac/fast/table/005-expected.txt:
+        * platform/mac/fast/table/007-expected.txt:
+        * platform/mac/fast/table/008-expected.txt:
+        * platform/mac/fast/table/009-expected.txt:
+        * platform/mac/fast/table/012-expected.txt:
+        * platform/mac/fast/table/013-expected.txt:
+        * platform/mac/fast/table/021-expected.txt:
+        * platform/mac/fast/table/023-expected.txt:
+        * platform/mac/fast/table/024-expected.txt:
+        * platform/mac/fast/table/025-expected.txt:
+        * platform/mac/fast/table/028-expected.txt:
+        * platform/mac/fast/table/028-vertical-expected.txt:
+        * platform/mac/fast/table/029-expected.txt:
+        * platform/mac/fast/table/031-expected.txt:
+        * platform/mac/fast/table/032-expected.txt:
+        * platform/mac/fast/table/034-expected.txt:
+        * platform/mac/fast/table/038-expected.txt:
+        * platform/mac/fast/table/038-vertical-expected.txt:
+        * platform/mac/fast/table/039-expected.txt:
+        * platform/mac/fast/table/040-expected.txt:
+        * platform/mac/fast/table/040-vertical-expected.txt:
+        * platform/mac/fast/table/100-percent-cell-width-expected.txt:
+        * platform/mac/fast/table/add-before-anonymous-child-expected.txt:
+        * platform/mac/fast/table/border-collapsing/001-expected.txt:
+        * platform/mac/fast/table/border-collapsing/001-vertical-expected.txt:
+        * platform/mac/fast/table/border-collapsing/002-expected.txt:
+        * platform/mac/fast/table/border-collapsing/002-vertical-expected.txt:
+        * platform/mac/fast/table/border-collapsing/003-expected.txt:
+        * platform/mac/fast/table/border-collapsing/003-vertical-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/border-collapsing/border-collapsing-head-foot-expected.txt:
+        * platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt:
+        * platform/mac/fast/table/border-collapsing/bug14274-expected.txt:
+        * platform/mac/fast/table/border-collapsing/cached-69296-expected.txt:
+        * platform/mac/fast/table/border-collapsing/cached-cell-append-expected.txt:
+        * platform/mac/fast/table/border-collapsing/cached-cell-remove-expected.txt:
+        * platform/mac/fast/table/border-collapsing/cached-change-cell-border-color-expected.txt:
+        * platform/mac/fast/table/border-collapsing/cached-change-cell-border-width-expected.txt:
+        * platform/mac/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.txt:
+        * platform/mac/fast/table/border-collapsing/cached-change-col-border-color-expected.txt:
+        * platform/mac/fast/table/border-collapsing/cached-change-col-border-width-expected.txt:
+        * platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt:
+        * platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt:
+        * platform/mac/fast/table/border-collapsing/cached-change-row-border-color-expected.txt:
+        * platform/mac/fast/table/border-collapsing/cached-change-row-border-width-expected.txt:
+        * platform/mac/fast/table/border-collapsing/cached-change-table-border-color-expected.txt:
+        * platform/mac/fast/table/border-collapsing/cached-change-table-border-width-expected.txt:
+        * platform/mac/fast/table/border-collapsing/cached-change-tbody-border-color-expected.txt:
+        * platform/mac/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt:
+        * platform/mac/fast/table/border-collapsing/collapsed-borders-adjoining-sections-vertical-rl-expected.txt:
+        * platform/mac/fast/table/border-collapsing/collapsed-borders-painted-once-on-inner-cells-expected.txt:
+        * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.txt:
+        * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt:
+        * platform/mac/fast/table/border-collapsing/rtl-border-collapsing-expected.txt:
+        * platform/mac/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt:
+        * platform/mac/fast/table/caption-relayout-expected.txt:
+        * platform/mac/fast/table/cell-absolute-child-expected.txt:
+        * platform/mac/fast/table/cell-width-auto-expected.txt:
+        * platform/mac/fast/table/colspan-with-all-percent-cells-expected.txt:
+        * platform/mac/fast/table/colspanMinWidth-expected.txt:
+        * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
+        * platform/mac/fast/table/dynamic-cellpadding-expected.txt:
+        * platform/mac/fast/table/edge-offsets-expected.txt:
+        * platform/mac/fast/table/empty-cells-expected.txt:
+        * platform/mac/fast/table/frame-and-rules-expected.txt:
+        * platform/mac/fast/table/giantRowspan-expected.txt:
+        * platform/mac/fast/table/growCellForImageQuirk-expected.txt:
+        * platform/mac/fast/table/growCellForImageQuirk-vertical-expected.txt:
+        * platform/mac/fast/table/height-percent-test-expected.txt:
+        * platform/mac/fast/table/height-percent-test-vertical-expected.txt:
+        * platform/mac/fast/table/invisible-cell-background-expected.txt:
+        * platform/mac/fast/table/large-width-expected.txt:
+        * platform/mac/fast/table/max-width-integer-overflow-expected.txt:
+        * platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.txt:
+        * platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.txt:
+        * platform/mac/fast/table/nobr-expected.txt:
+        * platform/mac/fast/table/overflowHidden-expected.txt:
+        * platform/mac/fast/table/percent-heights-expected.txt:
+        * platform/mac/fast/table/percent-widths-stretch-expected.txt:
+        * platform/mac/fast/table/percent-widths-stretch-vertical-expected.txt:
+        * platform/mac/fast/table/prepend-in-anonymous-table-expected.txt:
+        * platform/mac/fast/table/relative-position-containment-expected.txt:
+        * platform/mac/fast/table/relative-position-offsets-expected.txt:
+        * platform/mac/fast/table/relative-position-stacking-expected.txt:
+        * platform/mac/fast/table/replaced-percent-height-expected.txt:
+        * platform/mac/fast/table/row-height-recalc-expected.txt:
+        * platform/mac/fast/table/rowspan-paint-order-expected.txt:
+        * platform/mac/fast/table/rowspan-paint-order-vertical-expected.txt:
+        * platform/mac/fast/table/simple_paint-expected.txt:
+        * platform/mac/fast/table/spanOverlapRepaint-expected.txt:
+        * platform/mac/fast/table/stale-grid-crash-expected.txt:
+        * platform/mac/fast/table/table-anonymous-cell-bug-expected.txt:
+        * platform/mac/fast/table/table-anonymous-row-bug-expected.txt:
+        * platform/mac/fast/table/table-anonymous-section-bug-expected.txt:
+        * platform/mac/fast/table/table-before-child-style-update-expected.txt:
+        * platform/mac/fast/table/table-cell-before-after-content-around-table-block-expected.txt:
+        * platform/mac/fast/table/table-cell-before-after-content-around-table-expected.txt:
+        * platform/mac/fast/table/table-cell-before-after-content-around-table-row-expected.txt:
+        * platform/mac/fast/table/table-cell-before-child-in-table-expected.txt:
+        * platform/mac/fast/table/table-cell-split-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/table-insert-before-non-anonymous-block-expected.txt:
+        * platform/mac/fast/table/table-row-before-after-content-around-block-expected.txt:
+        * platform/mac/fast/table/table-row-before-after-content-around-table-cell-expected.txt:
+        * platform/mac/fast/table/table-row-before-after-content-around-table-expected.txt:
+        * platform/mac/fast/table/table-row-before-child-style-update-expected.txt:
+        * platform/mac/fast/table/table-row-outline-paint-expected.txt:
+        * platform/mac/fast/table/table-row-split2-expected.txt:
+        * platform/mac/fast/table/table-row-style-not-updated-expected.txt:
+        * platform/mac/fast/table/table-row-style-not-updated-with-after-content-expected.txt:
+        * platform/mac/fast/table/table-row-style-not-updated-with-before-content-expected.txt:
+        * platform/mac/fast/table/table-section-split2-expected.txt:
+        * platform/mac/fast/table/table-split-expected.txt:
+        * platform/mac/fast/table/table-split2-expected.txt:
+        * platform/mac/fast/table/table-style-not-updated-expected.txt:
+        * platform/mac/fast/table/wide-colspan-expected.txt:
+        * platform/mac/fast/table/wide-column-expected.txt:
+        * platform/mac/fast/text/atsui-negative-spacing-features-expected.txt:
+        * platform/mac/fast/text/atsui-spacing-features-expected.txt:
+        * platform/mac/fast/text/basic/generic-family-reset-expected.txt:
+        * platform/mac/fast/text/international/003-expected.txt:
+        * platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt:
+        * platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.txt:
+        * platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
+        * platform/mac/fast/text/international/bidi-override-expected.txt:
+        * platform/mac/fast/text/wbr-expected.txt:
+        * platform/mac/fast/text/whitespace/002-expected.txt:
+        * platform/mac/fast/text/whitespace/003-expected.txt:
+        * platform/mac/fast/text/whitespace/004-expected.txt:
+        * platform/mac/fast/text/whitespace/005-expected.txt:
+        * platform/mac/fast/text/whitespace/010-expected.txt:
+        * platform/mac/fast/text/whitespace/011-expected.txt:
+        * platform/mac/fast/text/whitespace/013-expected.txt:
+        * platform/mac/fast/text/whitespace/014-expected.txt:
+        * platform/mac/fast/text/whitespace/015-expected.txt:
+        * platform/mac/fast/text/whitespace/016-expected.txt:
+        * platform/mac/fast/text/whitespace/025-expected.txt:
+        * platform/mac/fast/text/whitespace/026-expected.txt:
+        * platform/mac/fast/writing-mode/table-percent-width-quirk-expected.txt:
+        * platform/mac/fast/writing-mode/vertical-align-table-baseline-expected.txt:
+        * platform/mac/http/tests/misc/acid2-expected.txt:
+        * platform/mac/http/tests/misc/acid2-pixel-expected.txt:
+        * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
+        * platform/mac/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt:
+        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt:
+        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt:
+        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt:
+        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
+        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt:
+        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
+        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
+        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
+        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
+        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
+        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt:
+        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt:
+        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt:
+        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt:
+        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt:
+        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt:
+        * platform/mac/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt:
+        * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
+        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
+        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
+        * platform/mac/tables/layering/paint-test-layering-1-expected.txt:
+        * platform/mac/tables/layering/paint-test-layering-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug10009-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug101201-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug101674-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug1055-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug10565-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug10633-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug1067-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug1067-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug106795-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug106816-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug113235-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug113424-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug1163-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug12008-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug120107-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug120364-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug1224-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug12268-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug12709-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug1271-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug12908-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug12908-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug12910-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug1296-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug1302-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug13169-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug137388-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug137388-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug137388-3-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug139524-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug139524-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug139524-3-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug139524-4-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug1430-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug14323-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug1474-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug14929-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug15247-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug154780-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug15544-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug159108-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug15933-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug16012-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug16252-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug17138-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug175455-4-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug17548-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug17587-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug1800-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug1802-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug1802s-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug1809-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug18440-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug18664-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug18955-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug19356-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug20804-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug2123-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug215629-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug219693-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug219693-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug22019-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug220536-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug222336-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug22246-3-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug22246-3a-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug22513-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug2296-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug23235-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug25004-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug25074-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug25663-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug26553-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug2684-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug269566-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug277062-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug2773-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug27993-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug2886-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug28933-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug29058-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug29314-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug29429-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug2954-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug2981-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug2981-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug2997-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug30273-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug30559-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug3103-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug32205-3-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug3260-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug32841-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug33137-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug33855-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug3454-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug38916-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug3977-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug4093-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug42187-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug4385-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug4427-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug44505-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug4501-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug45350-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug45486-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug4576-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug46268-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug46268-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug46623-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug46623-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug47432-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug4803-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug4849-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug4849-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug5188-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug52506-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug53690-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug53690-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug53891-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug5538-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug55789-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug56201-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug57828-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug5797-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug5835-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug60804-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug60807-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug6184-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug6304-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug6404-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug647-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug6674-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug68998-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug69382-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug69382-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug72359-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug7714-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug78162-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug82946-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug86708-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug8950-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug9123-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug9123-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug92143-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug92647-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug963-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug97383-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug9879-1-expected.txt:
+        * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
+        * platform/mac/tables/mozilla/core/bloomberg-expected.txt:
+        * platform/mac/tables/mozilla/core/borders-expected.txt:
+        * platform/mac/tables/mozilla/core/cell_heights-expected.txt:
+        * platform/mac/tables/mozilla/core/col_span-expected.txt:
+        * platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.txt:
+        * platform/mac/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt:
+        * platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.txt:
+        * platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.txt:
+        * platform/mac/tables/mozilla/core/col_widths_auto_per-expected.txt:
+        * platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.txt:
+        * platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.txt:
+        * platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.txt:
+        * platform/mac/tables/mozilla/core/col_widths_fix_per-expected.txt:
+        * platform/mac/tables/mozilla/core/margins-expected.txt:
+        * platform/mac/tables/mozilla/core/misc-expected.txt:
+        * platform/mac/tables/mozilla/core/nested1-expected.txt:
+        * platform/mac/tables/mozilla/core/one_row-expected.txt:
+        * platform/mac/tables/mozilla/core/table_frame-expected.txt:
+        * platform/mac/tables/mozilla/core/table_heights-expected.txt:
+        * platform/mac/tables/mozilla/core/table_rules-expected.txt:
+        * platform/mac/tables/mozilla/core/table_widths-expected.txt:
+        * platform/mac/tables/mozilla/dom/insertColGroups1-expected.txt:
+        * platform/mac/tables/mozilla/dom/insertColGroups2-expected.txt:
+        * platform/mac/tables/mozilla/dom/insertCols1-expected.txt:
+        * platform/mac/tables/mozilla/dom/insertCols2-expected.txt:
+        * platform/mac/tables/mozilla/dom/insertCols3-expected.txt:
+        * platform/mac/tables/mozilla/dom/insertCols4-expected.txt:
+        * platform/mac/tables/mozilla/dom/insertCols5-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_thead-expected.txt:
+        * platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.txt:
+        * platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.txt:
+        * platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.txt:
+        * platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.txt:
+        * platform/mac/tables/mozilla/marvin/colgroup_span-expected.txt:
+        * platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt:
+        * platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt:
+        * platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.txt:
+        * platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.txt:
+        * platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.txt:
+        * platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.txt:
+        * platform/mac/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt:
+        * platform/mac/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
+        * platform/mac/tables/mozilla/marvin/table_row_align_center-expected.txt:
+        * platform/mac/tables/mozilla/marvin/table_row_align_left-expected.txt:
+        * platform/mac/tables/mozilla/marvin/table_row_align_right-expected.txt:
+        * platform/mac/tables/mozilla/marvin/table_rules_groups-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_black-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_green-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_red-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_white-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_td_width-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_th_width-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_width_percent-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tables_width_px-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.txt:
+        * platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.txt:
+        * platform/mac/tables/mozilla/marvin/td_valign_bottom-expected.txt:
+        * platform/mac/tables/mozilla/marvin/td_valign_middle-expected.txt:
+        * platform/mac/tables/mozilla/marvin/td_valign_top-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
+        * platform/mac/tables/mozilla/marvin/th_valign_baseline-expected.txt:
+        * platform/mac/tables/mozilla/marvin/th_valign_bottom-expected.txt:
+        * platform/mac/tables/mozilla/marvin/th_valign_middle-expected.txt:
+        * platform/mac/tables/mozilla/marvin/th_valign_top-expected.txt:
+        * platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
+        * platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
+        * platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.txt:
+        * platform/mac/tables/mozilla/marvin/thead_valign_top-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_black-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_green-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_red-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_white-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_valign_bottom-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_valign_middle-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tr_valign_top-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_col_align_char-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_col_span-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_col_valign_middle-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_col_valign_top-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_col_width_px-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_colgroup_span-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_td_align_center-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_td_align_char-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_td_align_left-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_td_align_right-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_td_valign_middle-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_td_valign_top-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_td_width-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_th_align_center-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_th_align_char-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_th_align_left-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_th_align_right-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_th_rowspan-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_th_valign_middle-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_th_valign_top-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_th_width-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tr_align_char-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tr_valign_top-expected.txt:
+        * platform/mac/tables/mozilla/other/cell_widths-expected.txt:
+        * platform/mac/tables/mozilla/other/ms-expected.txt:
+        * platform/mac/tables/mozilla/other/nested2-expected.txt:
+        * platform/mac/tables/mozilla/other/nestedTables-expected.txt:
+        * platform/mac/tables/mozilla/other/slashlogo-expected.txt:
+        * platform/mac/tables/mozilla/other/test3-expected.txt:
+        * platform/mac/tables/mozilla/other/test6-expected.txt:
+        * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
+        * platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug1164-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug128876-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug3105-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/core/cols1-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/core/columns-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/core/standards1-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
+
</ins><span class="cx"> 2016-01-27  Chris Dumez  &lt;cdumez@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Expose ValidityState on the global Window object
</span></span></pre></div>
<a id="trunkLayoutTestsfasttablefixedsizetablewithfixedsizecontentexpectedhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/fast/table/fixed-size-table-with-fixed-size-content-expected.html (0 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/table/fixed-size-table-with-fixed-size-content-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/table/fixed-size-table-with-fixed-size-content-expected.html        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;html&gt;
+&lt;head&gt;
+&lt;title&gt;This tests that a fixed size table (200px) can accommodate fixed size content (100px + 100px) without wrapping.&lt;/title&gt; 
+&lt;/head&gt;
+&lt;body&gt;
+&lt;div style=&quot;position: fixed; left: 7px; top: 7px; width: 100px; height: 100px; border: 1px solid green;&quot;&gt;&lt;/div&gt;
+&lt;div style=&quot;position: fixed; left: 110px; top: 10px; width: 10px; height: 10px; border: 1px solid green;&quot;&gt;&lt;/div&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsfasttablefixedsizetablewithfixedsizecontenthtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/fast/table/fixed-size-table-with-fixed-size-content.html (0 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/table/fixed-size-table-with-fixed-size-content.html                                (rev 0)
+++ trunk/LayoutTests/fast/table/fixed-size-table-with-fixed-size-content.html        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -0,0 +1,14 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;html&gt;
+&lt;head&gt;
+&lt;title&gt;This tests that a fixed size table (200px) can accommodate fixed size content (100px + 100px) without wrapping.&lt;/title&gt; 
+&lt;/head&gt;
+&lt;body&gt;
+&lt;table width=&quot;200&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;
+&lt;tr&gt;&lt;td&gt;
+  &lt;table width=&quot;100&quot; align=&quot;left&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;div style=&quot;outline: 1px solid green; width: 100px; height: 100px;&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
+  &lt;table width=&quot;100&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;div style=&quot;outline: 1px solid green; width: 10px; height: 10px;&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
+&lt;/td&gt;&lt;/tr&gt;
+&lt;/table&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1basiccontainmentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/basic/containment-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/basic/containment-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/basic/containment-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -110,7 +110,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x384
</span><del>-            RenderTableCell {TD} at (0,206) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,206) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x384 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1basiccontextual_selectorsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/basic/contextual_selectors-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/basic/contextual_selectors-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/basic/contextual_selectors-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 728x136
</span><del>-            RenderTableCell {TD} at (0,82) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,82) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 716x136 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1basicgroupingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/basic/grouping-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/basic/grouping-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/basic/grouping-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 217x100
</span><del>-            RenderTableCell {TD} at (0,64) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,64) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 205x100 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1basicid_as_selectorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/basic/id_as_selector-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/basic/id_as_selector-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/basic/id_as_selector-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 411x209
</span><del>-            RenderTableCell {TD} at (0,118) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,118) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x20
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 399x209 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1basicinheritanceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/basic/inheritance-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/basic/inheritance-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/basic/inheritance-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -100,7 +100,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 616x264
</span><del>-            RenderTableCell {TD} at (0,145) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,145) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x20
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 604x264 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborderexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -68,7 +68,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,611) size 784x121 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x119
</span><span class="cx">           RenderTableRow {TR} at (0,5) size 782x46
</span><del>-            RenderTableCell {TD} at (5,5) size 772x46 [border: (2px solid #008000)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (5,5) size 773x46 [border: (2px solid #008000)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (3,3) size 728x39
</span><span class="cx">                 text run at (3,3) width 413: &quot;Every cell in this table should have a 2-pixel solid green border. &quot;
</span><span class="cx">                 text run at (415,3) width 316: &quot;This is also true of the table-testing section in the&quot;
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,72) size 197x26 [border: (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (3,3) size 54x19
</span><span class="cx">                 text run at (3,3) width 54: &quot;Cell one&quot;
</span><del>-            RenderTableCell {TD} at (206,56) size 571x58 [border: (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,56) size 572x58 [border: (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock (anonymous) at (3,3) size 565x20
</span><span class="cx">                 RenderText {#text} at (0,0) size 55x19
</span><span class="cx">                   text run at (0,0) width 55: &quot;Cell two&quot;
</span><span class="lines">@@ -98,7 +98,7 @@
</span><span class="cx">                 RenderText {#text} at (5,5) size 161x19
</span><span class="cx">                   text run at (5,5) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,30) size 782x625
</span><del>-            RenderTableCell {TD} at (0,327) size 15x31 [bgcolor=#C0C0C0] [border: (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,327) size 14x31 [bgcolor=#C0C0C0] [border: (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 4x20
</span><span class="cx">                 text run at (5,6) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (14,30) size 768x625 [border: (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -153,7 +153,7 @@
</span><span class="cx">               RenderTable {TABLE} at (5,463) size 758x121 [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 756x119
</span><span class="cx">                   RenderTableRow {TR} at (0,5) size 756x46
</span><del>-                    RenderTableCell {TD} at (5,5) size 746x46 [border: (2px solid #008000)] [r=0 c=0 rs=1 cs=2]
</del><ins>+                    RenderTableCell {TD} at (5,5) size 747x46 [border: (2px solid #008000)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">                       RenderText {#text} at (3,3) size 728x39
</span><span class="cx">                         text run at (3,3) width 413: &quot;Every cell in this table should have a 2-pixel solid green border. &quot;
</span><span class="cx">                         text run at (415,3) width 316: &quot;This is also true of the table-testing section in the&quot;
</span><span class="lines">@@ -162,7 +162,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (5,72) size 190x26 [border: (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (3,3) size 54x19
</span><span class="cx">                         text run at (3,3) width 54: &quot;Cell one&quot;
</span><del>-                    RenderTableCell {TD} at (199,56) size 552x58 [border: (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (199,56) size 553x58 [border: (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderBlock (anonymous) at (3,3) size 546x20
</span><span class="cx">                         RenderText {#text} at (0,0) size 55x19
</span><span class="cx">                           text run at (0,0) width 55: &quot;Cell two&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,262) size 784x118 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x116
</span><span class="cx">           RenderTableRow {TR} at (0,5) size 782x45
</span><del>-            RenderTableCell {TD} at (5,5) size 772x45 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (5,5) size 773x45 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 754x39
</span><span class="cx">                 text run at (2,2) width 463: &quot;Every cell in this table should have a 2-pixel solid green bottom border. &quot;
</span><span class="cx">                 text run at (464,2) width 292: &quot;This is also true of the table-testing section in&quot;
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,70) size 195x26 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 54x20
</span><span class="cx">                 text run at (2,3) width 54: &quot;Cell one&quot;
</span><del>-            RenderTableCell {TD} at (204,55) size 573x56 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (204,55) size 574x56 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock (anonymous) at (2,2) size 569x20
</span><span class="cx">                 RenderText {#text} at (0,0) size 55x19
</span><span class="cx">                   text run at (0,0) width 55: &quot;Cell two&quot;
</span><span class="lines">@@ -87,7 +87,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,29) size 782x447
</span><del>-            RenderTableCell {TD} at (0,238) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,238) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,29) size 770x447 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -105,7 +105,7 @@
</span><span class="cx">               RenderTable {TABLE} at (4,143) size 762x118 [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 760x116
</span><span class="cx">                   RenderTableRow {TR} at (0,5) size 760x45
</span><del>-                    RenderTableCell {TD} at (5,5) size 750x45 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+                    RenderTableCell {TD} at (5,5) size 751x45 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 738x39
</span><span class="cx">                         text run at (2,2) width 463: &quot;Every cell in this table should have a 2-pixel solid green bottom border. &quot;
</span><span class="cx">                         text run at (464,2) width 276: &quot;This is also true of the table-testing section&quot;
</span><span class="lines">@@ -114,7 +114,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (5,70) size 190x26 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 54x20
</span><span class="cx">                         text run at (2,3) width 54: &quot;Cell one&quot;
</span><del>-                    RenderTableCell {TD} at (199,55) size 556x56 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (199,55) size 557x56 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderBlock (anonymous) at (2,2) size 552x20
</span><span class="cx">                         RenderText {#text} at (0,0) size 55x19
</span><span class="cx">                           text run at (0,0) width 55: &quot;Cell two&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_bottom_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_bottom_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_bottom_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_bottom_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x68
</span><del>-            RenderTableCell {TD} at (0,48) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,48) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x68 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_bottom_widthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_bottom_width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_bottom_width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_bottom_width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 714x351
</span><del>-            RenderTableCell {TD} at (0,189) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,189) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x20
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 702x351 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_bottom_width_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_bottom_width_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_bottom_width_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_bottom_width_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x116
</span><del>-            RenderTableCell {TD} at (0,72) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,72) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x116 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_colorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_color-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_color-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_color-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x138
</span><del>-            RenderTableCell {TD} at (0,83) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,83) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x138 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_color_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_color_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_color_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_color_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x88
</span><del>-            RenderTableCell {TD} at (0,58) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,58) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x88 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x68
</span><del>-            RenderTableCell {TD} at (0,48) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,48) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x68 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_left-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_left-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_left-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,293) size 784x115 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x113
</span><span class="cx">           RenderTableRow {TR} at (0,5) size 782x44
</span><del>-            RenderTableCell {TD} at (5,5) size 772x44 [border: (1px inset #808080) (2px solid #008000)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (5,5) size 773x44 [border: (1px inset #808080) (2px solid #008000)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (3,2) size 754x39
</span><span class="cx">                 text run at (3,2) width 439: &quot;Every cell in this table should have a 2-pixel solid green left border. &quot;
</span><span class="cx">                 text run at (441,2) width 316: &quot;This is also true of the table-testing section in the&quot;
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,69) size 196x24 [border: (1px inset #808080) (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (3,2) size 54x19
</span><span class="cx">                 text run at (3,2) width 54: &quot;Cell one&quot;
</span><del>-            RenderTableCell {TD} at (205,54) size 572x54 [border: (1px inset #808080) (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (205,54) size 573x54 [border: (1px inset #808080) (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock (anonymous) at (3,2) size 567x20
</span><span class="cx">                 RenderText {#text} at (0,0) size 55x19
</span><span class="cx">                   text run at (0,0) width 55: &quot;Cell two&quot;
</span><span class="lines">@@ -87,7 +87,7 @@
</span><span class="cx">                 RenderText {#text} at (5,4) size 161x19
</span><span class="cx">                   text run at (5,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x443
</span><del>-            RenderTableCell {TD} at (0,235) size 14x29 [bgcolor=#C0C0C0] [border: (1px inset #808080) (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,235) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080) (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,4) size 4x20
</span><span class="cx">                 text run at (5,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (13,28) size 769x443 [border: (1px inset #808080) (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -105,7 +105,7 @@
</span><span class="cx">               RenderTable {TABLE} at (5,132) size 760x115 [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 758x113
</span><span class="cx">                   RenderTableRow {TR} at (0,5) size 758x44
</span><del>-                    RenderTableCell {TD} at (5,5) size 748x44 [border: (1px inset #808080) (2px solid #008000)] [r=0 c=0 rs=1 cs=2]
</del><ins>+                    RenderTableCell {TD} at (5,5) size 749x44 [border: (1px inset #808080) (2px solid #008000)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">                       RenderText {#text} at (3,2) size 730x39
</span><span class="cx">                         text run at (3,2) width 439: &quot;Every cell in this table should have a 2-pixel solid green left border. &quot;
</span><span class="cx">                         text run at (441,2) width 292: &quot;This is also true of the table-testing section in&quot;
</span><span class="lines">@@ -114,7 +114,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (5,69) size 190x24 [border: (1px inset #808080) (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (3,2) size 54x19
</span><span class="cx">                         text run at (3,2) width 54: &quot;Cell one&quot;
</span><del>-                    RenderTableCell {TD} at (199,54) size 554x54 [border: (1px inset #808080) (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (199,54) size 555x54 [border: (1px inset #808080) (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderBlock (anonymous) at (3,2) size 549x20
</span><span class="cx">                         RenderText {#text} at (0,0) size 55x19
</span><span class="cx">                           text run at (0,0) width 55: &quot;Cell two&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_left_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_left_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_left_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_left_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x68
</span><del>-            RenderTableCell {TD} at (0,48) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,48) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x68 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_left_widthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_left_width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_left_width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_left_width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x348
</span><del>-            RenderTableCell {TD} at (0,188) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,188) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x348 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_left_width_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_left_width_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_left_width_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_left_width_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x94
</span><del>-            RenderTableCell {TD} at (0,61) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,61) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x94 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_right-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_right-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_right-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x68
</span><del>-            RenderTableCell {TD} at (0,48) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,48) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x68 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_right_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_right_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_right_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_right_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,293) size 784x115 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x113
</span><span class="cx">           RenderTableRow {TR} at (0,5) size 782x44
</span><del>-            RenderTableCell {TD} at (5,5) size 772x44 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (5,5) size 773x44 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 763x39
</span><span class="cx">                 text run at (2,2) width 447: &quot;Every cell in this table should have a 2-pixel solid green right border. &quot;
</span><span class="cx">                 text run at (448,2) width 317: &quot;This is also true of the table-testing section in the&quot;
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,69) size 196x24 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 54x19
</span><span class="cx">                 text run at (2,2) width 54: &quot;Cell one&quot;
</span><del>-            RenderTableCell {TD} at (205,54) size 572x54 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (205,54) size 573x54 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock (anonymous) at (2,2) size 567x20
</span><span class="cx">                 RenderText {#text} at (0,0) size 55x19
</span><span class="cx">                   text run at (0,0) width 55: &quot;Cell two&quot;
</span><span class="lines">@@ -88,7 +88,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x483
</span><del>-            RenderTableCell {TD} at (0,255) size 14x29 [bgcolor=#C0C0C0] [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,255) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x20
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (13,28) size 769x483 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -106,7 +106,7 @@
</span><span class="cx">               RenderTable {TABLE} at (4,132) size 760x115 [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 758x113
</span><span class="cx">                   RenderTableRow {TR} at (0,5) size 758x44
</span><del>-                    RenderTableCell {TD} at (5,5) size 748x44 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+                    RenderTableCell {TD} at (5,5) size 749x44 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 739x39
</span><span class="cx">                         text run at (2,2) width 447: &quot;Every cell in this table should have a 2-pixel solid green right border. &quot;
</span><span class="cx">                         text run at (448,2) width 293: &quot;This is also true of the table-testing section in&quot;
</span><span class="lines">@@ -115,7 +115,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (5,69) size 190x24 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 54x19
</span><span class="cx">                         text run at (2,2) width 54: &quot;Cell one&quot;
</span><del>-                    RenderTableCell {TD} at (199,54) size 554x54 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (199,54) size 555x54 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderBlock (anonymous) at (2,2) size 549x20
</span><span class="cx">                         RenderText {#text} at (0,0) size 55x19
</span><span class="cx">                           text run at (0,0) width 55: &quot;Cell two&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_right_widthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_right_width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_right_width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_right_width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,487) size 784x378 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x376
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x28
</span><del>-            RenderTableCell {TD} at (0,0) size 782x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 783x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 161x19
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="lines">@@ -60,7 +60,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,188) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,28) size 770x348 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (12,28) size 771x348 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (4,4) size 762x20
</span><span class="cx">                 RenderText {#text} at (0,0) size 160x19
</span><span class="cx">                   text run at (0,0) width 160: &quot;(These will only work if &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_right_width_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_right_width_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_right_width_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_right_width_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x94
</span><del>-            RenderTableCell {TD} at (0,61) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,61) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x94 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_styleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_style-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_style-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_style-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -66,7 +66,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x528
</span><del>-            RenderTableCell {TD} at (0,278) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,278) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x528 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_style_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_style_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_style_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_style_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x88
</span><del>-            RenderTableCell {TD} at (0,58) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,58) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x88 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,262) size 784x118 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x116
</span><span class="cx">           RenderTableRow {TR} at (0,5) size 782x45
</span><del>-            RenderTableCell {TD} at (5,5) size 772x45 [border: (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (5,5) size 773x45 [border: (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,3) size 753x39
</span><span class="cx">                 text run at (2,3) width 438: &quot;Every cell in this table should have a 2-pixel solid green top border. &quot;
</span><span class="cx">                 text run at (439,3) width 316: &quot;This is also true of the table-testing section in the&quot;
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,70) size 195x26 [border: (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,3) size 54x20
</span><span class="cx">                 text run at (2,4) width 54: &quot;Cell one&quot;
</span><del>-            RenderTableCell {TD} at (204,55) size 573x56 [border: (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (204,55) size 574x56 [border: (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock (anonymous) at (2,3) size 569x20
</span><span class="cx">                 RenderText {#text} at (0,0) size 55x19
</span><span class="cx">                   text run at (0,0) width 55: &quot;Cell two&quot;
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx">                 RenderText {#text} at (4,5) size 161x19
</span><span class="cx">                   text run at (4,5) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,29) size 782x427
</span><del>-            RenderTableCell {TD} at (0,228) size 13x29 [bgcolor=#C0C0C0] [border: (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,228) size 12x29 [bgcolor=#C0C0C0] [border: (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,5) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,29) size 770x427 [border: (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -99,7 +99,7 @@
</span><span class="cx">               RenderTable {TABLE} at (4,144) size 762x118 [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 760x116
</span><span class="cx">                   RenderTableRow {TR} at (0,5) size 760x45
</span><del>-                    RenderTableCell {TD} at (5,5) size 750x45 [border: (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+                    RenderTableCell {TD} at (5,5) size 751x45 [border: (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">                       RenderText {#text} at (2,3) size 729x39
</span><span class="cx">                         text run at (2,3) width 438: &quot;Every cell in this table should have a 2-pixel solid green top border. &quot;
</span><span class="cx">                         text run at (439,3) width 292: &quot;This is also true of the table-testing section in&quot;
</span><span class="lines">@@ -108,7 +108,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (5,70) size 190x26 [border: (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,3) size 54x20
</span><span class="cx">                         text run at (2,4) width 54: &quot;Cell one&quot;
</span><del>-                    RenderTableCell {TD} at (199,55) size 556x56 [border: (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (199,55) size 557x56 [border: (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderBlock (anonymous) at (2,3) size 552x20
</span><span class="cx">                         RenderText {#text} at (0,0) size 55x19
</span><span class="cx">                           text run at (0,0) width 55: &quot;Cell two&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_top_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_top_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_top_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_top_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x68
</span><del>-            RenderTableCell {TD} at (0,48) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,48) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x68 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_top_widthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_top_width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_top_width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_top_width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 702x290
</span><del>-            RenderTableCell {TD} at (0,159) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,159) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 690x290 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_top_width_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_top_width_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_top_width_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_top_width_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x116
</span><del>-            RenderTableCell {TD} at (0,72) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,72) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x116 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_widthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 672x362
</span><del>-            RenderTableCell {TD} at (0,195) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,195) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 660x362 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesborder_width_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_width_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_width_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/border_width_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x118
</span><del>-            RenderTableCell {TD} at (0,73) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,73) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x118 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesclearexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/clear-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/clear-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/clear-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 691x418
</span><del>-            RenderTableCell {TD} at (0,223) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,223) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 679x418 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesclear_floatexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/clear_float-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/clear_float-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/clear_float-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -84,7 +84,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 590x345
</span><del>-            RenderTableCell {TD} at (0,186) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,186) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,3) size 4x20
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 578x345 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesfloatexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/float-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/float-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/float-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x152
</span><del>-            RenderTableCell {TD} at (0,90) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,90) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x152 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">               RenderBlock (anonymous) at (4,60) size 762x20
</span><span class="cx">                 RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">               RenderBlock {HR} at (4,88) size 762x2 [border: (1px inset #000000)]
</span><del>-              RenderImage {IMG} at (750,98) size 16x50
</del><ins>+              RenderImage {IMG} at (751,98) size 15x50
</ins><span class="cx">               RenderBlock {P} at (4,106) size 762x40
</span><span class="cx">                 RenderText {#text} at (0,0) size 746x39
</span><span class="cx">                   text run at (0,0) width 618: &quot;This text should be flowing past a tall orange rectangle on the right side of the browser window. &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesfloat_elements_in_seriesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/float_elements_in_series-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/float_elements_in_series-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/float_elements_in_series-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -44,39 +44,39 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 40x19
</span><span class="cx">             text run at (0,0) width 40: &quot;Green&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,398) size 784x21
</span><del>-        RenderTable {TABLE} at (0,0) size 621x21
-          RenderTableSection {TBODY} at (0,0) size 621x21
-            RenderTableRow {TR} at (0,0) size 621x21
-              RenderTableCell {TD} at (0,10) size 21x1 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 620x21
+          RenderTableSection {TBODY} at (0,0) size 620x21
+            RenderTableRow {TR} at (0,0) size 620x21
+              RenderTableCell {TD} at (0,10) size 20x1 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 20x1
</span><del>-              RenderTableCell {TD} at (20,10) size 101x1 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (20,10) size 100x1 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 100x1
</span><del>-              RenderTableCell {TD} at (120,10) size 21x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (140,10) size 21x1 [bgcolor=#FFFFFF] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (120,10) size 20x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (140,10) size 20x1 [bgcolor=#FFFFFF] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 20x1
</span><del>-              RenderTableCell {TD} at (160,10) size 21x1 [bgcolor=#000000] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (160,10) size 20x1 [bgcolor=#000000] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 20x1
</span><del>-              RenderTableCell {TD} at (180,10) size 101x1 [bgcolor=#0000FF] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (180,10) size 100x1 [bgcolor=#0000FF] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 100x1
</span><del>-              RenderTableCell {TD} at (280,10) size 21x1 [bgcolor=#000000] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (280,10) size 20x1 [bgcolor=#000000] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 20x1
</span><del>-              RenderTableCell {TD} at (300,10) size 21x1 [bgcolor=#FFFFFF] [r=0 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (300,10) size 20x1 [bgcolor=#FFFFFF] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 20x1
</span><del>-              RenderTableCell {TD} at (320,10) size 21x1 [bgcolor=#000000] [r=0 c=8 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (320,10) size 20x1 [bgcolor=#000000] [r=0 c=8 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 20x1
</span><del>-              RenderTableCell {TD} at (340,10) size 101x1 [bgcolor=#FF0000] [r=0 c=9 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (340,10) size 100x1 [bgcolor=#FF0000] [r=0 c=9 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 100x1
</span><del>-              RenderTableCell {TD} at (440,0) size 21x21 [bgcolor=#000000] [r=0 c=10 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (440,0) size 20x21 [bgcolor=#000000] [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 20x1
</span><span class="cx">                 RenderText {#text} at (0,1) size 5x19
</span><span class="cx">                   text run at (0,1) width 5: &quot;;&quot;
</span><del>-              RenderTableCell {TD} at (460,10) size 21x1 [bgcolor=#FFFFFF] [r=0 c=11 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (460,10) size 20x1 [bgcolor=#FFFFFF] [r=0 c=11 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 20x1
</span><del>-              RenderTableCell {TD} at (480,10) size 21x1 [bgcolor=#000000] [r=0 c=12 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (480,10) size 20x1 [bgcolor=#000000] [r=0 c=12 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 20x1
</span><del>-              RenderTableCell {TD} at (500,10) size 101x1 [bgcolor=#008000] [r=0 c=13 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (500,10) size 100x1 [bgcolor=#008000] [r=0 c=13 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 100x1
</span><del>-              RenderTableCell {TD} at (600,10) size 21x1 [bgcolor=#000000] [r=0 c=14 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (600,10) size 20x1 [bgcolor=#000000] [r=0 c=14 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 20x1
</span><span class="cx">       RenderTable {TABLE} at (0,439) size 784x239 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x237
</span><span class="lines">@@ -86,7 +86,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x209
</span><del>-            RenderTableCell {TD} at (0,118) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,118) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x20
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x209 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -112,37 +112,37 @@
</span><span class="cx">                   RenderText {#text} at (0,0) size 40x19
</span><span class="cx">                     text run at (0,0) width 40: &quot;Green&quot;
</span><span class="cx">               RenderBlock {DIV} at (4,164) size 762x21
</span><del>-                RenderTable {TABLE} at (0,0) size 621x21
-                  RenderTableSection {TBODY} at (0,0) size 621x21
-                    RenderTableRow {TR} at (0,0) size 621x21
-                      RenderTableCell {TD} at (0,10) size 21x1 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTable {TABLE} at (0,0) size 620x21
+                  RenderTableSection {TBODY} at (0,0) size 620x21
+                    RenderTableRow {TR} at (0,0) size 620x21
+                      RenderTableCell {TD} at (0,10) size 20x1 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 20x1
</span><del>-                      RenderTableCell {TD} at (20,10) size 101x1 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (20,10) size 100x1 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 100x1
</span><del>-                      RenderTableCell {TD} at (120,10) size 21x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
-                      RenderTableCell {TD} at (140,10) size 21x1 [bgcolor=#FFFFFF] [r=0 c=3 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (120,10) size 20x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
+                      RenderTableCell {TD} at (140,10) size 20x1 [bgcolor=#FFFFFF] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 20x1
</span><del>-                      RenderTableCell {TD} at (160,10) size 21x1 [bgcolor=#000000] [r=0 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (160,10) size 20x1 [bgcolor=#000000] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 20x1
</span><del>-                      RenderTableCell {TD} at (180,10) size 101x1 [bgcolor=#0000FF] [r=0 c=5 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (180,10) size 100x1 [bgcolor=#0000FF] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 100x1
</span><del>-                      RenderTableCell {TD} at (280,10) size 21x1 [bgcolor=#000000] [r=0 c=6 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (280,10) size 20x1 [bgcolor=#000000] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 20x1
</span><del>-                      RenderTableCell {TD} at (300,10) size 21x1 [bgcolor=#FFFFFF] [r=0 c=7 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (300,10) size 20x1 [bgcolor=#FFFFFF] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 20x1
</span><del>-                      RenderTableCell {TD} at (320,10) size 21x1 [bgcolor=#000000] [r=0 c=8 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (320,10) size 20x1 [bgcolor=#000000] [r=0 c=8 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 20x1
</span><del>-                      RenderTableCell {TD} at (340,10) size 101x1 [bgcolor=#FF0000] [r=0 c=9 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (340,10) size 100x1 [bgcolor=#FF0000] [r=0 c=9 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 100x1
</span><del>-                      RenderTableCell {TD} at (440,0) size 21x21 [bgcolor=#000000] [r=0 c=10 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (440,0) size 20x21 [bgcolor=#000000] [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 20x1
</span><span class="cx">                         RenderText {#text} at (0,1) size 5x19
</span><span class="cx">                           text run at (0,1) width 5: &quot;;&quot;
</span><del>-                      RenderTableCell {TD} at (460,10) size 21x1 [bgcolor=#FFFFFF] [r=0 c=11 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (460,10) size 20x1 [bgcolor=#FFFFFF] [r=0 c=11 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 20x1
</span><del>-                      RenderTableCell {TD} at (480,10) size 21x1 [bgcolor=#000000] [r=0 c=12 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (480,10) size 20x1 [bgcolor=#000000] [r=0 c=12 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 20x1
</span><del>-                      RenderTableCell {TD} at (500,10) size 101x1 [bgcolor=#008000] [r=0 c=13 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (500,10) size 100x1 [bgcolor=#008000] [r=0 c=13 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 100x1
</span><del>-                      RenderTableCell {TD} at (600,10) size 21x1 [bgcolor=#000000] [r=0 c=14 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (600,10) size 20x1 [bgcolor=#000000] [r=0 c=14 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 20x1
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesfloat_marginexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/float_margin-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/float_margin-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/float_margin-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -86,7 +86,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x852
</span><del>-            RenderTableCell {TD} at (0,440) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,440) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x852 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesheightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/height-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/height-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/height-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x418
</span><del>-            RenderTableCell {TD} at (0,223) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,223) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x418 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesmarginexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -88,9 +88,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x1271
</span><del>-            RenderTableCell {TD} at (0,649) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,3) size 4x20
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,649) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x20
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,28) size 770x1271 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 762x40
</span><span class="cx">                 RenderText {#text} at (0,0) size 752x39
</span><span class="lines">@@ -125,10 +125,10 @@
</span><span class="cx">                   text run at (0,20) width 370: &quot;which is calculated with respect to the width of the parent&quot;
</span><span class="cx">                   text run at (0,40) width 59: &quot;element. &quot;
</span><span class="cx">                   text run at (58,40) width 273: &quot;This will require extra text in order to test.&quot;
</span><del>-              RenderBlock {P} at (4,986) size 762x21 [bgcolor=#C0C0C0]
</del><ins>+              RenderBlock {P} at (4,987) size 762x20 [bgcolor=#C0C0C0]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 208x19
</span><span class="cx">                   text run at (0,0) width 208: &quot;This element has a class of zero.&quot;
</span><del>-              RenderBlock {UL} at (29,1031) size 712x131 [bgcolor=#00FFFF]
</del><ins>+              RenderBlock {UL} at (29,1032) size 712x130 [bgcolor=#00FFFF]
</ins><span class="cx">                 RenderListItem {LI} at (40,0) size 672x20
</span><span class="cx">                   RenderListMarker at (-18,0) size 7x19: bullet
</span><span class="cx">                   RenderText {#text} at (0,0) size 382x19
</span><span class="lines">@@ -145,15 +145,15 @@
</span><span class="cx">                   RenderListMarker at (-18,0) size 7x19: bullet
</span><span class="cx">                   RenderText {#text} at (0,0) size 304x19
</span><span class="cx">                     text run at (0,0) width 304: &quot;This list item has no special styles applied to it.&quot;
</span><del>-              RenderBlock {P} at (4,1186) size 762x21 [bgcolor=#C0C0C0]
</del><ins>+              RenderBlock {P} at (4,1187) size 762x20 [bgcolor=#C0C0C0]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 208x19
</span><span class="cx">                   text run at (0,0) width 208: &quot;This element has a class of zero.&quot;
</span><del>-              RenderBlock {P} at (-6,1196) size 782x61 [bgcolor=#00FFFF]
</del><ins>+              RenderBlock {P} at (-6,1197) size 782x60 [bgcolor=#00FFFF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 772x59
</span><span class="cx">                   text run at (0,0) width 772: &quot;This paragraph has an overall margin of -10px, which should make it wider than usual as well as shift it upward and pull&quot;
</span><span class="cx">                   text run at (0,20) width 376: &quot;subsequent text up toward it, and a light blue background. &quot;
</span><span class="cx">                   text run at (375,20) width 390: &quot;In all other respects, however, the element should be normal.&quot;
</span><span class="cx">                   text run at (0,40) width 561: &quot;No styles have been applied to it besides the negative margin and the background color.&quot;
</span><del>-              RenderBlock {P} at (4,1246) size 762x21 [bgcolor=#C0C0C0]
</del><ins>+              RenderBlock {P} at (4,1247) size 762x20 [bgcolor=#C0C0C0]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 208x19
</span><span class="cx">                   text run at (0,0) width 208: &quot;This element has a class of zero.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesmargin_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><del>-layer at (0,0) size 800x1811
</del><ins>+layer at (0,0) size 800x1812
</ins><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x1811
</del><ins>+layer at (0,0) size 800x1812
</ins><span class="cx">   RenderBlock {HTML} at (0,0) size 800x1812
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x1796 [bgcolor=#CCCCCC]
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="lines">@@ -76,7 +76,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,974) size 784x822 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x820
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x28
</span><del>-            RenderTableCell {TD} at (0,0) size 782x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 783x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 161x19
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="lines">@@ -84,7 +84,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,409) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 4x20
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,28) size 770x792 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (12,28) size 771x792 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (4,4) size 762x20 [bgcolor=#C0C0C0]
</span><span class="cx">                 RenderText {#text} at (0,0) size 208x19
</span><span class="cx">                   text run at (0,0) width 208: &quot;This element has a class of zero.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesmargin_bottom_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_bottom_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_bottom_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_bottom_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x144
</span><del>-            RenderTableCell {TD} at (0,86) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,86) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x144 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesmargin_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -67,7 +67,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x332
</span><del>-            RenderTableCell {TD} at (0,180) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,180) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x332 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesmargin_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_left-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_left-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_left-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -65,7 +65,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x440
</span><del>-            RenderTableCell {TD} at (0,234) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,234) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x440 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesmargin_left_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_left_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_left_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_left_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x104
</span><del>-            RenderTableCell {TD} at (0,66) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,66) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x104 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesmargin_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_right-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_right-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_right-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -65,7 +65,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x440
</span><del>-            RenderTableCell {TD} at (0,234) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,234) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x440 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesmargin_right_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_right_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_right_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_right_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x104
</span><del>-            RenderTableCell {TD} at (0,66) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,66) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x104 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesmargin_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><del>-layer at (0,0) size 800x1714
</del><ins>+layer at (0,0) size 800x1715
</ins><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x1714
</del><ins>+layer at (0,0) size 800x1715
</ins><span class="cx">   RenderBlock {HTML} at (0,0) size 800x1715
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x1699 [bgcolor=#CCCCCC]
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="lines">@@ -69,7 +69,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,917) size 784x782 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x780
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x28
</span><del>-            RenderTableCell {TD} at (0,0) size 782x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 783x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 161x19
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,389) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 4x20
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,28) size 770x752 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (12,28) size 771x752 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (4,4) size 762x20 [bgcolor=#C0C0C0]
</span><span class="cx">                 RenderText {#text} at (0,0) size 208x19
</span><span class="cx">                   text run at (0,0) width 208: &quot;This element has a class of zero.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiesmargin_top_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_top_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_top_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/margin_top_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x144
</span><del>-            RenderTableCell {TD} at (0,86) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,86) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x144 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiespaddingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -51,9 +51,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x1035
</span><del>-            RenderTableCell {TD} at (0,531) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,3) size 4x20
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,531) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x20
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,28) size 770x1035 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 762x20 [bgcolor=#C0C0C0]
</span><span class="cx">                 RenderText {#text} at (0,0) size 208x19
</span><span class="lines">@@ -74,13 +74,13 @@
</span><span class="cx">                   text run at (80,100) width 31: &quot;test. &quot;
</span><span class="cx">                   text run at (110,100) width 472: &quot;Both the content background and the padding should be aqua (light blue).&quot;
</span><span class="cx">               RenderBlock {P} at (4,514) size 762x461 [bgcolor=#00FFFF]
</span><del>-                RenderText {#text} at (190,190) size 371x79
-                  text run at (190,190) width 343: &quot;This element should have an overall padding of 25%,&quot;
-                  text run at (190,210) width 371: &quot;which is calculated with respect to the width of the parent&quot;
-                  text run at (190,230) width 60: &quot;element. &quot;
-                  text run at (249,230) width 292: &quot;Both the content background and the padding&quot;
-                  text run at (190,250) width 176: &quot;should be aqua (light blue).&quot;
-              RenderBlock {P} at (4,990) size 762x41 [bgcolor=#00FFFF]
</del><ins>+                RenderText {#text} at (190,191) size 371x79
+                  text run at (190,191) width 343: &quot;This element should have an overall padding of 25%,&quot;
+                  text run at (190,211) width 371: &quot;which is calculated with respect to the width of the parent&quot;
+                  text run at (190,231) width 60: &quot;element. &quot;
+                  text run at (249,231) width 292: &quot;Both the content background and the padding&quot;
+                  text run at (190,251) width 177: &quot;should be aqua (light blue).&quot;
+              RenderBlock {P} at (4,991) size 762x40 [bgcolor=#00FFFF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 735x39
</span><span class="cx">                   text run at (0,0) width 550: &quot;This element should have no padding, since negative padding values are not allowed. &quot;
</span><span class="cx">                   text run at (549,0) width 186: &quot;Both the content background&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiespadding_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><del>-layer at (0,0) size 800x1605
</del><ins>+layer at (0,0) size 800x1606
</ins><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x1605
</del><ins>+layer at (0,0) size 800x1606
</ins><span class="cx">   RenderBlock {HTML} at (0,0) size 800x1606
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x1590 [bgcolor=#CCCCCC]
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x708
</span><del>-            RenderTableCell {TD} at (0,367) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,367) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x20
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x708 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiespadding_bottom_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_bottom_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_bottom_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_bottom_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x164
</span><del>-            RenderTableCell {TD} at (0,96) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,96) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x164 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiespadding_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -69,7 +69,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x312
</span><del>-            RenderTableCell {TD} at (0,170) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,170) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x312 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiespadding_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_left-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_left-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_left-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -63,7 +63,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x424
</span><del>-            RenderTableCell {TD} at (0,226) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,226) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x424 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiespadding_left_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_left_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_left_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_left_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x144
</span><del>-            RenderTableCell {TD} at (0,86) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,86) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x144 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiespadding_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_right-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_right-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_right-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -72,7 +72,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x524
</span><del>-            RenderTableCell {TD} at (0,276) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,276) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x524 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiespadding_right_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_right_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_right_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_right_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -58,7 +58,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x144
</span><del>-            RenderTableCell {TD} at (0,86) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,86) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x144 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiespadding_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><del>-layer at (0,0) size 800x1513
</del><ins>+layer at (0,0) size 800x1514
</ins><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x1513
</del><ins>+layer at (0,0) size 800x1514
</ins><span class="cx">   RenderBlock {HTML} at (0,0) size 800x1514
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x1498 [bgcolor=#CCCCCC]
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x652
</span><del>-            RenderTableCell {TD} at (0,339) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,339) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x20
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x652 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -75,10 +75,10 @@
</span><span class="cx">                   text run at (602,80) width 106: &quot;Both the content&quot;
</span><span class="cx">                   text run at (0,100) width 362: &quot;background and the padding should be aqua (light blue).&quot;
</span><span class="cx">               RenderBlock {P} at (4,361) size 762x231 [bgcolor=#00FFFF]
</span><del>-                RenderText {#text} at (0,190) size 747x39
-                  text run at (0,190) width 743: &quot;This element should have a top padding of 25%, which is calculated with respect to the width of the parent element.&quot;
-                  text run at (0,210) width 475: &quot;Both the content background and the padding should be aqua (light blue). &quot;
-                  text run at (475,210) width 272: &quot;This will require extra text in order to test.&quot;
</del><ins>+                RenderText {#text} at (0,191) size 747x39
+                  text run at (0,191) width 743: &quot;This element should have a top padding of 25%, which is calculated with respect to the width of the parent element.&quot;
+                  text run at (0,211) width 475: &quot;Both the content background and the padding should be aqua (light blue). &quot;
+                  text run at (475,211) width 272: &quot;This will require extra text in order to test.&quot;
</ins><span class="cx">               RenderBlock {P} at (4,607) size 762x41 [bgcolor=#00FFFF]
</span><span class="cx">                 RenderText {#text} at (0,0) size 760x39
</span><span class="cx">                   text run at (0,0) width 575: &quot;This element should have no top padding, since negative padding values are not allowed. &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertiespadding_top_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_top_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_top_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/padding_top_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x164
</span><del>-            RenderTableCell {TD} at (0,96) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,96) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x164 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1box_propertieswidthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/box_properties/width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/box_properties/width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/box_properties/width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,763) size 392x617 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 390x615
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 390x28
</span><del>-            RenderTableCell {TD} at (0,0) size 390x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 391x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 161x19
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,307) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 4x20
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,28) size 378x587 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (12,28) size 379x587 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock (anonymous) at (4,4) size 370x50
</span><span class="cx">                 RenderImage {IMG} at (0,0) size 50x50
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1cascadecascade_orderexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/cascade/cascade_order-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/cascade/cascade_order-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/cascade/cascade_order-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 717x276
</span><del>-            RenderTableCell {TD} at (0,152) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,152) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 705x276 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1cascadeimportantexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/cascade/important-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/cascade/important-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/cascade/important-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x160
</span><del>-            RenderTableCell {TD} at (0,94) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,94) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x160 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1classificationdisplayexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/classification/display-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/classification/display-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/classification/display-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x344
</span><del>-            RenderTableCell {TD} at (0,186) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,186) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x344 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1classificationlist_styleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/classification/list_style-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/classification/list_style-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/classification/list_style-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x120
</span><del>-            RenderTableCell {TD} at (0,74) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,74) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x120 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1classificationlist_style_imageexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/classification/list_style_image-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/classification/list_style_image-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/classification/list_style_image-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 298x160
</span><del>-            RenderTableCell {TD} at (0,94) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,94) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 286x160 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1classificationlist_style_positionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/classification/list_style_position-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/classification/list_style_position-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/classification/list_style_position-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x120
</span><del>-            RenderTableCell {TD} at (0,74) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,74) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x120 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1classificationlist_style_typeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/classification/list_style_type-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/classification/list_style_type-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/classification/list_style_type-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -141,7 +141,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 342x692
</span><del>-            RenderTableCell {TD} at (0,360) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,360) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 330x692 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1classificationwhite_spaceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/classification/white_space-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/classification/white_space-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/classification/white_space-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 926x200
</span><del>-            RenderTableCell {TD} at (0,114) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,114) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 914x200 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1color_and_backgroundbackgroundexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x296
</span><del>-            RenderTableCell {TD} at (0,162) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,162) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x296 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1color_and_backgroundbackground_attachmentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background_attachment-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background_attachment-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background_attachment-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -91,7 +91,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x553
</span><del>-            RenderTableCell {TD} at (0,290) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,290) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,3) size 4x20
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x553 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1color_and_backgroundbackground_colorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background_color-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background_color-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background_color-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x176
</span><del>-            RenderTableCell {TD} at (0,102) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,102) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x176 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1color_and_backgroundbackground_imageexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background_image-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background_image-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background_image-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x200
</span><del>-            RenderTableCell {TD} at (0,114) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,114) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x200 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1color_and_backgroundbackground_positionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background_position-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background_position-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background_position-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x580
</span><del>-            RenderTableCell {TD} at (0,304) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,304) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x580 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1color_and_backgroundbackground_repeatexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background_repeat-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background_repeat-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/background_repeat-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -161,7 +161,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x816
</span><del>-            RenderTableCell {TD} at (0,422) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,422) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x816 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1color_and_backgroundcolorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/color-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/color-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/color_and_background/color-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 217x64
</span><del>-            RenderTableCell {TD} at (0,46) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,46) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 205x64 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1conformanceforward_compatible_parsingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/conformance/forward_compatible_parsing-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/conformance/forward_compatible_parsing-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/conformance/forward_compatible_parsing-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -279,7 +279,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x1668
</span><del>-            RenderTableCell {TD} at (0,848) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,848) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x1668 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1font_propertiesfontexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -112,7 +112,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x2376
</span><del>-            RenderTableCell {TD} at (0,1201) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,1201) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x20
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x2376 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1font_propertiesfont_familyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font_family-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font_family-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font_family-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x531
</span><del>-            RenderTableCell {TD} at (0,279) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,279) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x20
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x531 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1font_propertiesfont_sizeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font_size-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font_size-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font_size-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -133,7 +133,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x1235
</span><del>-            RenderTableCell {TD} at (0,631) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,631) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,3) size 4x20
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x1235 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1font_propertiesfont_styleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font_style-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font_style-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font_style-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 579x100
</span><del>-            RenderTableCell {TD} at (0,64) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,64) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 567x100 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1font_propertiesfont_variantexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font_variant-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font_variant-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font_variant-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 650x64
</span><del>-            RenderTableCell {TD} at (0,46) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,46) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 638x64 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1font_propertiesfont_weightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font_weight-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font_weight-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/font_properties/font_weight-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -68,7 +68,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 567x404
</span><del>-            RenderTableCell {TD} at (0,215) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,215) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x20
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 555x404 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1formatting_modelcanvasexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/formatting_model/canvas-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/formatting_model/canvas-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/formatting_model/canvas-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 748x68
</span><del>-            RenderTableCell {TD} at (0,48) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,48) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 736x68 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1formatting_modelheight_of_linesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/formatting_model/height_of_lines-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/formatting_model/height_of_lines-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/formatting_model/height_of_lines-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x968
</span><del>-            RenderTableCell {TD} at (0,498) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,498) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x968 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1formatting_modelinline_elementsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/formatting_model/inline_elements-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/formatting_model/inline_elements-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/formatting_model/inline_elements-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x280
</span><del>-            RenderTableCell {TD} at (0,154) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,154) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x280 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1formatting_modelreplaced_elementsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/formatting_model/replaced_elements-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/formatting_model/replaced_elements-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/formatting_model/replaced_elements-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x1068
</span><del>-            RenderTableCell {TD} at (0,548) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,548) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x1068 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1formatting_modelvertical_formattingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/formatting_model/vertical_formatting-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/formatting_model/vertical_formatting-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/formatting_model/vertical_formatting-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -92,7 +92,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x1079
</span><del>-            RenderTableCell {TD} at (0,553) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,553) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,3) size 4x20
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x1079 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -139,10 +139,10 @@
</span><span class="cx">                   text run at (0,20) width 346: &quot;and the one above it, since margins do not collapse on&quot;
</span><span class="cx">                   text run at (0,40) width 115: &quot;floating elements.&quot;
</span><span class="cx">               RenderBlock {P} at (4,825) size 762x61
</span><del>-                RenderText {#text} at (380,0) size 368x59
-                  text run at (380,0) width 356: &quot;There should be one centimeter between this paragraph&quot;
-                  text run at (380,20) width 368: &quot;and the (non-floating) one above it, since the float should&quot;
-                  text run at (380,40) width 210: &quot;not effect the paragraph spacing.&quot;
</del><ins>+                RenderText {#text} at (381,0) size 368x59
+                  text run at (381,0) width 355: &quot;There should be one centimeter between this paragraph&quot;
+                  text run at (381,20) width 368: &quot;and the (non-floating) one above it, since the float should&quot;
+                  text run at (381,40) width 209: &quot;not effect the paragraph spacing.&quot;
</ins><span class="cx">               RenderBlock {P} at (4,939) size 762x78
</span><span class="cx">                 RenderText {#text} at (0,0) size 760x39
</span><span class="cx">                   text run at (0,0) width 562: &quot;There should be two centimeters of padding between this paragraph and the one below. &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1pseudoanchorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/pseudo/anchor-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/pseudo/anchor-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/pseudo/anchor-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -87,7 +87,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x260
</span><del>-            RenderTableCell {TD} at (0,144) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,144) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x260 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1pseudofirstletterexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/pseudo/firstletter-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/pseudo/firstletter-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/pseudo/firstletter-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,415) size 784x314 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x312
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x28
</span><del>-            RenderTableCell {TD} at (0,0) size 782x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 783x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 161x19
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,156) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,28) size 770x284 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (12,28) size 771x284 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (4,4) size 762x60
</span><span class="cx">                 RenderInline (generated) at (0,0) size 10x19 [color=#800000]
</span><span class="cx">                   RenderText {#text} at (0,0) size 10x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1pseudofirstlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/pseudo/firstline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/pseudo/firstline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/pseudo/firstline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x258
</span><del>-            RenderTableCell {TD} at (0,143) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,143) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x258 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1pseudomultiple_pseudo_elementsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/pseudo/multiple_pseudo_elements-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/pseudo/multiple_pseudo_elements-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/pseudo/multiple_pseudo_elements-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x436
</span><del>-            RenderTableCell {TD} at (0,232) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,232) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x436 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1pseudopseudo_elements_in_selectorsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/pseudo/pseudo_elements_in_selectors-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/pseudo/pseudo_elements_in_selectors-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/pseudo/pseudo_elements_in_selectors-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x220
</span><del>-            RenderTableCell {TD} at (0,124) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,124) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x220 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1text_propertiesletter_spacingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/text_properties/letter_spacing-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/text_properties/letter_spacing-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/text_properties/letter_spacing-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -75,7 +75,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x592
</span><del>-            RenderTableCell {TD} at (0,310) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,310) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x592 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1text_propertiesline_heightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/text_properties/line_height-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/text_properties/line_height-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/text_properties/line_height-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -96,7 +96,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x1117
</span><del>-            RenderTableCell {TD} at (0,572) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,572) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x20
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x1117 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1text_propertiestext_alignexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/text_properties/text_align-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/text_properties/text_align-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/text_properties/text_align-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,321) size 784x206 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x204
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x28
</span><del>-            RenderTableCell {TD} at (0,0) size 782x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 783x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 161x19
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,102) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,28) size 770x176 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (12,28) size 771x176 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (4,4) size 762x20
</span><span class="cx">                 RenderText {#text} at (0,0) size 241x19
</span><span class="cx">                   text run at (0,0) width 241: &quot;This sentence should be left-justified.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1text_propertiestext_decorationexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/text_properties/text_decoration-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/text_properties/text_decoration-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/text_properties/text_decoration-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -105,7 +105,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x488
</span><del>-            RenderTableCell {TD} at (0,258) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,258) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x488 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1text_propertiestext_indentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/text_properties/text_indent-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/text_properties/text_indent-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/text_properties/text_indent-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -74,7 +74,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x524
</span><del>-            RenderTableCell {TD} at (0,276) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,276) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x524 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -100,8 +100,8 @@
</span><span class="cx">                 RenderText {#text} at (14,0) size 363x19
</span><span class="cx">                   text run at (14,0) width 363: &quot;The first line of this sentence should be indented two ex.&quot;
</span><span class="cx">               RenderBlock {P} at (4,256) size 762x40 [bgcolor=#00FFFF]
</span><del>-                RenderText {#text} at (380,0) size 748x39
-                  text run at (380,0) width 368: &quot;The first line of this sentence should be indented halfway&quot;
</del><ins>+                RenderText {#text} at (381,0) size 748x39
+                  text run at (381,0) width 367: &quot;The first line of this sentence should be indented halfway&quot;
</ins><span class="cx">                   text run at (0,20) width 568: &quot;across the page, but the rest of it should be flush with the normal left margin of the page.&quot;
</span><span class="cx">               RenderBlock {P} at (4,312) size 762x40 [bgcolor=#00FFFF]
</span><span class="cx">                 RenderText {#text} at (25,0) size 740x39
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx">                 RenderText {#text} at (200,40) size 149x19
</span><span class="cx">                   text run at (200,40) width 149: &quot; which may be present.&quot;
</span><span class="cx">               RenderBlock {BLOCKQUOTE} at (44,444) size 682x60 [bgcolor=#00FFFF]
</span><del>-                RenderText {#text} at (380,0) size 651x59
-                  text run at (380,0) width 229: &quot;In the first half of the test page, this&quot;
</del><ins>+                RenderText {#text} at (381,0) size 651x59
+                  text run at (381,0) width 228: &quot;In the first half of the test page, this&quot;
</ins><span class="cx">                   text run at (0,20) width 651: &quot;BLOCKQUOTE element should have a text indent equal to 50% of the BODY element's width, since&quot;
</span><span class="cx">                   text run at (0,40) width 512: &quot;BLOCKQUOTE is a child of BODY; in the second half, it is a child of TABLE.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1text_propertiestext_transformexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/text_properties/text_transform-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/text_properties/text_transform-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/text_properties/text_transform-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x292
</span><del>-            RenderTableCell {TD} at (0,160) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,160) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x292 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1text_propertiesvertical_alignexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/text_properties/vertical_align-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/text_properties/vertical_align-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/text_properties/vertical_align-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -366,7 +366,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x2049
</span><del>-            RenderTableCell {TD} at (0,1038) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,1038) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,3) size 4x20
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x2049 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1text_propertiesword_spacingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/text_properties/word_spacing-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/text_properties/word_spacing-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/text_properties/word_spacing-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -21,26 +21,26 @@
</span><span class="cx">           text run at (0,140) width 0: &quot; &quot;
</span><span class="cx">       RenderBlock {HR} at (0,203) size 784x2 [border: (1px inset #000000)]
</span><span class="cx">       RenderBlock {P} at (0,221) size 784x20
</span><del>-        RenderText {#text} at (0,0) size 688x19
-          text run at (0,0) width 688: &quot;This words in this sentence should have extra space between them.&quot;
</del><ins>+        RenderText {#text} at (0,0) size 716x19
+          text run at (0,0) width 716: &quot;This words in this sentence should have extra space between them.&quot;
</ins><span class="cx">       RenderBlock {P} at (0,257) size 784x20
</span><del>-        RenderText {#text} at (0,0) size 598x19
-          text run at (0,0) width 598: &quot;This words in this sentence should have extra space between them.&quot;
</del><ins>+        RenderText {#text} at (0,0) size 617x19
+          text run at (0,0) width 617: &quot;This words in this sentence should have extra space between them.&quot;
</ins><span class="cx">       RenderBlock {P} at (0,293) size 784x20
</span><del>-        RenderText {#text} at (0,0) size 598x19
-          text run at (0,0) width 598: &quot;This words in this sentence should have extra space between them.&quot;
</del><ins>+        RenderText {#text} at (0,0) size 617x19
+          text run at (0,0) width 617: &quot;This words in this sentence should have extra space between them.&quot;
</ins><span class="cx">       RenderBlock {P} at (0,329) size 784x20
</span><del>-        RenderText {#text} at (0,0) size 464x19
-          text run at (0,0) width 464: &quot;This words in this sentence should have extra space between them.&quot;
</del><ins>+        RenderText {#text} at (0,0) size 468x19
+          text run at (0,0) width 468: &quot;This words in this sentence should have extra space between them.&quot;
</ins><span class="cx">       RenderBlock {P} at (0,365) size 784x20
</span><del>-        RenderText {#text} at (0,0) size 464x19
-          text run at (0,0) width 464: &quot;This words in this sentence should have extra space between them.&quot;
</del><ins>+        RenderText {#text} at (0,0) size 468x19
+          text run at (0,0) width 468: &quot;This words in this sentence should have extra space between them.&quot;
</ins><span class="cx">       RenderBlock {P} at (0,401) size 784x20
</span><del>-        RenderText {#text} at (0,0) size 572x19
-          text run at (0,0) width 572: &quot;This words in this sentence should have extra space between them.&quot;
</del><ins>+        RenderText {#text} at (0,0) size 588x19
+          text run at (0,0) width 588: &quot;This words in this sentence should have extra space between them.&quot;
</ins><span class="cx">       RenderBlock {P} at (0,437) size 784x20
</span><del>-        RenderText {#text} at (0,0) size 493x19
-          text run at (0,0) width 493: &quot;This words in this sentence should have extra space between them.&quot;
</del><ins>+        RenderText {#text} at (0,0) size 500x19
+          text run at (0,0) width 500: &quot;This words in this sentence should have extra space between them.&quot;
</ins><span class="cx">       RenderBlock {P} at (0,473) size 784x40
</span><span class="cx">         RenderText {#text} at (0,0) size 758x19
</span><span class="cx">           text run at (0,0) width 758: &quot;This words in this sentence should have extra space between them, but the last few words in the sentence&quot;
</span><span class="lines">@@ -50,12 +50,12 @@
</span><span class="cx">         RenderText {#text} at (179,20) size 5x19
</span><span class="cx">           text run at (179,20) width 5: &quot;.&quot;
</span><span class="cx">       RenderBlock {P} at (0,529) size 784x20
</span><del>-        RenderText {#text} at (0,0) size 719x19
-          text run at (0,0) width 719: &quot;This words in this sentence should have reduced space between them, since negative values are allowed on this property.&quot;
</del><ins>+        RenderText {#text} at (0,0) size 716x19
+          text run at (0,0) width 716: &quot;This words in this sentence should have reduced space between them, since negative values are allowed on this property.&quot;
</ins><span class="cx">       RenderTable {TABLE} at (0,565) size 784x366 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x364
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x28
</span><del>-            RenderTableCell {TD} at (0,0) size 782x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 783x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 161x19
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="lines">@@ -63,28 +63,28 @@
</span><span class="cx">             RenderTableCell {TD} at (0,182) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,28) size 770x336 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (12,28) size 771x336 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (4,4) size 762x20
</span><del>-                RenderText {#text} at (0,0) size 688x19
-                  text run at (0,0) width 688: &quot;This words in this sentence should have extra space between them.&quot;
</del><ins>+                RenderText {#text} at (0,0) size 716x19
+                  text run at (0,0) width 716: &quot;This words in this sentence should have extra space between them.&quot;
</ins><span class="cx">               RenderBlock {P} at (4,40) size 762x20
</span><del>-                RenderText {#text} at (0,0) size 598x19
-                  text run at (0,0) width 598: &quot;This words in this sentence should have extra space between them.&quot;
</del><ins>+                RenderText {#text} at (0,0) size 617x19
+                  text run at (0,0) width 617: &quot;This words in this sentence should have extra space between them.&quot;
</ins><span class="cx">               RenderBlock {P} at (4,76) size 762x20
</span><del>-                RenderText {#text} at (0,0) size 598x19
-                  text run at (0,0) width 598: &quot;This words in this sentence should have extra space between them.&quot;
</del><ins>+                RenderText {#text} at (0,0) size 617x19
+                  text run at (0,0) width 617: &quot;This words in this sentence should have extra space between them.&quot;
</ins><span class="cx">               RenderBlock {P} at (4,112) size 762x20
</span><del>-                RenderText {#text} at (0,0) size 464x19
-                  text run at (0,0) width 464: &quot;This words in this sentence should have extra space between them.&quot;
</del><ins>+                RenderText {#text} at (0,0) size 468x19
+                  text run at (0,0) width 468: &quot;This words in this sentence should have extra space between them.&quot;
</ins><span class="cx">               RenderBlock {P} at (4,148) size 762x20
</span><del>-                RenderText {#text} at (0,0) size 464x19
-                  text run at (0,0) width 464: &quot;This words in this sentence should have extra space between them.&quot;
</del><ins>+                RenderText {#text} at (0,0) size 468x19
+                  text run at (0,0) width 468: &quot;This words in this sentence should have extra space between them.&quot;
</ins><span class="cx">               RenderBlock {P} at (4,184) size 762x20
</span><del>-                RenderText {#text} at (0,0) size 572x19
-                  text run at (0,0) width 572: &quot;This words in this sentence should have extra space between them.&quot;
</del><ins>+                RenderText {#text} at (0,0) size 588x19
+                  text run at (0,0) width 588: &quot;This words in this sentence should have extra space between them.&quot;
</ins><span class="cx">               RenderBlock {P} at (4,220) size 762x20
</span><del>-                RenderText {#text} at (0,0) size 493x19
-                  text run at (0,0) width 493: &quot;This words in this sentence should have extra space between them.&quot;
</del><ins>+                RenderText {#text} at (0,0) size 500x19
+                  text run at (0,0) width 500: &quot;This words in this sentence should have extra space between them.&quot;
</ins><span class="cx">               RenderBlock {P} at (4,256) size 762x40
</span><span class="cx">                 RenderText {#text} at (0,0) size 694x39
</span><span class="cx">                   text run at (0,0) width 694: &quot;This words in this sentence should have extra space between them, but the last few words in the&quot;
</span><span class="lines">@@ -95,5 +95,5 @@
</span><span class="cx">                 RenderText {#text} at (243,20) size 5x19
</span><span class="cx">                   text run at (243,20) width 5: &quot;.&quot;
</span><span class="cx">               RenderBlock {P} at (4,312) size 762x20
</span><del>-                RenderText {#text} at (0,0) size 719x19
-                  text run at (0,0) width 719: &quot;This words in this sentence should have reduced space between them, since negative values are allowed on this property.&quot;
</del><ins>+                RenderText {#text} at (0,0) size 716x19
+                  text run at (0,0) width 716: &quot;This words in this sentence should have reduced space between them, since negative values are allowed on this property.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1unitscolor_unitsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/units/color_units-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/units/color_units-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/units/color_units-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -124,7 +124,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x756
</span><del>-            RenderTableCell {TD} at (0,392) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,392) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x756 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1unitslength_unitsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/units/length_units-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/units/length_units-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/units/length_units-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -91,7 +91,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x647
</span><del>-            RenderTableCell {TD} at (0,337) size 13x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,337) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x20
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x647 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1unitspercentage_unitsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/units/percentage_units-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/units/percentage_units-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/units/percentage_units-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,345) size 784x230 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x228
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x28
</span><del>-            RenderTableCell {TD} at (0,0) size 782x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 783x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 161x19
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="lines">@@ -42,15 +42,15 @@
</span><span class="cx">             RenderTableCell {TD} at (0,114) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,28) size 770x200 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (12,28) size 771x200 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (4,4) size 762x136 [bgcolor=#FFFF00]
</span><span class="cx">                 RenderBlock {DIV} at (190,0) size 382x60 [bgcolor=#FFFFFF]
</span><del>-                  RenderBlock {P} at (0,0) size 382x60
</del><ins>+                  RenderBlock {P} at (0,0) size 381x60
</ins><span class="cx">                     RenderText {#text} at (0,0) size 332x59
</span><span class="cx">                       text run at (0,0) width 332: &quot;This paragraph should be centered within its yellow&quot;
</span><span class="cx">                       text run at (0,20) width 330: &quot;containing block and its width should be half of the&quot;
</span><span class="cx">                       text run at (0,40) width 112: &quot;containing block.&quot;
</span><del>-                RenderBlock {DIV} at (380,76) size 382x60 [bgcolor=#FFFFFF]
</del><ins>+                RenderBlock {DIV} at (381,76) size 381x60 [bgcolor=#FFFFFF]
</ins><span class="cx">                   RenderBlock {P} at (0,0) size 381x60
</span><span class="cx">                     RenderText {#text} at (0,0) size 361x59
</span><span class="cx">                       text run at (0,0) width 361: &quot;This paragraph should be right-aligned within its yellow&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss1unitsurlsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css1/units/urls-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css1/units/urls-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css1/units/urls-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x19
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x180
</span><del>-            RenderTableCell {TD} at (0,104) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,104) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,28) size 770x180 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss2120110323bordercollapseoffset002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/border-collapse-offset-002-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/border-collapse-offset-002-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/border-collapse-offset-002-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,12 +3,12 @@
</span><span class="cx"> layer at (0,0) size 800x84
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x84
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x68
</span><del>-      RenderTable {TABLE} at (0,0) size 111x68 [border: (2px none #808080)]
-        RenderBlock {CAPTION} at (0,0) size 111x28 [border: (4px solid #008000)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 110x68 [border: (2px none #808080)]
+        RenderBlock {CAPTION} at (0,0) size 110x28 [border: (4px solid #008000)]
</ins><span class="cx">           RenderText {#text} at (31,4) size 48x19
</span><span class="cx">             text run at (31,4) width 48: &quot;caption&quot;
</span><del>-        RenderTableSection {TBODY} at (2,30) size 107x36
-          RenderTableRow {TR} at (0,0) size 107x36
-            RenderTableCell {TD} at (0,5) size 107x26 [border: (2px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (2,30) size 106x36
+          RenderTableRow {TR} at (0,0) size 106x36
+            RenderTableCell {TD} at (0,5) size 106x26 [border: (2px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (35,3) size 36x19
</span><span class="cx">                 text run at (35,3) width 36: &quot;cell 1&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss2120110323borderconflictstyle079expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/border-conflict-style-079-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/border-conflict-style-079-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/border-conflict-style-079-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,39 +6,39 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 477x19
</span><span class="cx">           text run at (0,0) width 477: &quot;Test passes if the center box in the table below has a border similar to this:&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 61x60 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 56x55
-          RenderTableRow {TR} at (0,0) size 56x55
-            RenderTableCell {TD} at (0,24) size 56x7 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (0,116) size 171x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 166x165
-          RenderTableRow {TR} at (0,0) size 166x55
-            RenderTableCell {TD} at (0,14) size 56x27 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 60x60 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 55x55
+          RenderTableRow {TR} at (0,0) size 55x55
+            RenderTableCell {TD} at (0,24) size 55x7 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (0,116) size 170x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 165x165
+          RenderTableRow {TR} at (0,0) size 165x55
+            RenderTableCell {TD} at (0,14) size 55x27 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x19
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (55,14) size 56x27 [border: (3px outset #00FF00) (2px outset #FF0000) (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (55,14) size 55x27 [border: (3px outset #00FF00) (2px outset #FF0000) (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x19
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (110,14) size 56x27 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (110,14) size 55x27 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x19
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,55) size 166x55
-            RenderTableCell {TD} at (0,69) size 56x27 [border: (3px outset #00FF00) (2px outset #FF0000) (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,55) size 165x55
+            RenderTableCell {TD} at (0,69) size 55x27 [border: (3px outset #00FF00) (2px outset #FF0000) (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x19
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (55,69) size 56x27 [border: (3px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (55,69) size 55x27 [border: (3px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (110,69) size 56x27 [border: (3px outset #00FF00) (3px outset #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (110,69) size 55x27 [border: (3px outset #00FF00) (3px outset #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x19
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,110) size 166x55
-            RenderTableCell {TD} at (0,124) size 56x27 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,110) size 165x55
+            RenderTableCell {TD} at (0,124) size 55x27 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x19
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (55,124) size 56x27 [border: (3px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (55,124) size 55x27 [border: (3px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x19
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (110,124) size 56x27 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (110,124) size 55x27 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x19
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss2120110323borderconflictstyle088expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/border-conflict-style-088-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/border-conflict-style-088-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/border-conflict-style-088-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,39 +6,39 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 477x19
</span><span class="cx">           text run at (0,0) width 477: &quot;Test passes if the center box in the table below has a border similar to this:&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 61x60 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 56x55
-          RenderTableRow {TR} at (0,0) size 56x55
-            RenderTableCell {TD} at (0,24) size 56x7 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (0,116) size 171x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 166x165
-          RenderTableRow {TR} at (0,0) size 166x55
-            RenderTableCell {TD} at (0,14) size 56x27 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 60x60 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 55x55
+          RenderTableRow {TR} at (0,0) size 55x55
+            RenderTableCell {TD} at (0,24) size 55x7 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (0,116) size 170x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 165x165
+          RenderTableRow {TR} at (0,0) size 165x55
+            RenderTableCell {TD} at (0,14) size 55x27 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (55,14) size 56x27 [border: (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (55,14) size 55x27 [border: (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (110,14) size 56x27 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (110,14) size 55x27 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,55) size 166x55
-            RenderTableCell {TD} at (0,69) size 56x27 [border: (3px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,55) size 165x55
+            RenderTableCell {TD} at (0,69) size 55x27 [border: (3px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (55,69) size 56x27 [border: (3px outset #FF0000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (55,69) size 55x27 [border: (3px outset #FF0000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x19
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (110,69) size 56x27 [border: (3px ridge #00FF00)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (110,69) size 55x27 [border: (3px ridge #00FF00)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,110) size 166x55
-            RenderTableCell {TD} at (0,124) size 56x27 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,110) size 165x55
+            RenderTableCell {TD} at (0,124) size 55x27 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (55,124) size 56x27 [border: (3px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (55,124) size 55x27 [border: (3px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (110,124) size 56x27 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (110,124) size 55x27 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss2120110323dynamictopchange002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/dynamic-top-change-002-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/dynamic-top-change-002-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/dynamic-top-change-002-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,11 +7,11 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 152x19
</span><span class="cx">           text run at (0,0) width 152: &quot;There should be no red.&quot;
</span><span class="cx"> layer at (8,32) size 100x100
</span><del>-  RenderBlock (positioned) {DIV} at (8,32) size 101x100
-    RenderTable at (0,0) size 101x100
-      RenderTableSection (anonymous) at (0,0) size 101x100
-        RenderTableRow {DIV} at (0,0) size 101x100
-          RenderTableCell (anonymous) at (0,0) size 101x100 [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,32) size 100x100
+    RenderTable at (0,0) size 100x100
+      RenderTableSection (anonymous) at (0,0) size 100x100
+        RenderTableRow {DIV} at (0,0) size 100x100
+          RenderTableCell (anonymous) at (0,0) size 100x100 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (8,64) size 100x100
</span><span class="cx">   RenderBlock (relative positioned) {DIV} at (0,0) size 100x100 [bgcolor=#FF0000]
</span><span class="cx"> layer at (8,64) size 100x100
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss2120110323dynamictopchange003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/dynamic-top-change-003-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/dynamic-top-change-003-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/dynamic-top-change-003-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,11 +7,11 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 152x19
</span><span class="cx">           text run at (0,0) width 152: &quot;There should be no red.&quot;
</span><span class="cx"> layer at (8,32) size 100x100
</span><del>-  RenderBlock (positioned) {DIV} at (8,32) size 101x100
-    RenderTable {DIV} at (0,0) size 101x100
-      RenderTableSection (anonymous) at (0,0) size 101x100
-        RenderTableRow (anonymous) at (0,0) size 101x100
-          RenderTableCell (anonymous) at (0,0) size 101x100 [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,32) size 100x100
+    RenderTable {DIV} at (0,0) size 100x100
+      RenderTableSection (anonymous) at (0,0) size 100x100
+        RenderTableRow (anonymous) at (0,0) size 100x100
+          RenderTableCell (anonymous) at (0,0) size 100x100 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (8,64) size 100x100
</span><span class="cx">   RenderBlock (relative positioned) {DIV} at (0,0) size 100x100 [bgcolor=#FF0000]
</span><span class="cx"> layer at (8,64) size 100x100
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss2120110323inlinetable001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/inline-table-001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/inline-table-001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/inline-table-001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -13,9 +13,9 @@
</span><span class="cx">         RenderText {#text} at (66,0) size 5x19
</span><span class="cx">           text run at (66,0) width 5: &quot; &quot;
</span><span class="cx">         RenderTable {DIV} at (70,0) size 97x96 [bgcolor=#FFA500]
</span><del>-          RenderTableSection (anonymous) at (0,0) size 97x96
-            RenderTableRow {DIV} at (0,0) size 97x96
-              RenderTableCell {DIV} at (0,0) size 97x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection (anonymous) at (0,0) size 96x96
+            RenderTableRow {DIV} at (0,0) size 96x96
+              RenderTableCell {DIV} at (0,0) size 96x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 67x19
</span><span class="cx">                   text run at (0,0) width 67: &quot;Filler Text&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss2120110323inlinetable003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/inline-table-003-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/inline-table-003-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/inline-table-003-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,9 +7,9 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 8x19
</span><span class="cx">           text run at (0,0) width 8: &quot;a&quot;
</span><span class="cx">         RenderTable {SPAN} at (7,0) size 9x20
</span><del>-          RenderTableSection (anonymous) at (0,0) size 9x20
-            RenderTableRow (anonymous) at (0,0) size 9x20
-              RenderTableCell (anonymous) at (0,0) size 9x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection (anonymous) at (0,0) size 8x20
+            RenderTableRow (anonymous) at (0,0) size 8x20
+              RenderTableCell (anonymous) at (0,0) size 8x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                   text run at (0,0) width 8: &quot;b&quot;
</span><span class="cx">         RenderText {#text} at (15,0) size 8x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss2120110323marginappliesto001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 463x19
</span><span class="cx">           text run at (0,0) width 463: &quot;Test passes if there is no space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,52) size 240x240
</span><del>-  RenderBlock (positioned) {DIV} at (8,52) size 241x240 [border: (10px solid #0000FF)]
-    RenderTable {DIV} at (10,10) size 221x220
-      RenderTableSection {DIV} at (0,0) size 221x220
-        RenderTableRow {DIV} at (0,0) size 221x220
-          RenderTableCell {DIV} at (0,0) size 221x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,52) size 240x240 [border: (10px solid #0000FF)]
+    RenderTable {DIV} at (10,10) size 220x220
+      RenderTableSection {DIV} at (0,0) size 220x220
+        RenderTableRow {DIV} at (0,0) size 220x220
+          RenderTableCell {DIV} at (0,0) size 220x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss2120110323marginappliesto002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-002-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-002-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-002-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 463x19
</span><span class="cx">           text run at (0,0) width 463: &quot;Test passes if there is no space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,52) size 240x240
</span><del>-  RenderBlock (positioned) {DIV} at (8,52) size 241x240 [border: (10px solid #0000FF)]
-    RenderTable {DIV} at (10,10) size 221x220
-      RenderTableSection {DIV} at (0,0) size 221x220
-        RenderTableRow {DIV} at (0,0) size 221x220
-          RenderTableCell {DIV} at (0,0) size 221x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,52) size 240x240 [border: (10px solid #0000FF)]
+    RenderTable {DIV} at (10,10) size 220x220
+      RenderTableSection {DIV} at (0,0) size 220x220
+        RenderTableRow {DIV} at (0,0) size 220x220
+          RenderTableCell {DIV} at (0,0) size 220x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss2120110323marginappliesto003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-003-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-003-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-003-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 463x19
</span><span class="cx">           text run at (0,0) width 463: &quot;Test passes if there is no space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,52) size 240x240
</span><del>-  RenderBlock (positioned) {DIV} at (8,52) size 241x240 [border: (10px solid #0000FF)]
-    RenderTable {DIV} at (10,10) size 221x220
-      RenderTableSection {DIV} at (0,0) size 221x220
-        RenderTableRow {DIV} at (0,0) size 221x220
-          RenderTableCell {DIV} at (0,0) size 221x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,52) size 240x240 [border: (10px solid #0000FF)]
+    RenderTable {DIV} at (10,10) size 220x220
+      RenderTableSection {DIV} at (0,0) size 220x220
+        RenderTableRow {DIV} at (0,0) size 220x220
+          RenderTableCell {DIV} at (0,0) size 220x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss2120110323marginappliesto004expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-004-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-004-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-004-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 463x19
</span><span class="cx">           text run at (0,0) width 463: &quot;Test passes if there is no space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,52) size 240x240
</span><del>-  RenderBlock (positioned) {DIV} at (8,52) size 241x240 [border: (10px solid #0000FF)]
-    RenderTable {DIV} at (10,10) size 221x220
-      RenderTableSection (anonymous) at (0,0) size 221x220
-        RenderTableRow {DIV} at (0,0) size 221x220
-          RenderTableCell {DIV} at (0,0) size 221x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,52) size 240x240 [border: (10px solid #0000FF)]
+    RenderTable {DIV} at (10,10) size 220x220
+      RenderTableSection (anonymous) at (0,0) size 220x220
+        RenderTableRow {DIV} at (0,0) size 220x220
+          RenderTableCell {DIV} at (0,0) size 220x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss2120110323marginappliesto005expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-005-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-005-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-005-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,9 +7,9 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 463x19
</span><span class="cx">           text run at (0,0) width 463: &quot;Test passes if there is no space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,52) size 240x240
</span><del>-  RenderBlock (positioned) {DIV} at (8,52) size 241x240 [border: (10px solid #0000FF)]
-    RenderTable {DIV} at (10,10) size 221x220
</del><ins>+  RenderBlock (positioned) {DIV} at (8,52) size 240x240 [border: (10px solid #0000FF)]
+    RenderTable {DIV} at (10,10) size 220x220
</ins><span class="cx">       RenderTableCol {DIV} at (0,0) size 0x0
</span><del>-      RenderTableSection (anonymous) at (0,0) size 221x220
-        RenderTableRow {DIV} at (0,0) size 221x220
-          RenderTableCell {DIV} at (0,0) size 221x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTableSection (anonymous) at (0,0) size 220x220
+        RenderTableRow {DIV} at (0,0) size 220x220
+          RenderTableCell {DIV} at (0,0) size 220x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss2120110323marginappliesto006expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-006-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-006-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-006-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,9 +7,9 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 463x19
</span><span class="cx">           text run at (0,0) width 463: &quot;Test passes if there is no space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,52) size 240x240
</span><del>-  RenderBlock (positioned) {DIV} at (8,52) size 241x240 [border: (10px solid #0000FF)]
-    RenderTable {DIV} at (10,10) size 221x220
</del><ins>+  RenderBlock (positioned) {DIV} at (8,52) size 240x240 [border: (10px solid #0000FF)]
+    RenderTable {DIV} at (10,10) size 220x220
</ins><span class="cx">       RenderTableCol {DIV} at (0,0) size 0x0
</span><del>-      RenderTableSection (anonymous) at (0,0) size 221x220
-        RenderTableRow {DIV} at (0,0) size 221x220
-          RenderTableCell {DIV} at (0,0) size 221x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTableSection (anonymous) at (0,0) size 220x220
+        RenderTableRow {DIV} at (0,0) size 220x220
+          RenderTableCell {DIV} at (0,0) size 220x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss2120110323marginappliesto007expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-007-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-007-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-007-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 463x19
</span><span class="cx">           text run at (0,0) width 463: &quot;Test passes if there is no space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,52) size 240x240
</span><del>-  RenderBlock (positioned) {DIV} at (8,52) size 241x240 [border: (10px solid #0000FF)]
-    RenderTable {DIV} at (10,10) size 221x220
-      RenderTableSection (anonymous) at (0,0) size 221x220
-        RenderTableRow {DIV} at (0,0) size 221x220
-          RenderTableCell {DIV} at (0,0) size 221x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,52) size 240x240 [border: (10px solid #0000FF)]
+    RenderTable {DIV} at (10,10) size 220x220
+      RenderTableSection (anonymous) at (0,0) size 220x220
+        RenderTableRow {DIV} at (0,0) size 220x220
+          RenderTableCell {DIV} at (0,0) size 220x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss2120110323marginappliesto013expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-013-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-013-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-013-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 443x19
</span><span class="cx">           text run at (0,0) width 443: &quot;Test passes if there is space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,52) size 340x340
</span><del>-  RenderBlock (positioned) {DIV} at (8,52) size 341x340 [border: (10px solid #0000FF)]
-    RenderTable {DIV} at (60,60) size 221x220 [border: (10px solid #FFA500)]
-      RenderTableSection (anonymous) at (10,10) size 201x200
-        RenderTableRow {DIV} at (0,0) size 201x200
-          RenderTableCell {DIV} at (0,0) size 201x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,52) size 340x340 [border: (10px solid #0000FF)]
+    RenderTable {DIV} at (60,60) size 220x220 [border: (10px solid #FFA500)]
+      RenderTableSection (anonymous) at (10,10) size 200x200
+        RenderTableRow {DIV} at (0,0) size 200x200
+          RenderTableCell {DIV} at (0,0) size 200x0 [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss2120110323marginappliesto014expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-014-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-014-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-014-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,9 +7,9 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 443x19
</span><span class="cx">           text run at (0,0) width 443: &quot;Test passes if there is space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,52) size 340x345
</span><del>-  RenderBlock (positioned) {DIV} at (8,52) size 341x345 [border: (10px solid #0000FF)]
-    RenderTable {DIV} at (60,60) size 221x220 [border: (10px solid #FFA500)]
-      RenderTableSection (anonymous) at (10,10) size 201x200
-        RenderTableRow {DIV} at (0,0) size 201x200
-          RenderTableCell {DIV} at (0,0) size 201x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,52) size 340x345 [border: (10px solid #0000FF)]
+    RenderTable {DIV} at (60,60) size 220x220 [border: (10px solid #FFA500)]
+      RenderTableSection (anonymous) at (10,10) size 200x200
+        RenderTableRow {DIV} at (0,0) size 200x200
+          RenderTableCell {DIV} at (0,0) size 200x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss2120110323marginappliesto015expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-015-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-015-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/margin-applies-to-015-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,4 +12,4 @@
</span><span class="cx">       RenderBlock {DIV} at (50,50) size 220x220 [border: (10px solid #FFA500)]
</span><span class="cx">       RenderTableSection (anonymous) at (0,320) size 320x0
</span><span class="cx">         RenderTableRow {DIV} at (0,0) size 320x0
</span><del>-          RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss2120110323replacedintrinsicratio001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -30,10 +30,10 @@
</span><span class="cx">             RenderSVGRoot {svg} at (0,0) size 176x44
</span><span class="cx">               RenderSVGRect {rect} at (0,0) size 176x44 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
</span><span class="cx">               RenderSVGPath {path} at (26,8) size 124x28 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 500 50 L 150 200 L 850 200 Z&quot;]
</span><del>-      RenderTable at (1,449) size 241x79
-        RenderTableSection (anonymous) at (0,0) size 241x79
-          RenderTableRow (anonymous) at (0,0) size 241x79
-            RenderTableCell {P} at (0,0) size 241x79 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable at (1,449) size 240x79
+        RenderTableSection (anonymous) at (0,0) size 240x79
+          RenderTableRow (anonymous) at (0,0) size 240x79
+            RenderTableCell {P} at (0,0) size 240x79 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderEmbeddedObject {OBJECT} at (16,0) size 208x76 [bgcolor=#FF0000] [border: (16px solid #0000FF)]
</span><span class="cx">                 layer at (0,0) size 176x44
</span><span class="cx">                   RenderView at (0,0) size 176x44
</span><span class="lines">@@ -41,10 +41,10 @@
</span><span class="cx">                   RenderSVGRoot {svg} at (0,0) size 176x44
</span><span class="cx">                     RenderSVGRect {rect} at (0,0) size 176x44 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
</span><span class="cx">                     RenderSVGPath {path} at (26,8) size 124x28 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 500 50 L 150 200 L 850 200 Z&quot;]
</span><del>-      RenderTable {TABLE} at (1,624) size 241x79
-        RenderTableSection {TBODY} at (0,0) size 241x79
-          RenderTableRow {TR} at (0,0) size 241x79
-            RenderTableCell {TD} at (0,0) size 241x79 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (1,624) size 240x79
+        RenderTableSection {TBODY} at (0,0) size 240x79
+          RenderTableRow {TR} at (0,0) size 240x79
+            RenderTableCell {TD} at (0,0) size 240x79 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderEmbeddedObject {OBJECT} at (16,0) size 208x76 [bgcolor=#FF0000] [border: (16px solid #0000FF)]
</span><span class="cx">                 layer at (0,0) size 176x44
</span><span class="cx">                   RenderView at (0,0) size 176x44
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss2120110323tablecaption001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/table-caption-001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/table-caption-001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/table-caption-001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 305x19
</span><span class="cx">           text run at (0,0) width 305: &quot;Test passes if the \&quot;Filler Text\&quot; is above the box.&quot;
</span><del>-      RenderTable {DIV} at (0,36) size 97x116
-        RenderBlock {DIV} at (0,0) size 97x20
</del><ins>+      RenderTable {DIV} at (0,36) size 96x116
+        RenderBlock {DIV} at (0,0) size 96x20
</ins><span class="cx">           RenderText {#text} at (0,0) size 67x19
</span><span class="cx">             text run at (0,0) width 67: &quot;Filler Text&quot;
</span><del>-        RenderTableSection (anonymous) at (0,20) size 97x96
-          RenderTableRow {DIV} at (0,0) size 97x48
-            RenderTableCell {DIV} at (0,0) size 49x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {DIV} at (48,0) size 49x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {DIV} at (0,48) size 97x48
-            RenderTableCell {DIV} at (0,48) size 49x0 [bgcolor=#000000] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {DIV} at (48,48) size 49x0 [bgcolor=#000000] [r=1 c=1 rs=1 cs=1]
</del><ins>+        RenderTableSection (anonymous) at (0,20) size 96x96
+          RenderTableRow {DIV} at (0,0) size 96x48
+            RenderTableCell {DIV} at (0,0) size 48x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {DIV} at (48,0) size 48x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {DIV} at (0,48) size 96x48
+            RenderTableCell {DIV} at (0,48) size 48x0 [bgcolor=#000000] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {DIV} at (48,48) size 48x0 [bgcolor=#000000] [r=1 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss2120110323tablecaptionoptional001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/table-caption-optional-001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/table-caption-optional-001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/table-caption-optional-001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 647x19
</span><span class="cx">           text run at (0,0) width 647: &quot;Test passes if the top square below has \&quot;Filler Text\&quot; directly above it and the bottom square does not.&quot;
</span><del>-      RenderTable {DIV} at (0,36) size 101x120
-        RenderBlock {DIV} at (0,0) size 101x20
</del><ins>+      RenderTable {DIV} at (0,36) size 100x120
+        RenderBlock {DIV} at (0,0) size 100x20
</ins><span class="cx">           RenderText {#text} at (0,0) size 67x19
</span><span class="cx">             text run at (0,0) width 67: &quot;Filler Text&quot;
</span><del>-        RenderTableSection (anonymous) at (0,20) size 101x100
-          RenderTableRow {DIV} at (0,0) size 101x50
-            RenderTableCell {DIV} at (0,0) size 51x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {DIV} at (50,0) size 51x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {DIV} at (0,50) size 101x50
-            RenderTableCell {DIV} at (0,50) size 51x0 [bgcolor=#000000] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {DIV} at (50,50) size 51x0 [bgcolor=#000000] [r=1 c=1 rs=1 cs=1]
</del><ins>+        RenderTableSection (anonymous) at (0,20) size 100x100
+          RenderTableRow {DIV} at (0,0) size 100x50
+            RenderTableCell {DIV} at (0,0) size 50x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {DIV} at (50,0) size 50x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {DIV} at (0,50) size 100x50
+            RenderTableCell {DIV} at (0,50) size 50x0 [bgcolor=#000000] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {DIV} at (50,50) size 50x0 [bgcolor=#000000] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {DIV} at (0,156) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 4x19
</span><span class="cx">           text run at (0,0) width 4: &quot; &quot;
</span><del>-      RenderTable {DIV} at (0,176) size 101x100
-        RenderTableSection (anonymous) at (0,0) size 101x100
-          RenderTableRow {DIV} at (0,0) size 101x50
-            RenderTableCell {DIV} at (0,0) size 51x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {DIV} at (50,0) size 51x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {DIV} at (0,50) size 101x50
-            RenderTableCell {DIV} at (0,50) size 51x0 [bgcolor=#000000] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {DIV} at (50,50) size 51x0 [bgcolor=#000000] [r=1 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,176) size 100x100
+        RenderTableSection (anonymous) at (0,0) size 100x100
+          RenderTableRow {DIV} at (0,0) size 100x50
+            RenderTableCell {DIV} at (0,0) size 50x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {DIV} at (50,0) size 50x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {DIV} at (0,50) size 100x50
+            RenderTableCell {DIV} at (0,50) size 50x0 [bgcolor=#000000] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {DIV} at (50,50) size 50x0 [bgcolor=#000000] [r=1 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss2120110323tablecaptionoptional002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/table-caption-optional-002-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/table-caption-optional-002-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/20110323/table-caption-optional-002-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,26 +7,26 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 676x19
</span><span class="cx">           text run at (0,0) width 676: &quot;Test passes if the left square below has \&quot;Filler Text\&quot; directly above it and the square on the right does not.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,36) size 784x125
</span><del>-        RenderTable {SPAN} at (0,0) size 101x120
-          RenderBlock {SPAN} at (0,0) size 101x20
</del><ins>+        RenderTable {SPAN} at (0,0) size 100x120
+          RenderBlock {SPAN} at (0,0) size 100x20
</ins><span class="cx">             RenderText {#text} at (0,0) size 67x19
</span><span class="cx">               text run at (0,0) width 67: &quot;Filler Text&quot;
</span><del>-          RenderTableSection (anonymous) at (0,20) size 101x100
-            RenderTableRow {SPAN} at (0,0) size 101x50
-              RenderTableCell {SPAN} at (0,0) size 51x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {SPAN} at (50,0) size 51x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
-            RenderTableRow {SPAN} at (0,50) size 101x50
-              RenderTableCell {SPAN} at (0,50) size 51x0 [bgcolor=#000000] [r=1 c=0 rs=1 cs=1]
-              RenderTableCell {SPAN} at (50,50) size 51x0 [bgcolor=#000000] [r=1 c=1 rs=1 cs=1]
-        RenderText {#text} at (100,105) size 17x19
-          text run at (100,105) width 5: &quot; &quot;
-          text run at (104,105) width 13: &quot;   &quot;
-        RenderTable {SPAN} at (116,20) size 101x100
-          RenderTableSection (anonymous) at (0,0) size 101x100
-            RenderTableRow {SPAN} at (0,0) size 101x50
-              RenderTableCell {SPAN} at (0,0) size 51x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {SPAN} at (50,0) size 51x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
-            RenderTableRow {SPAN} at (0,50) size 101x50
-              RenderTableCell {SPAN} at (0,50) size 51x0 [bgcolor=#000000] [r=1 c=0 rs=1 cs=1]
-              RenderTableCell {SPAN} at (50,50) size 51x0 [bgcolor=#000000] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableSection (anonymous) at (0,20) size 100x100
+            RenderTableRow {SPAN} at (0,0) size 100x50
+              RenderTableCell {SPAN} at (0,0) size 50x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {SPAN} at (50,0) size 50x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
+            RenderTableRow {SPAN} at (0,50) size 100x50
+              RenderTableCell {SPAN} at (0,50) size 50x0 [bgcolor=#000000] [r=1 c=0 rs=1 cs=1]
+              RenderTableCell {SPAN} at (50,50) size 50x0 [bgcolor=#000000] [r=1 c=1 rs=1 cs=1]
+        RenderText {#text} at (100,105) size 16x19
+          text run at (100,105) width 4: &quot; &quot;
+          text run at (104,105) width 12: &quot;   &quot;
+        RenderTable {SPAN} at (116,20) size 100x100
+          RenderTableSection (anonymous) at (0,0) size 100x100
+            RenderTableRow {SPAN} at (0,0) size 100x50
+              RenderTableCell {SPAN} at (0,0) size 50x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {SPAN} at (50,0) size 50x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
+            RenderTableRow {SPAN} at (0,50) size 100x50
+              RenderTableCell {SPAN} at (0,50) size 50x0 [bgcolor=#000000] [r=1 c=0 rs=1 cs=1]
+              RenderTableCell {SPAN} at (50,50) size 50x0 [bgcolor=#000000] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t040302c61exlen00baexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t040302-c61-ex-len-00-b-a-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t040302-c61-ex-len-00-b-a-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t040302-c61-ex-len-00-b-a-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,12 +6,12 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20 [color=#000080]
</span><span class="cx">         RenderText {#text} at (0,0) size 332x19
</span><span class="cx">           text run at (0,0) width 332: &quot;The two blocks below should have the same height.&quot;
</span><del>-      RenderTable {TABLE} at (80,36) size 103x52
-        RenderTableSection {TBODY} at (0,0) size 103x52
-          RenderTableRow {TR} at (0,2) size 103x48
-            RenderTableCell {TD} at (2,2) size 49x48 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (4,4) size 41x40 [color=#000080]
</del><ins>+      RenderTable {TABLE} at (80,36) size 102x52
+        RenderTableSection {TBODY} at (0,0) size 102x52
+          RenderTableRow {TR} at (0,2) size 102x48
+            RenderTableCell {TD} at (2,2) size 48x48 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (4,4) size 40x40 [color=#000080]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 40x40
</span><span class="cx">                   text run at (0,0) width 40: &quot;\x{C9}&quot;
</span><del>-            RenderTableCell {TD} at (52,2) size 49x40 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (52,2) size 48x40 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (4,4) size 40x32 [border: (32px solid #000080) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t0803c5501mrgnt00baexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,9 +6,9 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 419x19
</span><span class="cx">           text run at (0,0) width 419: &quot;The two diagrams below should be identical, with no red present.&quot;
</span><del>-      RenderTable {TABLE} at (0,20) size 219x290
-        RenderTableSection {TBODY} at (0,0) size 219x290
-          RenderTableRow {TR} at (0,2) size 219x286
</del><ins>+      RenderTable {TABLE} at (0,20) size 218x290
+        RenderTableSection {TBODY} at (0,0) size 218x290
+          RenderTableRow {TR} at (0,2) size 218x286
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 106x286 [color=#FFA500] [bgcolor=#FFFF00] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (3,3) size 100x10 [bgcolor=#008080]
</span><span class="cx">                 RenderText {#text} at (0,0) size 70x10
</span><span class="lines">@@ -52,40 +52,40 @@
</span><span class="cx">                 RenderText {#text} at (0,0) size 70x20
</span><span class="cx">                   text run at (0,0) width 70: &quot;xxxxxxx&quot;
</span><span class="cx">                   text run at (0,10) width 40: &quot;xxxx&quot;
</span><del>-            RenderTableCell {TD} at (110,2) size 107x286 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 101x20 [bgcolor=#008080]
</del><ins>+            RenderTableCell {TD} at (110,2) size 106x286 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 100x20 [bgcolor=#008080]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,23) size 101x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,23) size 100x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,43) size 101x20 [bgcolor=#00FFFF]
</del><ins>+              RenderBlock {DIV} at (3,43) size 100x20 [bgcolor=#00FFFF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,63) size 101x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,63) size 100x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,83) size 101x20 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,83) size 100x20 [bgcolor=#0000FF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,103) size 101x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,103) size 100x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,123) size 101x20 [bgcolor=#00FFFF]
</del><ins>+              RenderBlock {DIV} at (3,123) size 100x20 [bgcolor=#00FFFF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,143) size 101x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,143) size 100x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,163) size 101x20 [bgcolor=#008080]
</del><ins>+              RenderBlock {DIV} at (3,163) size 100x20 [bgcolor=#008080]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,183) size 101x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,183) size 100x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,203) size 101x20 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,203) size 100x20 [bgcolor=#0000FF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,223) size 101x20 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,223) size 100x20 [bgcolor=#0000FF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,243) size 101x20 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,243) size 100x20 [bgcolor=#0000FF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,263) size 101x20 [bgcolor=#00FFFF]
</del><ins>+              RenderBlock {DIV} at (3,263) size 100x20 [bgcolor=#00FFFF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t0803c5503mrgnb00baexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,9 +6,9 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 419x19
</span><span class="cx">           text run at (0,0) width 419: &quot;The two diagrams below should be identical, with no red present.&quot;
</span><del>-      RenderTable {TABLE} at (0,20) size 219x310
-        RenderTableSection {TBODY} at (0,0) size 219x310
-          RenderTableRow {TR} at (0,2) size 219x306
</del><ins>+      RenderTable {TABLE} at (0,20) size 218x310
+        RenderTableSection {TBODY} at (0,0) size 218x310
+          RenderTableRow {TR} at (0,2) size 218x306
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 106x306 [color=#FFA500] [bgcolor=#FFFF00] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (3,3) size 100x10 [bgcolor=#008080]
</span><span class="cx">                 RenderText {#text} at (0,0) size 70x10
</span><span class="lines">@@ -56,44 +56,44 @@
</span><span class="cx">               RenderBlock {P} at (3,292) size 100x11 [bgcolor=#008080]
</span><span class="cx">                 RenderText {#text} at (0,0) size 40x10
</span><span class="cx">                   text run at (0,0) width 40: &quot;xxxx&quot;
</span><del>-            RenderTableCell {TD} at (110,2) size 107x306 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 101x20 [bgcolor=#008080]
</del><ins>+            RenderTableCell {TD} at (110,2) size 106x306 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 100x20 [bgcolor=#008080]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,23) size 101x20 [bgcolor=#00FFFF]
</del><ins>+              RenderBlock {DIV} at (3,23) size 100x20 [bgcolor=#00FFFF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,43) size 101x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,43) size 100x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,63) size 101x20 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,63) size 100x20 [bgcolor=#0000FF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,83) size 101x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,83) size 100x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,103) size 101x20 [bgcolor=#00FFFF]
</del><ins>+              RenderBlock {DIV} at (3,103) size 100x20 [bgcolor=#00FFFF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,123) size 101x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,123) size 100x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,143) size 101x20 [bgcolor=#008080]
</del><ins>+              RenderBlock {DIV} at (3,143) size 100x20 [bgcolor=#008080]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,163) size 101x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,163) size 100x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,183) size 101x30 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,183) size 100x30 [bgcolor=#0000FF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,20) size 70x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,213) size 101x20 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,213) size 100x20 [bgcolor=#0000FF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,233) size 101x10 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,233) size 100x10 [bgcolor=#0000FF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,243) size 101x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,243) size 100x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,263) size 101x20 [bgcolor=#008080]
</del><ins>+              RenderBlock {DIV} at (3,263) size 100x20 [bgcolor=#008080]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,283) size 101x10 [bgcolor=#00FFFF]
</del><ins>+              RenderBlock {DIV} at (3,283) size 100x10 [bgcolor=#00FFFF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,293) size 101x10 [bgcolor=#008080]
</del><ins>+              RenderBlock {DIV} at (3,293) size 100x10 [bgcolor=#008080]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 40x10 [bgcolor=#FFA500]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t080301c411vtmrgn00bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,107 +6,107 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 284x19
</span><span class="cx">           text run at (0,0) width 284: &quot;The two columns below should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 179x837
-        RenderTableSection {TBODY} at (0,0) size 179x837
-          RenderTableRow {TR} at (0,2) size 179x833
-            RenderTableCell {TD} at (2,2) size 87x833 [bgcolor=#008080] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {P} at (3,3) size 81x20 [bgcolor=#FFFF00]
</del><ins>+      RenderTable {TABLE} at (0,36) size 178x837
+        RenderTableSection {TBODY} at (0,0) size 178x837
+          RenderTableRow {TR} at (0,2) size 178x833
+            RenderTableCell {TD} at (2,2) size 86x833 [bgcolor=#008080] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {P} at (3,3) size 80x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,98) size 81x21 [bgcolor=#FF00FF]
</del><ins>+              RenderBlock {P} at (3,98) size 80x21 [bgcolor=#FF00FF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,118) size 81x21 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {P} at (3,118) size 80x21 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,214) size 81x21 [bgcolor=#00FF00]
</del><ins>+              RenderBlock {P} at (3,214) size 80x21 [bgcolor=#00FF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,234) size 81x21 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {P} at (3,234) size 80x21 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,291) size 81x21 [bgcolor=#FFFFFF]
</del><ins>+              RenderBlock {P} at (3,291) size 80x21 [bgcolor=#FFFFFF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,349) size 81x97 [bgcolor=#00FFFF]
-                RenderBlock {P} at (0,75) size 81x21 [bgcolor=#FFA500]
</del><ins>+              RenderBlock {DIV} at (3,349) size 80x97 [bgcolor=#00FFFF]
+                RenderBlock {P} at (0,75) size 80x21 [bgcolor=#FFA500]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                     text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,483) size 81x21 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {P} at (3,483) size 80x21 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,503) size 81x96 [bgcolor=#FF00FF]
</del><ins>+              RenderBlock {P} at (3,503) size 80x96 [bgcolor=#FF00FF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,560) size 81x59 [bgcolor=#00FF00]
</del><ins>+              RenderBlock {P} at (3,560) size 80x59 [bgcolor=#00FF00]
</ins><span class="cx">                 RenderText {#text} at (0,38) size 6x19
</span><span class="cx">                   text run at (0,38) width 6: &quot;-&quot;
</span><span class="cx">               RenderBlock (floating) {P} at (3,694) size 40x21 [bgcolor=#FFFFFF]
</span><span class="cx">                 RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,656) size 81x21 [bgcolor=#00FFFF]
</del><ins>+              RenderBlock {P} at (3,656) size 80x21 [bgcolor=#00FFFF]
</ins><span class="cx">                 RenderText {#text} at (40,0) size 6x19
</span><span class="cx">                   text run at (40,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,714) size 81x58 [bgcolor=#FFA500]
</del><ins>+              RenderBlock {P} at (3,714) size 80x58 [bgcolor=#FFA500]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,772) size 81x58 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {P} at (3,772) size 80x58 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,38) size 6x19
</span><span class="cx">                   text run at (0,38) width 6: &quot;-&quot;
</span><del>-            RenderTableCell {TD} at (90,2) size 87x833 [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 81x20 [bgcolor=#FFFF00]
</del><ins>+            RenderTableCell {TD} at (90,2) size 86x833 [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 80x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,23) size 81x76 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,98) size 81x21 [bgcolor=#FF00FF]
</del><ins>+              RenderBlock {DIV} at (3,23) size 80x76 [bgcolor=#008080]
+              RenderBlock {DIV} at (3,98) size 80x21 [bgcolor=#FF00FF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,118) size 81x21 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,118) size 80x21 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,138) size 81x77 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,214) size 81x21 [bgcolor=#00FF00]
</del><ins>+              RenderBlock {DIV} at (3,138) size 80x77 [bgcolor=#008080]
+              RenderBlock {DIV} at (3,214) size 80x21 [bgcolor=#00FF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,234) size 81x21 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,234) size 80x21 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,254) size 81x38 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,291) size 81x21 [bgcolor=#FFFFFF]
</del><ins>+              RenderBlock {DIV} at (3,254) size 80x38 [bgcolor=#008080]
+              RenderBlock {DIV} at (3,291) size 80x21 [bgcolor=#FFFFFF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,311) size 81x39 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,349) size 81x77 [bgcolor=#00FFFF]
-              RenderBlock {DIV} at (3,425) size 81x21 [bgcolor=#FFA500]
</del><ins>+              RenderBlock {DIV} at (3,311) size 80x39 [bgcolor=#008080]
+              RenderBlock {DIV} at (3,349) size 80x77 [bgcolor=#00FFFF]
+              RenderBlock {DIV} at (3,425) size 80x21 [bgcolor=#FFA500]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,445) size 81x39 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,483) size 81x21 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,445) size 80x39 [bgcolor=#008080]
+              RenderBlock {DIV} at (3,483) size 80x21 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,503) size 81x21 [bgcolor=#FF00FF]
</del><ins>+              RenderBlock {DIV} at (3,503) size 80x21 [bgcolor=#FF00FF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,523) size 81x38 [bgcolor=#FF00FF]
-              RenderBlock {DIV} at (3,560) size 81x39 [bgcolor=#00FF00]
-              RenderBlock {DIV} at (3,598) size 81x21 [bgcolor=#00FF00]
</del><ins>+              RenderBlock {DIV} at (3,523) size 80x38 [bgcolor=#FF00FF]
+              RenderBlock {DIV} at (3,560) size 80x39 [bgcolor=#00FF00]
+              RenderBlock {DIV} at (3,598) size 80x21 [bgcolor=#00FF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,618) size 81x39 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,656) size 81x21 [bgcolor=#00FFFF]
-                RenderBlock {DIV} at (40,0) size 41x20
</del><ins>+              RenderBlock {DIV} at (3,618) size 80x39 [bgcolor=#008080]
+              RenderBlock {DIV} at (3,656) size 80x21 [bgcolor=#00FFFF]
+                RenderBlock {DIV} at (40,0) size 40x20
</ins><span class="cx">                   RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                     text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,714) size 81x21 [bgcolor=#FFA500]
</del><ins>+              RenderBlock {DIV} at (3,714) size 80x21 [bgcolor=#FFA500]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,734) size 81x38 [bgcolor=#FFA500]
-              RenderBlock {DIV} at (3,771) size 81x39 [bgcolor=#FFFF00]
-              RenderBlock {DIV} at (3,809) size 81x21 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,734) size 80x38 [bgcolor=#FFA500]
+              RenderBlock {DIV} at (3,771) size 80x39 [bgcolor=#FFFF00]
+              RenderBlock {DIV} at (3,809) size 80x21 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><span class="cx"> layer at (101,730) size 80x38
</span><del>-  RenderBlock (relative positioned) {DIV} at (3,676) size 81x39 [bgcolor=#008080]
</del><ins>+  RenderBlock (relative positioned) {DIV} at (3,676) size 80x39 [bgcolor=#008080]
</ins><span class="cx"> layer at (101,748) size 40x20
</span><span class="cx">   RenderBlock (positioned) {DIV} at (0,17) size 40x21 [bgcolor=#FFFFFF]
</span><span class="cx">     RenderText {#text} at (0,0) size 6x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t0804c5506padnt00baexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 272x19
</span><span class="cx">           text run at (0,0) width 272: &quot;The next two columns should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,20) size 139x130
-        RenderTableSection {TBODY} at (0,0) size 139x130
-          RenderTableRow {TR} at (0,2) size 139x126
-            RenderTableCell {TD} at (2,2) size 67x126 [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,20) size 138x130
+        RenderTableSection {TBODY} at (0,0) size 138x130
+          RenderTableRow {TR} at (0,2) size 138x126
+            RenderTableCell {TD} at (2,2) size 66x126 [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 60x120
</span><span class="cx">                 RenderBlock {P} at (0,0) size 60x12 [color=#0000FF] [bgcolor=#FFA500]
</span><span class="cx">                   RenderText {#text} at (0,-1) size 60x13
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">                 RenderBlock {P} at (0,108) size 60x12 [color=#00FF00] [bgcolor=#FF00FF]
</span><span class="cx">                   RenderText {#text} at (0,-1) size 60x13
</span><span class="cx">                     text run at (0,-1) width 60: &quot;xxxxx&quot;
</span><del>-            RenderTableCell {TD} at (70,2) size 67x126 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,2) size 66x126 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 60x12 [border: (12px solid #0000FF) none]
</span><span class="cx">               RenderBlock {DIV} at (3,15) size 60x12 [border: (12px solid #FFFF00) none]
</span><span class="cx">               RenderBlock {DIV} at (3,27) size 60x12 [border: (12px solid #00FFFF) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t0804c5508ipadnb03baexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 272x19
</span><span class="cx">           text run at (0,0) width 272: &quot;The next two columns should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,20) size 139x130
-        RenderTableSection {TBODY} at (0,0) size 139x130
-          RenderTableRow {TR} at (0,2) size 139x126
-            RenderTableCell {TD} at (2,2) size 67x126 [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,20) size 138x130
+        RenderTableSection {TBODY} at (0,0) size 138x130
+          RenderTableRow {TR} at (0,2) size 138x126
+            RenderTableCell {TD} at (2,2) size 66x126 [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 60x120
</span><span class="cx">                 RenderBlock {P} at (0,0) size 60x12 [color=#0000FF] [bgcolor=#FFA500]
</span><span class="cx">                   RenderText {#text} at (0,-1) size 60x13
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">                 RenderBlock {P} at (0,108) size 60x12 [color=#00FF00] [bgcolor=#FF00FF]
</span><span class="cx">                   RenderText {#text} at (0,-1) size 60x13
</span><span class="cx">                     text run at (0,-1) width 60: &quot;xxxxx&quot;
</span><del>-            RenderTableCell {TD} at (70,2) size 67x126 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,2) size 66x126 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 60x12 [border: none (12px solid #0000FF) none]
</span><span class="cx">               RenderBlock {DIV} at (3,15) size 60x12 [border: none (12px solid #00FFFF) none]
</span><span class="cx">               RenderBlock {DIV} at (3,27) size 60x12 [border: none (12px solid #FFFF00) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t090402c42ibxpad00dagexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20 [color=#000080]
</span><span class="cx">         RenderText {#text} at (0,0) size 491x19
</span><span class="cx">           text run at (0,0) width 491: &quot;The two diagrams below should be identical to the pixel with no red present.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 435x128
-        RenderTableSection {TBODY} at (0,0) size 435x128
-          RenderTableRow {TR} at (0,2) size 435x124
-            RenderTableCell {TD} at (2,2) size 215x124 [border: (2px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 434x128
+        RenderTableSection {TBODY} at (0,0) size 434x128
+          RenderTableRow {TR} at (0,2) size 434x124
+            RenderTableCell {TD} at (2,2) size 214x124 [border: (2px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (12,2) size 200x120
</span><span class="cx">                 RenderText {#text} at (0,7) size 190x34
</span><span class="cx">                   text run at (0,7) width 190: &quot;1 2 3 4 5 6 7 8 9 0&quot;
</span><span class="lines">@@ -22,5 +22,5 @@
</span><span class="cx">                 RenderText {#text} at (140,79) size 190x34
</span><span class="cx">                   text run at (140,79) width 50: &quot;8 9 0&quot;
</span><span class="cx">                   text run at (0,103) width 190: &quot;1 2 3 4 5 6 7 8 9 0&quot;
</span><del>-            RenderTableCell {TD} at (218,2) size 215x124 [color=#FFFF00] [bgcolor=#FF0000] [border: (2px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (218,2) size 214x124 [color=#FFFF00] [bgcolor=#FF0000] [border: (2px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 210x120
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t0905c5525fltmult00dgexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -24,51 +24,51 @@
</span><span class="cx">           RenderText {#text} at (10,0) size 40x19
</span><span class="cx">             text run at (10,0) width 40: &quot;Green&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,188) size 784x20
</span><del>-        RenderTable {TABLE} at (0,0) size 621x20
-          RenderTableSection {TBODY} at (0,0) size 621x20
-            RenderTableRow {TR} at (0,0) size 621x20
</del><ins>+        RenderTable {TABLE} at (0,0) size 620x20
+          RenderTableSection {TBODY} at (0,0) size 620x20
+            RenderTableRow {TR} at (0,0) size 620x20
</ins><span class="cx">               RenderTableCell {TD} at (0,0) size 20x20 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (20,0) size 101x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (20,0) size 100x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (120,0) size 21x20 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (120,0) size 20x20 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (140,0) size 21x20 [bgcolor=#FFFFFF] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (140,0) size 20x20 [bgcolor=#FFFFFF] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (160,0) size 21x20 [bgcolor=#000000] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (160,0) size 20x20 [bgcolor=#000000] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (180,0) size 101x20 [bgcolor=#0000FF] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (180,0) size 100x20 [bgcolor=#0000FF] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (280,0) size 21x20 [bgcolor=#000000] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (280,0) size 20x20 [bgcolor=#000000] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (300,0) size 21x20 [bgcolor=#FFFFFF] [r=0 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (300,0) size 20x20 [bgcolor=#FFFFFF] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (320,0) size 21x20 [bgcolor=#000000] [r=0 c=8 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (320,0) size 20x20 [bgcolor=#000000] [r=0 c=8 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (340,0) size 101x20 [bgcolor=#FF0000] [r=0 c=9 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (340,0) size 100x20 [bgcolor=#FF0000] [r=0 c=9 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (440,0) size 21x20 [bgcolor=#000000] [r=0 c=10 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (440,0) size 20x20 [bgcolor=#000000] [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (460,0) size 21x20 [bgcolor=#FFFFFF] [r=0 c=11 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (460,0) size 20x20 [bgcolor=#FFFFFF] [r=0 c=11 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (480,0) size 21x20 [bgcolor=#000000] [r=0 c=12 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (480,0) size 20x20 [bgcolor=#000000] [r=0 c=12 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (500,0) size 101x20 [bgcolor=#008000] [r=0 c=13 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (500,0) size 100x20 [bgcolor=#008000] [r=0 c=13 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (600,0) size 21x20 [bgcolor=#000000] [r=0 c=14 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (600,0) size 20x20 [bgcolor=#000000] [r=0 c=14 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw04dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-04-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-04-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-04-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 322x19
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 147x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 142x165
-          RenderTableRow {TR} at (0,0) size 142x55
-            RenderTableCell {TD} at (0,14) size 48x27 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 146x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 141x165
+          RenderTableRow {TR} at (0,0) size 141x55
+            RenderTableCell {TD} at (0,14) size 47x27 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (47,15) size 48x25 [border: (3px dotted #00FF00) none (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,15) size 47x25 [border: (3px dotted #00FF00) none (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (94,14) size 48x27 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (94,14) size 47x27 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,55) size 142x55
-            RenderTableCell {TD} at (0,69) size 48x27 [border: (3px dotted #00FF00) none (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,55) size 141x55
+            RenderTableCell {TD} at (0,69) size 47x27 [border: (3px dotted #00FF00) none (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (47,71) size 48x23 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,71) size 47x23 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x20
</span><span class="cx">                 text run at (1,2) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (94,69) size 48x27 [border: (3px dotted #00FF00) none] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (94,69) size 47x27 [border: (3px dotted #00FF00) none] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,4) size 40x19
</span><span class="cx">                 text run at (1,4) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,110) size 142x55
-            RenderTableCell {TD} at (0,124) size 48x27 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,110) size 141x55
+            RenderTableCell {TD} at (0,124) size 47x27 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (47,125) size 48x25 [border: none (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,125) size 47x25 [border: none (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,1) size 40x20
</span><span class="cx">                 text run at (4,2) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (94,124) size 48x27 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (94,124) size 47x27 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw06dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-06-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-06-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-06-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 322x19
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 142x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 137x165
-          RenderTableRow {TR} at (0,0) size 137x55
</del><ins>+      RenderTable {TABLE} at (0,36) size 141x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 136x165
+          RenderTableRow {TR} at (0,0) size 136x55
</ins><span class="cx">             RenderTableCell {TD} at (0,14) size 46x27 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 39x19
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><span class="cx">             RenderTableCell {TD} at (45,15) size 46x25 [border: (3px outset #00FF00) none (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 39x19
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (90,14) size 47x27 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (90,14) size 46x27 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x19
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,55) size 137x55
</del><ins>+          RenderTableRow {TR} at (0,55) size 136x55
</ins><span class="cx">             RenderTableCell {TD} at (0,69) size 46x27 [border: (3px outset #00FF00) none (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 39x19
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><span class="cx">             RenderTableCell {TD} at (45,71) size 46x23 [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 44x20
</span><span class="cx">                 text run at (1,2) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (90,69) size 47x27 [border: (3px outset #00FF00) none] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (90,69) size 46x27 [border: (3px outset #00FF00) none] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,4) size 39x19
</span><span class="cx">                 text run at (1,4) width 39: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,110) size 137x55
</del><ins>+          RenderTableRow {TR} at (0,110) size 136x55
</ins><span class="cx">             RenderTableCell {TD} at (0,124) size 46x27 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 39x19
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><span class="cx">             RenderTableCell {TD} at (45,125) size 46x25 [border: none (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,1) size 39x20
</span><span class="cx">                 text run at (4,2) width 39: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (90,124) size 47x27 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (90,124) size 46x27 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x19
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw08dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-08-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-08-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-08-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 322x19
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 126x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 121x165
-          RenderTableRow {TR} at (0,0) size 121x55
</del><ins>+      RenderTable {TABLE} at (0,36) size 125x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 120x165
+          RenderTableRow {TR} at (0,0) size 120x55
</ins><span class="cx">             RenderTableCell {TD} at (0,14) size 38x27 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 31x19
</span><span class="cx">                 text run at (4,4) width 31: &quot;inset&quot;
</span><span class="cx">             RenderTableCell {TD} at (37,15) size 46x25 [border: (3px inset #00FF00) none (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 31x19
</span><span class="cx">                 text run at (4,4) width 31: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (82,14) size 39x27 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,14) size 38x27 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 31x19
</span><span class="cx">                 text run at (4,4) width 31: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,55) size 121x55
</del><ins>+          RenderTableRow {TR} at (0,55) size 120x55
</ins><span class="cx">             RenderTableCell {TD} at (0,69) size 38x27 [border: (3px inset #00FF00) none (2px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 31x19
</span><span class="cx">                 text run at (4,4) width 31: &quot;inset&quot;
</span><span class="cx">             RenderTableCell {TD} at (37,71) size 46x23 [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 44x20
</span><span class="cx">                 text run at (1,2) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (82,69) size 39x27 [border: (3px inset #00FF00) none] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,69) size 38x27 [border: (3px inset #00FF00) none] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,4) size 31x19
</span><span class="cx">                 text run at (1,4) width 31: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,110) size 121x55
</del><ins>+          RenderTableRow {TR} at (0,110) size 120x55
</ins><span class="cx">             RenderTableCell {TD} at (0,124) size 38x27 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 31x19
</span><span class="cx">                 text run at (4,4) width 31: &quot;inset&quot;
</span><span class="cx">             RenderTableCell {TD} at (37,125) size 46x25 [border: none (2px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,1) size 31x20
</span><span class="cx">                 text run at (4,2) width 31: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (82,124) size 39x27 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,124) size 38x27 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 31x19
</span><span class="cx">                 text run at (4,4) width 31: &quot;inset&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw13dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-13-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-13-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-13-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,29 +12,29 @@
</span><span class="cx">             RenderTableCell {TD} at (0,15) size 55x28 [border: (3px dashed #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 45x20
</span><span class="cx">                 text run at (4,5) width 45: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (54,14) size 57x30 [border: (3px dashed #00FF00) (5px dashed #FF0000) (3px dashed #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,14) size 56x30 [border: (3px dashed #00FF00) (5px dashed #FF0000) (3px dashed #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 45x19
</span><span class="cx">                 text run at (4,4) width 45: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (110,15) size 54x28 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,15) size 55x28 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 45x20
</span><span class="cx">                 text run at (4,5) width 45: &quot;dashed&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,58) size 164x60
</span><span class="cx">             RenderTableCell {TD} at (0,74) size 55x28 [border: (3px dashed #00FF00) (5px dashed #FF0000) (2px dashed #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 45x20
</span><span class="cx">                 text run at (4,5) width 45: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (54,72) size 57x32 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,72) size 56x32 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 44x19
</span><span class="cx">                 text run at (6,6) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (110,74) size 54x28 [border: (3px dashed #00FF00) (5px dashed #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,74) size 55x28 [border: (3px dashed #00FF00) (5px dashed #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 45x20
</span><span class="cx">                 text run at (6,5) width 45: &quot;dashed&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,118) size 164x57
</span><span class="cx">             RenderTableCell {TD} at (0,133) size 55x27 [border: (3px dashed #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 45x19
</span><span class="cx">                 text run at (4,4) width 45: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (54,132) size 57x29 [border: (5px dashed #FF0000) (2px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,132) size 56x29 [border: (5px dashed #FF0000) (2px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 45x19
</span><span class="cx">                 text run at (4,6) width 45: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (110,133) size 54x27 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,133) size 55x27 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 45x19
</span><span class="cx">                 text run at (4,4) width 45: &quot;dashed&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw14dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-14-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-14-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-14-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,36) size 160x180 [border: (2px none #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 155x175
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 155x58
</span><del>-            RenderTableCell {TD} at (0,15) size 51x28 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,15) size 50x28 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,14) size 56x30 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,58) size 155x60
</span><del>-            RenderTableCell {TD} at (0,74) size 51x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,74) size 50x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,72) size 56x32 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">               RenderText {#text} at (6,4) size 40x20
</span><span class="cx">                 text run at (6,5) width 40: &quot;dotted&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,118) size 155x57
</span><del>-            RenderTableCell {TD} at (0,133) size 51x27 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,133) size 50x27 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,132) size 56x29 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw16dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-16-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-16-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-16-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 322x19
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 157x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 152x175
-          RenderTableRow {TR} at (0,0) size 152x58
</del><ins>+      RenderTable {TABLE} at (0,36) size 156x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 151x175
+          RenderTableRow {TR} at (0,0) size 151x58
</ins><span class="cx">             RenderTableCell {TD} at (0,15) size 49x28 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 39x20
</span><span class="cx">                 text run at (4,5) width 39: &quot;outset&quot;
</span><span class="cx">             RenderTableCell {TD} at (48,14) size 56x30 [border: (3px outset #00FF00) (5px outset #FF0000) (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 39x19
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (103,15) size 49x28 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (103,15) size 48x28 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x20
</span><span class="cx">                 text run at (4,5) width 39: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 152x60
</del><ins>+          RenderTableRow {TR} at (0,58) size 151x60
</ins><span class="cx">             RenderTableCell {TD} at (0,74) size 49x28 [border: (3px outset #00FF00) (5px outset #FF0000) (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 39x20
</span><span class="cx">                 text run at (4,5) width 39: &quot;outset&quot;
</span><span class="cx">             RenderTableCell {TD} at (48,72) size 56x32 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 44x19
</span><span class="cx">                 text run at (6,6) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (103,74) size 49x28 [border: (3px outset #00FF00) (5px outset #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (103,74) size 48x28 [border: (3px outset #00FF00) (5px outset #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 39x20
</span><span class="cx">                 text run at (6,5) width 39: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 152x57
</del><ins>+          RenderTableRow {TR} at (0,118) size 151x57
</ins><span class="cx">             RenderTableCell {TD} at (0,133) size 49x27 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 39x19
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><span class="cx">             RenderTableCell {TD} at (48,132) size 56x29 [border: (5px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,6) size 39x19
</span><span class="cx">                 text run at (4,6) width 39: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (103,133) size 49x27 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (103,133) size 48x27 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x19
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw17dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-17-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-17-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-17-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,29 +12,29 @@
</span><span class="cx">             RenderTableCell {TD} at (0,15) size 55x28 [border: (3px groove #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 45x20
</span><span class="cx">                 text run at (4,5) width 45: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (54,14) size 57x30 [border: (3px groove #00FF00) (5px groove #FF0000) (3px groove #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,14) size 56x30 [border: (3px groove #00FF00) (5px groove #FF0000) (3px groove #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 45x19
</span><span class="cx">                 text run at (4,4) width 45: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (110,15) size 54x28 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,15) size 55x28 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 45x20
</span><span class="cx">                 text run at (4,5) width 45: &quot;groove&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,58) size 164x60
</span><span class="cx">             RenderTableCell {TD} at (0,74) size 55x28 [border: (3px groove #00FF00) (5px groove #FF0000) (2px groove #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 45x20
</span><span class="cx">                 text run at (4,5) width 45: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (54,72) size 57x32 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,72) size 56x32 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 44x19
</span><span class="cx">                 text run at (6,6) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (110,74) size 54x28 [border: (3px groove #00FF00) (5px groove #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,74) size 55x28 [border: (3px groove #00FF00) (5px groove #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 45x20
</span><span class="cx">                 text run at (6,5) width 45: &quot;groove&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,118) size 164x57
</span><span class="cx">             RenderTableCell {TD} at (0,133) size 55x27 [border: (3px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 45x19
</span><span class="cx">                 text run at (4,4) width 45: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (54,132) size 57x29 [border: (5px groove #FF0000) (2px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,132) size 56x29 [border: (5px groove #FF0000) (2px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 45x19
</span><span class="cx">                 text run at (4,6) width 45: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (110,133) size 54x27 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,133) size 55x27 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 45x19
</span><span class="cx">                 text run at (4,4) width 45: &quot;groove&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw18dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-18-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-18-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-18-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 322x19
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 141x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 136x175
-          RenderTableRow {TR} at (0,0) size 136x58
</del><ins>+      RenderTable {TABLE} at (0,36) size 140x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 135x175
+          RenderTableRow {TR} at (0,0) size 135x58
</ins><span class="cx">             RenderTableCell {TD} at (0,15) size 41x28 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 31x20
</span><span class="cx">                 text run at (4,5) width 31: &quot;inset&quot;
</span><span class="cx">             RenderTableCell {TD} at (40,14) size 56x30 [border: (3px inset #00FF00) (5px inset #FF0000) (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 31x19
</span><span class="cx">                 text run at (4,4) width 31: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (95,15) size 41x28 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (95,15) size 40x28 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 31x20
</span><span class="cx">                 text run at (4,5) width 31: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 136x60
</del><ins>+          RenderTableRow {TR} at (0,58) size 135x60
</ins><span class="cx">             RenderTableCell {TD} at (0,74) size 41x28 [border: (3px inset #00FF00) (5px inset #FF0000) (2px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 31x20
</span><span class="cx">                 text run at (4,5) width 31: &quot;inset&quot;
</span><span class="cx">             RenderTableCell {TD} at (40,72) size 56x32 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 44x19
</span><span class="cx">                 text run at (6,6) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (95,74) size 41x28 [border: (3px inset #00FF00) (5px inset #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (95,74) size 40x28 [border: (3px inset #00FF00) (5px inset #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 31x20
</span><span class="cx">                 text run at (6,5) width 31: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 136x57
</del><ins>+          RenderTableRow {TR} at (0,118) size 135x57
</ins><span class="cx">             RenderTableCell {TD} at (0,133) size 41x27 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 31x19
</span><span class="cx">                 text run at (4,4) width 31: &quot;inset&quot;
</span><span class="cx">             RenderTableCell {TD} at (40,132) size 56x29 [border: (5px inset #FF0000) (2px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,6) size 31x19
</span><span class="cx">                 text run at (4,6) width 31: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (95,133) size 41x27 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (95,133) size 40x27 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 31x19
</span><span class="cx">                 text run at (4,4) width 31: &quot;inset&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw24dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-24-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-24-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-24-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 322x19
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 152x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 147x175
-          RenderTableRow {TR} at (0,0) size 147x58
-            RenderTableCell {TD} at (0,15) size 51x28 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 151x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 146x175
+          RenderTableRow {TR} at (0,0) size 146x58
+            RenderTableCell {TD} at (0,15) size 50x28 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,14) size 48x30 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,14) size 47x30 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (97,15) size 50x28 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (97,15) size 49x28 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 147x60
-            RenderTableCell {TD} at (0,74) size 51x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 146x60
+            RenderTableCell {TD} at (0,74) size 50x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,72) size 48x32 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,72) size 47x32 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 32x19
</span><span class="cx">                 text run at (6,6) width 32: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (97,74) size 50x28 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (97,74) size 49x28 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 40x20
</span><span class="cx">                 text run at (6,5) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 147x57
-            RenderTableCell {TD} at (0,133) size 51x27 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,118) size 146x57
+            RenderTableCell {TD} at (0,133) size 50x27 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,132) size 48x29 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,132) size 47x29 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 40x19
</span><span class="cx">                 text run at (4,6) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (97,133) size 50x27 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (97,133) size 49x27 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw25dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-25-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-25-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-25-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,15) size 43x28 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 33x20
</span><span class="cx">                 text run at (4,5) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (42,14) size 45x30 [border: (3px ridge #00FF00) (5px ridge #FF0000) (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (42,14) size 44x30 [border: (3px ridge #00FF00) (5px ridge #FF0000) (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><span class="cx">             RenderTableCell {TD} at (86,15) size 42x28 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</span><span class="lines">@@ -22,7 +22,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,74) size 43x28 [border: (3px ridge #00FF00) (5px ridge #FF0000) (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 33x20
</span><span class="cx">                 text run at (4,5) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (42,72) size 45x32 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (42,72) size 44x32 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 32x19
</span><span class="cx">                 text run at (6,6) width 32: &quot;solid&quot;
</span><span class="cx">             RenderTableCell {TD} at (86,74) size 42x28 [border: (3px ridge #00FF00) (5px ridge #FF0000)] [r=1 c=2 rs=1 cs=1]
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,133) size 43x27 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (42,132) size 45x29 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (42,132) size 44x29 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 33x19
</span><span class="cx">                 text run at (4,6) width 33: &quot;ridge&quot;
</span><span class="cx">             RenderTableCell {TD} at (86,133) size 42x27 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw30dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-30-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-30-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-30-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,29 +12,29 @@
</span><span class="cx">             RenderTableCell {TD} at (0,14) size 46x22 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 44x19
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (45,14) size 48x22 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (45,14) size 47x22 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x19
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (92,14) size 46x22 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (91,14) size 47x22 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x19
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,50) size 138x50
</span><span class="cx">             RenderTableCell {TD} at (0,64) size 46x22 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 44x19
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (45,64) size 48x22 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (45,64) size 47x22 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 45x19
</span><span class="cx">                 text run at (1,1) width 45: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (92,64) size 46x22 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (91,64) size 47x22 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x19
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,100) size 138x50
</span><span class="cx">             RenderTableCell {TD} at (0,114) size 46x22 [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 44x19
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (45,114) size 48x22 [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (45,114) size 47x22 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x19
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (92,114) size 46x22 [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (91,114) size 47x22 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x19
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw31dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-31-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-31-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-31-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,29 +12,29 @@
</span><span class="cx">             RenderTableCell {TD} at (0,15) size 54x28 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 44x20
</span><span class="cx">                 text run at (4,5) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (53,14) size 58x30 [border: (3px double #00FF00) (5px double #FF0000) (3px double #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (53,14) size 57x30 [border: (3px double #00FF00) (5px double #FF0000) (3px double #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x19
</span><span class="cx">                 text run at (4,4) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (110,15) size 53x28 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,15) size 54x28 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x20
</span><span class="cx">                 text run at (4,5) width 44: &quot;double&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,58) size 163x60
</span><span class="cx">             RenderTableCell {TD} at (0,74) size 54x28 [border: (3px double #00FF00) (5px double #FF0000) (2px double #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 44x20
</span><span class="cx">                 text run at (4,5) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (53,72) size 58x32 [border: (5px dashed #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (53,72) size 57x32 [border: (5px dashed #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 45x19
</span><span class="cx">                 text run at (6,6) width 45: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (110,74) size 53x28 [border: (3px double #00FF00) (5px double #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,74) size 54x28 [border: (3px double #00FF00) (5px double #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 44x20
</span><span class="cx">                 text run at (6,5) width 44: &quot;double&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,118) size 163x57
</span><span class="cx">             RenderTableCell {TD} at (0,133) size 54x27 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 44x19
</span><span class="cx">                 text run at (4,4) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (53,132) size 58x29 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (53,132) size 57x29 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 44x19
</span><span class="cx">                 text run at (4,6) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (110,133) size 53x27 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,133) size 54x27 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x19
</span><span class="cx">                 text run at (4,4) width 44: &quot;double&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw34dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-34-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-34-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-34-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,36) size 161x180 [border: (2px none #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 156x175
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 156x58
</span><del>-            RenderTableCell {TD} at (0,15) size 51x28 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,15) size 50x28 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,14) size 57x30 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,58) size 156x60
</span><del>-            RenderTableCell {TD} at (0,74) size 51x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,74) size 50x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,72) size 57x32 [border: (5px dashed #00FF00)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">               RenderText {#text} at (6,4) size 40x20
</span><span class="cx">                 text run at (6,5) width 40: &quot;dotted&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,118) size 156x57
</span><del>-            RenderTableCell {TD} at (0,133) size 51x27 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,133) size 50x27 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,132) size 57x29 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw44dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-44-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-44-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-44-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 322x19
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 157x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 152x175
-          RenderTableRow {TR} at (0,0) size 152x58
-            RenderTableCell {TD} at (0,15) size 51x28 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 156x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 151x175
+          RenderTableRow {TR} at (0,0) size 151x58
+            RenderTableCell {TD} at (0,15) size 50x28 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,14) size 53x30 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,14) size 52x30 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (102,15) size 50x28 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (102,15) size 49x28 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 152x60
-            RenderTableCell {TD} at (0,74) size 51x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 151x60
+            RenderTableCell {TD} at (0,74) size 50x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,72) size 53x32 [border: (5px dotted #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,72) size 52x32 [border: (5px dotted #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 40x19
</span><span class="cx">                 text run at (6,6) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (102,74) size 50x28 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (102,74) size 49x28 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 40x20
</span><span class="cx">                 text run at (6,5) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 152x57
-            RenderTableCell {TD} at (0,133) size 51x27 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,118) size 151x57
+            RenderTableCell {TD} at (0,133) size 50x27 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,132) size 53x29 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,132) size 52x29 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 40x19
</span><span class="cx">                 text run at (4,6) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (102,133) size 50x27 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (102,133) size 49x27 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw52dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-52-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-52-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-52-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,15) size 42x28 [border: (3px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 32x20
</span><span class="cx">                 text run at (4,5) width 32: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (41,14) size 46x30 [border: (3px solid #00FF00) (5px solid #FF0000) (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (41,14) size 45x30 [border: (3px solid #00FF00) (5px solid #FF0000) (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x19
</span><span class="cx">                 text run at (4,4) width 32: &quot;solid&quot;
</span><span class="cx">             RenderTableCell {TD} at (86,15) size 41x28 [border: (3px solid #00FF00)] [r=0 c=2 rs=1 cs=1]
</span><span class="lines">@@ -22,7 +22,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,74) size 42x28 [border: (3px solid #00FF00) (5px solid #FF0000) (2px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 32x20
</span><span class="cx">                 text run at (4,5) width 32: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (41,72) size 46x32 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (41,72) size 45x32 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 33x19
</span><span class="cx">                 text run at (6,6) width 33: &quot;ridge&quot;
</span><span class="cx">             RenderTableCell {TD} at (86,74) size 41x28 [border: (3px solid #00FF00) (5px solid #FF0000)] [r=1 c=2 rs=1 cs=1]
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,133) size 42x27 [border: (3px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 32x19
</span><span class="cx">                 text run at (4,4) width 32: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (41,132) size 46x29 [border: (5px solid #FF0000) (2px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (41,132) size 45x29 [border: (5px solid #FF0000) (2px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 32x19
</span><span class="cx">                 text run at (4,6) width 32: &quot;solid&quot;
</span><span class="cx">             RenderTableCell {TD} at (86,133) size 41x27 [border: (3px solid #00FF00)] [r=2 c=2 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw54dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-54-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-54-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-54-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 322x19
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 152x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 147x175
-          RenderTableRow {TR} at (0,0) size 147x58
-            RenderTableCell {TD} at (0,15) size 51x28 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 151x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 146x175
+          RenderTableRow {TR} at (0,0) size 146x58
+            RenderTableCell {TD} at (0,15) size 50x28 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,14) size 48x30 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,14) size 47x30 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (97,15) size 50x28 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (97,15) size 49x28 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 147x60
-            RenderTableCell {TD} at (0,74) size 51x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 146x60
+            RenderTableCell {TD} at (0,74) size 50x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,72) size 48x32 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,72) size 47x32 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 33x19
</span><span class="cx">                 text run at (6,6) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (97,74) size 50x28 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (97,74) size 49x28 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 40x20
</span><span class="cx">                 text run at (6,5) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 147x57
-            RenderTableCell {TD} at (0,133) size 51x27 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,118) size 146x57
+            RenderTableCell {TD} at (0,133) size 50x27 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,132) size 48x29 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,132) size 47x29 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 40x19
</span><span class="cx">                 text run at (4,6) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (97,133) size 50x27 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (97,133) size 49x27 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw59dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-59-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-59-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-59-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,29 +12,29 @@
</span><span class="cx">             RenderTableCell {TD} at (0,16) size 39x23 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 32x20
</span><span class="cx">                 text run at (1,2) width 32: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (38,14) size 46x27 [border: none] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,14) size 45x27 [border: none] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x19
</span><span class="cx">                 text run at (1,1) width 32: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (83,16) size 39x23 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,16) size 40x23 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x20
</span><span class="cx">                 text run at (1,2) width 32: &quot;none&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,55) size 122x60
</span><span class="cx">             RenderTableCell {TD} at (0,74) size 39x22 [border: none] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 32x19
</span><span class="cx">                 text run at (1,1) width 32: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (38,69) size 46x32 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,69) size 45x32 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 33x19
</span><span class="cx">                 text run at (6,6) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (83,74) size 39x22 [border: none] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,74) size 40x22 [border: none] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,1) size 32x19
</span><span class="cx">                 text run at (6,1) width 32: &quot;none&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,115) size 122x55
</span><span class="cx">             RenderTableCell {TD} at (0,131) size 39x23 [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 32x20
</span><span class="cx">                 text run at (1,2) width 32: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (38,129) size 46x27 [border: (5px none #FF0000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,129) size 45x27 [border: (5px none #FF0000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,6) size 32x19
</span><span class="cx">                 text run at (1,6) width 32: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (83,131) size 39x23 [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,131) size 40x23 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x20
</span><span class="cx">                 text run at (1,2) width 32: &quot;none&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw64dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-64-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-64-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-64-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,36) size 155x180 [border: (2px none #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 150x175
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 150x58
</span><del>-            RenderTableCell {TD} at (0,15) size 51x28 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,15) size 50x28 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,14) size 51x30 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,58) size 150x60
</span><del>-            RenderTableCell {TD} at (0,74) size 51x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,74) size 50x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,72) size 51x32 [border: (5px outset #00FF00)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">               RenderText {#text} at (6,4) size 40x20
</span><span class="cx">                 text run at (6,5) width 40: &quot;dotted&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,118) size 150x57
</span><del>-            RenderTableCell {TD} at (0,133) size 51x27 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,133) size 50x27 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,132) size 51x29 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw65dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-65-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-65-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-65-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 322x19
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 141x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 136x175
-          RenderTableRow {TR} at (0,0) size 136x58
</del><ins>+      RenderTable {TABLE} at (0,36) size 140x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 135x175
+          RenderTableRow {TR} at (0,0) size 135x58
</ins><span class="cx">             RenderTableCell {TD} at (0,15) size 43x28 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 33x20
</span><span class="cx">                 text run at (4,5) width 33: &quot;ridge&quot;
</span><span class="cx">             RenderTableCell {TD} at (42,14) size 52x30 [border: (3px ridge #00FF00) (5px ridge #FF0000) (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (93,15) size 43x28 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (93,15) size 42x28 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x20
</span><span class="cx">                 text run at (4,5) width 33: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 136x60
</del><ins>+          RenderTableRow {TR} at (0,58) size 135x60
</ins><span class="cx">             RenderTableCell {TD} at (0,74) size 43x28 [border: (3px ridge #00FF00) (5px ridge #FF0000) (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 33x20
</span><span class="cx">                 text run at (4,5) width 33: &quot;ridge&quot;
</span><span class="cx">             RenderTableCell {TD} at (42,72) size 52x32 [border: (5px outset #00FF00)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 39x19
</span><span class="cx">                 text run at (6,6) width 39: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (93,74) size 43x28 [border: (3px ridge #00FF00) (5px ridge #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (93,74) size 42x28 [border: (3px ridge #00FF00) (5px ridge #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 33x20
</span><span class="cx">                 text run at (6,5) width 33: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 136x57
</del><ins>+          RenderTableRow {TR} at (0,118) size 135x57
</ins><span class="cx">             RenderTableCell {TD} at (0,133) size 43x27 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><span class="cx">             RenderTableCell {TD} at (42,132) size 52x29 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,6) size 33x19
</span><span class="cx">                 text run at (4,6) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (93,133) size 43x27 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (93,133) size 42x27 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw70dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-70-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-70-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-70-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,29 +12,29 @@
</span><span class="cx">             RenderTableCell {TD} at (0,14) size 46x22 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 44x19
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (45,14) size 48x22 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (45,14) size 47x22 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x19
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (92,14) size 46x22 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (91,14) size 47x22 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x19
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,50) size 138x50
</span><span class="cx">             RenderTableCell {TD} at (0,64) size 46x22 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 44x19
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (45,64) size 48x22 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (45,64) size 47x22 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 45x19
</span><span class="cx">                 text run at (1,1) width 45: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (92,64) size 46x22 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (91,64) size 47x22 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x19
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,100) size 138x50
</span><span class="cx">             RenderTableCell {TD} at (0,114) size 46x22 [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 44x19
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (45,114) size 48x22 [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (45,114) size 47x22 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x19
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (92,114) size 46x22 [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (91,114) size 47x22 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x19
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw71dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-71-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-71-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-71-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,29 +12,29 @@
</span><span class="cx">             RenderTableCell {TD} at (0,15) size 54x28 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 44x20
</span><span class="cx">                 text run at (4,5) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (53,14) size 58x30 [border: (3px double #00FF00) (5px double #FF0000) (3px double #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (53,14) size 57x30 [border: (3px double #00FF00) (5px double #FF0000) (3px double #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x19
</span><span class="cx">                 text run at (4,4) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (110,15) size 53x28 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,15) size 54x28 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x20
</span><span class="cx">                 text run at (4,5) width 44: &quot;double&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,58) size 163x60
</span><span class="cx">             RenderTableCell {TD} at (0,74) size 54x28 [border: (3px double #00FF00) (5px double #FF0000) (2px double #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 44x20
</span><span class="cx">                 text run at (4,5) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (53,72) size 58x32 [border: (5px groove #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (53,72) size 57x32 [border: (5px groove #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 45x19
</span><span class="cx">                 text run at (6,6) width 45: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (110,74) size 53x28 [border: (3px double #00FF00) (5px double #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,74) size 54x28 [border: (3px double #00FF00) (5px double #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 44x20
</span><span class="cx">                 text run at (6,5) width 44: &quot;double&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,118) size 163x57
</span><span class="cx">             RenderTableCell {TD} at (0,133) size 54x27 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 44x19
</span><span class="cx">                 text run at (4,4) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (53,132) size 58x29 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (53,132) size 57x29 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 44x19
</span><span class="cx">                 text run at (4,6) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (110,133) size 53x27 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,133) size 54x27 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x19
</span><span class="cx">                 text run at (4,4) width 44: &quot;double&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw74dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-74-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-74-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-74-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,36) size 161x180 [border: (2px none #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 156x175
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 156x58
</span><del>-            RenderTableCell {TD} at (0,15) size 51x28 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,15) size 50x28 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,14) size 57x30 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,58) size 156x60
</span><del>-            RenderTableCell {TD} at (0,74) size 51x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,74) size 50x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,72) size 57x32 [border: (5px groove #00FF00)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">               RenderText {#text} at (6,4) size 40x20
</span><span class="cx">                 text run at (6,5) width 40: &quot;dotted&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,118) size 156x57
</span><del>-            RenderTableCell {TD} at (0,133) size 51x27 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,133) size 50x27 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,132) size 57x29 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw84dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-84-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-84-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-84-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 322x19
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 152x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 147x175
-          RenderTableRow {TR} at (0,0) size 147x58
-            RenderTableCell {TD} at (0,15) size 51x28 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 151x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 146x175
+          RenderTableRow {TR} at (0,0) size 146x58
+            RenderTableCell {TD} at (0,15) size 50x28 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,14) size 48x30 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,14) size 47x30 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (97,15) size 50x28 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (97,15) size 49x28 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 147x60
-            RenderTableCell {TD} at (0,74) size 51x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 146x60
+            RenderTableCell {TD} at (0,74) size 50x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x20
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,72) size 48x32 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,72) size 47x32 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 31x19
</span><span class="cx">                 text run at (6,6) width 31: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (97,74) size 50x28 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (97,74) size 49x28 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 40x20
</span><span class="cx">                 text run at (6,5) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 147x57
-            RenderTableCell {TD} at (0,133) size 51x27 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,118) size 146x57
+            RenderTableCell {TD} at (0,133) size 50x27 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,132) size 48x29 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,132) size 47x29 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 40x19
</span><span class="cx">                 text run at (4,6) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (97,133) size 50x27 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (97,133) size 49x27 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw85dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-85-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-85-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-85-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 322x19
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 133x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 128x175
-          RenderTableRow {TR} at (0,0) size 128x58
</del><ins>+      RenderTable {TABLE} at (0,36) size 132x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 127x175
+          RenderTableRow {TR} at (0,0) size 127x58
</ins><span class="cx">             RenderTableCell {TD} at (0,15) size 43x28 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 33x20
</span><span class="cx">                 text run at (4,5) width 33: &quot;ridge&quot;
</span><span class="cx">             RenderTableCell {TD} at (42,14) size 44x30 [border: (3px ridge #00FF00) (5px ridge #FF0000) (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (85,15) size 43x28 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (85,15) size 42x28 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x20
</span><span class="cx">                 text run at (4,5) width 33: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 128x60
</del><ins>+          RenderTableRow {TR} at (0,58) size 127x60
</ins><span class="cx">             RenderTableCell {TD} at (0,74) size 43x28 [border: (3px ridge #00FF00) (5px ridge #FF0000) (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 33x20
</span><span class="cx">                 text run at (4,5) width 33: &quot;ridge&quot;
</span><span class="cx">             RenderTableCell {TD} at (42,72) size 44x32 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 31x19
</span><span class="cx">                 text run at (6,6) width 31: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (85,74) size 43x28 [border: (3px ridge #00FF00) (5px ridge #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (85,74) size 42x28 [border: (3px ridge #00FF00) (5px ridge #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 33x20
</span><span class="cx">                 text run at (6,5) width 33: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 128x57
</del><ins>+          RenderTableRow {TR} at (0,118) size 127x57
</ins><span class="cx">             RenderTableCell {TD} at (0,133) size 43x27 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><span class="cx">             RenderTableCell {TD} at (42,132) size 44x29 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,6) size 33x19
</span><span class="cx">                 text run at (4,6) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (85,133) size 43x27 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (85,133) size 42x27 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21t170602bdrconflctw94dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-94-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-94-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/t170602-bdr-conflct-w-94-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 322x19
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 147x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 142x165
-          RenderTableRow {TR} at (0,0) size 142x55
-            RenderTableCell {TD} at (0,14) size 48x27 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 146x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 141x165
+          RenderTableRow {TR} at (0,0) size 141x55
+            RenderTableCell {TD} at (0,14) size 47x27 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (47,14) size 48x27 [border: (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,14) size 47x27 [border: (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (94,14) size 48x27 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (94,14) size 47x27 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,55) size 142x55
-            RenderTableCell {TD} at (0,69) size 48x27 [border: (3px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,55) size 141x55
+            RenderTableCell {TD} at (0,69) size 47x27 [border: (3px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (47,69) size 48x27 [border: (3px none #FF0000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,69) size 47x27 [border: (3px none #FF0000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x19
</span><span class="cx">                 text run at (4,4) width 32: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (94,69) size 48x27 [border: (3px dotted #00FF00)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (94,69) size 47x27 [border: (3px dotted #00FF00)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,110) size 142x55
-            RenderTableCell {TD} at (0,124) size 48x27 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,110) size 141x55
+            RenderTableCell {TD} at (0,124) size 47x27 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (47,124) size 48x27 [border: (3px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,124) size 47x27 [border: (3px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (94,124) size 48x27 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (94,124) size 47x27 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects177expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-177-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-177-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-177-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x38
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x38
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x38
</span><del>-            RenderTableCell {span} at (0,0) size 17x38 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x38 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,1) size 16x36
</span><span class="cx">                 text run at (0,1) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x38 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects178expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-178-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-178-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-178-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x38
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x38
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x38
</span><del>-            RenderTableCell {span} at (0,0) size 17x38 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x38 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,1) size 16x36
</span><span class="cx">                 text run at (0,1) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x38 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects179expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-179-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-179-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-179-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x38
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x38
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x38
</span><del>-            RenderTableCell {span} at (0,0) size 17x38 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x38 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,1) size 16x36
</span><span class="cx">                 text run at (0,1) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x38 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects180expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-180-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-180-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-180-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x38
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x38
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x38
</span><del>-            RenderTableCell {span} at (0,0) size 17x38 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x38 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,1) size 16x36
</span><span class="cx">                 text run at (0,1) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x38 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects181expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-181-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-181-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-181-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,17 +4,17 @@
</span><span class="cx">   RenderBlock {html} at (0,0) size 800x8
</span><span class="cx">     RenderBody {body} at (8,8) size 784x0
</span><span class="cx"> layer at (8,0) size 20x20
</span><del>-  RenderBlock (positioned) zI: 1 {div} at (8,0) size 21x20 [color=#FF0000]
-    RenderInline {span} at (0,0) size 21x19
-      RenderTable at (0,0) size 9x20
-        RenderTableSection (anonymous) at (0,0) size 9x20
-          RenderTableRow (anonymous) at (0,0) size 9x20
-            RenderTableCell {span} at (0,0) size 9x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderBlock (positioned) zI: 1 {div} at (8,0) size 20x20 [color=#FF0000]
+    RenderInline {span} at (0,0) size 20x19
+      RenderTable at (0,0) size 8x20
+        RenderTableSection (anonymous) at (0,0) size 8x20
+          RenderTableRow (anonymous) at (0,0) size 8x20
+            RenderTableCell {span} at (0,0) size 8x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                 text run at (0,0) width 8: &quot;b&quot;
</span><del>-      RenderInline (generated) at (0,0) size 13x19
-        RenderText at (8,0) size 13x19
-          text run at (8,0) width 13: &quot; d&quot;
</del><ins>+      RenderInline (generated) at (0,0) size 12x19
+        RenderText at (8,0) size 12x19
+          text run at (8,0) width 12: &quot; d&quot;
</ins><span class="cx">     RenderText zI: 1 {#text} at (0,0) size 0x0
</span><span class="cx"> layer at (8,0) size 20x20
</span><span class="cx">   RenderBlock (positioned) zI: 2 {div} at (8,0) size 20x20 [color=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects189expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-189-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-189-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-189-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x38
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x38
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x38
</span><del>-            RenderTableCell {span} at (0,0) size 17x38 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x38 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,1) size 16x36
</span><span class="cx">                 text run at (0,1) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x38 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects190expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-190-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-190-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-190-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x38
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x38
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x38
</span><del>-            RenderTableCell {span} at (0,0) size 17x38 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x38 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,1) size 16x36
</span><span class="cx">                 text run at (0,1) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x38 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects191expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-191-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-191-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-191-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x38
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x38
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x38
</span><del>-            RenderTableCell {span} at (0,0) size 17x38 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x38 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,1) size 16x36
</span><span class="cx">                 text run at (0,1) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x38 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects192expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-192-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-192-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-192-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x38
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x38
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x38
</span><del>-            RenderTableCell {span} at (0,0) size 17x38 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x38 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,1) size 16x36
</span><span class="cx">                 text run at (0,1) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x38 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects193expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-193-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-193-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-193-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x38
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x38
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x38
</span><del>-            RenderTableCell {span} at (0,0) size 17x38 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x38 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,1) size 16x36
</span><span class="cx">                 text run at (0,1) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x38 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects194expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-194-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-194-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-194-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x38
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x38
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x38
</span><del>-            RenderTableCell {span} at (0,0) size 17x38 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x38 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,1) size 16x36
</span><span class="cx">                 text run at (0,1) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x38 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects195expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-195-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-195-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-195-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x38
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x38
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x38
</span><del>-            RenderTableCell {span} at (0,0) size 17x38 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x38 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,1) size 16x36
</span><span class="cx">                 text run at (0,1) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x38 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects196expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-196-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-196-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-196-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x38
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x38
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x38
</span><del>-            RenderTableCell {span} at (0,0) size 17x38 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x38 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,1) size 16x36
</span><span class="cx">                 text run at (0,1) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x38 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects205expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-205-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-205-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-205-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -22,9 +22,9 @@
</span><span class="cx">               RenderText {#text} at (0,1) size 39x36
</span><span class="cx">                 text run at (0,1) width 39: &quot;bc &quot;
</span><span class="cx">       RenderTable at (61,1) size 17x38
</span><del>-        RenderTableSection (anonymous) at (0,0) size 17x38
-          RenderTableRow (anonymous) at (0,0) size 17x38
-            RenderTableCell (anonymous) at (0,0) size 17x38 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection (anonymous) at (0,0) size 16x38
+          RenderTableRow (anonymous) at (0,0) size 16x38
+            RenderTableCell (anonymous) at (0,0) size 16x38 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText at (0,1) size 16x36
</span><span class="cx">                 text run at (0,1) width 16: &quot;d&quot;
</span><span class="cx">     RenderText zI: 1 {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss21tablestableanonymousobjects206expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-206-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-206-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css2.1/tables/table-anonymous-objects-206-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -26,9 +26,9 @@
</span><span class="cx">               RenderText {#text} at (0,1) size 39x36
</span><span class="cx">                 text run at (0,1) width 39: &quot;bc &quot;
</span><span class="cx">       RenderTable at (61,1) size 17x38
</span><del>-        RenderTableSection (anonymous) at (0,0) size 17x38
-          RenderTableRow (anonymous) at (0,0) size 17x38
-            RenderTableCell (anonymous) at (0,0) size 17x38 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection (anonymous) at (0,0) size 16x38
+          RenderTableRow (anonymous) at (0,0) size 16x38
+            RenderTableCell (anonymous) at (0,0) size 16x38 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText at (0,1) size 16x36
</span><span class="cx">                 text run at (0,1) width 16: &quot;d&quot;
</span><span class="cx">     RenderText zI: 2 {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3css3modsel33expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/css3-modsel-33-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/css3-modsel-33-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/css3-modsel-33-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,30 +7,30 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 125x82 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 123x80
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 123x24
</span><del>-              RenderTableCell {TD} at (2,2) size 25x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 24x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {TD} at (28,2) size 25x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,2) size 24x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><span class="cx">               RenderTableCell {TD} at (54,2) size 67x24 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,28) size 123x24
</span><del>-              RenderTableCell {TD} at (2,28) size 25x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,28) size 24x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {TD} at (28,28) size 25x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,28) size 24x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><span class="cx">               RenderTableCell {TD} at (54,28) size 67x24 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,54) size 123x24
</span><del>-              RenderTableCell {TD} at (2,54) size 25x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,54) size 24x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {TD} at (28,54) size 25x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,54) size 24x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><span class="cx">               RenderTableCell {TD} at (54,54) size 67x24 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3htmlcss3modsel18expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-18-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-18-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-18-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 79x22 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 75x19
</span><span class="cx">                 text run at (1,1) width 75: &quot;The cells in&quot;
</span><del>-            RenderTableCell {TD} at (88,5) size 84x22 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (88,5) size 83x22 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 59x19
</span><span class="cx">                 text run at (1,1) width 59: &quot;this table&quot;
</span><span class="cx">             RenderTableCell {TD} at (176,5) size 102x22 [r=0 c=2 rs=1 cs=1]
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,32) size 79x22 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 75x19
</span><span class="cx">                 text run at (1,1) width 75: &quot;green when&quot;
</span><del>-            RenderTableCell {TD} at (88,32) size 84x22 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (88,32) size 83x22 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 65x19
</span><span class="cx">                 text run at (1,1) width 65: &quot;you hover&quot;
</span><span class="cx">             RenderTableCell {TD} at (176,32) size 102x22 [r=1 c=2 rs=1 cs=1]
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,59) size 79x22 [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 75x19
</span><span class="cx">                 text run at (1,1) width 75: &quot;device over&quot;
</span><del>-            RenderTableCell {TD} at (88,59) size 84x22 [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (88,59) size 83x22 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x19
</span><span class="cx">                 text run at (1,1) width 42: &quot;them (&quot;
</span><span class="cx">               RenderInline {STRONG} at (0,0) size 31x19
</span><span class="lines">@@ -70,7 +70,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,86) size 79x22 [r=3 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 77x19
</span><span class="cx">                 text run at (1,1) width 77: &quot;The rows in&quot;
</span><del>-            RenderTableCell {TD} at (88,86) size 84x22 [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (88,86) size 83x22 [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 59x19
</span><span class="cx">                 text run at (1,1) width 59: &quot;this table&quot;
</span><span class="cx">             RenderTableCell {TD} at (176,86) size 102x22 [r=3 c=2 rs=1 cs=1]
</span><span class="lines">@@ -80,7 +80,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,113) size 79x22 [r=4 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 68x19
</span><span class="cx">                 text run at (1,1) width 68: &quot;dark green&quot;
</span><del>-            RenderTableCell {TD} at (88,113) size 84x22 [r=4 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (88,113) size 83x22 [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 59x19
</span><span class="cx">                 text run at (1,1) width 59: &quot;when the&quot;
</span><span class="cx">             RenderTableCell {TD} at (176,113) size 102x22 [r=4 c=2 rs=1 cs=1]
</span><span class="lines">@@ -90,7 +90,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,140) size 79x22 [r=5 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 67x19
</span><span class="cx">                 text run at (1,1) width 67: &quot;is over the&quot;
</span><del>-            RenderTableCell {TD} at (88,140) size 84x22 [r=5 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (88,140) size 83x22 [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 34x19
</span><span class="cx">                 text run at (1,1) width 34: &quot;cells &quot;
</span><span class="cx">               RenderInline {STRONG} at (0,0) size 36x19
</span><span class="lines">@@ -108,7 +108,7 @@
</span><span class="cx">                   text run at (32,1) width 31: &quot;here&quot;
</span><span class="cx">               RenderText {#text} at (62,1) size 5x19
</span><span class="cx">                 text run at (62,1) width 5: &quot;:&quot;
</span><del>-            RenderTableCell {TD} at (88,177) size 84x2 [r=6 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (88,177) size 83x2 [r=6 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (176,167) size 102x22 [r=6 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 84x19
</span><span class="cx">                 text run at (1,1) width 84: &quot;(blank cells).&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3htmlcss3modsel29expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-29-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-29-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-29-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx">         RenderTable {TABLE} at (0,176) size 340x82 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 338x80
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 338x24
</span><del>-              RenderTableCell {TD} at (2,2) size 25x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 24x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,2) size 67x24 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,28) size 338x24
</span><del>-              RenderTableCell {TD} at (2,28) size 25x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,28) size 24x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,28) size 67x24 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,54) size 338x24
</span><del>-              RenderTableCell {TD} at (2,54) size 25x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,54) size 24x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,54) size 67x24 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3htmlcss3modsel29bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-29b-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-29b-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-29b-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx">         RenderTable {TABLE} at (0,176) size 340x82 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 338x80
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 338x24
</span><del>-              RenderTableCell {TD} at (2,2) size 25x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 24x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,2) size 67x24 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,28) size 338x24
</span><del>-              RenderTableCell {TD} at (2,28) size 25x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,28) size 24x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,28) size 67x24 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,54) size 338x24
</span><del>-              RenderTableCell {TD} at (2,54) size 25x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,54) size 24x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,54) size 67x24 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3htmlcss3modsel33expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-33-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-33-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-33-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,30 +7,30 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 125x82 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 123x80
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 123x24
</span><del>-              RenderTableCell {TD} at (2,2) size 25x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 24x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {TD} at (28,2) size 25x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,2) size 24x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><span class="cx">               RenderTableCell {TD} at (54,2) size 67x24 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,28) size 123x24
</span><del>-              RenderTableCell {TD} at (2,28) size 25x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,28) size 24x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {TD} at (28,28) size 25x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,28) size 24x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><span class="cx">               RenderTableCell {TD} at (54,28) size 67x24 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,54) size 123x24
</span><del>-              RenderTableCell {TD} at (2,54) size 25x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,54) size 24x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {TD} at (28,54) size 25x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,54) size 24x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><span class="cx">               RenderTableCell {TD} at (54,54) size 67x24 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3htmlcss3modsel73expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-73-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-73-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-73-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx">         RenderTable {TABLE} at (0,176) size 426x82 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 424x80
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 424x24
</span><del>-              RenderTableCell {TD} at (2,2) size 25x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 24x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,2) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,28) size 424x24
</span><del>-              RenderTableCell {TD} at (2,28) size 25x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,28) size 24x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,28) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,54) size 424x24
</span><del>-              RenderTableCell {TD} at (2,54) size 25x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,54) size 24x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,54) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3htmlcss3modsel73bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-73b-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-73b-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-73b-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx">         RenderTable {TABLE} at (0,176) size 426x82 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 424x80
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 424x24
</span><del>-              RenderTableCell {TD} at (2,2) size 25x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 24x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,2) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,28) size 424x24
</span><del>-              RenderTableCell {TD} at (2,28) size 25x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,28) size 24x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,28) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,54) size 424x24
</span><del>-              RenderTableCell {TD} at (2,54) size 25x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,54) size 24x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,54) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3htmlcss3modsel77expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-77-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-77-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-77-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 168x82 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 166x80
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 166x24
</span><del>-              RenderTableCell {TD} at (2,2) size 25x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 24x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,2) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,28) size 166x24
</span><del>-              RenderTableCell {TD} at (2,28) size 25x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,28) size 24x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,28) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,54) size 166x24
</span><del>-              RenderTableCell {TD} at (2,54) size 25x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,54) size 24x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,54) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3htmlcss3modsel77bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-77b-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-77b-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/html/css3-modsel-77b-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 168x82 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 166x80
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 166x24
</span><del>-              RenderTableCell {TD} at (2,2) size 25x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 24x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,2) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,28) size 166x24
</span><del>-              RenderTableCell {TD} at (2,28) size 25x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,28) size 24x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,28) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,54) size 166x24
</span><del>-              RenderTableCell {TD} at (2,54) size 25x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,54) size 24x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,54) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3xhtmlcss3modsel18expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-18-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-18-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-18-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx">             RenderTableCell {td} at (5,5) size 79x22 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 75x19
</span><span class="cx">                 text run at (1,1) width 75: &quot;The cells in&quot;
</span><del>-            RenderTableCell {td} at (88,5) size 84x22 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (88,5) size 83x22 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 59x19
</span><span class="cx">                 text run at (1,1) width 59: &quot;this table&quot;
</span><span class="cx">             RenderTableCell {td} at (176,5) size 102x22 [r=0 c=2 rs=1 cs=1]
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx">             RenderTableCell {td} at (5,32) size 79x22 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 75x19
</span><span class="cx">                 text run at (1,1) width 75: &quot;green when&quot;
</span><del>-            RenderTableCell {td} at (88,32) size 84x22 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (88,32) size 83x22 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 65x19
</span><span class="cx">                 text run at (1,1) width 65: &quot;you hover&quot;
</span><span class="cx">             RenderTableCell {td} at (176,32) size 102x22 [r=1 c=2 rs=1 cs=1]
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">             RenderTableCell {td} at (5,59) size 79x22 [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 75x19
</span><span class="cx">                 text run at (1,1) width 75: &quot;device over&quot;
</span><del>-            RenderTableCell {td} at (88,59) size 84x22 [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (88,59) size 83x22 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x19
</span><span class="cx">                 text run at (1,1) width 42: &quot;them (&quot;
</span><span class="cx">               RenderInline {strong} at (0,0) size 31x19
</span><span class="lines">@@ -70,7 +70,7 @@
</span><span class="cx">             RenderTableCell {td} at (5,86) size 79x22 [r=3 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 77x19
</span><span class="cx">                 text run at (1,1) width 77: &quot;The rows in&quot;
</span><del>-            RenderTableCell {td} at (88,86) size 84x22 [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (88,86) size 83x22 [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 59x19
</span><span class="cx">                 text run at (1,1) width 59: &quot;this table&quot;
</span><span class="cx">             RenderTableCell {td} at (176,86) size 102x22 [r=3 c=2 rs=1 cs=1]
</span><span class="lines">@@ -80,7 +80,7 @@
</span><span class="cx">             RenderTableCell {td} at (5,113) size 79x22 [r=4 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 68x19
</span><span class="cx">                 text run at (1,1) width 68: &quot;dark green&quot;
</span><del>-            RenderTableCell {td} at (88,113) size 84x22 [r=4 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (88,113) size 83x22 [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 59x19
</span><span class="cx">                 text run at (1,1) width 59: &quot;when the&quot;
</span><span class="cx">             RenderTableCell {td} at (176,113) size 102x22 [r=4 c=2 rs=1 cs=1]
</span><span class="lines">@@ -90,7 +90,7 @@
</span><span class="cx">             RenderTableCell {td} at (5,140) size 79x22 [r=5 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 67x19
</span><span class="cx">                 text run at (1,1) width 67: &quot;is over the&quot;
</span><del>-            RenderTableCell {td} at (88,140) size 84x22 [r=5 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (88,140) size 83x22 [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 34x19
</span><span class="cx">                 text run at (1,1) width 34: &quot;cells &quot;
</span><span class="cx">               RenderInline {strong} at (0,0) size 36x19
</span><span class="lines">@@ -108,7 +108,7 @@
</span><span class="cx">                   text run at (32,1) width 31: &quot;here&quot;
</span><span class="cx">               RenderText {#text} at (62,1) size 5x19
</span><span class="cx">                 text run at (62,1) width 5: &quot;:&quot;
</span><del>-            RenderTableCell {td} at (88,177) size 84x2 [r=6 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (88,177) size 83x2 [r=6 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {td} at (176,167) size 102x22 [r=6 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 84x19
</span><span class="cx">                 text run at (1,1) width 84: &quot;(blank cells).&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3xhtmlcss3modsel29expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-29-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-29-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-29-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx">         RenderTable {table} at (0,176) size 340x82 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection (anonymous) at (1,1) size 338x80
</span><span class="cx">             RenderTableRow {tr} at (0,2) size 338x24
</span><del>-              RenderTableCell {td} at (2,2) size 25x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,2) size 24x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,2) size 67x24 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,28) size 338x24
</span><del>-              RenderTableCell {td} at (2,28) size 25x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,28) size 24x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,28) size 67x24 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,54) size 338x24
</span><del>-              RenderTableCell {td} at (2,54) size 25x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,54) size 24x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,54) size 67x24 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3xhtmlcss3modsel29bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-29b-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-29b-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-29b-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx">         RenderTable {table} at (0,176) size 340x82 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection (anonymous) at (1,1) size 338x80
</span><span class="cx">             RenderTableRow {tr} at (0,2) size 338x24
</span><del>-              RenderTableCell {td} at (2,2) size 25x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,2) size 24x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,2) size 67x24 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,28) size 338x24
</span><del>-              RenderTableCell {td} at (2,28) size 25x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,28) size 24x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,28) size 67x24 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,54) size 338x24
</span><del>-              RenderTableCell {td} at (2,54) size 25x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,54) size 24x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,54) size 67x24 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3xhtmlcss3modsel33expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-33-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-33-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-33-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,30 +7,30 @@
</span><span class="cx">         RenderTable {table} at (0,0) size 125x82 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection (anonymous) at (1,1) size 123x80
</span><span class="cx">             RenderTableRow {tr} at (0,2) size 123x24
</span><del>-              RenderTableCell {td} at (2,2) size 25x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,2) size 24x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {td} at (28,2) size 25x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,2) size 24x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><span class="cx">               RenderTableCell {td} at (54,2) size 67x24 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,28) size 123x24
</span><del>-              RenderTableCell {td} at (2,28) size 25x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,28) size 24x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {td} at (28,28) size 25x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,28) size 24x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><span class="cx">               RenderTableCell {td} at (54,28) size 67x24 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,54) size 123x24
</span><del>-              RenderTableCell {td} at (2,54) size 25x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,54) size 24x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {td} at (28,54) size 25x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,54) size 24x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><span class="cx">               RenderTableCell {td} at (54,54) size 67x24 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3xhtmlcss3modsel73expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-73-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-73-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-73-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx">         RenderTable {table} at (0,176) size 426x82 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection (anonymous) at (1,1) size 424x80
</span><span class="cx">             RenderTableRow {tr} at (0,2) size 424x24
</span><del>-              RenderTableCell {td} at (2,2) size 25x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,2) size 24x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,2) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,28) size 424x24
</span><del>-              RenderTableCell {td} at (2,28) size 25x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,28) size 24x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,28) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,54) size 424x24
</span><del>-              RenderTableCell {td} at (2,54) size 25x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,54) size 24x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,54) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3xhtmlcss3modsel73bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-73b-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-73b-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-73b-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx">         RenderTable {table} at (0,176) size 426x82 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection (anonymous) at (1,1) size 424x80
</span><span class="cx">             RenderTableRow {tr} at (0,2) size 424x24
</span><del>-              RenderTableCell {td} at (2,2) size 25x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,2) size 24x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,2) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,28) size 424x24
</span><del>-              RenderTableCell {td} at (2,28) size 25x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,28) size 24x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,28) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,54) size 424x24
</span><del>-              RenderTableCell {td} at (2,54) size 25x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,54) size 24x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,54) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3xhtmlcss3modsel77expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-77-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-77-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-77-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderTable {table} at (0,0) size 168x82 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection (anonymous) at (1,1) size 166x80
</span><span class="cx">             RenderTableRow {tr} at (0,2) size 166x24
</span><del>-              RenderTableCell {td} at (2,2) size 25x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,2) size 24x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,2) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,28) size 166x24
</span><del>-              RenderTableCell {td} at (2,28) size 25x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,28) size 24x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,28) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,54) size 166x24
</span><del>-              RenderTableCell {td} at (2,54) size 25x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,54) size 24x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,54) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3xhtmlcss3modsel77bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-77b-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-77b-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-77b-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderTable {table} at (0,0) size 168x82 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection (anonymous) at (1,1) size 166x80
</span><span class="cx">             RenderTableRow {tr} at (0,2) size 166x24
</span><del>-              RenderTableCell {td} at (2,2) size 25x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,2) size 24x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,2) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,28) size 166x24
</span><del>-              RenderTableCell {td} at (2,28) size 25x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,28) size 24x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,28) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,54) size 166x24
</span><del>-              RenderTableCell {td} at (2,54) size 25x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,54) size 24x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,54) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3xmlcss3modsel18expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-18-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-18-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-18-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">           RenderTableCell {td} at (5,5) size 79x22 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">             RenderText {#text} at (1,1) size 75x19
</span><span class="cx">               text run at (1,1) width 75: &quot;The cells in&quot;
</span><del>-          RenderTableCell {td} at (88,5) size 84x22 [r=0 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell {td} at (88,5) size 83x22 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 59x19
</span><span class="cx">               text run at (1,1) width 59: &quot;this table&quot;
</span><span class="cx">           RenderTableCell {td} at (176,5) size 102x22 [r=0 c=2 rs=1 cs=1]
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx">           RenderTableCell {td} at (5,32) size 79x22 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">             RenderText {#text} at (1,1) size 75x19
</span><span class="cx">               text run at (1,1) width 75: &quot;green when&quot;
</span><del>-          RenderTableCell {td} at (88,32) size 84x22 [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell {td} at (88,32) size 83x22 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 65x19
</span><span class="cx">               text run at (1,1) width 65: &quot;you hover&quot;
</span><span class="cx">           RenderTableCell {td} at (176,32) size 102x22 [r=1 c=2 rs=1 cs=1]
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx">           RenderTableCell {td} at (5,59) size 79x22 [r=2 c=0 rs=1 cs=1]
</span><span class="cx">             RenderText {#text} at (1,1) size 75x19
</span><span class="cx">               text run at (1,1) width 75: &quot;device over&quot;
</span><del>-          RenderTableCell {td} at (88,59) size 84x22 [r=2 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell {td} at (88,59) size 83x22 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 42x19
</span><span class="cx">               text run at (1,1) width 42: &quot;them (&quot;
</span><span class="cx">             RenderInline {strong} at (0,0) size 31x19
</span><span class="lines">@@ -69,7 +69,7 @@
</span><span class="cx">           RenderTableCell {td} at (5,86) size 79x22 [r=3 c=0 rs=1 cs=1]
</span><span class="cx">             RenderText {#text} at (1,1) size 77x19
</span><span class="cx">               text run at (1,1) width 77: &quot;The rows in&quot;
</span><del>-          RenderTableCell {td} at (88,86) size 84x22 [r=3 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell {td} at (88,86) size 83x22 [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 59x19
</span><span class="cx">               text run at (1,1) width 59: &quot;this table&quot;
</span><span class="cx">           RenderTableCell {td} at (176,86) size 102x22 [r=3 c=2 rs=1 cs=1]
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx">           RenderTableCell {td} at (5,113) size 79x22 [r=4 c=0 rs=1 cs=1]
</span><span class="cx">             RenderText {#text} at (1,1) size 68x19
</span><span class="cx">               text run at (1,1) width 68: &quot;dark green&quot;
</span><del>-          RenderTableCell {td} at (88,113) size 84x22 [r=4 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell {td} at (88,113) size 83x22 [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 59x19
</span><span class="cx">               text run at (1,1) width 59: &quot;when the&quot;
</span><span class="cx">           RenderTableCell {td} at (176,113) size 102x22 [r=4 c=2 rs=1 cs=1]
</span><span class="lines">@@ -89,7 +89,7 @@
</span><span class="cx">           RenderTableCell {td} at (5,140) size 79x22 [r=5 c=0 rs=1 cs=1]
</span><span class="cx">             RenderText {#text} at (1,1) size 67x19
</span><span class="cx">               text run at (1,1) width 67: &quot;is over the&quot;
</span><del>-          RenderTableCell {td} at (88,140) size 84x22 [r=5 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell {td} at (88,140) size 83x22 [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 34x19
</span><span class="cx">               text run at (1,1) width 34: &quot;cells &quot;
</span><span class="cx">             RenderInline {strong} at (0,0) size 36x19
</span><span class="lines">@@ -107,7 +107,7 @@
</span><span class="cx">                 text run at (32,1) width 31: &quot;here&quot;
</span><span class="cx">             RenderText {#text} at (62,1) size 5x19
</span><span class="cx">               text run at (62,1) width 5: &quot;:&quot;
</span><del>-          RenderTableCell {td} at (88,177) size 84x2 [r=6 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell {td} at (88,177) size 83x2 [r=6 c=1 rs=1 cs=1]
</ins><span class="cx">           RenderTableCell {td} at (176,167) size 102x22 [r=6 c=2 rs=1 cs=1]
</span><span class="cx">             RenderText {#text} at (1,1) size 84x19
</span><span class="cx">               text run at (1,1) width 84: &quot;(blank cells).&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3xmlcss3modsel29expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-29-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-29-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-29-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -119,7 +119,7 @@
</span><span class="cx">       RenderTable {table} at (0,176) size 340x82 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 338x80
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 338x24
</span><del>-            RenderTableCell {td} at (2,2) size 25x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 24x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,2) size 67x24 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -144,7 +144,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,28) size 338x24
</span><del>-            RenderTableCell {td} at (2,28) size 25x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,28) size 24x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,28) size 67x24 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -169,7 +169,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,54) size 338x24
</span><del>-            RenderTableCell {td} at (2,54) size 25x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,54) size 24x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,54) size 67x24 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3xmlcss3modsel29bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-29b-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-29b-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-29b-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -119,7 +119,7 @@
</span><span class="cx">       RenderTable {table} at (0,176) size 340x82 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 338x80
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 338x24
</span><del>-            RenderTableCell {td} at (2,2) size 25x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 24x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,2) size 67x24 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -144,7 +144,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,28) size 338x24
</span><del>-            RenderTableCell {td} at (2,28) size 25x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,28) size 24x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,28) size 67x24 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -169,7 +169,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,54) size 338x24
</span><del>-            RenderTableCell {td} at (2,54) size 25x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,54) size 24x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,54) size 67x24 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3xmlcss3modsel33expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-33-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-33-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-33-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,30 +6,30 @@
</span><span class="cx">       RenderTable {table} at (0,0) size 125x82 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 123x80
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 123x24
</span><del>-            RenderTableCell {td} at (2,2) size 25x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 24x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-            RenderTableCell {td} at (28,2) size 25x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,2) size 24x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.2&quot;
</span><span class="cx">             RenderTableCell {td} at (54,2) size 67x24 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,28) size 123x24
</span><del>-            RenderTableCell {td} at (2,28) size 25x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,28) size 24x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-            RenderTableCell {td} at (28,28) size 25x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,28) size 24x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.2&quot;
</span><span class="cx">             RenderTableCell {td} at (54,28) size 67x24 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,54) size 123x24
</span><del>-            RenderTableCell {td} at (2,54) size 25x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,54) size 24x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-            RenderTableCell {td} at (28,54) size 25x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,54) size 24x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.2&quot;
</span><span class="cx">             RenderTableCell {td} at (54,54) size 67x24 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3xmlcss3modsel73expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-73-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-73-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-73-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -119,7 +119,7 @@
</span><span class="cx">       RenderTable {table} at (0,176) size 426x82 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 424x80
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 424x24
</span><del>-            RenderTableCell {td} at (2,2) size 25x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 24x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,2) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -144,7 +144,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,28) size 424x24
</span><del>-            RenderTableCell {td} at (2,28) size 25x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,28) size 24x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,28) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -169,7 +169,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,54) size 424x24
</span><del>-            RenderTableCell {td} at (2,54) size 25x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,54) size 24x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,54) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3xmlcss3modsel73bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-73b-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-73b-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-73b-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -119,7 +119,7 @@
</span><span class="cx">       RenderTable {table} at (0,176) size 426x82 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 424x80
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 424x24
</span><del>-            RenderTableCell {td} at (2,2) size 25x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 24x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,2) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -144,7 +144,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,28) size 424x24
</span><del>-            RenderTableCell {td} at (2,28) size 25x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,28) size 24x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,28) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -169,7 +169,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,54) size 424x24
</span><del>-            RenderTableCell {td} at (2,54) size 25x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,54) size 24x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,54) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3xmlcss3modsel77expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-77-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-77-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-77-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {table} at (0,0) size 168x82 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 166x80
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 166x24
</span><del>-            RenderTableCell {td} at (2,2) size 25x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 24x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,2) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,28) size 166x24
</span><del>-            RenderTableCell {td} at (2,28) size 25x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,28) size 24x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,28) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,54) size 166x24
</span><del>-            RenderTableCell {td} at (2,54) size 25x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,54) size 24x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,54) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcss3selectors3xmlcss3modsel77bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-77b-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-77b-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/css3/selectors3/xml/css3-modsel-77b-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {table} at (0,0) size 168x82 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 166x80
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 166x24
</span><del>-            RenderTableCell {td} at (2,2) size 25x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 24x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,2) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,28) size 166x24
</span><del>-            RenderTableCell {td} at (2,28) size 25x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,28) size 24x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,28) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,54) size 166x24
</span><del>-            RenderTableCell {td} at (2,54) size 25x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,54) size 24x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,54) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatoreditingdeleting4922367expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/editing/deleting/4922367-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/editing/deleting/4922367-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/editing/deleting/4922367-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,13 +10,13 @@
</span><span class="cx">           text run at (0,20) width 176: &quot;with the caret just before it.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,56) size 784x30
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 784x30
</span><del>-          RenderTable {TABLE} at (0,0) size 33x30 [border: (1px solid #BBBBBB)]
-            RenderTableSection {TBODY} at (1,1) size 31x28
-              RenderTableRow {TR} at (0,2) size 31x24
-                RenderTableCell {TD} at (2,2) size 13x24 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTable {TABLE} at (0,0) size 32x30 [border: (1px solid #BBBBBB)]
+            RenderTableSection {TBODY} at (1,1) size 30x28
+              RenderTableRow {TR} at (0,2) size 30x24
+                RenderTableCell {TD} at (2,2) size 12x24 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                     text run at (2,2) width 8: &quot;1&quot;
</span><del>-                RenderTableCell {TD} at (16,2) size 13x24 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (16,2) size 12x24 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                     text run at (2,2) width 8: &quot;2&quot;
</span><span class="cx">           RenderBlock (anonymous) at (0,30) size 784x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatoreditingdeleting5126166expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/editing/deleting/5126166-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/editing/deleting/5126166-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/editing/deleting/5126166-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,16 +9,16 @@
</span><span class="cx">           text run at (425,0) width 321: &quot;No merging should happen, only editable selected&quot;
</span><span class="cx">           text run at (0,20) width 177: &quot;content should be removed.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,56) size 784x60
</span><del>-        RenderTable {TABLE} at (0,0) size 17x30 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 15x28
-            RenderTableRow {TR} at (0,2) size 15x24
-              RenderTableCell {TD} at (2,12) size 5x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (8,2) size 5x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 16x30 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 14x28
+            RenderTableRow {TR} at (0,2) size 14x24
+              RenderTableCell {TD} at (2,12) size 4x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (8,2) size 4x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x19
</span><span class="cx">         RenderTable {TABLE} at (0,30) size 359x30 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 357x28
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 357x24
</span><del>-              RenderTableCell {TD} at (2,12) size 5x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,12) size 4x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTableCell {TD} at (8,2) size 347x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 343x19
</span><span class="cx">                   text run at (2,2) width 343: &quot;There should be one empty cell to the left of this one.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatoreditingdeleting52063111expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/editing/deleting/5206311-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/editing/deleting/5206311-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/editing/deleting/5206311-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,55 +12,55 @@
</span><span class="cx">             text run at (356,0) width 424: &quot;This demonstrates a bug: the two cells that contained the ends&quot;
</span><span class="cx">             text run at (0,20) width 655: &quot;of the selection aren't given a placeholder and so appear differently than the other emptied cells.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,56) size 784x56
</span><del>-        RenderTable {TABLE} at (0,0) size 39x56 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 37x54
-            RenderTableRow {TR} at (0,2) size 37x24
-              RenderTableCell {TD} at (2,2) size 13x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 38x56 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 36x54
+            RenderTableRow {TR} at (0,2) size 36x24
+              RenderTableCell {TD} at (2,2) size 12x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                   text run at (2,2) width 8: &quot;1&quot;
</span><del>-              RenderTableCell {TD} at (16,2) size 5x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,2) size 4x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x19
</span><del>-              RenderTableCell {TD} at (22,2) size 13x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (22,2) size 12x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x19
</span><del>-            RenderTableRow {TR} at (0,28) size 37x24
-              RenderTableCell {TD} at (2,28) size 13x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,28) size 36x24
+              RenderTableCell {TD} at (2,28) size 12x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x19
</span><del>-              RenderTableCell {TD} at (16,28) size 5x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,28) size 4x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x19
</span><del>-              RenderTableCell {TD} at (22,28) size 13x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (22,28) size 12x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                   text run at (2,2) width 8: &quot;9&quot;
</span><span class="cx">       RenderBlock {P} at (0,128) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 607x19
</span><span class="cx">           text run at (0,0) width 607: &quot;This empties a row (the second), but it still contains the selection and so shouldn't be removed.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,164) size 784x82
</span><del>-        RenderTable {TABLE} at (0,0) size 47x82 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 45x80
-            RenderTableRow {TR} at (0,2) size 45x24
-              RenderTableCell {TD} at (2,2) size 13x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 46x82 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 44x80
+            RenderTableRow {TR} at (0,2) size 44x24
+              RenderTableCell {TD} at (2,2) size 12x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                   text run at (2,2) width 8: &quot;1&quot;
</span><del>-              RenderTableCell {TD} at (16,2) size 13x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,2) size 12x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                   text run at (2,2) width 8: &quot;2&quot;
</span><del>-              RenderTableCell {TD} at (30,2) size 13x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,2) size 12x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                   text run at (2,2) width 8: &quot;3&quot;
</span><del>-            RenderTableRow {TR} at (0,28) size 45x24
-              RenderTableCell {TD} at (2,28) size 13x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,28) size 44x24
+              RenderTableCell {TD} at (2,28) size 12x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x19
</span><del>-              RenderTableCell {TD} at (16,28) size 13x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,28) size 12x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x19
</span><del>-              RenderTableCell {TD} at (30,28) size 13x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,28) size 12x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x19
</span><del>-            RenderTableRow {TR} at (0,54) size 45x24
-              RenderTableCell {TD} at (2,54) size 13x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,54) size 44x24
+              RenderTableCell {TD} at (2,54) size 12x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                   text run at (2,2) width 8: &quot;7&quot;
</span><del>-              RenderTableCell {TD} at (16,54) size 13x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,54) size 12x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                   text run at (2,2) width 8: &quot;8&quot;
</span><del>-              RenderTableCell {TD} at (30,54) size 13x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,54) size 12x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                   text run at (2,2) width 8: &quot;9&quot;
</span><span class="cx">       RenderBlock {P} at (0,262) size 784x20
</span><span class="lines">@@ -71,24 +71,24 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 40x19
</span><span class="cx">             text run at (0,0) width 36: &quot;Hello&quot;
</span><span class="cx">             text run at (35,0) width 5: &quot; &quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 47x56 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 45x54
-            RenderTableRow {TR} at (0,2) size 45x24
-              RenderTableCell {TD} at (2,2) size 13x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,20) size 46x56 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 44x54
+            RenderTableRow {TR} at (0,2) size 44x24
+              RenderTableCell {TD} at (2,2) size 12x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x19
</span><del>-              RenderTableCell {TD} at (16,2) size 13x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,2) size 12x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x19
</span><del>-              RenderTableCell {TD} at (30,2) size 13x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,2) size 12x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                   text run at (2,2) width 8: &quot;6&quot;
</span><del>-            RenderTableRow {TR} at (0,28) size 45x24
-              RenderTableCell {TD} at (2,28) size 13x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,28) size 44x24
+              RenderTableCell {TD} at (2,28) size 12x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                   text run at (2,2) width 8: &quot;7&quot;
</span><del>-              RenderTableCell {TD} at (16,28) size 13x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,28) size 12x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                   text run at (2,2) width 8: &quot;8&quot;
</span><del>-              RenderTableCell {TD} at (30,28) size 13x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,28) size 12x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                   text run at (2,2) width 8: &quot;9&quot;
</span><span class="cx"> caret: position 6 of child 0 {#text} of child 1 {DIV} of child 14 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatoreditingdeleting54338622expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/editing/deleting/5433862-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/editing/deleting/5433862-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/editing/deleting/5433862-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,37 +9,37 @@
</span><span class="cx">           text run at (590,0) width 185: &quot;There should be five rows in&quot;
</span><span class="cx">           text run at (0,20) width 290: &quot;the table below, before and after the deletion.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,56) size 784x140
</span><del>-        RenderTable {TABLE} at (0,0) size 111x140 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 109x138
-            RenderTableRow {TR} at (0,2) size 109x32
</del><ins>+        RenderTable {TABLE} at (0,0) size 110x140 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 108x138
+            RenderTableRow {TR} at (0,2) size 108x32
</ins><span class="cx">               RenderTableCell {TD} at (2,2) size 34x32 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderBR {BR} at (6,6) size 0x19
</span><span class="cx">               RenderTableCell {TD} at (37,2) size 33x32 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderBR {BR} at (6,6) size 0x19
</span><del>-              RenderTableCell {TD} at (71,2) size 36x32 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (71,2) size 35x32 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (6,6) size 0x19
</span><del>-            RenderTableRow {TR} at (0,36) size 109x32
</del><ins>+            RenderTableRow {TR} at (0,36) size 108x32
</ins><span class="cx">               RenderTableCell {TD} at (2,36) size 34x32 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (6,6) size 22x19
</span><span class="cx">                   text run at (6,6) width 22: &quot;foo&quot;
</span><span class="cx">               RenderTableCell {TD} at (37,36) size 33x32 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (6,6) size 21x19
</span><span class="cx">                   text run at (6,6) width 21: &quot;bar&quot;
</span><del>-              RenderTableCell {TD} at (71,36) size 36x32 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (71,36) size 35x32 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (6,6) size 23x19
</span><span class="cx">                   text run at (6,6) width 23: &quot;baz&quot;
</span><del>-            RenderTableRow {TR} at (0,70) size 109x32
</del><ins>+            RenderTableRow {TR} at (0,70) size 108x32
</ins><span class="cx">               RenderTableCell {TD} at (2,70) size 34x32 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderBR {BR} at (6,6) size 0x19
</span><span class="cx">               RenderTableCell {TD} at (37,70) size 33x32 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderBR {BR} at (6,6) size 0x19
</span><del>-              RenderTableCell {TD} at (71,70) size 36x32 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (71,70) size 35x32 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (6,6) size 0x19
</span><del>-            RenderTableRow {TR} at (0,104) size 109x32
</del><ins>+            RenderTableRow {TR} at (0,104) size 108x32
</ins><span class="cx">               RenderTableCell {TD} at (2,104) size 34x32 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderBR {BR} at (6,6) size 0x19
</span><span class="cx">               RenderTableCell {TD} at (37,104) size 33x32 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderBR {BR} at (6,6) size 0x19
</span><del>-              RenderTableCell {TD} at (71,104) size 36x32 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (71,104) size 35x32 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (6,6) size 0x19
</span><span class="cx"> caret: position 0 of child 0 {BR} of child 0 {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="trunkLayoutTestsplatformiossimulatoreditinginsertingparagraphseparatorintable1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/editing/inserting/paragraph-separator-in-table-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/editing/inserting/paragraph-separator-in-table-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/editing/inserting/paragraph-separator-in-table-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -1,3 +1,5 @@
</span><ins>+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV &gt; BODY &gt; HTML &gt; #document to 1 of DIV &gt; BODY &gt; HTML &gt; #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
</ins><span class="cx"> EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
</span><span class="cx"> EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 5 of #text &gt; TD &gt; TR &gt; TBODY &gt; TABLE &gt; DIV &gt; BODY &gt; HTML &gt; #document to 5 of #text &gt; TD &gt; TR &gt; TBODY &gt; TABLE &gt; DIV &gt; BODY &gt; HTML &gt; #document toDOMRange:range from 2 of TD &gt; TR &gt; TBODY &gt; TABLE &gt; DIV &gt; BODY &gt; HTML &gt; #document to 2 of TD &gt; TR &gt; TBODY &gt; TABLE &gt; DIV &gt; BODY &gt; HTML &gt; #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
</span><span class="cx"> EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
</span><span class="lines">@@ -12,13 +14,13 @@
</span><span class="cx">           text run at (0,0) width 347: &quot;This tests InsertParagraphSeparator inside table cells. &quot;
</span><span class="cx">           text run at (346,0) width 279: &quot;'Cell' and 'Two' should be on separate lines.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,36) size 784x50
</span><del>-        RenderTable {TABLE} at (0,0) size 105x50 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 103x48
-            RenderTableRow {TR} at (0,2) size 103x44
</del><ins>+        RenderTable {TABLE} at (0,0) size 104x50 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 102x48
+            RenderTableRow {TR} at (0,2) size 102x44
</ins><span class="cx">               RenderTableCell {TD} at (2,12) size 62x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 58x19
</span><span class="cx">                   text run at (2,2) width 58: &quot;Cell One&quot;
</span><del>-              RenderTableCell {TD} at (65,2) size 36x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (65,2) size 35x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 31x19
</span><span class="cx">                   text run at (2,2) width 31: &quot;Cell &quot;
</span><span class="cx">                 RenderBR {BR} at (32,17) size 1x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatoreditingselection50575062expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/editing/selection/5057506-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/editing/selection/5057506-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/editing/selection/5057506-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,10 +16,10 @@
</span><span class="cx">           text run at (0,60) width 275: &quot;cell, after the last character, and hit delete. &quot;
</span><span class="cx">           text run at (274,60) width 294: &quot;Afterward, the table should contain only 'bar'.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,96) size 784x50
</span><del>-        RenderTable {TABLE} at (0,0) size 111x30 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 109x28
-            RenderTableRow {TR} at (0,2) size 109x24
-              RenderTableCell {TD} at (2,2) size 105x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 110x30 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 108x28
+            RenderTableRow {TR} at (0,2) size 108x24
+              RenderTableCell {TD} at (2,2) size 104x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 22x19
</span><span class="cx">                   RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                     text run at (2,2) width 22: &quot;foo&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatoreditingselection5057506expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/editing/selection/5057506-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/editing/selection/5057506-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/editing/selection/5057506-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,10 +16,10 @@
</span><span class="cx">           text run at (0,60) width 275: &quot;cell, after the last character, and hit delete. &quot;
</span><span class="cx">           text run at (274,60) width 282: &quot;Afterward, the table should contain 'foobar'.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,96) size 784x50
</span><del>-        RenderTable {TABLE} at (0,0) size 111x30 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 109x28
-            RenderTableRow {TR} at (0,2) size 109x24
-              RenderTableCell {TD} at (2,2) size 105x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 110x30 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 108x28
+            RenderTableRow {TR} at (0,2) size 108x24
+              RenderTableCell {TD} at (2,2) size 104x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 22x19
</span><span class="cx">                   RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                     text run at (2,2) width 22: &quot;foo&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatoreditingselection51317161expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/editing/selection/5131716-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/editing/selection/5131716-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/editing/selection/5131716-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">         RenderTable {TABLE} at (26,46) size 91x30 [border: (1px solid #BBBBBB)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 89x28
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 89x24 [border: (1px solid #BBBBBB)]
</span><del>-              RenderTableCell {TD} at (2,2) size 9x24 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 8x24 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 4x19
</span><span class="cx">                   text run at (2,2) width 4: &quot; &quot;
</span><span class="cx">               RenderTableCell {TD} at (12,2) size 75x24 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatoreditingselection51317162expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/editing/selection/5131716-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/editing/selection/5131716-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/editing/selection/5131716-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">         RenderTable {TABLE} at (26,46) size 91x30 [border: (1px solid #BBBBBB)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 89x28
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 89x24 [border: (1px solid #BBBBBB)]
</span><del>-              RenderTableCell {TD} at (2,2) size 9x24 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 8x24 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 4x19
</span><span class="cx">                   text run at (2,2) width 4: &quot; &quot;
</span><span class="cx">               RenderTableCell {TD} at (12,2) size 75x24 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatoreditingselection51317163expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/editing/selection/5131716-3-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/editing/selection/5131716-3-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/editing/selection/5131716-3-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">         RenderTable {TABLE} at (26,46) size 91x30 [border: (1px solid #BBBBBB)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 89x28
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 89x24 [border: (1px solid #BBBBBB)]
</span><del>-              RenderTableCell {TD} at (2,2) size 9x24 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 8x24 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 4x19
</span><span class="cx">                   text run at (2,2) width 4: &quot; &quot;
</span><span class="cx">               RenderTableCell {TD} at (12,2) size 75x24 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatoreditingselection51317164expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/editing/selection/5131716-4-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/editing/selection/5131716-4-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/editing/selection/5131716-4-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">         RenderTable {TABLE} at (26,46) size 91x30 [border: (1px solid #BBBBBB)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 89x28
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 89x24 [border: (1px solid #BBBBBB)]
</span><del>-              RenderTableCell {TD} at (2,2) size 9x24 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 8x24 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 4x19
</span><span class="cx">                   text run at (2,2) width 4: &quot; &quot;
</span><span class="cx">               RenderTableCell {TD} at (12,2) size 75x24 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockbasicquirkpercentheighttablecellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/basic/quirk-percent-height-table-cell-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/basic/quirk-percent-height-table-cell-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/basic/quirk-percent-height-table-cell-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,15 +3,15 @@
</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 121x426 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 119x424
-          RenderTableRow {TR} at (0,2) size 119x420
-            RenderTableCell {TD} at (2,-48) size 115x520 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 120x426 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 118x424
+          RenderTableRow {TR} at (0,2) size 118x420
+            RenderTableCell {TD} at (2,-48) size 114x520 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 20x100 [bgcolor=#FFFF00]
</span><del>-              RenderTable {TABLE} at (2,102) size 111x416 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 109x414
-                  RenderTableRow {TR} at (0,2) size 109x410
-                    RenderTableCell {TD} at (2,52) size 105x310 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                      RenderBlock {DIV} at (2,2) size 101x6
-                        RenderBlock {DIV} at (0,0) size 101x6 [border: (3px solid #0000FF)]
</del><ins>+              RenderTable {TABLE} at (2,102) size 110x416 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 108x414
+                  RenderTableRow {TR} at (0,2) size 108x410
+                    RenderTableCell {TD} at (2,52) size 104x310 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                      RenderBlock {DIV} at (2,2) size 100x6
+                        RenderBlock {DIV} at (0,0) size 100x6 [border: (3px solid #0000FF)]
</ins><span class="cx">                       RenderBlock {DIV} at (2,8) size 100x300 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockfloat015expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/float/015-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/float/015-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/float/015-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 684x136 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 682x134
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 682x134
</span><del>-            RenderTableCell {TD} at (0,53) size 13x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,53) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,0) size 670x134 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapse006expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/006-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/006-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/006-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,17 +11,17 @@
</span><span class="cx">       RenderBlock {P} at (0,36) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 515x19
</span><span class="cx">           text run at (0,0) width 515: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,72) size 107x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x250
-          RenderTableRow {TR} at (0,0) size 101x250
-            RenderTableCell {TD} at (0,0) size 51x250 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,50) size 51x50 [color=#FFFF00] [bgcolor=#FF0000]
</del><ins>+      RenderTable {TABLE} at (0,72) size 106x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x250
+          RenderTableRow {TR} at (0,0) size 100x250
+            RenderTableCell {TD} at (0,0) size 50x250 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,50) size 50x50 [color=#FFFF00] [bgcolor=#FF0000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 50x50
</span><span class="cx">                   text run at (0,0) width 50: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,150) size 51x50 [color=#00FF00] [bgcolor=#FF0000]
</del><ins>+              RenderBlock {DIV} at (0,150) size 50x50 [color=#00FF00] [bgcolor=#FF0000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 50x50
</span><span class="cx">                   text run at (0,0) width 50: &quot;X&quot;
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFA500) none]
</span><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [border: (50px solid #FFFF00) none]
</span><span class="cx">               RenderBlock {DIV} at (0,100) size 50x50 [border: (50px solid #FFA500) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapse010expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/010-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/010-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/010-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,22 +6,22 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 588x19
</span><span class="cx">           text run at (0,0) width 588: &quot;The square should consist of exactly five equal bands, orange, lime, orange, yellow, orange.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 257x256 [bgcolor=#FFA500] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 251x250
-          RenderTableRow {TR} at (0,0) size 251x250
-            RenderTableCell {TD} at (0,0) size 51x250 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 256x256 [bgcolor=#FFA500] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 250x250
+          RenderTableRow {TR} at (0,0) size 250x250
+            RenderTableCell {TD} at (0,0) size 50x250 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
</span><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
</span><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><del>-            RenderTableCell {TD} at (100,0) size 51x250 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (100,0) size 50x250 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
</span><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><del>-            RenderTableCell {TD} at (150,0) size 51x250 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (150,0) size 50x250 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
</span><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><del>-            RenderTableCell {TD} at (200,0) size 51x250 [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (200,0) size 50x250 [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
</span><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><span class="cx">       RenderBlock {P} at (0,308) size 784x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapse011expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/011-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/011-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/011-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,28 +6,28 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 588x19
</span><span class="cx">           text run at (0,0) width 588: &quot;The square should consist of exactly five equal bands, orange, lime, orange, yellow, orange.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 257x256 [bgcolor=#FFA500] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 251x250
-          RenderTableRow {TR} at (0,0) size 251x250
-            RenderTableCell {TD} at (0,0) size 51x250 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 256x256 [bgcolor=#FFA500] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 250x250
+          RenderTableRow {TR} at (0,0) size 250x250
+            RenderTableCell {TD} at (0,0) size 50x250 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock {DIV} at (0,150) size 51x0 [bgcolor=#FF0000]
</del><ins>+              RenderBlock {DIV} at (0,150) size 50x0 [bgcolor=#FF0000]
</ins><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock {DIV} at (0,150) size 51x0 [bgcolor=#FF0000]
</del><ins>+              RenderBlock {DIV} at (0,150) size 50x0 [bgcolor=#FF0000]
</ins><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><del>-            RenderTableCell {TD} at (100,0) size 51x250 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (100,0) size 50x250 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock {DIV} at (0,150) size 51x0 [bgcolor=#FF0000]
</del><ins>+              RenderBlock {DIV} at (0,150) size 50x0 [bgcolor=#FF0000]
</ins><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><del>-            RenderTableCell {TD} at (150,0) size 51x250 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (150,0) size 50x250 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock {DIV} at (0,200) size 51x0 [bgcolor=#FF0000]
</del><ins>+              RenderBlock {DIV} at (0,200) size 50x0 [bgcolor=#FF0000]
</ins><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><del>-            RenderTableCell {TD} at (200,0) size 51x250 [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (200,0) size 50x250 [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock {DIV} at (0,100) size 51x0 [bgcolor=#FF0000]
</del><ins>+              RenderBlock {DIV} at (0,100) size 50x0 [bgcolor=#FF0000]
</ins><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><span class="cx">       RenderBlock {P} at (0,308) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 266x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapse012expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/012-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/012-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/012-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,13 +6,13 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 515x19
</span><span class="cx">           text run at (0,0) width 515: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 107x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x250
-          RenderTableRow {TR} at (0,0) size 101x250
-            RenderTableCell {TD} at (0,0) size 51x250 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 106x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x250
+          RenderTableRow {TR} at (0,0) size 100x250
+            RenderTableCell {TD} at (0,0) size 50x250 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#FFFF00]
</span><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#00FF00]
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFA500) none]
</span><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [border: (50px solid #FFFF00) none]
</span><span class="cx">               RenderBlock {DIV} at (0,100) size 50x50 [border: (50px solid #FFA500) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapse015expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/015-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/015-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/015-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 515x19
</span><span class="cx">           text run at (0,0) width 515: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 107x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x250
-          RenderTableRow {TR} at (0,0) size 101x250
</del><ins>+      RenderTable {TABLE} at (0,36) size 106x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x250
+          RenderTableRow {TR} at (0,0) size 100x250
</ins><span class="cx">             RenderTableCell {TD} at (0,0) size 50x250 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><span class="cx">               RenderBlock {DIV} at (0,150) size 50x0 [bgcolor=#FF0000]
</span><span class="cx">               RenderBlock {DIV} at (0,200) size 50x50 [bgcolor=#00FFFF]
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFFF00) none]
</span><span class="cx">               RenderBlock {DIV} at (0,50) size 50x100 [border: (100px solid #FFA500) none]
</span><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [border: (50px solid #00FF00) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapse016expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/016-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/016-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/016-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,15 +6,15 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 515x19
</span><span class="cx">           text run at (0,0) width 515: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 107x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x250
-          RenderTableRow {TR} at (0,0) size 101x250
-            RenderTableCell {TD} at (0,0) size 51x250 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 106x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x250
+          RenderTableRow {TR} at (0,0) size 100x250
+            RenderTableCell {TD} at (0,0) size 50x250 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x200 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><span class="cx">                 RenderBlock {DIV} at (0,100) size 50x0 [bgcolor=#FF0000]
</span><span class="cx">                 RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#00FFFF]
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFFF00) none]
</span><span class="cx">               RenderBlock {DIV} at (0,50) size 50x100 [border: (100px solid #FFA500) none]
</span><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [border: (50px solid #00FFFF) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapse017expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/017-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/017-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/017-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,16 +6,16 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 627x19
</span><span class="cx">           text run at (0,0) width 627: &quot;The following square should contain exactly two bands, one yellow, one lime, with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 107x106 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x100
-          RenderTableRow {TR} at (0,0) size 101x100
-            RenderTableCell {TD} at (0,0) size 51x100 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FF0000]
-                RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FFFF00]
-              RenderBlock {DIV} at (0,50) size 51x50 [bgcolor=#00FF00]
-            RenderTableCell {TD} at (50,0) size 51x100 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x50 [border: (50px solid #FFFF00) none]
-              RenderBlock {DIV} at (0,50) size 51x50 [border: (50px solid #00FF00) none]
</del><ins>+      RenderTable {TABLE} at (0,36) size 106x106 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x100
+          RenderTableRow {TR} at (0,0) size 100x100
+            RenderTableCell {TD} at (0,0) size 50x100 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FF0000]
+                RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
+              RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
+            RenderTableCell {TD} at (50,0) size 50x100 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFFF00) none]
+              RenderBlock {DIV} at (0,50) size 50x50 [border: (50px solid #00FF00) none]
</ins><span class="cx">       RenderBlock {P} at (0,158) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 266x19
</span><span class="cx">           text run at (0,0) width 266: &quot;This test is meaningless if you don't pass &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapse018expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/018-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/018-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/018-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,15 +12,15 @@
</span><span class="cx">             text run at (0,20) width 44: &quot;visible&quot;
</span><span class="cx">         RenderText {#text} at (43,20) size 5x19
</span><span class="cx">           text run at (43,20) width 5: &quot;.&quot;
</span><del>-      RenderTable {TABLE} at (0,56) size 107x156 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x150
-          RenderTableRow {TR} at (0,0) size 101x150
-            RenderTableCell {TD} at (0,0) size 51x150 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x150 [bgcolor=#FFA500]
-                RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FF0000]
-                  RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FFFF00]
-                RenderBlock {DIV} at (0,100) size 51x50 [bgcolor=#00FF00]
-            RenderTableCell {TD} at (50,0) size 51x150 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x50 [border: (50px solid #FFFF00) none]
-              RenderBlock {DIV} at (0,50) size 51x50 [border: (50px solid #FFA500) none]
-              RenderBlock {DIV} at (0,100) size 51x50 [border: (50px solid #00FF00) none]
</del><ins>+      RenderTable {TABLE} at (0,56) size 106x156 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x150
+          RenderTableRow {TR} at (0,0) size 100x150
+            RenderTableCell {TD} at (0,0) size 50x150 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x150 [bgcolor=#FFA500]
+                RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FF0000]
+                  RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
+                RenderBlock {DIV} at (0,100) size 50x50 [bgcolor=#00FF00]
+            RenderTableCell {TD} at (50,0) size 50x150 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFFF00) none]
+              RenderBlock {DIV} at (0,50) size 50x50 [border: (50px solid #FFA500) none]
+              RenderBlock {DIV} at (0,100) size 50x50 [border: (50px solid #00FF00) none]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapse019expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/019-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/019-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/019-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,21 +6,21 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 233x19
</span><span class="cx">           text run at (0,0) width 233: &quot;There should be no red on this page.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 157x106 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 151x100
-          RenderTableRow {TR} at (0,0) size 151x100
-            RenderTableCell {TD} at (0,0) size 51x100 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x55 [bgcolor=#00FF00]
-                RenderBlock {DIV} at (0,0) size 51x50
-              RenderBlock {DIV} at (0,55) size 51x45 [bgcolor=#00FF00]
-            RenderTableCell {TD} at (50,0) size 51x100 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-                RenderBlock {DIV} at (0,0) size 51x50
-              RenderBlock {DIV} at (0,50) size 51x50 [bgcolor=#00FF00]
-            RenderTableCell {TD} at (100,0) size 51x100 [r=0 c=2 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x45 [bgcolor=#00FF00]
-                RenderBlock {DIV} at (0,0) size 51x50
-              RenderBlock {DIV} at (0,45) size 51x55 [bgcolor=#00FF00]
</del><ins>+      RenderTable {TABLE} at (0,36) size 156x106 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 150x100
+          RenderTableRow {TR} at (0,0) size 150x100
+            RenderTableCell {TD} at (0,0) size 50x100 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x55 [bgcolor=#00FF00]
+                RenderBlock {DIV} at (0,0) size 50x50
+              RenderBlock {DIV} at (0,55) size 50x45 [bgcolor=#00FF00]
+            RenderTableCell {TD} at (50,0) size 50x100 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+                RenderBlock {DIV} at (0,0) size 50x50
+              RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
+            RenderTableCell {TD} at (100,0) size 50x100 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x45 [bgcolor=#00FF00]
+                RenderBlock {DIV} at (0,0) size 50x50
+              RenderBlock {DIV} at (0,45) size 50x55 [bgcolor=#00FF00]
</ins><span class="cx">       RenderBlock {P} at (0,158) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 62x19
</span><span class="cx">           text run at (0,0) width 62: &quot;See also: &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapse020expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/020-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/020-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/020-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,21 +6,21 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 233x19
</span><span class="cx">           text run at (0,0) width 233: &quot;There should be no red on this page.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 157x156 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 151x150
-          RenderTableRow {TR} at (0,0) size 151x150
-            RenderTableCell {TD} at (0,0) size 51x150 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x105 [bgcolor=#00FF00]
-                RenderBlock {DIV} at (0,0) size 51x50
-              RenderBlock {DIV} at (0,105) size 51x45 [bgcolor=#00FF00]
-            RenderTableCell {TD} at (50,0) size 51x150 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x100 [bgcolor=#00FF00]
-                RenderBlock {DIV} at (0,0) size 51x50
-              RenderBlock {DIV} at (0,100) size 51x50 [bgcolor=#00FF00]
-            RenderTableCell {TD} at (100,0) size 51x150 [r=0 c=2 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x95 [bgcolor=#00FF00]
-                RenderBlock {DIV} at (0,0) size 51x50
-              RenderBlock {DIV} at (0,95) size 51x55 [bgcolor=#00FF00]
</del><ins>+      RenderTable {TABLE} at (0,36) size 156x156 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 150x150
+          RenderTableRow {TR} at (0,0) size 150x150
+            RenderTableCell {TD} at (0,0) size 50x150 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x105 [bgcolor=#00FF00]
+                RenderBlock {DIV} at (0,0) size 50x50
+              RenderBlock {DIV} at (0,105) size 50x45 [bgcolor=#00FF00]
+            RenderTableCell {TD} at (50,0) size 50x150 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x100 [bgcolor=#00FF00]
+                RenderBlock {DIV} at (0,0) size 50x50
+              RenderBlock {DIV} at (0,100) size 50x50 [bgcolor=#00FF00]
+            RenderTableCell {TD} at (100,0) size 50x150 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x95 [bgcolor=#00FF00]
+                RenderBlock {DIV} at (0,0) size 50x50
+              RenderBlock {DIV} at (0,95) size 50x55 [bgcolor=#00FF00]
</ins><span class="cx">       RenderBlock {P} at (0,208) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 62x19
</span><span class="cx">           text run at (0,0) width 62: &quot;See also: &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapse021expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/021-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/021-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/021-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,18 +6,18 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 300x19
</span><span class="cx">           text run at (0,0) width 300: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 317x166
-        RenderTableSection {TBODY} at (0,0) size 317x166
-          RenderTableRow {TR} at (0,16) size 317x134
-            RenderTableCell {TD} at (16,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 316x166
+        RenderTableSection {TBODY} at (0,0) size 316x166
+          RenderTableRow {TR} at (0,16) size 316x134
+            RenderTableCell {TD} at (16,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                 RenderBlock (floating) {DIV} at (0,0) size 64x64 [bgcolor=#00FFFF]
</span><span class="cx">                 RenderBlock {DIV} at (0,64) size 128x64 [border: (32px solid #FFFF00)]
</span><del>-            RenderTableCell {TD} at (166,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (3,3) size 129x128
-                RenderTableSection {TBODY} at (0,0) size 129x128
-                  RenderTableRow {TR} at (0,0) size 129x64
-                    RenderTableCell {TD} at (0,32) size 65x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
-                    RenderTableCell {TD} at (64,32) size 65x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
-                  RenderTableRow {TR} at (0,64) size 129x64
-                    RenderTableCell {TD} at (0,96) size 129x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (166,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (3,3) size 128x128
+                RenderTableSection {TBODY} at (0,0) size 128x128
+                  RenderTableRow {TR} at (0,0) size 128x64
+                    RenderTableCell {TD} at (0,32) size 64x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
+                    RenderTableCell {TD} at (64,32) size 64x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
+                  RenderTableRow {TR} at (0,64) size 128x64
+                    RenderTableCell {TD} at (0,96) size 128x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapse022expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/022-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/022-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/022-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,18 +6,18 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 300x19
</span><span class="cx">           text run at (0,0) width 300: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 317x166
-        RenderTableSection {TBODY} at (0,0) size 317x166
-          RenderTableRow {TR} at (0,16) size 317x134
-            RenderTableCell {TD} at (16,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 316x166
+        RenderTableSection {TBODY} at (0,0) size 316x166
+          RenderTableRow {TR} at (0,16) size 316x134
+            RenderTableCell {TD} at (16,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                 RenderBlock (floating) {DIV} at (0,0) size 64x64 [bgcolor=#00FFFF]
</span><span class="cx">                 RenderBlock {DIV} at (0,64) size 128x64 [border: (32px solid #FFFF00)]
</span><del>-            RenderTableCell {TD} at (166,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (3,3) size 129x128
-                RenderTableSection {TBODY} at (0,0) size 129x128
-                  RenderTableRow {TR} at (0,0) size 129x64
-                    RenderTableCell {TD} at (0,32) size 65x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
-                    RenderTableCell {TD} at (64,32) size 65x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
-                  RenderTableRow {TR} at (0,64) size 129x64
-                    RenderTableCell {TD} at (0,96) size 129x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (166,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (3,3) size 128x128
+                RenderTableSection {TBODY} at (0,0) size 128x128
+                  RenderTableRow {TR} at (0,0) size 128x64
+                    RenderTableCell {TD} at (0,32) size 64x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
+                    RenderTableCell {TD} at (64,32) size 64x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
+                  RenderTableRow {TR} at (0,64) size 128x64
+                    RenderTableCell {TD} at (0,96) size 128x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapse025expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/025-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/025-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/025-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,19 +6,19 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 300x19
</span><span class="cx">           text run at (0,0) width 300: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 317x166
-        RenderTableSection {TBODY} at (0,0) size 317x166
-          RenderTableRow {TR} at (0,16) size 317x134
-            RenderTableCell {TD} at (16,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 316x166
+        RenderTableSection {TBODY} at (0,0) size 316x166
+          RenderTableRow {TR} at (0,16) size 316x134
+            RenderTableCell {TD} at (16,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                 RenderBlock (floating) {DIV} at (0,0) size 64x64 [bgcolor=#00FFFF]
</span><span class="cx">                 RenderBlock {DIV} at (0,64) size 128x0 [bgcolor=#FF0000]
</span><span class="cx">                 RenderBlock {DIV} at (0,64) size 128x64 [border: (32px solid #FFFF00)]
</span><del>-            RenderTableCell {TD} at (166,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (3,3) size 129x128
-                RenderTableSection {TBODY} at (0,0) size 129x128
-                  RenderTableRow {TR} at (0,0) size 129x64
-                    RenderTableCell {TD} at (0,32) size 65x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
-                    RenderTableCell {TD} at (64,32) size 65x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
-                  RenderTableRow {TR} at (0,64) size 129x64
-                    RenderTableCell {TD} at (0,96) size 129x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (166,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (3,3) size 128x128
+                RenderTableSection {TBODY} at (0,0) size 128x128
+                  RenderTableRow {TR} at (0,0) size 128x64
+                    RenderTableCell {TD} at (0,32) size 64x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
+                    RenderTableCell {TD} at (64,32) size 64x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
+                  RenderTableRow {TR} at (0,64) size 128x64
+                    RenderTableCell {TD} at (0,96) size 128x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapse032expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/032-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/032-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/032-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,13 +6,13 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 300x19
</span><span class="cx">           text run at (0,0) width 300: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 317x86
-        RenderTableSection {TBODY} at (0,0) size 317x86
-          RenderTableRow {TR} at (0,16) size 317x54
-            RenderTableCell {TD} at (16,16) size 135x54 [bgcolor=#00FF00] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 316x86
+        RenderTableSection {TBODY} at (0,0) size 316x86
+          RenderTableRow {TR} at (0,16) size 316x54
+            RenderTableCell {TD} at (16,16) size 134x54 [bgcolor=#00FF00] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,35) size 128x16 [bgcolor=#FF0000]
</span><span class="cx">                 RenderBlock (floating) {DIV} at (0,0) size 128x16 [bgcolor=#FFFF00]
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 128x16
</span><del>-            RenderTableCell {TD} at (166,16) size 135x54 [bgcolor=#00FF00] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (166,16) size 134x54 [bgcolor=#00FF00] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 128x32 [border: (32px solid #00FF00) none]
</span><del>-              RenderBlock {DIV} at (3,35) size 129x16 [border: (16px solid #FFFF00) none]
</del><ins>+              RenderBlock {DIV} at (3,35) size 128x16 [border: (16px solid #FFFF00) none]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapse033expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/033-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/033-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/033-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,15 +6,15 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 300x19
</span><span class="cx">           text run at (0,0) width 300: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 317x102
-        RenderTableSection {TBODY} at (0,0) size 317x102
-          RenderTableRow {TR} at (0,16) size 317x70
-            RenderTableCell {TD} at (16,16) size 135x70 [bgcolor=#00FF00] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 316x102
+        RenderTableSection {TBODY} at (0,0) size 316x102
+          RenderTableRow {TR} at (0,16) size 316x70
+            RenderTableCell {TD} at (16,16) size 134x70 [bgcolor=#00FF00] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 128x16 [bgcolor=#FFFF00]
</span><span class="cx">               RenderBlock {DIV} at (3,51) size 128x16 [bgcolor=#FF0000]
</span><span class="cx">                 RenderBlock (floating) {DIV} at (0,0) size 128x16 [bgcolor=#FFFF00]
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 128x16
</span><del>-            RenderTableCell {TD} at (166,16) size 135x70 [bgcolor=#00FF00] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 129x16 [border: (16px solid #FFFF00) none]
</del><ins>+            RenderTableCell {TD} at (166,16) size 134x70 [bgcolor=#00FF00] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 128x16 [border: (16px solid #FFFF00) none]
</ins><span class="cx">               RenderBlock {DIV} at (3,19) size 128x32 [border: (32px solid #00FF00) none]
</span><del>-              RenderBlock {DIV} at (3,51) size 129x16 [border: (16px solid #FFFF00) none]
</del><ins>+              RenderBlock {DIV} at (3,51) size 128x16 [border: (16px solid #FFFF00) none]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapse034expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/034-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/034-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/034-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,20 +6,20 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 456x19
</span><span class="cx">           text run at (0,0) width 456: &quot;The following three rectangles should be identical, with no red present.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 317x156
-        RenderTableSection {TBODY} at (0,0) size 317x156
-          RenderTableRow {TR} at (0,16) size 317x54
-            RenderTableCell {TD} at (16,16) size 135x54 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 316x156
+        RenderTableSection {TBODY} at (0,0) size 316x156
+          RenderTableRow {TR} at (0,16) size 316x54
+            RenderTableCell {TD} at (16,16) size 134x54 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 128x48 [bgcolor=#FFFF00]
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 128x16 [border: (16px solid #00FF00) none]
</span><span class="cx">                 RenderBlock {DIV} at (0,32) size 128x16 [border: (16px solid #008000) none]
</span><del>-            RenderTableCell {TD} at (166,16) size 135x54 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (166,16) size 134x54 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 128x16 [bgcolor=#00FF00]
</span><span class="cx">               RenderBlock {DIV} at (3,19) size 128x16 [bgcolor=#FFFF00]
</span><span class="cx">               RenderBlock {DIV} at (3,35) size 128x16 [bgcolor=#008000]
</span><del>-          RenderTableRow {TR} at (0,86) size 317x54
-            RenderTableCell {TD} at (16,86) size 135x54 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,86) size 316x54
+            RenderTableCell {TD} at (16,86) size 134x54 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 128x16 [bgcolor=#00FF00]
</span><span class="cx">               RenderBlock {DIV} at (3,19) size 128x16 [bgcolor=#FFFF00]
</span><span class="cx">               RenderBlock {DIV} at (3,35) size 128x16 [bgcolor=#008000]
</span><del>-            RenderTableCell {TD} at (166,113) size 135x0 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (166,113) size 134x0 [r=1 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapse041expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/041-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/041-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/041-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,16 +6,16 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 280x19
</span><span class="cx">           text run at (0,0) width 280: &quot;The two boxes below should look identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 215x60
-        RenderTableSection {TBODY} at (0,0) size 215x60
-          RenderTableRow {TR} at (0,2) size 215x56
-            RenderTableCell {TD} at (2,2) size 105x56 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 214x60
+        RenderTableSection {TBODY} at (0,0) size 214x60
+          RenderTableRow {TR} at (0,2) size 214x56
+            RenderTableCell {TD} at (2,2) size 104x56 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 102x54 [bgcolor=#00FFFF] [border: (3px solid #000000)]
</span><span class="cx">                 RenderBlock {DIV} at (3,3) size 96x16 [bgcolor=#FF00FF]
</span><span class="cx">                 RenderBlock {DIV} at (3,35) size 96x16 [bgcolor=#FF0000]
</span><span class="cx">                   RenderBlock (floating) {DIV} at (0,0) size 48x16 [bgcolor=#FFA500]
</span><span class="cx">                   RenderBlock {DIV} at (0,0) size 96x16 [bgcolor=#FFFF00]
</span><del>-            RenderTableCell {TD} at (108,2) size 105x56 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (108,2) size 104x56 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 102x54 [border: (3px solid #000000)]
</span><span class="cx">                 RenderBlock {DIV} at (3,3) size 96x16 [border: (16px solid #FF00FF) none]
</span><span class="cx">                 RenderBlock {DIV} at (3,19) size 96x16 [border: (16px solid #00FFFF) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapse042expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/042-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/042-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/042-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,23 +6,23 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 300x19
</span><span class="cx">           text run at (0,0) width 300: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 317x294
-        RenderTableSection {TBODY} at (0,0) size 317x294
-          RenderTableRow {TR} at (0,16) size 317x262
-            RenderTableCell {TD} at (16,16) size 135x262 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 316x294
+        RenderTableSection {TBODY} at (0,0) size 316x294
+          RenderTableRow {TR} at (0,16) size 316x262
+            RenderTableCell {TD} at (16,16) size 134x262 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 128x256 [bgcolor=#00FF00]
</span><span class="cx">                 RenderBlock (floating) {DIV} at (0,0) size 64x64 [bgcolor=#00FFFF]
</span><span class="cx">                 RenderBlock {DIV} at (0,64) size 128x64 [bgcolor=#FFFF00]
</span><span class="cx">                 RenderBlock {DIV} at (0,192) size 128x64 [border: (32px solid #AAFFAA)]
</span><del>-            RenderTableCell {TD} at (166,16) size 135x262 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (3,3) size 129x256
-                RenderTableSection {TBODY} at (0,0) size 129x256
-                  RenderTableRow {TR} at (0,0) size 129x64
-                    RenderTableCell {TD} at (0,32) size 65x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
-                    RenderTableCell {TD} at (64,32) size 65x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
-                  RenderTableRow {TR} at (0,64) size 129x64
-                    RenderTableCell {TD} at (0,96) size 129x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
-                  RenderTableRow {TR} at (0,128) size 129x64
-                    RenderTableCell {TD} at (0,160) size 129x0 [bgcolor=#00FF00] [r=2 c=0 rs=1 cs=2]
-                  RenderTableRow {TR} at (0,192) size 129x64
-                    RenderTableCell {TD} at (0,224) size 129x0 [bgcolor=#AAFFAA] [r=3 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (166,16) size 134x262 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (3,3) size 128x256
+                RenderTableSection {TBODY} at (0,0) size 128x256
+                  RenderTableRow {TR} at (0,0) size 128x64
+                    RenderTableCell {TD} at (0,32) size 64x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
+                    RenderTableCell {TD} at (64,32) size 64x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
+                  RenderTableRow {TR} at (0,64) size 128x64
+                    RenderTableCell {TD} at (0,96) size 128x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
+                  RenderTableRow {TR} at (0,128) size 128x64
+                    RenderTableCell {TD} at (0,160) size 128x0 [bgcolor=#00FF00] [r=2 c=0 rs=1 cs=2]
+                  RenderTableRow {TR} at (0,192) size 128x64
+                    RenderTableCell {TD} at (0,224) size 128x0 [bgcolor=#AAFFAA] [r=3 c=0 rs=1 cs=2]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapse055expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/055-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/055-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/055-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,77 +7,77 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 472x19
</span><span class="cx">           text run at (0,0) width 414: &quot;All the following should look the same (and all should look like &quot;
</span><span class="cx">           text run at (413,0) width 59: &quot;the first).&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 451x154
-        RenderTableSection {TBODY} at (0,0) size 451x154
-          RenderTableRow {TR} at (0,2) size 451x150
-            RenderTableCell {TD} at (2,2) size 55x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 49x144 [color=#FFFF00] [bgcolor=#FFA500]
-                RenderBlock {DIV} at (0,0) size 49x48 [bgcolor=#00FF00]
</del><ins>+      RenderTable {TABLE} at (0,36) size 450x154
+        RenderTableSection {TBODY} at (0,0) size 450x154
+          RenderTableRow {TR} at (0,2) size 450x150
+            RenderTableCell {TD} at (2,2) size 54x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 48x144 [color=#FFFF00] [bgcolor=#FFA500]
+                RenderBlock {DIV} at (0,0) size 48x48 [bgcolor=#00FF00]
</ins><span class="cx">                   RenderText {#text} at (0,-1) size 48x49
</span><span class="cx">                     text run at (0,-1) width 48: &quot;A&quot;
</span><del>-                RenderBlock {DIV} at (0,96) size 49x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 48x48 [bgcolor=#00FFFF]
</ins><span class="cx">                   RenderText {#text} at (0,-1) size 48x49
</span><span class="cx">                     text run at (0,-1) width 48: &quot;C&quot;
</span><del>-            RenderTableCell {TD} at (58,2) size 55x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 49x144 [color=#FFFF00] [bgcolor=#FFA500]
-                RenderBlock {DIV} at (0,0) size 49x48 [bgcolor=#00FF00]
</del><ins>+            RenderTableCell {TD} at (58,2) size 54x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 48x144 [color=#FFFF00] [bgcolor=#FFA500]
+                RenderBlock {DIV} at (0,0) size 48x48 [bgcolor=#00FF00]
</ins><span class="cx">                   RenderText {#text} at (0,-1) size 48x49
</span><span class="cx">                     text run at (0,-1) width 48: &quot;A&quot;
</span><del>-                RenderBlock {DIV} at (0,96) size 49x0
-                RenderBlock {DIV} at (0,96) size 49x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 48x0
+                RenderBlock {DIV} at (0,96) size 48x48 [bgcolor=#00FFFF]
</ins><span class="cx">                   RenderText {#text} at (0,-1) size 48x49
</span><span class="cx">                     text run at (0,-1) width 48: &quot;C&quot;
</span><del>-            RenderTableCell {TD} at (114,2) size 55x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=2 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 49x144 [color=#FFFF00] [bgcolor=#FFA500]
-                RenderBlock {DIV} at (0,0) size 49x48 [bgcolor=#00FF00]
</del><ins>+            RenderTableCell {TD} at (114,2) size 54x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=2 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 48x144 [color=#FFFF00] [bgcolor=#FFA500]
+                RenderBlock {DIV} at (0,0) size 48x48 [bgcolor=#00FF00]
</ins><span class="cx">                   RenderText {#text} at (0,-1) size 48x49
</span><span class="cx">                     text run at (0,-1) width 48: &quot;A&quot;
</span><del>-                RenderBlock {DIV} at (0,96) size 49x0
-                RenderBlock {DIV} at (0,96) size 49x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 48x0
+                RenderBlock {DIV} at (0,96) size 48x48 [bgcolor=#00FFFF]
</ins><span class="cx">                   RenderText {#text} at (0,-1) size 48x49
</span><span class="cx">                     text run at (0,-1) width 48: &quot;C&quot;
</span><del>-            RenderTableCell {TD} at (170,2) size 55x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=3 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 49x144 [color=#FFFF00] [bgcolor=#FFA500]
-                RenderBlock {DIV} at (0,0) size 49x48 [bgcolor=#00FF00]
</del><ins>+            RenderTableCell {TD} at (170,2) size 54x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=3 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 48x144 [color=#FFFF00] [bgcolor=#FFA500]
+                RenderBlock {DIV} at (0,0) size 48x48 [bgcolor=#00FF00]
</ins><span class="cx">                   RenderText {#text} at (0,-1) size 48x49
</span><span class="cx">                     text run at (0,-1) width 48: &quot;A&quot;
</span><del>-                RenderBlock {DIV} at (0,96) size 49x0
-                RenderBlock {DIV} at (0,96) size 49x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 48x0
+                RenderBlock {DIV} at (0,96) size 48x48 [bgcolor=#00FFFF]
</ins><span class="cx">                   RenderText {#text} at (0,-1) size 48x49
</span><span class="cx">                     text run at (0,-1) width 48: &quot;C&quot;
</span><del>-            RenderTableCell {TD} at (226,2) size 55x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=4 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 49x144 [color=#FFFF00] [bgcolor=#FFA500]
-                RenderBlock {DIV} at (0,0) size 49x48 [bgcolor=#00FF00]
</del><ins>+            RenderTableCell {TD} at (226,2) size 54x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=4 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 48x144 [color=#FFFF00] [bgcolor=#FFA500]
+                RenderBlock {DIV} at (0,0) size 48x48 [bgcolor=#00FF00]
</ins><span class="cx">                   RenderText {#text} at (0,-1) size 48x49
</span><span class="cx">                     text run at (0,-1) width 48: &quot;A&quot;
</span><del>-                RenderBlock {DIV} at (0,96) size 49x0
-                RenderBlock {DIV} at (0,96) size 49x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 48x0
+                RenderBlock {DIV} at (0,96) size 48x48 [bgcolor=#00FFFF]
</ins><span class="cx">                   RenderText {#text} at (0,-1) size 48x49
</span><span class="cx">                     text run at (0,-1) width 48: &quot;C&quot;
</span><del>-            RenderTableCell {TD} at (282,2) size 55x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=5 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 49x144 [color=#FFFF00] [bgcolor=#FFA500]
-                RenderBlock {DIV} at (0,0) size 49x48 [bgcolor=#00FF00]
</del><ins>+            RenderTableCell {TD} at (282,2) size 54x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=5 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 48x144 [color=#FFFF00] [bgcolor=#FFA500]
+                RenderBlock {DIV} at (0,0) size 48x48 [bgcolor=#00FF00]
</ins><span class="cx">                   RenderText {#text} at (0,-1) size 48x49
</span><span class="cx">                     text run at (0,-1) width 48: &quot;A&quot;
</span><del>-                RenderBlock {DIV} at (0,96) size 49x0
-                RenderBlock {DIV} at (0,96) size 49x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 48x0
+                RenderBlock {DIV} at (0,96) size 48x48 [bgcolor=#00FFFF]
</ins><span class="cx">                   RenderText {#text} at (0,-1) size 48x49
</span><span class="cx">                     text run at (0,-1) width 48: &quot;C&quot;
</span><del>-            RenderTableCell {TD} at (338,2) size 55x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=6 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 49x144 [color=#FFFF00] [bgcolor=#FFA500]
-                RenderBlock {DIV} at (0,0) size 49x48 [bgcolor=#00FF00]
</del><ins>+            RenderTableCell {TD} at (338,2) size 54x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=6 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 48x144 [color=#FFFF00] [bgcolor=#FFA500]
+                RenderBlock {DIV} at (0,0) size 48x48 [bgcolor=#00FF00]
</ins><span class="cx">                   RenderText {#text} at (0,-1) size 48x49
</span><span class="cx">                     text run at (0,-1) width 48: &quot;A&quot;
</span><del>-                RenderBlock {DIV} at (0,96) size 49x0
-                RenderBlock {DIV} at (0,96) size 49x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 48x0
+                RenderBlock {DIV} at (0,96) size 48x48 [bgcolor=#00FFFF]
</ins><span class="cx">                   RenderText {#text} at (0,-1) size 48x49
</span><span class="cx">                     text run at (0,-1) width 48: &quot;C&quot;
</span><del>-            RenderTableCell {TD} at (394,2) size 55x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=7 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 49x144 [color=#FFFF00] [bgcolor=#FFA500]
-                RenderBlock {DIV} at (0,0) size 49x48 [bgcolor=#00FF00]
</del><ins>+            RenderTableCell {TD} at (394,2) size 54x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=7 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 48x144 [color=#FFFF00] [bgcolor=#FFA500]
+                RenderBlock {DIV} at (0,0) size 48x48 [bgcolor=#00FF00]
</ins><span class="cx">                   RenderText {#text} at (0,-1) size 48x49
</span><span class="cx">                     text run at (0,-1) width 48: &quot;A&quot;
</span><del>-                RenderBlock {DIV} at (0,96) size 49x0
-                RenderBlock {DIV} at (0,96) size 49x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 48x0
+                RenderBlock {DIV} at (0,96) size 48x48 [bgcolor=#00FFFF]
</ins><span class="cx">                   RenderText {#text} at (0,-1) size 48x49
</span><span class="cx">                     text run at (0,-1) width 48: &quot;C&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapse056expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/056-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/056-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/056-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,17 +6,17 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 233x19
</span><span class="cx">           text run at (0,0) width 233: &quot;There should be no red on this page.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 107x156 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x150
-          RenderTableRow {TR} at (0,0) size 101x150
-            RenderTableCell {TD} at (0,0) size 51x150 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x50
-                RenderBlock {DIV} at (0,0) size 51x150 [bgcolor=#00FFFF]
-              RenderBlock {DIV} at (0,50) size 51x50 [bgcolor=#FFFF00]
-            RenderTableCell {TD} at (50,0) size 51x150 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x50 [border: (50px solid #00FFFF) none]
-              RenderBlock {DIV} at (0,50) size 51x50 [border: (50px solid #FFFF00) none]
-              RenderBlock {DIV} at (0,100) size 51x50 [border: (50px solid #00FFFF) none]
</del><ins>+      RenderTable {TABLE} at (0,36) size 106x156 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x150
+          RenderTableRow {TR} at (0,0) size 100x150
+            RenderTableCell {TD} at (0,0) size 50x150 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x50
+                RenderBlock {DIV} at (0,0) size 50x150 [bgcolor=#00FFFF]
+              RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#FFFF00]
+            RenderTableCell {TD} at (50,0) size 50x150 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #00FFFF) none]
+              RenderBlock {DIV} at (0,50) size 50x50 [border: (50px solid #FFFF00) none]
+              RenderBlock {DIV} at (0,100) size 50x50 [border: (50px solid #00FFFF) none]
</ins><span class="cx">       RenderBlock {P} at (0,208) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 57x19
</span><span class="cx">           text run at (0,0) width 57: &quot;See also &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapse057expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/057-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/057-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/057-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,38 +6,38 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 416x19
</span><span class="cx">           text run at (0,0) width 416: &quot;There six boxes below should look the same with no red present.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 417x278
-        RenderTableSection {TBODY} at (0,0) size 417x278
-          RenderTableRow {TR} at (0,2) size 417x136
-            RenderTableCell {TD} at (2,2) size 137x136 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 416x278
+        RenderTableSection {TBODY} at (0,0) size 416x278
+          RenderTableRow {TR} at (0,2) size 416x136
+            RenderTableCell {TD} at (2,2) size 136x136 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)]
</span><span class="cx">                 RenderBlock {DIV} at (3,3) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                   RenderBlock (floating) {DIV} at (0,0) size 64x64 [bgcolor=#00FFFF]
</span><span class="cx">                   RenderBlock {DIV} at (0,64) size 128x64 [bgcolor=#FF0000] [border: none (64px solid #FFFF00) none]
</span><del>-            RenderTableCell {TD} at (140,2) size 137x136 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (140,2) size 136x136 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)]
</span><span class="cx">                 RenderBlock {DIV} at (3,3) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                   RenderBlock (floating) {DIV} at (0,0) size 64x64 [bgcolor=#00FFFF]
</span><span class="cx">                   RenderBlock {DIV} at (0,64) size 128x64 [bgcolor=#FF0000] [border: none (64px solid #FFFF00) none]
</span><del>-            RenderTableCell {TD} at (278,2) size 137x136 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (278,2) size 136x136 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)]
</span><span class="cx">                 RenderBlock {DIV} at (3,3) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                   RenderBlock (floating) {DIV} at (0,0) size 64x64 [bgcolor=#00FFFF]
</span><span class="cx">                   RenderBlock {DIV} at (0,64) size 128x64 [bgcolor=#FF0000] [border: none (64px solid #FFFF00) none]
</span><del>-          RenderTableRow {TR} at (0,140) size 417x136
-            RenderTableCell {TD} at (2,140) size 137x136 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,140) size 416x136
+            RenderTableCell {TD} at (2,140) size 136x136 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)]
</span><span class="cx">                 RenderBlock {DIV} at (3,3) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                   RenderBlock (floating) {DIV} at (0,0) size 64x64 [bgcolor=#00FFFF]
</span><span class="cx">                   RenderBlock {DIV} at (0,64) size 128x64 [bgcolor=#FF0000] [border: none (64px solid #FFFF00) none]
</span><span class="cx">                     RenderBlock {DIV} at (16,0) size 96x0
</span><del>-            RenderTableCell {TD} at (140,140) size 137x136 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (140,140) size 136x136 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)]
</span><span class="cx">                 RenderBlock {DIV} at (3,3) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                   RenderBlock (floating) {DIV} at (0,0) size 64x64 [bgcolor=#00FFFF]
</span><span class="cx">                   RenderBlock {DIV} at (0,64) size 128x64 [bgcolor=#FF0000] [border: none (64px solid #FFFF00) none]
</span><span class="cx">                     RenderBlock {DIV} at (16,0) size 96x0
</span><del>-            RenderTableCell {TD} at (278,140) size 137x136 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (278,140) size 136x136 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)]
</span><span class="cx">                 RenderBlock {DIV} at (3,3) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                   RenderBlock (floating) {DIV} at (0,0) size 64x64 [bgcolor=#00FFFF]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapse058expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/058-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/058-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/058-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,22 +6,22 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 300x19
</span><span class="cx">           text run at (0,0) width 300: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 253x134
-        RenderTableSection {TBODY} at (0,0) size 253x134
-          RenderTableRow {TR} at (0,16) size 253x102
-            RenderTableCell {TD} at (16,16) size 103x102 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 252x134
+        RenderTableSection {TBODY} at (0,0) size 252x134
+          RenderTableRow {TR} at (0,16) size 252x102
+            RenderTableCell {TD} at (16,16) size 102x102 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 102x102 [bgcolor=#FFFF00] [border: (3px solid #000000)]
</span><span class="cx">                 RenderBlock {DIV} at (3,35) size 96x0 [bgcolor=#FF0000]
</span><span class="cx">                 RenderBlock (floating) {DIV} at (3,35) size 48x32 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (3,35) size 96x0 [bgcolor=#FF0000]
</span><span class="cx">                 RenderBlock {DIV} at (3,67) size 96x32 [border: (32px solid #FFA500) none]
</span><del>-            RenderTableCell {TD} at (134,16) size 103x102 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (0,0) size 103x102 [border: (3px solid #000000)]
-                RenderTableSection {TBODY} at (3,3) size 97x96
-                  RenderTableRow {TR} at (0,0) size 97x32
-                    RenderTableCell {TD} at (0,16) size 97x0 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=2]
-                  RenderTableRow {TR} at (0,32) size 97x32
-                    RenderTableCell {TD} at (0,48) size 49x0 [bgcolor=#FFA500] [r=1 c=0 rs=1 cs=1]
-                    RenderTableCell {TD} at (48,48) size 49x0 [bgcolor=#FFFF00] [r=1 c=1 rs=1 cs=1]
-                  RenderTableRow {TR} at (0,64) size 97x32
-                    RenderTableCell {TD} at (0,80) size 97x0 [bgcolor=#FFA500] [r=2 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (134,16) size 102x102 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (0,0) size 102x102 [border: (3px solid #000000)]
+                RenderTableSection {TBODY} at (3,3) size 96x96
+                  RenderTableRow {TR} at (0,0) size 96x32
+                    RenderTableCell {TD} at (0,16) size 96x0 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=2]
+                  RenderTableRow {TR} at (0,32) size 96x32
+                    RenderTableCell {TD} at (0,48) size 48x0 [bgcolor=#FFA500] [r=1 c=0 rs=1 cs=1]
+                    RenderTableCell {TD} at (48,48) size 48x0 [bgcolor=#FFFF00] [r=1 c=1 rs=1 cs=1]
+                  RenderTableRow {TR} at (0,64) size 96x32
+                    RenderTableCell {TD} at (0,80) size 96x0 [bgcolor=#FFA500] [r=2 c=0 rs=1 cs=2]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapse059expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/059-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/059-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/059-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,18 +6,18 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 233x19
</span><span class="cx">           text run at (0,0) width 233: &quot;There should be no red on this page.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 107x206 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x200
-          RenderTableRow {TR} at (0,0) size 101x200
-            RenderTableCell {TD} at (0,25) size 51x150 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FF0000]
-                RenderBlock {DIV} at (0,0) size 51x150 [bgcolor=#00FFFF]
-              RenderBlock {DIV} at (0,50) size 51x50 [bgcolor=#FFFF00]
-            RenderTableCell {TD} at (50,0) size 51x200 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FFA500] [border: (50px solid #00FFFF) none]
-              RenderBlock {DIV} at (0,50) size 51x50 [border: (50px solid #FFFF00) none]
-              RenderBlock {DIV} at (0,100) size 51x50 [border: (50px solid #00FFFF) none]
-              RenderBlock {DIV} at (0,150) size 51x50 [border: (50px solid #FFA500) none]
</del><ins>+      RenderTable {TABLE} at (0,36) size 106x206 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x200
+          RenderTableRow {TR} at (0,0) size 100x200
+            RenderTableCell {TD} at (0,25) size 50x150 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FF0000]
+                RenderBlock {DIV} at (0,0) size 50x150 [bgcolor=#00FFFF]
+              RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#FFFF00]
+            RenderTableCell {TD} at (50,0) size 50x200 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFA500] [border: (50px solid #00FFFF) none]
+              RenderBlock {DIV} at (0,50) size 50x50 [border: (50px solid #FFFF00) none]
+              RenderBlock {DIV} at (0,100) size 50x50 [border: (50px solid #00FFFF) none]
+              RenderBlock {DIV} at (0,150) size 50x50 [border: (50px solid #FFA500) none]
</ins><span class="cx">       RenderBlock {P} at (0,258) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 248x19
</span><span class="cx">           text run at (0,0) width 248: &quot;This test is irrelevant if you don't pass &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline006expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/006-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/006-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/006-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,28 +11,28 @@
</span><span class="cx">       RenderBlock {P} at (0,36) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 515x19
</span><span class="cx">           text run at (0,0) width 515: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,72) size 107x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x250
-          RenderTableRow {TR} at (0,0) size 101x250
-            RenderTableCell {TD} at (0,0) size 51x250 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+      RenderTable {TABLE} at (0,72) size 106x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x250
+          RenderTableRow {TR} at (0,0) size 100x250
+            RenderTableCell {TD} at (0,0) size 50x250 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
-                RenderBlock {DIV} at (0,0) size 51x50 [color=#FFFF00] [bgcolor=#FF0000]
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
+                RenderBlock {DIV} at (0,0) size 50x50 [color=#FFFF00] [bgcolor=#FF0000]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 50x50
</span><span class="cx">                     text run at (0,0) width 50: &quot;X&quot;
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
-                RenderBlock {DIV} at (0,0) size 51x50 [color=#00FF00] [bgcolor=#FF0000]
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
+                RenderBlock {DIV} at (0,0) size 50x50 [color=#00FF00] [bgcolor=#FF0000]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 50x50
</span><span class="cx">                     text run at (0,0) width 50: &quot;X&quot;
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFA500) none]
</span><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [border: (50px solid #FFFF00) none]
</span><span class="cx">               RenderBlock {DIV} at (0,100) size 50x50 [border: (50px solid #FFA500) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline010expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/010-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/010-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/010-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,77 +6,77 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 588x19
</span><span class="cx">           text run at (0,0) width 588: &quot;The square should consist of exactly five equal bands, orange, lime, orange, yellow, orange.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 257x256 [bgcolor=#FFA500] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 251x250
-          RenderTableRow {TR} at (0,0) size 251x250
-            RenderTableCell {TD} at (0,0) size 51x250 [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+      RenderTable {TABLE} at (0,36) size 256x256 [bgcolor=#FFA500] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 250x250
+          RenderTableRow {TR} at (0,0) size 250x250
+            RenderTableCell {TD} at (0,0) size 50x250 [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (100,0) size 51x250 [r=0 c=2 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (100,0) size 50x250 [r=0 c=2 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (150,0) size 51x250 [r=0 c=3 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (150,0) size 50x250 [r=0 c=3 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,200) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,200) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (200,0) size 51x250 [r=0 c=4 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (200,0) size 50x250 [r=0 c=4 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,308) size 784x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline011expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/011-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/011-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/011-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,107 +6,107 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 588x19
</span><span class="cx">           text run at (0,0) width 588: &quot;The square should consist of exactly five equal bands, orange, lime, orange, yellow, orange.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 257x256 [bgcolor=#FFA500] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 251x250
-          RenderTableRow {TR} at (0,0) size 251x250
-            RenderTableCell {TD} at (0,0) size 51x250 [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+      RenderTable {TABLE} at (0,36) size 256x256 [bgcolor=#FFA500] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 250x250
+          RenderTableRow {TR} at (0,0) size 250x250
+            RenderTableCell {TD} at (0,0) size 50x250 [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x0
-                RenderBlock {DIV} at (0,0) size 51x0 [bgcolor=#FF0000]
-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x0
+                RenderBlock {DIV} at (0,0) size 50x0 [bgcolor=#FF0000]
+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x0
-                RenderBlock {DIV} at (0,0) size 51x0 [bgcolor=#FF0000]
-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x0
+                RenderBlock {DIV} at (0,0) size 50x0 [bgcolor=#FF0000]
+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (100,0) size 51x250 [r=0 c=2 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (100,0) size 50x250 [r=0 c=2 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x0
-                RenderBlock {DIV} at (0,0) size 51x0 [bgcolor=#FF0000]
-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x0
+                RenderBlock {DIV} at (0,0) size 50x0 [bgcolor=#FF0000]
+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (150,0) size 51x250 [r=0 c=3 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (150,0) size 50x250 [r=0 c=3 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,200) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,200) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,200) size 51x0
-                RenderBlock {DIV} at (0,0) size 51x0 [bgcolor=#FF0000]
-              RenderBlock (anonymous) at (0,200) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,200) size 50x0
+                RenderBlock {DIV} at (0,0) size 50x0 [bgcolor=#FF0000]
+              RenderBlock (anonymous) at (0,200) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (200,0) size 51x250 [r=0 c=4 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (200,0) size 50x250 [r=0 c=4 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,100) size 51x0
-                RenderBlock {DIV} at (0,0) size 51x0 [bgcolor=#FF0000]
-              RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,100) size 50x0
+                RenderBlock {DIV} at (0,0) size 50x0 [bgcolor=#FF0000]
+              RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,308) size 784x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline012expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/012-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/012-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/012-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,24 +6,24 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 515x19
</span><span class="cx">           text run at (0,0) width 515: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 107x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x250
-          RenderTableRow {TR} at (0,0) size 101x250
-            RenderTableCell {TD} at (0,0) size 51x250 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+      RenderTable {TABLE} at (0,36) size 106x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x250
+          RenderTableRow {TR} at (0,0) size 100x250
+            RenderTableCell {TD} at (0,0) size 50x250 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFA500) none]
</span><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [border: (50px solid #FFFF00) none]
</span><span class="cx">               RenderBlock {DIV} at (0,100) size 50x50 [border: (50px solid #FFA500) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline015expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/015-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/015-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/015-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,9 +6,9 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 515x19
</span><span class="cx">           text run at (0,0) width 515: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 107x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x250
-          RenderTableRow {TR} at (0,0) size 101x250
</del><ins>+      RenderTable {TABLE} at (0,36) size 106x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x250
+          RenderTableRow {TR} at (0,0) size 100x250
</ins><span class="cx">             RenderTableCell {TD} at (0,0) size 50x250 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 50x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx">               RenderBlock (anonymous) at (0,250) size 50x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFFF00) none]
</span><span class="cx">               RenderBlock {DIV} at (0,50) size 50x100 [border: (100px solid #FFA500) none]
</span><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [border: (50px solid #00FF00) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline016expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/016-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/016-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/016-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 515x19
</span><span class="cx">           text run at (0,0) width 515: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 107x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x250
-          RenderTableRow {TR} at (0,0) size 101x250
-            RenderTableCell {TD} at (0,0) size 51x250 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 106x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x250
+          RenderTableRow {TR} at (0,0) size 100x250
+            RenderTableCell {TD} at (0,0) size 50x250 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x200 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 50x0
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 0x0
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx">                 RenderBlock (anonymous) at (0,250) size 50x0
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFFF00) none]
</span><span class="cx">               RenderBlock {DIV} at (0,50) size 50x100 [border: (100px solid #FFA500) none]
</span><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [border: (50px solid #00FFFF) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline017expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/017-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/017-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/017-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,33 +6,33 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 627x19
</span><span class="cx">           text run at (0,0) width 627: &quot;The following square should contain exactly two bands, one yellow, one lime, with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 107x106 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x100
-          RenderTableRow {TR} at (0,0) size 101x100
-            RenderTableCell {TD} at (0,0) size 51x100 [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+      RenderTable {TABLE} at (0,36) size 106x106 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x100
+          RenderTableRow {TR} at (0,0) size 100x100
+            RenderTableCell {TD} at (0,0) size 50x100 [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 51x50
-                RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FF0000]
-                  RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 50x50
+                RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FF0000]
+                  RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 51x50
-                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FFFF00]
-                  RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 50x50
+                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
+                  RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
-                RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-              RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
+                RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+              RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (50,0) size 51x100 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x50 [border: (50px solid #FFFF00) none]
-              RenderBlock {DIV} at (0,50) size 51x50 [border: (50px solid #00FF00) none]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x100 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFFF00) none]
+              RenderBlock {DIV} at (0,50) size 50x50 [border: (50px solid #00FF00) none]
</ins><span class="cx">       RenderBlock {P} at (0,158) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 266x19
</span><span class="cx">           text run at (0,0) width 266: &quot;This test is meaningless if you don't pass &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline018expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/018-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/018-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/018-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,38 +12,38 @@
</span><span class="cx">             text run at (0,20) width 44: &quot;visible&quot;
</span><span class="cx">         RenderText {#text} at (43,20) size 5x19
</span><span class="cx">           text run at (43,20) width 5: &quot;.&quot;
</span><del>-      RenderTable {TABLE} at (0,56) size 107x156 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x150
-          RenderTableRow {TR} at (0,0) size 101x150
-            RenderTableCell {TD} at (0,0) size 51x150 [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+      RenderTable {TABLE} at (0,56) size 106x156 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x150
+          RenderTableRow {TR} at (0,0) size 100x150
+            RenderTableCell {TD} at (0,0) size 50x150 [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 51x150
-                RenderBlock {DIV} at (0,0) size 51x150 [bgcolor=#FFA500]
-                  RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 50x150
+                RenderBlock {DIV} at (0,0) size 50x150 [bgcolor=#FFA500]
+                  RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 51x50
-                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FF0000]
-                      RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 50x50
+                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FF0000]
+                      RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                         RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                      RenderBlock (anonymous) at (0,0) size 51x50
-                        RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FFFF00]
-                      RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+                      RenderBlock (anonymous) at (0,0) size 50x50
+                        RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
+                      RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                         RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                         RenderText {#text} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+                  RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,100) size 51x50
-                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+                  RenderBlock (anonymous) at (0,100) size 50x50
+                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (50,0) size 51x150 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x50 [border: (50px solid #FFFF00) none]
-              RenderBlock {DIV} at (0,50) size 51x50 [border: (50px solid #FFA500) none]
-              RenderBlock {DIV} at (0,100) size 51x50 [border: (50px solid #00FF00) none]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x150 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFFF00) none]
+              RenderBlock {DIV} at (0,50) size 50x50 [border: (50px solid #FFA500) none]
+              RenderBlock {DIV} at (0,100) size 50x50 [border: (50px solid #00FF00) none]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline019expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/019-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/019-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/019-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,70 +6,70 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 233x19
</span><span class="cx">           text run at (0,0) width 233: &quot;There should be no red on this page.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 157x106 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 151x100
-          RenderTableRow {TR} at (0,0) size 151x100
-            RenderTableCell {TD} at (0,0) size 51x100 [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+      RenderTable {TABLE} at (0,36) size 156x106 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 150x100
+          RenderTableRow {TR} at (0,0) size 150x100
+            RenderTableCell {TD} at (0,0) size 50x100 [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 51x55
-                RenderBlock {DIV} at (0,0) size 51x55 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 50x55
+                RenderBlock {DIV} at (0,0) size 50x55 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 51x50
-                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 50x50
+                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,55) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,55) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,55) size 51x45
-                RenderBlock {DIV} at (0,0) size 51x45 [bgcolor=#00FF00]
-              RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,55) size 50x45
+                RenderBlock {DIV} at (0,0) size 50x45 [bgcolor=#00FF00]
+              RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (50,0) size 51x100 [r=0 c=1 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x100 [r=0 c=1 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 51x50
-                RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 50x50
+                RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 51x50
-                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 50x50
+                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
-                RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-              RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
+                RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+              RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (100,0) size 51x100 [r=0 c=2 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (100,0) size 50x100 [r=0 c=2 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 51x45
-                RenderBlock {DIV} at (0,0) size 51x45 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 50x45
+                RenderBlock {DIV} at (0,0) size 50x45 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 51x50
-                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 50x50
+                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,45) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,45) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,45) size 51x55
-                RenderBlock {DIV} at (0,0) size 51x55 [bgcolor=#00FF00]
-              RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,45) size 50x55
+                RenderBlock {DIV} at (0,0) size 50x55 [bgcolor=#00FF00]
+              RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,158) size 784x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline020expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/020-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/020-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/020-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,70 +6,70 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 233x19
</span><span class="cx">           text run at (0,0) width 233: &quot;There should be no red on this page.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 157x156 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 151x150
-          RenderTableRow {TR} at (0,0) size 151x150
-            RenderTableCell {TD} at (0,0) size 51x150 [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+      RenderTable {TABLE} at (0,36) size 156x156 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 150x150
+          RenderTableRow {TR} at (0,0) size 150x150
+            RenderTableCell {TD} at (0,0) size 50x150 [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 51x105
-                RenderBlock {DIV} at (0,0) size 51x105 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 50x105
+                RenderBlock {DIV} at (0,0) size 50x105 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 51x50
-                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 50x50
+                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,105) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,105) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,105) size 51x45
-                RenderBlock {DIV} at (0,0) size 51x45 [bgcolor=#00FF00]
-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,105) size 50x45
+                RenderBlock {DIV} at (0,0) size 50x45 [bgcolor=#00FF00]
+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (50,0) size 51x150 [r=0 c=1 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x150 [r=0 c=1 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 51x100
-                RenderBlock {DIV} at (0,0) size 51x100 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 50x100
+                RenderBlock {DIV} at (0,0) size 50x100 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 51x50
-                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 50x50
+                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,100) size 51x50
-                RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,100) size 50x50
+                RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (100,0) size 51x150 [r=0 c=2 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (100,0) size 50x150 [r=0 c=2 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 51x95
-                RenderBlock {DIV} at (0,0) size 51x95 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 50x95
+                RenderBlock {DIV} at (0,0) size 50x95 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 51x50
-                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 50x50
+                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,95) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,95) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,95) size 51x55
-                RenderBlock {DIV} at (0,0) size 51x55 [bgcolor=#00FF00]
-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,95) size 50x55
+                RenderBlock {DIV} at (0,0) size 50x55 [bgcolor=#00FF00]
+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,208) size 784x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline021expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/021-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/021-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/021-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,13 +6,13 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 300x19
</span><span class="cx">           text run at (0,0) width 300: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 317x166
-        RenderTableSection {TBODY} at (0,0) size 317x166
-          RenderTableRow {TR} at (0,16) size 317x134
-            RenderTableCell {TD} at (16,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (3,3) size 129x0
</del><ins>+      RenderTable {TABLE} at (0,36) size 316x166
+        RenderTableSection {TBODY} at (0,0) size 316x166
+          RenderTableRow {TR} at (0,16) size 316x134
+            RenderTableCell {TD} at (16,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (3,3) size 128x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (3,3) size 129x128
</del><ins>+              RenderBlock (anonymous) at (3,3) size 128x128
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                   RenderBlock (anonymous) at (0,0) size 128x0
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="lines">@@ -24,14 +24,14 @@
</span><span class="cx">                   RenderBlock (anonymous) at (0,128) size 128x0
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (3,131) size 129x0
</del><ins>+              RenderBlock (anonymous) at (3,131) size 128x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (166,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (3,3) size 129x128
-                RenderTableSection {TBODY} at (0,0) size 129x128
-                  RenderTableRow {TR} at (0,0) size 129x64
-                    RenderTableCell {TD} at (0,32) size 65x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
-                    RenderTableCell {TD} at (64,32) size 65x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
-                  RenderTableRow {TR} at (0,64) size 129x64
-                    RenderTableCell {TD} at (0,96) size 129x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (166,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (3,3) size 128x128
+                RenderTableSection {TBODY} at (0,0) size 128x128
+                  RenderTableRow {TR} at (0,0) size 128x64
+                    RenderTableCell {TD} at (0,32) size 64x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
+                    RenderTableCell {TD} at (64,32) size 64x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
+                  RenderTableRow {TR} at (0,64) size 128x64
+                    RenderTableCell {TD} at (0,96) size 128x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline022expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/022-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/022-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/022-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,13 +6,13 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 300x19
</span><span class="cx">           text run at (0,0) width 300: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 317x166
-        RenderTableSection {TBODY} at (0,0) size 317x166
-          RenderTableRow {TR} at (0,16) size 317x134
-            RenderTableCell {TD} at (16,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (3,3) size 129x0
</del><ins>+      RenderTable {TABLE} at (0,36) size 316x166
+        RenderTableSection {TBODY} at (0,0) size 316x166
+          RenderTableRow {TR} at (0,16) size 316x134
+            RenderTableCell {TD} at (16,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (3,3) size 128x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (3,3) size 129x128
</del><ins>+              RenderBlock (anonymous) at (3,3) size 128x128
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                   RenderBlock (anonymous) at (0,0) size 128x0
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="lines">@@ -24,14 +24,14 @@
</span><span class="cx">                   RenderBlock (anonymous) at (0,128) size 128x0
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (3,131) size 129x0
</del><ins>+              RenderBlock (anonymous) at (3,131) size 128x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (166,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (3,3) size 129x128
-                RenderTableSection {TBODY} at (0,0) size 129x128
-                  RenderTableRow {TR} at (0,0) size 129x64
-                    RenderTableCell {TD} at (0,32) size 65x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
-                    RenderTableCell {TD} at (64,32) size 65x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
-                  RenderTableRow {TR} at (0,64) size 129x64
-                    RenderTableCell {TD} at (0,96) size 129x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (166,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (3,3) size 128x128
+                RenderTableSection {TBODY} at (0,0) size 128x128
+                  RenderTableRow {TR} at (0,0) size 128x64
+                    RenderTableCell {TD} at (0,32) size 64x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
+                    RenderTableCell {TD} at (64,32) size 64x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
+                  RenderTableRow {TR} at (0,64) size 128x64
+                    RenderTableCell {TD} at (0,96) size 128x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockmargincollapseblockinsideinline025expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/025-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/025-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/025-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 300x19
</span><span class="cx">           text run at (0,0) width 300: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 317x166
-        RenderTableSection {TBODY} at (0,0) size 317x166
-          RenderTableRow {TR} at (0,16) size 317x134
-            RenderTableCell {TD} at (16,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 316x166
+        RenderTableSection {TBODY} at (0,0) size 316x166
+          RenderTableRow {TR} at (0,16) size 316x134
+            RenderTableCell {TD} at (16,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 128x0
</span><span class="cx">                   RenderBlock (floating) {DIV} at (0,0) size 64x64 [bgcolor=#00FFFF]
</span><span class="lines">@@ -20,11 +20,11 @@
</span><span class="cx">                 RenderBlock (anonymous) at (0,128) size 128x0
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (166,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (3,3) size 129x128
-                RenderTableSection {TBODY} at (0,0) size 129x128
-                  RenderTableRow {TR} at (0,0) size 129x64
-                    RenderTableCell {TD} at (0,32) size 65x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
-                    RenderTableCell {TD} at (64,32) size 65x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
-                  RenderTableRow {TR} at (0,64) size 129x64
-                    RenderTableCell {TD} at (0,96) size 129x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (166,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (3,3) size 128x128
+                RenderTableSection {TBODY} at (0,0) size 128x128
+                  RenderTableRow {TR} at (0,0) size 128x64
+                    RenderTableCell {TD} at (0,32) size 64x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
+                    RenderTableCell {TD} at (64,32) size 64x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
+                  RenderTableRow {TR} at (0,64) size 128x64
+                    RenderTableCell {TD} at (0,96) size 128x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockpositioningnegativerightposexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/positioning/negative-right-pos-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/positioning/negative-right-pos-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/positioning/negative-right-pos-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,6 +11,6 @@
</span><span class="cx">     RenderTable {TABLE} at (0,0) size 250x400 [bgcolor=#008000]
</span><span class="cx">       RenderTableSection {TBODY} at (0,0) size 250x400
</span><span class="cx">         RenderTableRow {TR} at (0,0) size 250x400
</span><del>-          RenderTableCell {TD} at (0,200) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (0,200) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (258,28) size 200x400
</span><span class="cx">   RenderBlock (positioned) {DIV} at (250,0) size 200x400 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastblockpositioningtablecellstaticpositionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/block/positioning/table-cell-static-position-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/block/positioning/table-cell-static-position-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/block/positioning/table-cell-static-position-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,44 +7,44 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 164x19
</span><span class="cx">           text run at (0,0) width 164: &quot;All cells should be green.&quot;
</span><span class="cx"> layer at (8,28) size 340x176
</span><del>-  RenderTable {TABLE} at (0,20) size 341x176 [border: (1px solid #000000)]
-    RenderTableSection {TBODY} at (1,1) size 339x174
-      RenderTableRow {TR} at (0,10) size 339x72
-        RenderTableCell {TD} at (10,10) size 73x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
-        RenderTableCell {TD} at (92,10) size 73x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
-        RenderTableCell {TD} at (174,10) size 73x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
-        RenderTableCell {TD} at (256,10) size 73x2 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+  RenderTable {TABLE} at (0,20) size 340x176 [border: (1px solid #000000)]
+    RenderTableSection {TBODY} at (1,1) size 338x174
+      RenderTableRow {TR} at (0,10) size 338x72
+        RenderTableCell {TD} at (10,10) size 72x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
+        RenderTableCell {TD} at (92,10) size 72x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
+        RenderTableCell {TD} at (174,10) size 72x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
+        RenderTableCell {TD} at (256,10) size 72x2 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 0x0
</span><del>-      RenderTableRow {TR} at (0,92) size 339x72
-        RenderTableCell {TD} at (10,92) size 73x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
-        RenderTableCell {TD} at (92,92) size 73x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
-        RenderTableCell {TD} at (174,92) size 73x2 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
-        RenderTableCell {TD} at (256,92) size 73x22 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+      RenderTableRow {TR} at (0,92) size 338x72
+        RenderTableCell {TD} at (10,92) size 72x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
+        RenderTableCell {TD} at (92,92) size 72x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
+        RenderTableCell {TD} at (174,92) size 72x2 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
+        RenderTableCell {TD} at (256,92) size 72x22 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">           RenderBlock {SPAN} at (1,1) size 0x0
</span><span class="cx"> layer at (266,40) size 70x70
</span><del>-  RenderBlock (positioned) {DIV} at (258,12) size 71x70 [bgcolor=#008000]
</del><ins>+  RenderBlock (positioned) {DIV} at (258,12) size 70x70 [bgcolor=#008000]
</ins><span class="cx"> layer at (184,122) size 70x70
</span><del>-  RenderBlock (positioned) {DIV} at (176,94) size 71x70 [bgcolor=#008000]
</del><ins>+  RenderBlock (positioned) {DIV} at (176,94) size 70x70 [bgcolor=#008000]
</ins><span class="cx"> layer at (266,122) size 70x70
</span><del>-  RenderBlock (positioned) {DIV} at (258,94) size 71x70 [bgcolor=#008000]
</del><ins>+  RenderBlock (positioned) {DIV} at (258,94) size 70x70 [bgcolor=#008000]
</ins><span class="cx"> layer at (8,204) size 340x176
</span><del>-  RenderTable {TABLE} at (0,196) size 341x176 [border: (1px solid #000000)]
-    RenderTableSection {TBODY} at (1,1) size 339x174
-      RenderTableRow {TR} at (0,10) size 339x72
-        RenderTableCell {TD} at (256,10) size 73x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
-        RenderTableCell {TD} at (174,10) size 73x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
-        RenderTableCell {TD} at (92,10) size 73x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
-        RenderTableCell {TD} at (10,10) size 73x2 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+  RenderTable {TABLE} at (0,196) size 340x176 [border: (1px solid #000000)]
+    RenderTableSection {TBODY} at (1,1) size 338x174
+      RenderTableRow {TR} at (0,10) size 338x72
+        RenderTableCell {TD} at (256,10) size 72x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
+        RenderTableCell {TD} at (174,10) size 72x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
+        RenderTableCell {TD} at (92,10) size 72x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
+        RenderTableCell {TD} at (10,10) size 72x2 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 0x0
</span><del>-      RenderTableRow {TR} at (0,92) size 339x72
-        RenderTableCell {TD} at (256,92) size 73x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
-        RenderTableCell {TD} at (174,92) size 73x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
-        RenderTableCell {TD} at (92,92) size 73x2 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
-        RenderTableCell {TD} at (10,92) size 73x22 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+      RenderTableRow {TR} at (0,92) size 338x72
+        RenderTableCell {TD} at (256,92) size 72x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
+        RenderTableCell {TD} at (174,92) size 72x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
+        RenderTableCell {TD} at (92,92) size 72x2 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
+        RenderTableCell {TD} at (10,92) size 72x22 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">           RenderBlock {SPAN} at (71,1) size 0x0
</span><span class="cx"> layer at (20,216) size 70x70
</span><del>-  RenderBlock (positioned) {DIV} at (12,12) size 71x70 [bgcolor=#008000]
</del><ins>+  RenderBlock (positioned) {DIV} at (12,12) size 70x70 [bgcolor=#008000]
</ins><span class="cx"> layer at (102,298) size 70x70
</span><del>-  RenderBlock (positioned) {DIV} at (94,94) size 71x70 [bgcolor=#008000]
</del><ins>+  RenderBlock (positioned) {DIV} at (94,94) size 70x70 [bgcolor=#008000]
</ins><span class="cx"> layer at (20,298) size 70x70
</span><del>-  RenderBlock (positioned) {DIV} at (12,94) size 71x70 [bgcolor=#008000]
</del><ins>+  RenderBlock (positioned) {DIV} at (12,94) size 70x70 [bgcolor=#008000]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastbordersborderantialiasingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/borders/border-antialiasing-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/borders/border-antialiasing-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/borders/border-antialiasing-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -5,98 +5,98 @@
</span><span class="cx">     RenderBody {BODY} at (8,20) size 784x449
</span><span class="cx"> layer at (18,20) size 764x449
</span><span class="cx">   RenderBlock {DIV} at (10,0) size 764x449
</span><del>-    RenderTable {TABLE} at (20,0) size 132x53 [border: none]
-      RenderTableSection {TBODY} at (0,0) size 131x52
-        RenderTableRow {TR} at (0,0) size 131x13
-          RenderTableCell {TD} at (0,5) size 14x3 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
-          RenderTableCell {TD} at (13,5) size 14x3 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
-          RenderTableCell {TD} at (26,5) size 14x3 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
-          RenderTableCell {TD} at (39,5) size 14x3 [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
-          RenderTableCell {TD} at (52,5) size 14x3 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
-          RenderTableCell {TD} at (65,5) size 14x3 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
-          RenderTableCell {TD} at (78,5) size 14x3 [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
-          RenderTableCell {TD} at (91,5) size 14x3 [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
-          RenderTableCell {TD} at (104,5) size 14x3 [border: (1px solid #000000)] [r=0 c=8 rs=1 cs=1]
-          RenderTableCell {TD} at (117,5) size 14x3 [border: (1px solid #000000)] [r=0 c=9 rs=1 cs=1]
-        RenderTableRow {TR} at (0,13) size 131x13
-          RenderTableCell {TD} at (0,18) size 14x3 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
-          RenderTableCell {TD} at (13,18) size 14x3 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
-          RenderTableCell {TD} at (26,18) size 14x3 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
-          RenderTableCell {TD} at (39,18) size 14x3 [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
-          RenderTableCell {TD} at (52,18) size 14x3 [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
-          RenderTableCell {TD} at (65,18) size 14x3 [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
-          RenderTableCell {TD} at (78,18) size 14x3 [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
-          RenderTableCell {TD} at (91,18) size 14x3 [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
-          RenderTableCell {TD} at (104,18) size 14x3 [border: (1px solid #000000)] [r=1 c=8 rs=1 cs=1]
-          RenderTableCell {TD} at (117,18) size 14x3 [border: (1px solid #000000)] [r=1 c=9 rs=1 cs=1]
-        RenderTableRow {TR} at (0,26) size 131x13
-          RenderTableCell {TD} at (0,31) size 14x3 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
-          RenderTableCell {TD} at (13,31) size 14x3 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
-          RenderTableCell {TD} at (26,31) size 14x3 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
-          RenderTableCell {TD} at (39,31) size 14x3 [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
-          RenderTableCell {TD} at (52,31) size 14x3 [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
-          RenderTableCell {TD} at (65,31) size 14x3 [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
-          RenderTableCell {TD} at (78,31) size 14x3 [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
-          RenderTableCell {TD} at (91,31) size 14x3 [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
-          RenderTableCell {TD} at (104,31) size 14x3 [border: (1px solid #000000)] [r=2 c=8 rs=1 cs=1]
-          RenderTableCell {TD} at (117,31) size 14x3 [border: (1px solid #000000)] [r=2 c=9 rs=1 cs=1]
-        RenderTableRow {TR} at (0,39) size 131x13
-          RenderTableCell {TD} at (0,44) size 14x3 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
-          RenderTableCell {TD} at (13,44) size 14x3 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
-          RenderTableCell {TD} at (26,44) size 14x3 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
-          RenderTableCell {TD} at (39,44) size 14x3 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
-          RenderTableCell {TD} at (52,44) size 14x3 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
-          RenderTableCell {TD} at (65,44) size 14x3 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
-          RenderTableCell {TD} at (78,44) size 14x3 [border: (1px solid #000000)] [r=3 c=6 rs=1 cs=1]
-          RenderTableCell {TD} at (91,44) size 14x3 [border: (1px solid #000000)] [r=3 c=7 rs=1 cs=1]
-          RenderTableCell {TD} at (104,44) size 14x3 [border: (1px solid #000000)] [r=3 c=8 rs=1 cs=1]
-          RenderTableCell {TD} at (117,44) size 14x3 [border: (1px solid #000000)] [r=3 c=9 rs=1 cs=1]
-    RenderTable {TABLE} at (20,73) size 163x66
-      RenderTableSection {TBODY} at (0,0) size 163x66
-        RenderTableRow {TR} at (0,2) size 163x14
-          RenderTableCell {TD} at (2,7) size 15x4 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
-          RenderTableCell {TD} at (18,7) size 15x4 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
-          RenderTableCell {TD} at (34,7) size 15x4 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
-          RenderTableCell {TD} at (50,7) size 15x4 [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
-          RenderTableCell {TD} at (66,7) size 15x4 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
-          RenderTableCell {TD} at (82,7) size 15x4 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
-          RenderTableCell {TD} at (98,7) size 15x4 [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
-          RenderTableCell {TD} at (114,7) size 15x4 [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
-          RenderTableCell {TD} at (130,7) size 15x4 [border: (1px solid #000000)] [r=0 c=8 rs=1 cs=1]
-          RenderTableCell {TD} at (146,7) size 15x4 [border: (1px solid #000000)] [r=0 c=9 rs=1 cs=1]
-        RenderTableRow {TR} at (0,18) size 163x14
-          RenderTableCell {TD} at (2,23) size 15x4 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
-          RenderTableCell {TD} at (18,23) size 15x4 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
-          RenderTableCell {TD} at (34,23) size 15x4 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
-          RenderTableCell {TD} at (50,23) size 15x4 [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
-          RenderTableCell {TD} at (66,23) size 15x4 [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
-          RenderTableCell {TD} at (82,23) size 15x4 [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
-          RenderTableCell {TD} at (98,23) size 15x4 [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
-          RenderTableCell {TD} at (114,23) size 15x4 [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
-          RenderTableCell {TD} at (130,23) size 15x4 [border: (1px solid #000000)] [r=1 c=8 rs=1 cs=1]
-          RenderTableCell {TD} at (146,23) size 15x4 [border: (1px solid #000000)] [r=1 c=9 rs=1 cs=1]
-        RenderTableRow {TR} at (0,34) size 163x14
-          RenderTableCell {TD} at (2,39) size 15x4 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
-          RenderTableCell {TD} at (18,39) size 15x4 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
-          RenderTableCell {TD} at (34,39) size 15x4 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
-          RenderTableCell {TD} at (50,39) size 15x4 [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
-          RenderTableCell {TD} at (66,39) size 15x4 [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
-          RenderTableCell {TD} at (82,39) size 15x4 [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
-          RenderTableCell {TD} at (98,39) size 15x4 [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
-          RenderTableCell {TD} at (114,39) size 15x4 [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
-          RenderTableCell {TD} at (130,39) size 15x4 [border: (1px solid #000000)] [r=2 c=8 rs=1 cs=1]
-          RenderTableCell {TD} at (146,39) size 15x4 [border: (1px solid #000000)] [r=2 c=9 rs=1 cs=1]
-        RenderTableRow {TR} at (0,50) size 163x14
-          RenderTableCell {TD} at (2,55) size 15x4 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
-          RenderTableCell {TD} at (18,55) size 15x4 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
-          RenderTableCell {TD} at (34,55) size 15x4 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
-          RenderTableCell {TD} at (50,55) size 15x4 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
-          RenderTableCell {TD} at (66,55) size 15x4 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
-          RenderTableCell {TD} at (82,55) size 15x4 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
-          RenderTableCell {TD} at (98,55) size 15x4 [border: (1px solid #000000)] [r=3 c=6 rs=1 cs=1]
-          RenderTableCell {TD} at (114,55) size 15x4 [border: (1px solid #000000)] [r=3 c=7 rs=1 cs=1]
-          RenderTableCell {TD} at (130,55) size 15x4 [border: (1px solid #000000)] [r=3 c=8 rs=1 cs=1]
-          RenderTableCell {TD} at (146,55) size 15x4 [border: (1px solid #000000)] [r=3 c=9 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (20,0) size 131x53 [border: none]
+      RenderTableSection {TBODY} at (0,0) size 130x52
+        RenderTableRow {TR} at (0,0) size 130x13
+          RenderTableCell {TD} at (0,5) size 13x3 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
+          RenderTableCell {TD} at (13,5) size 13x3 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
+          RenderTableCell {TD} at (26,5) size 13x3 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
+          RenderTableCell {TD} at (39,5) size 13x3 [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
+          RenderTableCell {TD} at (52,5) size 13x3 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
+          RenderTableCell {TD} at (65,5) size 13x3 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
+          RenderTableCell {TD} at (78,5) size 13x3 [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
+          RenderTableCell {TD} at (91,5) size 13x3 [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
+          RenderTableCell {TD} at (104,5) size 13x3 [border: (1px solid #000000)] [r=0 c=8 rs=1 cs=1]
+          RenderTableCell {TD} at (117,5) size 13x3 [border: (1px solid #000000)] [r=0 c=9 rs=1 cs=1]
+        RenderTableRow {TR} at (0,13) size 130x13
+          RenderTableCell {TD} at (0,18) size 13x3 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
+          RenderTableCell {TD} at (13,18) size 13x3 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
+          RenderTableCell {TD} at (26,18) size 13x3 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
+          RenderTableCell {TD} at (39,18) size 13x3 [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
+          RenderTableCell {TD} at (52,18) size 13x3 [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
+          RenderTableCell {TD} at (65,18) size 13x3 [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
+          RenderTableCell {TD} at (78,18) size 13x3 [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
+          RenderTableCell {TD} at (91,18) size 13x3 [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
+          RenderTableCell {TD} at (104,18) size 13x3 [border: (1px solid #000000)] [r=1 c=8 rs=1 cs=1]
+          RenderTableCell {TD} at (117,18) size 13x3 [border: (1px solid #000000)] [r=1 c=9 rs=1 cs=1]
+        RenderTableRow {TR} at (0,26) size 130x13
+          RenderTableCell {TD} at (0,31) size 13x3 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
+          RenderTableCell {TD} at (13,31) size 13x3 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
+          RenderTableCell {TD} at (26,31) size 13x3 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
+          RenderTableCell {TD} at (39,31) size 13x3 [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
+          RenderTableCell {TD} at (52,31) size 13x3 [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
+          RenderTableCell {TD} at (65,31) size 13x3 [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
+          RenderTableCell {TD} at (78,31) size 13x3 [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
+          RenderTableCell {TD} at (91,31) size 13x3 [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
+          RenderTableCell {TD} at (104,31) size 13x3 [border: (1px solid #000000)] [r=2 c=8 rs=1 cs=1]
+          RenderTableCell {TD} at (117,31) size 13x3 [border: (1px solid #000000)] [r=2 c=9 rs=1 cs=1]
+        RenderTableRow {TR} at (0,39) size 130x13
+          RenderTableCell {TD} at (0,44) size 13x3 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
+          RenderTableCell {TD} at (13,44) size 13x3 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
+          RenderTableCell {TD} at (26,44) size 13x3 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
+          RenderTableCell {TD} at (39,44) size 13x3 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
+          RenderTableCell {TD} at (52,44) size 13x3 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
+          RenderTableCell {TD} at (65,44) size 13x3 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
+          RenderTableCell {TD} at (78,44) size 13x3 [border: (1px solid #000000)] [r=3 c=6 rs=1 cs=1]
+          RenderTableCell {TD} at (91,44) size 13x3 [border: (1px solid #000000)] [r=3 c=7 rs=1 cs=1]
+          RenderTableCell {TD} at (104,44) size 13x3 [border: (1px solid #000000)] [r=3 c=8 rs=1 cs=1]
+          RenderTableCell {TD} at (117,44) size 13x3 [border: (1px solid #000000)] [r=3 c=9 rs=1 cs=1]
+    RenderTable {TABLE} at (20,73) size 162x66
+      RenderTableSection {TBODY} at (0,0) size 162x66
+        RenderTableRow {TR} at (0,2) size 162x14
+          RenderTableCell {TD} at (2,7) size 14x4 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
+          RenderTableCell {TD} at (18,7) size 14x4 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
+          RenderTableCell {TD} at (34,7) size 14x4 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
+          RenderTableCell {TD} at (50,7) size 14x4 [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
+          RenderTableCell {TD} at (66,7) size 14x4 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
+          RenderTableCell {TD} at (82,7) size 14x4 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
+          RenderTableCell {TD} at (98,7) size 14x4 [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
+          RenderTableCell {TD} at (114,7) size 14x4 [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
+          RenderTableCell {TD} at (130,7) size 14x4 [border: (1px solid #000000)] [r=0 c=8 rs=1 cs=1]
+          RenderTableCell {TD} at (146,7) size 14x4 [border: (1px solid #000000)] [r=0 c=9 rs=1 cs=1]
+        RenderTableRow {TR} at (0,18) size 162x14
+          RenderTableCell {TD} at (2,23) size 14x4 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
+          RenderTableCell {TD} at (18,23) size 14x4 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
+          RenderTableCell {TD} at (34,23) size 14x4 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
+          RenderTableCell {TD} at (50,23) size 14x4 [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
+          RenderTableCell {TD} at (66,23) size 14x4 [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
+          RenderTableCell {TD} at (82,23) size 14x4 [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
+          RenderTableCell {TD} at (98,23) size 14x4 [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
+          RenderTableCell {TD} at (114,23) size 14x4 [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
+          RenderTableCell {TD} at (130,23) size 14x4 [border: (1px solid #000000)] [r=1 c=8 rs=1 cs=1]
+          RenderTableCell {TD} at (146,23) size 14x4 [border: (1px solid #000000)] [r=1 c=9 rs=1 cs=1]
+        RenderTableRow {TR} at (0,34) size 162x14
+          RenderTableCell {TD} at (2,39) size 14x4 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
+          RenderTableCell {TD} at (18,39) size 14x4 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
+          RenderTableCell {TD} at (34,39) size 14x4 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
+          RenderTableCell {TD} at (50,39) size 14x4 [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
+          RenderTableCell {TD} at (66,39) size 14x4 [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
+          RenderTableCell {TD} at (82,39) size 14x4 [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
+          RenderTableCell {TD} at (98,39) size 14x4 [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
+          RenderTableCell {TD} at (114,39) size 14x4 [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
+          RenderTableCell {TD} at (130,39) size 14x4 [border: (1px solid #000000)] [r=2 c=8 rs=1 cs=1]
+          RenderTableCell {TD} at (146,39) size 14x4 [border: (1px solid #000000)] [r=2 c=9 rs=1 cs=1]
+        RenderTableRow {TR} at (0,50) size 162x14
+          RenderTableCell {TD} at (2,55) size 14x4 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
+          RenderTableCell {TD} at (18,55) size 14x4 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
+          RenderTableCell {TD} at (34,55) size 14x4 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
+          RenderTableCell {TD} at (50,55) size 14x4 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
+          RenderTableCell {TD} at (66,55) size 14x4 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
+          RenderTableCell {TD} at (82,55) size 14x4 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
+          RenderTableCell {TD} at (98,55) size 14x4 [border: (1px solid #000000)] [r=3 c=6 rs=1 cs=1]
+          RenderTableCell {TD} at (114,55) size 14x4 [border: (1px solid #000000)] [r=3 c=7 rs=1 cs=1]
+          RenderTableCell {TD} at (130,55) size 14x4 [border: (1px solid #000000)] [r=3 c=8 rs=1 cs=1]
+          RenderTableCell {TD} at (146,55) size 14x4 [border: (1px solid #000000)] [r=3 c=9 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (10,269) size 744x180
</span><span class="cx">       RenderInline {SPAN} at (0,0) size 80x43
</span><span class="cx">         RenderText {#text} at (6,0) size 74x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastbordersborderradiusdifferentwidth001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/borders/border-radius-different-width-001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/borders/border-radius-different-width-001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/borders/border-radius-different-width-001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,16 +3,16 @@
</span><span class="cx"> layer at (0,0) size 800x462
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x462
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x446
</span><del>-      RenderTable {TABLE} at (0,0) size 691x446
-        RenderTableSection {TBODY} at (0,0) size 691x446
-          RenderTableRow {TR} at (0,2) size 691x442
-            RenderTableCell {TD} at (2,2) size 273x442 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 690x446
+        RenderTableSection {TBODY} at (0,0) size 690x446
+          RenderTableRow {TR} at (0,2) size 690x442
+            RenderTableCell {TD} at (2,2) size 272x442 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (11,11) size 245x130 [border: (10px solid #000000) (15px solid #000000) (20px solid #000000) (30px solid #000000)]
</span><span class="cx">               RenderBlock {DIV} at (11,151) size 250x150 [border: (10px solid #000000) (25px solid #000000) (40px solid #000000) (25px solid #000000)]
</span><span class="cx">               RenderBlock {DIV} at (11,311) size 250x120 [border: (10px solid #000000) (25px solid #000000) (10px solid #000000) (25px solid #000000)]
</span><del>-            RenderTableCell {TD} at (276,45) size 233x356 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (276,45) size 232x356 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (11,11) size 204x106 [border: (1px solid #000000) (3px solid #000000) (5px solid #000000) (1px solid #000000)]
</span><span class="cx">               RenderBlock {DIV} at (11,127) size 206x106 [border: (1px solid #000000) (3px solid #000000) (5px solid #000000) (3px solid #000000)]
</span><span class="cx">               RenderBlock {DIV} at (11,243) size 210x102 [border: (1px solid #000000) (5px solid #000000) (1px solid #000000) (5px solid #000000)]
</span><del>-            RenderTableCell {TD} at (510,62) size 179x322 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (510,62) size 178x322 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (11,11) size 156x300 [border: (4px solid #000000) (16px solid #000000) (32px solid #000000) (120px solid #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastborderstablebordersexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/borders/table-borders-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/borders/table-borders-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/borders/table-borders-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -5,9 +5,9 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> layer at (28,28) size 22x38
</span><del>-  RenderTable {TABLE} at (20,20) size 23x38 [border: (5px outset #808080)]
-    RenderTableSection {TBODY} at (5,5) size 13x28
-      RenderTableRow {TR} at (0,2) size 13x24
-        RenderTableCell {TD} at (2,2) size 9x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTable {TABLE} at (20,20) size 22x38 [border: (5px outset #808080)]
+    RenderTableSection {TBODY} at (5,5) size 12x28
+      RenderTableRow {TR} at (0,2) size 12x24
+        RenderTableCell {TD} at (2,2) size 8x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">           RenderText {#text} at (2,2) size 4x19
</span><span class="cx">             text run at (2,2) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastcss003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/css/003-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/css/003-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/css/003-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,52 +3,52 @@
</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 [color=#444444]
</span><del>-      RenderTable {TABLE} at (0,0) size 735x366
-        RenderTableSection {TBODY} at (0,0) size 735x366
-          RenderTableRow {TR} at (0,2) size 735x362
-            RenderTableCell {TD} at (2,2) size 243x362 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {H1} at (1,1) size 241x38
</del><ins>+      RenderTable {TABLE} at (0,0) size 734x366
+        RenderTableSection {TBODY} at (0,0) size 734x366
+          RenderTableRow {TR} at (0,2) size 734x362
+            RenderTableCell {TD} at (2,2) size 242x362 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {H1} at (1,1) size 240x38
</ins><span class="cx">                 RenderText {#text} at (0,1) size 177x36
</span><span class="cx">                   text run at (0,1) width 177: &quot;Blue-on-blue&quot;
</span><del>-              RenderBlock (anonymous) at (1,60) size 241x21
</del><ins>+              RenderBlock (anonymous) at (1,60) size 240x21
</ins><span class="cx">                 RenderText {#text} at (0,0) size 145x19
</span><span class="cx">                   text run at (0,0) width 145: &quot;Background color first&quot;
</span><span class="cx">               RenderBlock {DIV} at (17,96) size 98x99 [color=#0000FF] [bgcolor=#0000FF] [border: (1px solid #000000)]
</span><span class="cx">                 RenderText {#text} at (19,1) size 60x60
</span><span class="cx">                   text run at (19,1) width 60: &quot;Az&quot;
</span><del>-              RenderBlock (anonymous) at (1,210) size 241x21
</del><ins>+              RenderBlock (anonymous) at (1,210) size 240x21
</ins><span class="cx">                 RenderText {#text} at (0,0) size 95x19
</span><span class="cx">                   text run at (0,0) width 95: &quot;Text color first&quot;
</span><span class="cx">               RenderBlock {DIV} at (17,246) size 98x99 [color=#0000FF] [bgcolor=#0000FF] [border: (1px solid #000000)]
</span><span class="cx">                 RenderText {#text} at (19,1) size 60x60
</span><span class="cx">                   text run at (19,1) width 60: &quot;Az&quot;
</span><del>-            RenderTableCell {TD} at (246,2) size 243x362 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {H1} at (1,1) size 241x38
</del><ins>+            RenderTableCell {TD} at (246,2) size 242x362 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {H1} at (1,1) size 240x38
</ins><span class="cx">                 RenderText {#text} at (0,1) size 163x36
</span><span class="cx">                   text run at (0,1) width 163: &quot;Blue-on-red&quot;
</span><del>-              RenderBlock (anonymous) at (1,60) size 241x21
</del><ins>+              RenderBlock (anonymous) at (1,60) size 240x21
</ins><span class="cx">                 RenderText {#text} at (0,0) size 145x19
</span><span class="cx">                   text run at (0,0) width 145: &quot;Background color first&quot;
</span><span class="cx">               RenderBlock {DIV} at (17,96) size 98x99 [color=#0000FF] [bgcolor=#FF0000] [border: (1px solid #000000)]
</span><span class="cx">                 RenderText {#text} at (19,1) size 60x60
</span><span class="cx">                   text run at (19,1) width 60: &quot;Az&quot;
</span><del>-              RenderBlock (anonymous) at (1,210) size 241x21
</del><ins>+              RenderBlock (anonymous) at (1,210) size 240x21
</ins><span class="cx">                 RenderText {#text} at (0,0) size 95x19
</span><span class="cx">                   text run at (0,0) width 95: &quot;Text color first&quot;
</span><span class="cx">               RenderBlock {DIV} at (17,246) size 98x99 [color=#0000FF] [bgcolor=#FF0000] [border: (1px solid #000000)]
</span><span class="cx">                 RenderText {#text} at (19,1) size 60x60
</span><span class="cx">                   text run at (19,1) width 60: &quot;Az&quot;
</span><del>-            RenderTableCell {TD} at (490,2) size 243x362 [r=0 c=2 rs=1 cs=1]
-              RenderBlock {H1} at (1,1) size 241x38
</del><ins>+            RenderTableCell {TD} at (490,2) size 242x362 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {H1} at (1,1) size 240x38
</ins><span class="cx">                 RenderText {#text} at (0,1) size 177x36
</span><span class="cx">                   text run at (0,1) width 177: &quot;Blue-on-blue&quot;
</span><del>-              RenderBlock (anonymous) at (1,60) size 241x21
</del><ins>+              RenderBlock (anonymous) at (1,60) size 240x21
</ins><span class="cx">                 RenderText {#text} at (0,0) size 145x19
</span><span class="cx">                   text run at (0,0) width 145: &quot;Background color first&quot;
</span><span class="cx">               RenderBlock {DIV} at (17,96) size 98x99 [color=#0000FF] [bgcolor=#0000FF] [border: (1px solid #000000)]
</span><span class="cx">                 RenderText {#text} at (19,1) size 60x60
</span><span class="cx">                   text run at (19,1) width 60: &quot;Az&quot;
</span><del>-              RenderBlock (anonymous) at (1,210) size 241x21
</del><ins>+              RenderBlock (anonymous) at (1,210) size 240x21
</ins><span class="cx">                 RenderText {#text} at (0,0) size 95x19
</span><span class="cx">                   text run at (0,0) width 95: &quot;Text color first&quot;
</span><span class="cx">               RenderBlock {DIV} at (17,246) size 98x99 [color=#0000FF] [bgcolor=#0000FF] [border: (1px solid #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastcssabsolutepoitioninrtlparentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/css/absolute-poition-in-rtl-parent-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/css/absolute-poition-in-rtl-parent-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/css/absolute-poition-in-rtl-parent-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -22,13 +22,13 @@
</span><span class="cx">           text run at (0,40) width 252: &quot;padding on either side of the box stack.&quot;
</span><span class="cx"> layer at (8,160) size 240x340
</span><span class="cx">   RenderBlock (positioned) {DIV} at (8,160) size 240x340 [border: (20px solid #000000)]
</span><del>-    RenderTable {TABLE} at (20,20) size 101x100
-      RenderTableSection {TBODY} at (0,0) size 101x100
-        RenderTableRow {TR} at (0,0) size 101x100
-          RenderTableCell {TD} at (0,0) size 101x100 [r=0 c=0 rs=1 cs=1]
-            RenderBlock {DIV} at (0,0) size 101x100 [bgcolor=#808000]
</del><ins>+    RenderTable {TABLE} at (20,20) size 100x100
+      RenderTableSection {TBODY} at (0,0) size 100x100
+        RenderTableRow {TR} at (0,0) size 100x100
+          RenderTableCell {TD} at (0,0) size 100x100 [r=0 c=0 rs=1 cs=1]
+            RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#808000]
</ins><span class="cx"> layer at (28,280) size 100x100
</span><del>-  RenderBlock (positioned) {DIV} at (20,120) size 101x100 [bgcolor=#008000]
</del><ins>+  RenderBlock (positioned) {DIV} at (20,120) size 100x100 [bgcolor=#008000]
</ins><span class="cx"> layer at (28,380) size 100x100
</span><span class="cx">   RenderBlock (positioned) {DIV} at (20,220) size 100x100 [bgcolor=#808000]
</span><span class="cx"> layer at (300,160) size 340x240
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastcssacid2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/css/acid2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/css/acid2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/css/acid2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx">     RenderTable {TABLE} at (12,12) size 1x0
</span><span class="cx">       RenderTableSection {TBODY} at (0,0) size 1x0
</span><span class="cx">         RenderTableRow {TR} at (0,0) size 1x0
</span><del>-          RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (60,60) size 120x12 [bgcolor=#FF0000] [border: none (12px solid #000000) none (12px solid #000000)]
</span><span class="cx">       RenderBlock {DIV} at (12,0) size 144x12
</span><span class="cx">         RenderText {#text} at (0,-2) size 101x15
</span><span class="lines">@@ -32,21 +32,21 @@
</span><span class="cx">           text run at (12,8) width 1: &quot; &quot;
</span><span class="cx">     RenderBlock {DIV} at (12,180) size 740x12
</span><span class="cx">       RenderBlock {DIV} at (60,0) size 96x12 [color=#FFA500] [bgcolor=#FFFF00] [border: none (24px solid #000000) none (24px solid #000000)]
</span><del>-    RenderTable {UL} at (96,192) size 49x12 [bgcolor=#FF0000]
-      RenderTableSection (anonymous) at (0,0) size 49x12
-        RenderTableRow (anonymous) at (0,0) size 49x12
</del><ins>+    RenderTable {UL} at (96,192) size 48x12 [bgcolor=#FF0000]
+      RenderTableSection (anonymous) at (0,0) size 48x12
+        RenderTableRow (anonymous) at (0,0) size 48x12
</ins><span class="cx">           RenderTableCell {LI} at (0,0) size 12x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
</span><del>-          RenderTableCell (anonymous) at (12,0) size 13x12 [r=0 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell (anonymous) at (12,0) size 12x12 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderTable {LI} at (0,0) size 12x12 [bgcolor=#000000]
</span><del>-          RenderTableCell {LI} at (24,0) size 13x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
-          RenderTableCell (anonymous) at (36,0) size 13x12 [r=0 c=3 rs=1 cs=1]
</del><ins>+          RenderTableCell {LI} at (24,0) size 12x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
+          RenderTableCell (anonymous) at (36,0) size 12x12 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">             RenderListItem {LI} at (0,0) size 12x12 [bgcolor=#000000]
</span><span class="cx"> layer at (48,2844) size 740x10 scrollHeight 277
</span><span class="cx">   RenderBlock {DIV} at (12,204) size 740x10
</span><del>-    RenderTable {TABLE} at (0,0) size 65x277
-      RenderTableSection {TBODY} at (0,0) size 65x277
-        RenderTableRow {TR} at (0,0) size 65x277
-          RenderTableCell {TD} at (0,0) size 65x277 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (0,0) size 64x277
+      RenderTableSection {TBODY} at (0,0) size 64x277
+        RenderTableRow {TR} at (0,0) size 64x277
+          RenderTableCell {TD} at (0,0) size 64x277 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderImage {IMG} at (0,155) size 64x64
</span><span class="cx"> layer at (132,108) size 48x18
</span><span class="cx">   RenderBlock (positioned) {P} at (132,108) size 48x18 [bgcolor=#000000] [border: none (6px solid #FFFF00) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastcssacid2pixelexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/css/acid2-pixel-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/css/acid2-pixel-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/css/acid2-pixel-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx">     RenderTable {TABLE} at (12,12) size 1x0
</span><span class="cx">       RenderTableSection {TBODY} at (0,0) size 1x0
</span><span class="cx">         RenderTableRow {TR} at (0,0) size 1x0
</span><del>-          RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (60,60) size 120x12 [bgcolor=#FF0000] [border: none (12px solid #000000) none (12px solid #000000)]
</span><span class="cx">       RenderBlock {DIV} at (12,0) size 144x12
</span><span class="cx">         RenderText {#text} at (0,-2) size 101x15
</span><span class="lines">@@ -32,21 +32,21 @@
</span><span class="cx">           text run at (12,8) width 1: &quot; &quot;
</span><span class="cx">     RenderBlock {DIV} at (12,180) size 740x12
</span><span class="cx">       RenderBlock {DIV} at (60,0) size 96x12 [color=#FFA500] [bgcolor=#FFFF00] [border: none (24px solid #000000) none (24px solid #000000)]
</span><del>-    RenderTable {UL} at (96,192) size 49x12 [bgcolor=#FF0000]
-      RenderTableSection (anonymous) at (0,0) size 49x12
-        RenderTableRow (anonymous) at (0,0) size 49x12
</del><ins>+    RenderTable {UL} at (96,192) size 48x12 [bgcolor=#FF0000]
+      RenderTableSection (anonymous) at (0,0) size 48x12
+        RenderTableRow (anonymous) at (0,0) size 48x12
</ins><span class="cx">           RenderTableCell {LI} at (0,0) size 12x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
</span><del>-          RenderTableCell (anonymous) at (12,0) size 13x12 [r=0 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell (anonymous) at (12,0) size 12x12 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderTable {LI} at (0,0) size 12x12 [bgcolor=#000000]
</span><del>-          RenderTableCell {LI} at (24,0) size 13x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
-          RenderTableCell (anonymous) at (36,0) size 13x12 [r=0 c=3 rs=1 cs=1]
</del><ins>+          RenderTableCell {LI} at (24,0) size 12x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
+          RenderTableCell (anonymous) at (36,0) size 12x12 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">             RenderListItem {LI} at (0,0) size 12x12 [bgcolor=#000000]
</span><span class="cx"> layer at (48,276) size 740x10 scrollHeight 277
</span><span class="cx">   RenderBlock {DIV} at (12,204) size 740x10
</span><del>-    RenderTable {TABLE} at (0,0) size 65x277
-      RenderTableSection {TBODY} at (0,0) size 65x277
-        RenderTableRow {TR} at (0,0) size 65x277
-          RenderTableCell {TD} at (0,0) size 65x277 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (0,0) size 64x277
+      RenderTableSection {TBODY} at (0,0) size 64x277
+        RenderTableRow {TR} at (0,0) size 64x277
+          RenderTableCell {TD} at (0,0) size 64x277 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderImage {IMG} at (0,155) size 64x64
</span><span class="cx"> layer at (132,108) size 48x18
</span><span class="cx">   RenderBlock (positioned) {P} at (132,108) size 48x18 [bgcolor=#000000] [border: none (6px solid #FFFF00) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastcssbidioverrideinanonymousblockexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/css/bidi-override-in-anonymous-block-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/css/bidi-override-in-anonymous-block-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/css/bidi-override-in-anonymous-block-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -221,20 +221,20 @@
</span><span class="cx">           text run at (0,0) width 505: &quot;Anonymous TABLE, TABLE_ROW, TABLE_ROW_GROUP, TABLE_CELL&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1201) size 784x84 [border: (1.42px solid #000000)]
</span><span class="cx">         RenderTable at (1,1) size 25x81
</span><del>-          RenderTableSection (anonymous) at (0,20) size 25x40
-            RenderTableRow {DIV} at (0,0) size 25x20
-              RenderTableCell (anonymous) at (0,0) size 25x20 [r=0 c=0 rs=1 cs=1]
-                RenderText {#text} at (1,0) size 24x19
-                  text run at (1,0) width 24 RTL override: &quot;abc&quot;
-            RenderTableRow (anonymous) at (0,20) size 25x20
-              RenderTableCell {DIV} at (0,20) size 25x20 [r=1 c=0 rs=1 cs=1]
-                RenderText {#text} at (3,0) size 22x19
-                  text run at (3,0) width 22 RTL override: &quot;def&quot;
-          RenderBlock {DIV} at (0,0) size 25x20
-            RenderText {#text} at (7,0) size 18x19
-              text run at (7,0) width 18 RTL override: &quot;hij&quot;
-          RenderTableSection {DIV} at (0,60) size 25x20
-            RenderTableRow (anonymous) at (0,0) size 25x20
-              RenderTableCell (anonymous) at (0,0) size 25x20 [r=0 c=0 rs=1 cs=1]
-                RenderText {#text} at (0,0) size 25x19
-                  text run at (0,0) width 25 RTL override: &quot;opq&quot;
</del><ins>+          RenderTableSection (anonymous) at (0,20) size 24x40
+            RenderTableRow {DIV} at (0,0) size 24x20
+              RenderTableCell (anonymous) at (0,0) size 24x20 [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (1,0) size 23x19
+                  text run at (1,0) width 23 RTL override: &quot;abc&quot;
+            RenderTableRow (anonymous) at (0,20) size 24x20
+              RenderTableCell {DIV} at (0,20) size 24x20 [r=1 c=0 rs=1 cs=1]
+                RenderText {#text} at (3,0) size 21x19
+                  text run at (3,0) width 21 RTL override: &quot;def&quot;
+          RenderBlock {DIV} at (0,0) size 24x20
+            RenderText {#text} at (7,0) size 17x19
+              text run at (7,0) width 17 RTL override: &quot;hij&quot;
+          RenderTableSection {DIV} at (0,60) size 24x20
+            RenderTableRow (anonymous) at (0,0) size 24x20
+              RenderTableCell (anonymous) at (0,0) size 24x20 [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (0,0) size 24x19
+                  text run at (0,0) width 24 RTL override: &quot;opq&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastcssboxshadowandborderradiusexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/css/box-shadow-and-border-radius-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/css/box-shadow-and-border-radius-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/css/box-shadow-and-border-radius-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,16 +6,16 @@
</span><span class="cx">       RenderBlock {DIV} at (24,0) size 736x60 [bgcolor=#008000]
</span><span class="cx">       RenderBlock {DIV} at (24,84) size 736x60 [bgcolor=#008000]
</span><span class="cx">       RenderBlock {DIV} at (24,168) size 736x60 [bgcolor=#008000]
</span><del>-      RenderTable {TABLE} at (0,252) size 523x246
-        RenderTableSection {TBODY} at (0,0) size 523x246
-          RenderTableRow {TR} at (0,2) size 523x242
-            RenderTableCell {TD} at (2,2) size 103x242 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,252) size 522x246
+        RenderTableSection {TBODY} at (0,0) size 522x246
+          RenderTableRow {TR} at (0,2) size 522x242
+            RenderTableCell {TD} at (2,2) size 102x242 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (21,21) size 60x200 [bgcolor=#008000]
</span><del>-            RenderTableCell {TD} at (106,2) size 103x242 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,2) size 102x242 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (21,21) size 60x200 [bgcolor=#008000]
</span><del>-            RenderTableCell {TD} at (210,2) size 103x242 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (210,2) size 102x242 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (21,21) size 60x200 [bgcolor=#008000]
</span><del>-            RenderTableCell {TD} at (314,2) size 103x242 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (314,2) size 102x242 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (21,21) size 60x200 [bgcolor=#008000]
</span><del>-            RenderTableCell {TD} at (418,2) size 103x242 [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (418,2) size 102x242 [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (21,21) size 60x200 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastcsscss3nthchildexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/css/css3-nth-child-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/css/css3-nth-child-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/css/css3-nth-child-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx">                 RenderText {#text} at (1,1) size 354x39
</span><span class="cx">                   text run at (1,1) width 354: &quot;This is the first cell in the first row of this table, and&quot;
</span><span class="cx">                   text run at (1,21) width 176: &quot;should be green, and bold&quot;
</span><del>-              RenderTableCell {TD} at (386,2) size 396x42 [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (386,2) size 397x42 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 371x39
</span><span class="cx">                   text run at (1,1) width 371: &quot;This is the second cell in the first row of this table, and&quot;
</span><span class="cx">                   text run at (1,21) width 172: &quot;should be green and bold&quot;
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx">                 RenderText {#text} at (1,1) size 371x39
</span><span class="cx">                   text run at (1,1) width 371: &quot;This is the first cell in the second row of this table, and&quot;
</span><span class="cx">                   text run at (1,21) width 179: &quot;should be purple and bold&quot;
</span><del>-              RenderTableCell {TD} at (386,46) size 396x42 [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (386,46) size 397x42 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 389x39
</span><span class="cx">                   text run at (1,1) width 389: &quot;This is the second cell in the second row of this table, and&quot;
</span><span class="cx">                   text run at (1,21) width 179: &quot;should be purple and bold&quot;
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">                 RenderText {#text} at (1,1) size 338x39
</span><span class="cx">                   text run at (1,1) width 338: &quot;This is the first cell in the third row of this table, and&quot;
</span><span class="cx">                   text run at (1,21) width 102: &quot;should be green&quot;
</span><del>-              RenderTableCell {TD} at (386,90) size 396x42 [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (386,90) size 397x42 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 356x39
</span><span class="cx">                   text run at (1,1) width 356: &quot;This is the second cell in the third row of this table, and&quot;
</span><span class="cx">                   text run at (1,21) width 102: &quot;should be green&quot;
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx">                 RenderText {#text} at (1,1) size 347x39
</span><span class="cx">                   text run at (1,1) width 347: &quot;This is the first cell in the fourth row of this table, and&quot;
</span><span class="cx">                   text run at (1,21) width 107: &quot;should be purple&quot;
</span><del>-              RenderTableCell {TD} at (386,134) size 396x42 [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (386,134) size 397x42 [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 365x39
</span><span class="cx">                   text run at (1,1) width 365: &quot;This is the second cell in the fourth row of this table, and&quot;
</span><span class="cx">                   text run at (1,21) width 107: &quot;should be purple&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastcssfocusringdetachedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/css/focus-ring-detached-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/css/focus-ring-detached-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/css/focus-ring-detached-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 461x126
-        RenderTableSection {TBODY} at (0,0) size 461x126
-          RenderTableRow {TR} at (0,2) size 461x122
</del><ins>+      RenderTable {TABLE} at (0,0) size 460x126
+        RenderTableSection {TBODY} at (0,0) size 460x126
+          RenderTableRow {TR} at (0,2) size 460x122
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 102x122 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 96x119
</span><span class="cx">                 text run at (1,1) width 81: &quot;This is some&quot;
</span><span class="lines">@@ -14,7 +14,7 @@
</span><span class="cx">                 text run at (1,61) width 72: &quot;text.This is&quot;
</span><span class="cx">                 text run at (1,81) width 69: &quot;some filler&quot;
</span><span class="cx">                 text run at (1,101) width 28: &quot;text.&quot;
</span><del>-            RenderTableCell {TD} at (106,32) size 353x62 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,32) size 352x62 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 203x19
</span><span class="cx">                 text run at (1,1) width 203: &quot;The text in this anchor element &quot;
</span><span class="cx">               RenderInline {A} at (0,0) size 250x39 [color=#0000EE]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastcssfocusringmultilineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/css/focus-ring-multiline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/css/focus-ring-multiline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/css/focus-ring-multiline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 461x166
-        RenderTableSection {TBODY} at (0,0) size 461x166
-          RenderTableRow {TR} at (0,2) size 461x162
</del><ins>+      RenderTable {TABLE} at (0,0) size 460x166
+        RenderTableSection {TBODY} at (0,0) size 460x166
+          RenderTableRow {TR} at (0,2) size 460x162
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 102x162 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 29x19
</span><span class="cx">                 text run at (1,1) width 29: &quot;The &quot;
</span><span class="lines">@@ -21,7 +21,7 @@
</span><span class="cx">                   text run at (1,141) width 29: &quot;look&quot;
</span><span class="cx">               RenderText {#text} at (29,141) size 29x19
</span><span class="cx">                 text run at (29,141) width 29: &quot;like.&quot;
</span><del>-            RenderTableCell {TD} at (106,62) size 353x42 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,62) size 352x42 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 348x39
</span><span class="cx">                 text run at (1,1) width 348: &quot;This is some filler text. This is some filler text. This is&quot;
</span><span class="cx">                 text run at (1,21) width 253: &quot;some filler text. This is some filler text.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastcssh1insectionelementsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/css/h1-in-section-elements-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/css/h1-in-section-elements-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/css/h1-in-section-elements-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -91,7 +91,7 @@
</span><span class="cx">                 RenderText {#text} at (1,1) size 32x13
</span><span class="cx">                   text run at (1,1) width 32: &quot;MMM&quot;
</span><span class="cx">               RenderBlock {HR} at (1,68) size 70x3 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (149,36) size 371x150
</del><ins>+      RenderTable {TABLE} at (149,36) size 370x150
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 370x150
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 78x150
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 78x72 [r=0 c=0 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastcsspercentagenonintegerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/css/percentage-non-integer-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/css/percentage-non-integer-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/css/percentage-non-integer-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -57,9 +57,9 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,100) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx"> layer at (8,128) size 293x20
</span><del>-  RenderTable {TABLE} at (0,0) size 294x20
-    RenderTableSection {TBODY} at (0,0) size 294x20
-      RenderTableRow {TR} at (0,0) size 294x20
</del><ins>+  RenderTable {TABLE} at (0,0) size 293x20
+    RenderTableSection {TBODY} at (0,0) size 293x20
+      RenderTableRow {TR} at (0,0) size 293x20
</ins><span class="cx">         RenderTableCell {TD} at (0,10) size 12x0 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">         RenderTableCell {TD} at (11,10) size 11x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">         RenderTableCell {TD} at (21,10) size 14x0 [bgcolor=#00FF00] [r=0 c=2 rs=1 cs=1]
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx">         RenderTableCell {TD} at (225,10) size 29x0 [bgcolor=#00FF00] [r=0 c=16 rs=1 cs=1]
</span><span class="cx">         RenderTableCell {TD} at (253,10) size 11x0 [bgcolor=#000000] [r=0 c=17 rs=1 cs=1]
</span><span class="cx">         RenderTableCell {TD} at (263,10) size 31x0 [bgcolor=#00FF00] [r=0 c=18 rs=1 cs=1]
</span><del>-        RenderTableCell {TD} at (293,10) size 1x0 [r=0 c=19 rs=1 cs=1]
</del><ins>+        RenderTableCell {TD} at (293,10) size 0x0 [r=0 c=19 rs=1 cs=1]
</ins><span class="cx"> layer at (8,128) size 1000x20
</span><span class="cx">   RenderTable {TABLE} at (0,0) size 1000x20
</span><span class="cx">     RenderTableSection {TBODY} at (0,0) size 1000x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastcsstabletextalignquirkexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/css/table-text-align-quirk-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/css/table-text-align-quirk-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/css/table-text-align-quirk-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,9 +7,9 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 555x19
</span><span class="cx">           text run at (0,0) width 555: &quot;The text below should be left-justified since text-align does not inherit in quirks mode.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,20) size 784x28
</span><del>-        RenderTable {TABLE} at (0,0) size 109x28 [border: (1px solid #000000)]
-          RenderTableSection {TBODY} at (1,1) size 107x26
-            RenderTableRow {TR} at (0,2) size 107x22
-              RenderTableCell {TD} at (2,2) size 103x22 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 108x28 [border: (1px solid #000000)]
+          RenderTableSection {TBODY} at (1,1) size 106x26
+            RenderTableRow {TR} at (0,2) size 106x22
+              RenderTableCell {TD} at (2,2) size 102x22 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 36x19
</span><span class="cx">                   text run at (1,1) width 36: &quot;hello.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastcsstabletextalignstrictexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/css/table-text-align-strict-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/css/table-text-align-strict-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/css/table-text-align-strict-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,9 +7,9 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 498x19
</span><span class="cx">           text run at (0,0) width 498: &quot;The text below should be centered since text-align does inherit in strict mode.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,20) size 784x28
</span><del>-        RenderTable {TABLE} at (0,0) size 109x28 [border: (1px solid #000000)]
-          RenderTableSection {TBODY} at (1,1) size 107x26
-            RenderTableRow {TR} at (0,2) size 107x22
-              RenderTableCell {TD} at (2,2) size 103x22 [r=0 c=0 rs=1 cs=1]
-                RenderText {#text} at (33,1) size 37x19
-                  text run at (33,1) width 37: &quot;hello.&quot;
</del><ins>+        RenderTable {TABLE} at (0,0) size 108x28 [border: (1px solid #000000)]
+          RenderTableSection {TBODY} at (1,1) size 106x26
+            RenderTableRow {TR} at (0,2) size 106x22
+              RenderTableCell {TD} at (2,2) size 102x22 [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (33,1) size 36x19
+                  text run at (33,1) width 36: &quot;hello.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastcssgeneratedcontentfirstletterinnestedbeforeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/first-letter-in-nested-before-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/first-letter-in-nested-before-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/first-letter-in-nested-before-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,10 +7,10 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 100x100
</span><span class="cx">           text run at (0,0) width 100: &quot;A&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x100 [color=#008000]
</span><del>-        RenderTable at (0,0) size 101x100
-          RenderTableSection (anonymous) at (0,0) size 101x100
-            RenderTableRow (anonymous) at (0,0) size 101x100
-              RenderTableCell (anonymous) at (0,0) size 101x100 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,0) size 100x100
+          RenderTableSection (anonymous) at (0,0) size 100x100
+            RenderTableRow (anonymous) at (0,0) size 100x100
+              RenderTableCell (anonymous) at (0,0) size 100x100 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderInline (generated) at (0,0) size 100x100
</span><span class="cx">                   RenderText at (0,0) size 100x100
</span><span class="cx">                     text run at (0,0) width 100: &quot;A&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastcssgeneratedcontentfirstletterinnestedbeforetableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,10 +4,10 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x266
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x250 [color=#0000FF]
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x100
</span><del>-        RenderTable at (0,0) size 101x50
-          RenderTableSection (anonymous) at (0,0) size 101x50
-            RenderTableRow (anonymous) at (0,0) size 101x50
-              RenderTableCell (anonymous) at (0,0) size 101x50 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,0) size 100x50
+          RenderTableSection (anonymous) at (0,0) size 100x50
+            RenderTableRow (anonymous) at (0,0) size 100x50
+              RenderTableCell (anonymous) at (0,0) size 100x50 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderInline (generated) at (0,0) size 50x50 [color=#008000]
</span><span class="cx">                   RenderText at (0,0) size 50x50
</span><span class="cx">                     text run at (0,0) width 50: &quot;A&quot;
</span><span class="lines">@@ -22,17 +22,17 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 50x50
</span><span class="cx">               text run at (0,0) width 50: &quot;D&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-        RenderTable at (0,50) size 101x50
-          RenderTableSection (anonymous) at (0,0) size 101x50
-            RenderTableRow (anonymous) at (0,0) size 101x50
-              RenderTableCell (anonymous) at (0,0) size 101x50 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,50) size 100x50
+          RenderTableSection (anonymous) at (0,0) size 100x50
+            RenderTableRow (anonymous) at (0,0) size 100x50
+              RenderTableCell (anonymous) at (0,0) size 100x50 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 100x50
</span><span class="cx">                   text run at (0,0) width 100: &quot;EF&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,200) size 784x50
</span><del>-        RenderTable at (0,0) size 101x50
-          RenderTableSection (anonymous) at (0,0) size 101x50
-            RenderTableRow (anonymous) at (0,0) size 101x50
-              RenderTableCell (anonymous) at (0,0) size 101x50 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,0) size 100x50
+          RenderTableSection (anonymous) at (0,0) size 100x50
+            RenderTableRow (anonymous) at (0,0) size 100x50
+              RenderTableCell (anonymous) at (0,0) size 100x50 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderInline (generated) at (0,0) size 50x50 [color=#008000]
</span><span class="cx">                   RenderText at (0,0) size 50x50
</span><span class="cx">                     text run at (0,0) width 50: &quot;E&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastcssgeneratedcontentnestedtableswithbeforeaftercontentcrashexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 {DIV} at (0,0) size 49x16 [color=#0000FF]
-        RenderTableSection (anonymous) at (0,0) size 49x16
-          RenderTableRow (anonymous) at (0,0) size 49x16
-            RenderTableCell (anonymous) at (0,0) size 49x16 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,0) size 48x16 [color=#0000FF]
+        RenderTableSection (anonymous) at (0,0) size 48x16
+          RenderTableRow (anonymous) at (0,0) size 48x16
+            RenderTableCell (anonymous) at (0,0) size 48x16 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderInline (generated) at (0,0) size 16x17 [color=#FF0000]
</span><span class="cx">                 RenderCounter at (0,-1) size 16x17
</span><span class="cx">                   text run at (0,-1) width 16: &quot;0&quot;
</span><del>-              RenderTable {Q} at (16,0) size 33x16
-                RenderTableSection (anonymous) at (0,0) size 33x16
-                  RenderTableRow (anonymous) at (0,0) size 33x16
-                    RenderTableCell (anonymous) at (0,0) size 33x16 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {Q} at (16,0) size 32x16
+                RenderTableSection (anonymous) at (0,0) size 32x16
+                  RenderTableRow (anonymous) at (0,0) size 32x16
+                    RenderTableCell (anonymous) at (0,0) size 32x16 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderInline (generated) at (0,0) size 16x17
</span><span class="cx">                         RenderQuote at (0,0) size 16x17
</span><span class="cx">                           RenderText at (0,-1) size 16x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastcssgeneratedcontenttablecellbeforeafterchildaddexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/table-cell-before-after-child-add-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/table-cell-before-after-child-add-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/table-cell-before-after-child-add-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">             RenderTableCell (anonymous) at (0,0) size 62x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText at (0,0) size 62x19
</span><span class="cx">                 text run at (0,0) width 62: &quot;BEFORE&quot;
</span><del>-            RenderTableCell (anonymous) at (61,0) size 76x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell (anonymous) at (61,0) size 75x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 75x20
</span><span class="cx">                 RenderText {#text} at (0,0) size 75x19
</span><span class="cx">                   text run at (0,0) width 75: &quot;CONTENT&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastcssgeneratedcontenttablerowgroupwithbeforeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/table-row-group-with-before-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/table-row-group-with-before-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/table-row-group-with-before-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,10 +14,10 @@
</span><span class="cx">         RenderListItem {LI} at (40,0) size 744x60
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 744x20
</span><span class="cx">             RenderListMarker at (-18,0) size 7x19: bullet
</span><del>-          RenderTable at (0,20) size 33x20
-            RenderTableSection (anonymous) at (0,0) size 33x20
-              RenderTableRow (anonymous) at (0,0) size 33x20
-                RenderTableCell (anonymous) at (0,0) size 33x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTable at (0,20) size 32x20
+            RenderTableSection (anonymous) at (0,0) size 32x20
+              RenderTableRow (anonymous) at (0,0) size 32x20
+                RenderTableCell (anonymous) at (0,0) size 32x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText at (0,0) size 32x19
</span><span class="cx">                     text run at (0,0) width 32: &quot;hello&quot;
</span><span class="cx">           RenderBlock (anonymous) at (0,40) size 744x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastcssgeneratedcontenttablerowwithbeforeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/table-row-with-before-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/table-row-with-before-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/table-row-with-before-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,10 +14,10 @@
</span><span class="cx">         RenderListItem {LI} at (40,0) size 744x60
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 744x20
</span><span class="cx">             RenderListMarker at (-18,0) size 7x19: bullet
</span><del>-          RenderTable at (0,20) size 33x20
-            RenderTableSection (anonymous) at (0,0) size 33x20
-              RenderTableRow (anonymous) at (0,0) size 33x20
-                RenderTableCell (anonymous) at (0,0) size 33x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTable at (0,20) size 32x20
+            RenderTableSection (anonymous) at (0,0) size 32x20
+              RenderTableRow (anonymous) at (0,0) size 32x20
+                RenderTableCell (anonymous) at (0,0) size 32x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText at (0,0) size 32x19
</span><span class="cx">                     text run at (0,0) width 32: &quot;hello&quot;
</span><span class="cx">           RenderBlock (anonymous) at (0,40) size 744x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastcssgeneratedcontenttablewithbeforeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/table-with-before-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/table-with-before-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/css-generated-content/table-with-before-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,10 +14,10 @@
</span><span class="cx">         RenderListItem {LI} at (40,0) size 744x60
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 744x20
</span><span class="cx">             RenderListMarker at (-18,0) size 7x19: bullet
</span><del>-          RenderTable at (0,20) size 33x20
-            RenderTableSection (anonymous) at (0,0) size 33x20
-              RenderTableRow (anonymous) at (0,0) size 33x20
-                RenderTableCell (anonymous) at (0,0) size 33x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTable at (0,20) size 32x20
+            RenderTableSection (anonymous) at (0,0) size 32x20
+              RenderTableRow (anonymous) at (0,0) size 32x20
+                RenderTableCell (anonymous) at (0,0) size 32x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText at (0,0) size 32x19
</span><span class="cx">                     text run at (0,0) width 32: &quot;hello&quot;
</span><span class="cx">           RenderBlock (anonymous) at (0,40) size 744x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastdom34176expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/dom/34176-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/dom/34176-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/dom/34176-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -268,12 +268,12 @@
</span><span class="cx">                 RenderText {#text} at (757,0) size 27x19
</span><span class="cx">                   text run at (757,0) width 27: &quot;Test&quot;
</span><span class="cx">           RenderBlock (anonymous) at (0,20) size 784x26
</span><del>-            RenderTable {TABLE} at (769,0) size 15x26
-              RenderTableSection {TBODY} at (0,0) size 15x26
-                RenderTableRow {TR} at (0,2) size 15x22
-                  RenderTableCell {TD} at (2,2) size 11x22 [r=0 c=0 rs=1 cs=1]
-                    RenderText {#text} at (1,1) size 9x19
-                      text run at (1,1) width 9: &quot;a&quot;
</del><ins>+            RenderTable {TABLE} at (770,0) size 14x26
+              RenderTableSection {TBODY} at (0,0) size 14x26
+                RenderTableRow {TR} at (0,2) size 14x22
+                  RenderTableCell {TD} at (2,2) size 10x22 [r=0 c=0 rs=1 cs=1]
+                    RenderText {#text} at (1,1) size 8x19
+                      text run at (1,1) width 8: &quot;a&quot;
</ins><span class="cx">           RenderBlock (anonymous) at (0,46) size 784x0
</span><span class="cx">             RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">               RenderInline {EM} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastdomHTMLTableElementcolSpanexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/dom/HTMLTableElement/colSpan-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/dom/HTMLTableElement/colSpan-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/dom/HTMLTableElement/colSpan-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -26,19 +26,19 @@
</span><span class="cx">       RenderBlock {HR} at (0,208) size 784x2 [border: (1px inset #000000)]
</span><span class="cx">       RenderBlock (anonymous) at (0,218) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,238) size 277x76 [border: (1px outset #808080)]
-        RenderBlock {CAPTION} at (0,0) size 277x20
</del><ins>+      RenderTable {TABLE} at (0,238) size 276x76 [border: (1px outset #808080)]
+        RenderBlock {CAPTION} at (0,0) size 276x20
</ins><span class="cx">           RenderText {#text} at (28,0) size 220x19
</span><span class="cx">             text run at (28,0) width 220: &quot;Testing Default and Regular Input&quot;
</span><del>-        RenderTableSection {TBODY} at (1,21) size 275x54
-          RenderTableRow {TR} at (0,2) size 275x24
</del><ins>+        RenderTableSection {TBODY} at (1,21) size 274x54
+          RenderTableRow {TR} at (0,2) size 274x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 34x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x19
</span><span class="cx">                 text run at (2,2) width 30: &quot;First&quot;
</span><del>-            RenderTableCell {TD} at (37,2) size 236x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=7]
</del><ins>+            RenderTableCell {TD} at (37,2) size 235x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=7]
</ins><span class="cx">               RenderText {#text} at (2,2) size 77x19
</span><span class="cx">                 text run at (2,2) width 77: &quot;All the Rest&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 275x24
</del><ins>+          RenderTableRow {TR} at (0,28) size 274x24
</ins><span class="cx">             RenderTableCell {TD} at (2,28) size 34x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;one&quot;
</span><span class="lines">@@ -48,19 +48,19 @@
</span><span class="cx">             RenderTableCell {TD} at (67,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (105,28) size 32x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (105,28) size 31x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 27x19
</span><span class="cx">                 text run at (2,2) width 27: &quot;four&quot;
</span><del>-            RenderTableCell {TD} at (138,28) size 29x24 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (137,28) size 30x24 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 25x19
</span><span class="cx">                 text run at (2,2) width 25: &quot;five&quot;
</span><span class="cx">             RenderTableCell {TD} at (168,28) size 24x24 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 19x19
</span><span class="cx">                 text run at (2,2) width 19: &quot;six&quot;
</span><del>-            RenderTableCell {TD} at (193,28) size 42x24 [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (193,28) size 41x24 [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 37x19
</span><span class="cx">                 text run at (2,2) width 37: &quot;seven&quot;
</span><del>-            RenderTableCell {TD} at (236,28) size 37x24 [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (235,28) size 37x24 [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;eight&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,314) size 784x20
</span><span class="lines">@@ -93,10 +93,10 @@
</span><span class="cx">             RenderTableCell {TD} at (128,28) size 15x24 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 10x19
</span><span class="cx">                 text run at (2,2) width 10: &quot;E&quot;
</span><del>-            RenderTableCell {TD} at (144,28) size 14x24 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,28) size 13x24 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 9x19
</span><span class="cx">                 text run at (2,2) width 9: &quot;F&quot;
</span><del>-            RenderTableCell {TD} at (159,28) size 16x24 [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (158,28) size 17x24 [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 12x19
</span><span class="cx">                 text run at (2,2) width 12: &quot;G&quot;
</span><span class="cx">             RenderTableCell {TD} at (176,28) size 17x24 [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastdomHTMLTableElementcreateCaptionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/dom/HTMLTableElement/createCaption-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/dom/HTMLTableElement/createCaption-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/dom/HTMLTableElement/createCaption-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -40,21 +40,21 @@
</span><span class="cx">             RenderTableCell {TH} at (2,2) size 52x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (8,2) size 36x19
</span><span class="cx">                 text run at (8,2) width 36: &quot;Fruit&quot;
</span><del>-            RenderTableCell {TH} at (56,2) size 50x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (55,2) size 51x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,2) size 40x19
</span><span class="cx">                 text run at (5,2) width 40: &quot;Color&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 108x24
</span><span class="cx">             RenderTableCell {TD} at (2,28) size 52x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 48x19
</span><span class="cx">                 text run at (2,2) width 48: &quot;Banana&quot;
</span><del>-            RenderTableCell {TD} at (56,28) size 50x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (55,28) size 51x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x19
</span><span class="cx">                 text run at (2,2) width 46: &quot;Yellow&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,54) size 108x24
</span><span class="cx">             RenderTableCell {TD} at (2,54) size 52x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 40x19
</span><span class="cx">                 text run at (2,2) width 40: &quot;Grape&quot;
</span><del>-            RenderTableCell {TD} at (56,54) size 50x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (55,54) size 51x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x19
</span><span class="cx">                 text run at (2,2) width 42: &quot;Purple&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,280) size 784x20
</span><span class="lines">@@ -70,8 +70,8 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 67x19
</span><span class="cx">                 text run at (2,2) width 67: &quot;Vegetable&quot;
</span><span class="cx">             RenderTableCell {TH} at (74,2) size 52x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><del>-              RenderText {#text} at (6,2) size 40x19
-                text run at (6,2) width 40: &quot;Color&quot;
</del><ins>+              RenderText {#text} at (5,2) size 41x19
+                text run at (5,2) width 41: &quot;Color&quot;
</ins><span class="cx">           RenderTableRow {TR} at (0,28) size 128x24
</span><span class="cx">             RenderTableCell {TD} at (2,28) size 71x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 41x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastdomrowinnertextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/dom/row-inner-text-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/dom/row-inner-text-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/dom/row-inner-text-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,10 +12,10 @@
</span><span class="cx">             RenderTableCell {TH} at (36,1) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 31x19
</span><span class="cx">                 text run at (2,2) width 31: &quot;(1,2)&quot;
</span><del>-            RenderTableCell {TH} at (72,1) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (72,1) size 35x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x19
</span><span class="cx">                 text run at (2,2) width 31: &quot;(1,3)&quot;
</span><del>-            RenderTableCell {TH} at (108,1) size 35x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (107,1) size 36x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x19
</span><span class="cx">                 text run at (2,2) width 31: &quot;(1,4)&quot;
</span><span class="cx">             RenderTableCell {TH} at (143,1) size 36x24 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastdynamic001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/dynamic/001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/dynamic/001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/dynamic/001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 103x2 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 103x2
-          RenderTableRow {TR} at (0,0) size 103x2
-            RenderTableCell {TD} at (0,0) size 103x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 102x2 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 102x2
+          RenderTableRow {TR} at (0,0) size 102x2
+            RenderTableCell {TD} at (0,0) size 102x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastdynamiccontainingblockchangeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/dynamic/containing-block-change-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/dynamic/containing-block-change-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/dynamic/containing-block-change-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -17,10 +17,10 @@
</span><span class="cx">         RenderText {#text} at (149,20) size 131x19
</span><span class="cx">           text run at (149,20) width 131: &quot;. It should not crash.&quot;
</span><span class="cx"> layer at (8,64) size 6x6
</span><del>-  RenderTable {TABLE} at (0,56) size 7x6
-    RenderTableSection {TBODY} at (0,0) size 7x6
-      RenderTableRow {TR} at (0,2) size 7x2
-        RenderTableCell {TD} at (2,2) size 3x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTable {TABLE} at (0,56) size 6x6
+    RenderTableSection {TBODY} at (0,0) size 6x6
+      RenderTableRow {TR} at (0,2) size 6x2
+        RenderTableCell {TD} at (2,2) size 2x2 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (11,67) size 43x40
</span><span class="cx">   RenderBlock (positioned) {DIV} at (3,3) size 43x40
</span><span class="cx">     RenderText {#text} at (0,0) size 43x39
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastdynamicfloatwithdrawalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/dynamic/float-withdrawal-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/dynamic/float-withdrawal-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/dynamic/float-withdrawal-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -23,28 +23,28 @@
</span><span class="cx">             text run at (299,0) width 22: &quot;not&quot;
</span><span class="cx">         RenderText {#text} at (320,0) size 154x19
</span><span class="cx">           text run at (320,0) width 154: &quot; a checkerboard pattern.&quot;
</span><del>-      RenderTable {TABLE} at (0,72) size 101x300
-        RenderTableSection {TBODY} at (0,0) size 101x300
-          RenderTableRow {TR} at (0,0) size 101x150
-            RenderTableCell {TD} at (0,0) size 51x100 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,72) size 100x300
+        RenderTableSection {TBODY} at (0,0) size 100x300
+          RenderTableRow {TR} at (0,0) size 100x150
+            RenderTableCell {TD} at (0,0) size 50x100 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x100
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50
</span><span class="cx">                   RenderBlock (floating) {DIV} at (0,0) size 50x25
</span><span class="cx">                 RenderBlock {DIV} at (0,50) size 50x50
</span><span class="cx">                   RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#800080]
</span><del>-            RenderTableCell {TD} at (50,0) size 51x100 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x100 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x100
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50
</span><span class="cx">                   RenderBlock (floating) {DIV} at (0,0) size 50x25
</span><span class="cx">                 RenderBlock {DIV} at (0,50) size 50x50
</span><span class="cx">                   RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#800080]
</span><del>-          RenderTableRow {TR} at (0,150) size 101x150
-            RenderTableCell {TD} at (0,150) size 51x50 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,150) size 100x150
+            RenderTableCell {TD} at (0,150) size 50x50 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x0
</span><span class="cx">                   RenderBlock (floating) {DIV} at (0,0) size 50x0
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50
</span><span class="cx">                   RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#800080]
</span><del>-            RenderTableCell {TD} at (50,150) size 51x50 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,150) size 50x50 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#800080]
</span><span class="cx">       RenderBlock {DIV} at (0,372) size 784x200
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastdynamicinsertbeforetablepartincontinuationexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/dynamic/insert-before-table-part-in-continuation-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/dynamic/insert-before-table-part-in-continuation-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/dynamic/insert-before-table-part-in-continuation-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx">           RenderTable at (40,0) size 107x20
</span><span class="cx">             RenderTableSection (anonymous) at (0,0) size 106x20
</span><span class="cx">               RenderTableRow (anonymous) at (0,0) size 106x20
</span><del>-                RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderTableCell {DIV} at (0,0) size 106x20 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 105x19
</span><span class="cx">                     text run at (0,0) width 105: &quot;...continues here&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastdynamicsubtreetablecellheightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/dynamic/subtree-table-cell-height-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/dynamic/subtree-table-cell-height-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/dynamic/subtree-table-cell-height-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 at (0,0) size 101x100
-        RenderTableSection (anonymous) at (0,0) size 101x100
-          RenderTableRow (anonymous) at (0,0) size 101x100
</del><ins>+      RenderTable at (0,0) size 100x100
+        RenderTableSection (anonymous) at (0,0) size 100x100
+          RenderTableRow (anonymous) at (0,0) size 100x100
</ins><span class="cx"> layer at (8,8) size 100x100
</span><del>-  RenderTableCell {DIV} at (0,0) size 101x100 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {DIV} at (0,0) size 100x100 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastforms001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/forms/001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/forms/001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/forms/001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,59) size 784x87 [border: (2px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 780x82
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 780x82
</span><del>-            RenderTableCell {TD} at (0,0) size 175x82 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 174x82 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (3,1) size 168x80 [bgcolor=#FFFFFF02] [border: (40px solid #FF0000)]
</span><span class="cx">                 RenderBlock (anonymous) at (45,40) size 78x14
</span><span class="cx">                   RenderText at (0,0) size 19x14
</span><span class="lines">@@ -19,14 +19,14 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 784x92 [border: (2px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (2,2) size 780x88
</span><span class="cx">             RenderTableRow {TR} at (0,0) size 780x88
</span><del>-              RenderTableCell {TD} at (0,0) size 87x88 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 86x88 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {INPUT} at (3,4) size 80x80 [bgcolor=#FFFFFF02] [border: (40px solid #FF0000)]
</span><span class="cx">               RenderTableCell {TD} at (86,43) size 694x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">       RenderBlock {P} at (0,269) size 784x93
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 784x92 [border: (2px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (2,2) size 780x88
</span><span class="cx">             RenderTableRow {TR} at (0,0) size 780x88
</span><del>-              RenderTableCell {TD} at (0,0) size 87x88 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 86x88 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {INPUT} at (3,4) size 80x80 [bgcolor=#FFFFFF02] [border: (40px solid #FF0000)]
</span><span class="cx">               RenderTableCell {TD} at (86,43) size 694x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">       RenderBlock {P} at (0,377) size 784x31
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastforms005expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/forms/005-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/forms/005-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/forms/005-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 45x54
-        RenderTableSection {TBODY} at (0,0) size 45x54
-          RenderTableRow {TR} at (0,0) size 45x54
-            RenderTableCell {TD} at (0,0) size 45x54 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 44x54
+        RenderTableSection {TBODY} at (0,0) size 44x54
+          RenderTableRow {TR} at (0,0) size 44x54
+            RenderTableCell {TD} at (0,0) size 44x54 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {INPUT} at (2,2) size 40x50
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastformsformelementgeometryexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/forms/form-element-geometry-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/forms/form-element-geometry-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/forms/form-element-geometry-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -23,18 +23,18 @@
</span><span class="cx">                       RenderText at (0,0) size 31x14
</span><span class="cx">                         text run at (0,0) width 31: &quot;button&quot;
</span><span class="cx">             RenderTableCell {TD} at (64,2) size 67x26 [r=0 c=1 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 65x24 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 64x24 [border: (2px solid #0000FF)]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 60x28
</span><span class="cx">                   RenderMenuList {SELECT} at (2,2) size 60x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                     RenderBlock (anonymous) at (6,3) size 48x14
</span><span class="cx">                       RenderText at (0,0) size 28x14
</span><span class="cx">                         text run at (0,0) width 28: &quot;menu&quot;
</span><span class="cx">             RenderTableCell {TD} at (132,4) size 23x22 [r=0 c=2 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 21x20 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 20x20 [border: (2px solid #0000FF)]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 16x28
</span><span class="cx">                   RenderBlock {INPUT} at (2,2) size 16x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">             RenderTableCell {TD} at (156,4) size 23x22 [r=0 c=3 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 21x20 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 20x20 [border: (2px solid #0000FF)]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 16x28
</span><span class="cx">                   RenderBlock {INPUT} at (2,2) size 16x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">       RenderTable {TABLE} at (0,179) size 181x31
</span><span class="lines">@@ -47,16 +47,16 @@
</span><span class="cx">                     RenderText at (0,0) size 31x14
</span><span class="cx">                       text run at (0,0) width 31: &quot;button&quot;
</span><span class="cx">             RenderTableCell {TD} at (64,2) size 67x26 [r=0 c=1 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 65x24 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 64x24 [border: (2px solid #0000FF)]
</ins><span class="cx">                 RenderMenuList {SELECT} at (2,2) size 60x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                   RenderBlock (anonymous) at (6,3) size 48x14
</span><span class="cx">                     RenderText at (0,0) size 28x14
</span><span class="cx">                       text run at (0,0) width 28: &quot;menu&quot;
</span><span class="cx">             RenderTableCell {TD} at (132,4) size 23x22 [r=0 c=2 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 21x20 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 20x20 [border: (2px solid #0000FF)]
</ins><span class="cx">                 RenderBlock {INPUT} at (2,2) size 16x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">             RenderTableCell {TD} at (156,4) size 23x22 [r=0 c=3 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 21x20 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 20x20 [border: (2px solid #0000FF)]
</ins><span class="cx">                 RenderBlock {INPUT} at (2,2) size 16x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">       RenderTable {TABLE} at (0,209) size 181x31
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 181x30
</span><span class="lines">@@ -69,18 +69,18 @@
</span><span class="cx">                       RenderText at (0,0) size 31x14
</span><span class="cx">                         text run at (0,0) width 31: &quot;button&quot;
</span><span class="cx">             RenderTableCell {TD} at (64,2) size 67x26 [r=0 c=1 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 65x24 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 64x24 [border: (2px solid #0000FF)]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 60x12
</span><span class="cx">                   RenderMenuList {SELECT} at (2,2) size 60x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                     RenderBlock (anonymous) at (6,3) size 48x14
</span><span class="cx">                       RenderText at (0,0) size 28x14
</span><span class="cx">                         text run at (0,0) width 28: &quot;menu&quot;
</span><span class="cx">             RenderTableCell {TD} at (132,4) size 23x22 [r=0 c=2 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 21x20 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 20x20 [border: (2px solid #0000FF)]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 16x12
</span><span class="cx">                   RenderBlock {INPUT} at (2,2) size 16x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">             RenderTableCell {TD} at (156,4) size 23x22 [r=0 c=3 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 21x20 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 20x20 [border: (2px solid #0000FF)]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 16x12
</span><span class="cx">                   RenderBlock {INPUT} at (2,2) size 16x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">       RenderTable {TABLE} at (0,239) size 542x49
</span><span class="lines">@@ -90,20 +90,20 @@
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 79x25 [border: (2px solid #0000FF)]
</span><span class="cx">                 RenderTextControl {INPUT} at (2,2) size 75x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</span><span class="cx">             RenderTableCell {TD} at (84,2) size 53x26 [r=0 c=1 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 51x24 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 50x24 [border: (2px solid #0000FF)]
</ins><span class="cx">                 RenderMenuList {SELECT} at (2,2) size 46x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                   RenderBlock (anonymous) at (6,3) size 34x14
</span><span class="cx">                     RenderText at (0,0) size 0x14
</span><span class="cx">                       text run at (0,0) width 0: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (138,2) size 240x26 [r=0 c=2 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 238x24 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 237x24 [border: (2px solid #0000FF)]
</ins><span class="cx">                 RenderFileUploadControl {INPUT} at (2,2) size 233x20 &quot;no file selected&quot;
</span><span class="cx">                   RenderButton {INPUT} at (0,0) size 83x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                     RenderBlock (anonymous) at (12,3) size 59x14
</span><span class="cx">                       RenderText at (0,0) size 59x14
</span><span class="cx">                         text run at (0,0) width 59: &quot;Choose File&quot;
</span><span class="cx">             RenderTableCell {TD} at (379,2) size 161x44 [r=0 c=3 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 159x42 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 158x42 [border: (2px solid #0000FF)]
</ins><span class="cx">       RenderBlock {H2} at (0,307) size 784x31
</span><span class="cx">         RenderText {#text} at (0,1) size 200x28
</span><span class="cx">           text run at (0,1) width 200: &quot;Baseline Alignment&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastformsformhidestableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/forms/form-hides-table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/forms/form-hides-table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/forms/form-hides-table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -41,10 +41,10 @@
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">             RenderListMarker at (-18,0) size 7x19: bullet
</span><span class="cx">           RenderBlock {FORM} at (0,20) size 784x26
</span><del>-            RenderTable {TABLE} at (0,0) size 115x26
-              RenderTableSection {TBODY} at (0,0) size 115x26
-                RenderTableRow {TR} at (0,2) size 115x22
-                  RenderTableCell {TD} at (2,2) size 111x22 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTable {TABLE} at (0,0) size 114x26
+              RenderTableSection {TBODY} at (0,0) size 114x26
+                RenderTableRow {TR} at (0,2) size 114x22
+                  RenderTableCell {TD} at (2,2) size 110x22 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                     RenderText {#text} at (1,1) size 108x19
</span><span class="cx">                       text run at (1,1) width 108: &quot;display: list-item&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,218) size 784x26
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastformsformmove3expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/forms/formmove3-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/forms/formmove3-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/forms/formmove3-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,7 +14,7 @@
</span><span class="cx">           RenderTable {TABLE} at (0,0) size 73x30
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 73x30
</span><span class="cx">               RenderTableRow {TR} at (0,2) size 73x26
</span><del>-                RenderTableCell {TD} at (2,14) size 3x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (2,14) size 2x2 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderTableCell {TD} at (6,2) size 65x26 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                   RenderButton {INPUT} at (3,3) size 59x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                     RenderBlock (anonymous) at (12,3) size 35x14
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastformsinputtableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/forms/input-table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/forms/input-table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/forms/input-table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,10 +9,10 @@
</span><span class="cx">       RenderBlock {P} at (0,36) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 70x19
</span><span class="cx">           text run at (0,0) width 70: &quot;Test case 1&quot;
</span><del>-      RenderTable {TABLE} at (0,72) size 119x43 [border: (3px solid #0000FF)]
-        RenderTableSection {TBODY} at (3,3) size 113x37
-          RenderTableRow {TR} at (0,2) size 113x33
-            RenderTableCell {TD} at (2,2) size 109x33 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,72) size 118x43 [border: (3px solid #0000FF)]
+        RenderTableSection {TBODY} at (3,3) size 112x37
+          RenderTableRow {TR} at (0,2) size 112x33
+            RenderTableCell {TD} at (2,2) size 108x33 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTextControl {INPUT} at (4,6) size 100x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</span><span class="cx">       RenderBlock {P} at (0,131) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 70x19
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 45x20
</span><span class="cx">                 text run at (1,2) width 45: &quot;second&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,37) size 109x33 [border: (3px solid #FF0000)] [r=1 c=1 rs=1 cs=1]
</span><del>-              RenderTextControl {INPUT} at (4,6) size 101x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</del><ins>+              RenderTextControl {INPUT} at (4,6) size 100x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</ins><span class="cx">       RenderBlock {P} at (0,261) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 70x19
</span><span class="cx">           text run at (0,0) width 70: &quot;Test case 3&quot;
</span><span class="lines">@@ -45,23 +45,23 @@
</span><span class="cx">       RenderBlock {P} at (0,396) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 70x19
</span><span class="cx">           text run at (0,0) width 70: &quot;Test case 4&quot;
</span><del>-      RenderTable {TABLE} at (0,432) size 219x73 [border: (3px solid #0000FF)]
-        RenderTableSection {TBODY} at (3,3) size 213x67
-          RenderTableRow {TR} at (0,2) size 213x33
-            RenderTableCell {TD} at (2,2) size 209x33 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
-              RenderTextControl {INPUT} at (4,6) size 201x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-          RenderTableRow {TR} at (0,37) size 213x28
-            RenderTableCell {TD} at (2,37) size 209x28 [border: (3px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,432) size 218x73 [border: (3px solid #0000FF)]
+        RenderTableSection {TBODY} at (3,3) size 212x67
+          RenderTableRow {TR} at (0,2) size 212x33
+            RenderTableCell {TD} at (2,2) size 208x33 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
+              RenderTextControl {INPUT} at (4,6) size 200x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
+          RenderTableRow {TR} at (0,37) size 212x28
+            RenderTableCell {TD} at (2,37) size 208x28 [border: (3px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (4,4) size 200x20
</span><span class="cx">                 RenderText {#text} at (0,0) size 40x19
</span><span class="cx">                   text run at (0,0) width 40: &quot;200px&quot;
</span><span class="cx">       RenderBlock {P} at (0,521) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 70x19
</span><span class="cx">           text run at (0,0) width 70: &quot;Test case 5&quot;
</span><del>-      RenderTable {TABLE} at (0,557) size 93x43 [border: (3px solid #0000FF)]
-        RenderTableSection {TBODY} at (3,3) size 87x37
-          RenderTableRow {TR} at (0,2) size 87x33
-            RenderTableCell {TD} at (2,2) size 83x33 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,557) size 92x43 [border: (3px solid #0000FF)]
+        RenderTableSection {TBODY} at (3,3) size 86x37
+          RenderTableRow {TR} at (0,2) size 86x33
+            RenderTableCell {TD} at (2,2) size 82x33 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTextControl {INPUT} at (6,6) size 70x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</span><span class="cx">       RenderBlock {P} at (0,616) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 70x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastformslistboxbidialignexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/forms/listbox-bidi-align-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/forms/listbox-bidi-align-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/forms/listbox-bidi-align-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,36 +9,36 @@
</span><span class="cx">         RenderBR {BR} at (614,0) size 1x19
</span><span class="cx">         RenderText {#text} at (0,20) size 438x19
</span><span class="cx">           text run at (0,20) width 438: &quot;All the items in the following select elements should be left-aligned.&quot;
</span><del>-      RenderTable {TABLE} at (0,40) size 665x58
-        RenderTableSection {TBODY} at (0,0) size 665x58
-          RenderTableRow {TR} at (0,2) size 665x26
-            RenderTableCell {TD} at (2,2) size 162x26 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,40) size 664x58
+        RenderTableSection {TBODY} at (0,0) size 664x58
+          RenderTableRow {TR} at (0,2) size 664x26
+            RenderTableCell {TD} at (2,2) size 161x26 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (3,3) size 155x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                 RenderBlock (anonymous) at (6,3) size 143x14
</span><span class="cx">                   RenderText at (0,0) size 0x14
</span><span class="cx">                     text run at (0,0) width 0: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (165,2) size 167x26 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,2) size 166x26 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (3,3) size 160x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                 RenderBlock (anonymous) at (6,3) size 148x14
</span><span class="cx">                   RenderText at (0,0) size 0x14
</span><span class="cx">                     text run at (0,0) width 0: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (333,2) size 162x26 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (333,2) size 161x26 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (3,3) size 155x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                 RenderBlock (anonymous) at (6,3) size 143x14
</span><span class="cx">                   RenderText at (123,0) size 0x14
</span><span class="cx">                     text run at (123,0) width 0 RTL: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (496,2) size 167x26 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,2) size 166x26 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (3,3) size 160x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                 RenderBlock (anonymous) at (6,3) size 148x14
</span><span class="cx">                   RenderText at (128,0) size 0x14
</span><span class="cx">                     text run at (128,0) width 0 RTL: &quot; &quot;
</span><del>-          RenderTableRow {TR} at (0,30) size 665x26
-            RenderTableCell {TD} at (2,30) size 162x26 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,30) size 664x26
+            RenderTableCell {TD} at (2,30) size 161x26 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (3,3) size 155x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                 RenderBlock (anonymous) at (6,3) size 143x14
</span><span class="cx">                   RenderText at (0,0) size 0x14
</span><span class="cx">                     text run at (0,0) width 0: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (165,30) size 167x26 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,30) size 166x26 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (3,3) size 160x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                 RenderBlock (anonymous) at (6,3) size 148x14
</span><span class="cx">                   RenderText at (0,0) size 0x14
</span><span class="lines">@@ -46,36 +46,36 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,98) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 447x19
</span><span class="cx">           text run at (0,0) width 447: &quot;All the items in the following select elements should be right-aligned.&quot;
</span><del>-      RenderTable {TABLE} at (0,118) size 657x58
-        RenderTableSection {TBODY} at (0,0) size 657x58
-          RenderTableRow {TR} at (0,2) size 657x26
-            RenderTableCell {TD} at (2,2) size 169x26 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,118) size 656x58
+        RenderTableSection {TBODY} at (0,0) size 656x58
+          RenderTableRow {TR} at (0,2) size 656x26
+            RenderTableCell {TD} at (2,2) size 168x26 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (3,3) size 162x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                 RenderBlock (anonymous) at (6,3) size 150x14
</span><span class="cx">                   RenderText at (130,0) size 0x14
</span><span class="cx">                     text run at (130,0) width 0 RTL: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (172,2) size 156x26 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (172,2) size 155x26 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (3,3) size 149x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                 RenderBlock (anonymous) at (6,3) size 137x14
</span><span class="cx">                   RenderText at (117,0) size 0x14
</span><span class="cx">                     text run at (117,0) width 0 RTL: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (329,2) size 169x26 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (329,2) size 168x26 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (3,3) size 162x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                 RenderBlock (anonymous) at (6,3) size 150x14
</span><span class="cx">                   RenderText at (130,0) size 0x14
</span><span class="cx">                     text run at (130,0) width 0 RTL: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (499,2) size 156x26 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (499,2) size 155x26 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (3,3) size 149x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                 RenderBlock (anonymous) at (6,3) size 137x14
</span><span class="cx">                   RenderText at (117,0) size 0x14
</span><span class="cx">                     text run at (117,0) width 0 RTL: &quot; &quot;
</span><del>-          RenderTableRow {TR} at (0,30) size 657x26
-            RenderTableCell {TD} at (2,30) size 169x26 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,30) size 656x26
+            RenderTableCell {TD} at (2,30) size 168x26 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (3,3) size 162x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                 RenderBlock (anonymous) at (6,3) size 150x14
</span><span class="cx">                   RenderText at (0,0) size 0x14
</span><span class="cx">                     text run at (0,0) width 0: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (172,30) size 156x26 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (172,30) size 155x26 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (3,3) size 149x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                 RenderBlock (anonymous) at (6,3) size 137x14
</span><span class="cx">                   RenderText at (0,0) size 0x14
</span><span class="lines">@@ -83,25 +83,25 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,176) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 456x19
</span><span class="cx">           text run at (0,0) width 456: &quot;All the items in the following select elements should be center-aligned.&quot;
</span><del>-      RenderTable {TABLE} at (0,196) size 693x30
-        RenderTableSection {TBODY} at (0,0) size 693x30
-          RenderTableRow {TR} at (0,2) size 693x26
-            RenderTableCell {TD} at (2,2) size 178x26 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,196) size 692x30
+        RenderTableSection {TBODY} at (0,0) size 692x30
+          RenderTableRow {TR} at (0,2) size 692x26
+            RenderTableCell {TD} at (2,2) size 177x26 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (3,3) size 171x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                 RenderBlock (anonymous) at (6,3) size 159x14
</span><span class="cx">                   RenderText at (139,0) size 0x14
</span><span class="cx">                     text run at (139,0) width 0 RTL: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (181,2) size 165x26 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (181,2) size 164x26 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (3,3) size 158x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                 RenderBlock (anonymous) at (6,3) size 146x14
</span><span class="cx">                   RenderText at (126,0) size 0x14
</span><span class="cx">                     text run at (126,0) width 0 RTL: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (347,2) size 178x26 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (347,2) size 177x26 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (3,3) size 171x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                 RenderBlock (anonymous) at (6,3) size 159x14
</span><span class="cx">                   RenderText at (0,0) size 0x14
</span><span class="cx">                     text run at (0,0) width 0: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (526,2) size 165x26 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (526,2) size 164x26 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (3,3) size 158x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                 RenderBlock (anonymous) at (6,3) size 146x14
</span><span class="cx">                   RenderText at (0,0) size 0x14
</span><span class="lines">@@ -109,25 +109,25 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,226) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 296x19
</span><span class="cx">           text run at (0,0) width 296: &quot;The following tables check mixed alignments.&quot;
</span><del>-      RenderTable {TABLE} at (0,246) size 735x30
-        RenderTableSection {TBODY} at (0,0) size 735x30
-          RenderTableRow {TR} at (0,2) size 735x26
-            RenderTableCell {TD} at (2,2) size 174x26 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,246) size 734x30
+        RenderTableSection {TBODY} at (0,0) size 734x30
+          RenderTableRow {TR} at (0,2) size 734x26
+            RenderTableCell {TD} at (2,2) size 173x26 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (3,3) size 167x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                 RenderBlock (anonymous) at (6,3) size 155x14
</span><span class="cx">                   RenderText at (135,0) size 0x14
</span><span class="cx">                     text run at (135,0) width 0 RTL: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (177,2) size 174x26 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (177,2) size 173x26 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (3,3) size 167x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                 RenderBlock (anonymous) at (6,3) size 155x14
</span><span class="cx">                   RenderText at (0,0) size 0x14
</span><span class="cx">                     text run at (0,0) width 0: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (352,2) size 190x26 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (352,2) size 189x26 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (3,3) size 183x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                 RenderBlock (anonymous) at (6,3) size 171x14
</span><span class="cx">                   RenderText at (151,0) size 0x14
</span><span class="cx">                     text run at (151,0) width 0 RTL: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (543,2) size 190x26 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (543,2) size 189x26 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (3,3) size 183x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                 RenderBlock (anonymous) at (6,3) size 171x14
</span><span class="cx">                   RenderText at (0,0) size 0x14
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastformspreserveFormDuringResidualStyleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/forms/preserveFormDuringResidualStyle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/forms/preserveFormDuringResidualStyle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/forms/preserveFormDuringResidualStyle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,9 +12,9 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x25
</span><span class="cx">           RenderTable {TABLE} at (380,0) size 24x25
</span><del>-            RenderTableSection {TBODY} at (0,0) size 24x25
-              RenderTableRow {TR} at (0,2) size 24x21
-                RenderTableCell {TD} at (2,2) size 20x21 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableSection {TBODY} at (0,0) size 23x25
+              RenderTableRow {TR} at (0,2) size 23x21
+                RenderTableCell {TD} at (2,2) size 19x21 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderImage {INPUT} at (1,1) size 17x19
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastformsselectdirtyparentprefwidthsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/forms/select-dirty-parent-pref-widths-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/forms/select-dirty-parent-pref-widths-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/forms/select-dirty-parent-pref-widths-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</span><span class="cx"> layer at (0,0) size 800x94
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x94
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x70
</span><del>-      RenderTable {TABLE} at (0,0) size 65x34 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 63x32
-          RenderTableRow {TR} at (0,2) size 63x28
-            RenderTableCell {TD} at (2,2) size 59x28 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 64x34 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 62x32
+          RenderTableRow {TR} at (0,2) size 62x28
+            RenderTableCell {TD} at (2,2) size 58x28 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (4,4) size 50x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                 RenderBlock (anonymous) at (6,3) size 38x14
</span><span class="cx">                   RenderText at (0,0) size 18x14
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasthtmldetailswritingmodeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/html/details-writing-mode-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/html/details-writing-mode-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/html/details-writing-mode-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,22 +11,22 @@
</span><span class="cx">                 text run at (226,6) width 156: &quot;text-align not specified&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,36) size 612x32
</span><span class="cx">             RenderTableCell {TH} at (2,53) size 104x32 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=2]
</span><del>-              RenderText {#text} at (50,6) size 4x19
-                text run at (50,6) width 4: &quot; &quot;
-            RenderTableCell {TH} at (108,36) size 502x32 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=4]
</del><ins>+              RenderText {#text} at (49,6) size 5x19
+                text run at (49,6) width 5: &quot; &quot;
+            RenderTableCell {TH} at (107,36) size 503x32 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=4]
</ins><span class="cx">               RenderText {#text} at (176,6) size 150x19
</span><span class="cx">                 text run at (176,6) width 150: &quot;-webkit-writing-mode&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,70) size 612x32
</span><del>-            RenderTableCell {TH} at (108,70) size 124x32 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (107,70) size 125x32 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,6) size 90x19
</span><span class="cx">                 text run at (17,6) width 90: &quot;horizontal-tb&quot;
</span><del>-            RenderTableCell {TH} at (234,70) size 124x32 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (233,70) size 125x32 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,6) size 90x19
</span><span class="cx">                 text run at (17,6) width 90: &quot;horizontal-bt&quot;
</span><del>-            RenderTableCell {TH} at (360,70) size 124x32 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (359,70) size 125x32 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (27,6) size 70x19
</span><span class="cx">                 text run at (27,6) width 70: &quot;vertical-lr&quot;
</span><del>-            RenderTableCell {TH} at (486,70) size 124x32 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (485,70) size 125x32 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (27,6) size 70x19
</span><span class="cx">                 text run at (27,6) width 70: &quot;vertical-rl&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,104) size 612x124
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">             RenderTableCell {TH} at (77,150) size 29x32 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 17x19
</span><span class="cx">                 text run at (6,6) width 17: &quot;ltr&quot;
</span><del>-            RenderTableCell {TD} at (108,104) size 124x124 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (107,104) size 125x124 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x20
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x20
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (0,5) size 11x11: down
</span><span class="cx">                     RenderText {#text} at (16,0) size 61x19
</span><span class="cx">                       text run at (16,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (234,104) size 124x124 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (233,104) size 125x124 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x20
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x20
</span><span class="lines">@@ -60,7 +60,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (0,3) size 11x11: up
</span><span class="cx">                     RenderText {#text} at (16,0) size 61x19
</span><span class="cx">                       text run at (16,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (360,104) size 124x124 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (359,104) size 125x124 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 21x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 21x120
</span><span class="lines">@@ -72,7 +72,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (3,0) size 11x11: right
</span><span class="cx">                     RenderText {#text} at (0,10) size 19x61
</span><span class="cx">                       text run at (0,10) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (486,104) size 124x124 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (485,104) size 125x124 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 21x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 21x120
</span><span class="lines">@@ -88,7 +88,7 @@
</span><span class="cx">             RenderTableCell {TH} at (77,276) size 29x32 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 17x19
</span><span class="cx">                 text run at (6,6) width 17: &quot;rtl&quot;
</span><del>-            RenderTableCell {TD} at (108,230) size 124x124 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (107,230) size 125x124 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x20
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x20
</span><span class="lines">@@ -100,7 +100,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (103,5) size 11x11: down
</span><span class="cx">                     RenderText {#text} at (43,0) size 61x19
</span><span class="cx">                       text run at (43,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (234,230) size 124x124 [border: (1px solid #000000)] [r=4 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (233,230) size 125x124 [border: (1px solid #000000)] [r=4 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x20
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x20
</span><span class="lines">@@ -112,7 +112,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (103,3) size 11x11: up
</span><span class="cx">                     RenderText {#text} at (43,0) size 61x19
</span><span class="cx">                       text run at (43,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (360,230) size 124x124 [border: (1px solid #000000)] [r=4 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (359,230) size 125x124 [border: (1px solid #000000)] [r=4 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 21x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 21x120
</span><span class="lines">@@ -124,7 +124,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (3,109) size 11x11: right
</span><span class="cx">                     RenderText {#text} at (0,49) size 19x61
</span><span class="cx">                       text run at (0,49) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (486,230) size 124x124 [border: (1px solid #000000)] [r=4 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (485,230) size 125x124 [border: (1px solid #000000)] [r=4 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 21x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 21x120
</span><span class="lines">@@ -146,22 +146,22 @@
</span><span class="cx">                 text run at (255,6) width 98: &quot;text-align: left&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,36) size 612x32
</span><span class="cx">             RenderTableCell {TH} at (2,53) size 104x32 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=2]
</span><del>-              RenderText {#text} at (50,6) size 4x19
-                text run at (50,6) width 4: &quot; &quot;
-            RenderTableCell {TH} at (108,36) size 502x32 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=4]
</del><ins>+              RenderText {#text} at (49,6) size 5x19
+                text run at (49,6) width 5: &quot; &quot;
+            RenderTableCell {TH} at (107,36) size 503x32 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=4]
</ins><span class="cx">               RenderText {#text} at (176,6) size 150x19
</span><span class="cx">                 text run at (176,6) width 150: &quot;-webkit-writing-mode&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,70) size 612x32
</span><del>-            RenderTableCell {TH} at (108,70) size 124x32 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (107,70) size 125x32 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,6) size 90x19
</span><span class="cx">                 text run at (17,6) width 90: &quot;horizontal-tb&quot;
</span><del>-            RenderTableCell {TH} at (234,70) size 124x32 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (233,70) size 125x32 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,6) size 90x19
</span><span class="cx">                 text run at (17,6) width 90: &quot;horizontal-bt&quot;
</span><del>-            RenderTableCell {TH} at (360,70) size 124x32 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (359,70) size 125x32 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (27,6) size 70x19
</span><span class="cx">                 text run at (27,6) width 70: &quot;vertical-lr&quot;
</span><del>-            RenderTableCell {TH} at (486,70) size 124x32 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (485,70) size 125x32 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (27,6) size 70x19
</span><span class="cx">                 text run at (27,6) width 70: &quot;vertical-rl&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,104) size 612x124
</span><span class="lines">@@ -171,7 +171,7 @@
</span><span class="cx">             RenderTableCell {TH} at (77,150) size 29x32 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 17x19
</span><span class="cx">                 text run at (6,6) width 17: &quot;ltr&quot;
</span><del>-            RenderTableCell {TD} at (108,104) size 124x124 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (107,104) size 125x124 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x20
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x20
</span><span class="lines">@@ -183,7 +183,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (0,5) size 11x11: down
</span><span class="cx">                     RenderText {#text} at (16,0) size 61x19
</span><span class="cx">                       text run at (16,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (234,104) size 124x124 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (233,104) size 125x124 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x20
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x20
</span><span class="lines">@@ -195,7 +195,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (0,3) size 11x11: up
</span><span class="cx">                     RenderText {#text} at (16,0) size 61x19
</span><span class="cx">                       text run at (16,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (360,104) size 124x124 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (359,104) size 125x124 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 21x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 21x120
</span><span class="lines">@@ -207,7 +207,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (3,0) size 11x11: right
</span><span class="cx">                     RenderText {#text} at (0,10) size 19x61
</span><span class="cx">                       text run at (0,10) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (486,104) size 124x124 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (485,104) size 125x124 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 21x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 21x120
</span><span class="lines">@@ -223,7 +223,7 @@
</span><span class="cx">             RenderTableCell {TH} at (77,276) size 29x32 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 17x19
</span><span class="cx">                 text run at (6,6) width 17: &quot;rtl&quot;
</span><del>-            RenderTableCell {TD} at (108,230) size 124x124 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (107,230) size 125x124 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x20
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x20
</span><span class="lines">@@ -235,7 +235,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (59,5) size 12x11: down
</span><span class="cx">                     RenderText {#text} at (0,0) size 60x19
</span><span class="cx">                       text run at (0,0) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (234,230) size 124x124 [border: (1px solid #000000)] [r=4 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (233,230) size 125x124 [border: (1px solid #000000)] [r=4 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x20
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x20
</span><span class="lines">@@ -247,7 +247,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (59,3) size 12x11: up
</span><span class="cx">                     RenderText {#text} at (0,0) size 60x19
</span><span class="cx">                       text run at (0,0) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (360,230) size 124x124 [border: (1px solid #000000)] [r=4 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (359,230) size 125x124 [border: (1px solid #000000)] [r=4 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 21x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 21x120
</span><span class="lines">@@ -259,7 +259,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (3,59) size 11x12: right
</span><span class="cx">                     RenderText {#text} at (0,0) size 19x60
</span><span class="cx">                       text run at (0,0) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (486,230) size 124x124 [border: (1px solid #000000)] [r=4 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (485,230) size 125x124 [border: (1px solid #000000)] [r=4 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 21x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 21x120
</span><span class="lines">@@ -281,22 +281,22 @@
</span><span class="cx">                 text run at (245,6) width 118: &quot;text-align: center&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,36) size 612x32
</span><span class="cx">             RenderTableCell {TH} at (2,53) size 104x32 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=2]
</span><del>-              RenderText {#text} at (50,6) size 4x19
-                text run at (50,6) width 4: &quot; &quot;
-            RenderTableCell {TH} at (108,36) size 502x32 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=4]
</del><ins>+              RenderText {#text} at (49,6) size 5x19
+                text run at (49,6) width 5: &quot; &quot;
+            RenderTableCell {TH} at (107,36) size 503x32 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=4]
</ins><span class="cx">               RenderText {#text} at (176,6) size 150x19
</span><span class="cx">                 text run at (176,6) width 150: &quot;-webkit-writing-mode&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,70) size 612x32
</span><del>-            RenderTableCell {TH} at (108,70) size 124x32 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (107,70) size 125x32 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,6) size 90x19
</span><span class="cx">                 text run at (17,6) width 90: &quot;horizontal-tb&quot;
</span><del>-            RenderTableCell {TH} at (234,70) size 124x32 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (233,70) size 125x32 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,6) size 90x19
</span><span class="cx">                 text run at (17,6) width 90: &quot;horizontal-bt&quot;
</span><del>-            RenderTableCell {TH} at (360,70) size 124x32 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (359,70) size 125x32 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (27,6) size 70x19
</span><span class="cx">                 text run at (27,6) width 70: &quot;vertical-lr&quot;
</span><del>-            RenderTableCell {TH} at (486,70) size 124x32 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (485,70) size 125x32 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (27,6) size 70x19
</span><span class="cx">                 text run at (27,6) width 70: &quot;vertical-rl&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,104) size 612x124
</span><span class="lines">@@ -306,7 +306,7 @@
</span><span class="cx">             RenderTableCell {TH} at (77,150) size 29x32 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 17x19
</span><span class="cx">                 text run at (6,6) width 17: &quot;ltr&quot;
</span><del>-            RenderTableCell {TD} at (108,104) size 124x124 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (107,104) size 125x124 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x20
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x20
</span><span class="lines">@@ -318,7 +318,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (21,5) size 12x11: down
</span><span class="cx">                     RenderText {#text} at (38,0) size 61x19
</span><span class="cx">                       text run at (38,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (234,104) size 124x124 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (233,104) size 125x124 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x20
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x20
</span><span class="lines">@@ -330,7 +330,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (21,3) size 12x11: up
</span><span class="cx">                     RenderText {#text} at (38,0) size 61x19
</span><span class="cx">                       text run at (38,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (360,104) size 124x124 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (359,104) size 125x124 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 21x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 21x120
</span><span class="lines">@@ -342,7 +342,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (3,24) size 11x12: right
</span><span class="cx">                     RenderText {#text} at (0,35) size 19x61
</span><span class="cx">                       text run at (0,35) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (486,104) size 124x124 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (485,104) size 125x124 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 21x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 21x120
</span><span class="lines">@@ -358,7 +358,7 @@
</span><span class="cx">             RenderTableCell {TH} at (77,276) size 29x32 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 17x19
</span><span class="cx">                 text run at (6,6) width 17: &quot;rtl&quot;
</span><del>-            RenderTableCell {TD} at (108,230) size 124x124 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (107,230) size 125x124 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x20
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x20
</span><span class="lines">@@ -370,7 +370,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (81,5) size 11x11: down
</span><span class="cx">                     RenderText {#text} at (21,0) size 61x19
</span><span class="cx">                       text run at (21,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (234,230) size 124x124 [border: (1px solid #000000)] [r=4 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (233,230) size 125x124 [border: (1px solid #000000)] [r=4 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x20
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x20
</span><span class="lines">@@ -382,7 +382,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (81,3) size 11x11: up
</span><span class="cx">                     RenderText {#text} at (21,0) size 61x19
</span><span class="cx">                       text run at (21,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (360,230) size 124x124 [border: (1px solid #000000)] [r=4 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (359,230) size 125x124 [border: (1px solid #000000)] [r=4 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 21x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 21x120
</span><span class="lines">@@ -394,7 +394,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (3,84) size 11x12: right
</span><span class="cx">                     RenderText {#text} at (0,24) size 19x61
</span><span class="cx">                       text run at (0,24) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (486,230) size 124x124 [border: (1px solid #000000)] [r=4 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (485,230) size 125x124 [border: (1px solid #000000)] [r=4 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 21x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 21x120
</span><span class="lines">@@ -412,26 +412,26 @@
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 612x356
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 612x32
</span><span class="cx">             RenderTableCell {TH} at (2,2) size 608x32 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=6]
</span><del>-              RenderText {#text} at (250,6) size 108x19
-                text run at (250,6) width 108: &quot;text-align: right&quot;
</del><ins>+              RenderText {#text} at (249,6) size 109x19
+                text run at (249,6) width 109: &quot;text-align: right&quot;
</ins><span class="cx">           RenderTableRow {TR} at (0,36) size 612x32
</span><span class="cx">             RenderTableCell {TH} at (2,53) size 104x32 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=2]
</span><del>-              RenderText {#text} at (50,6) size 4x19
-                text run at (50,6) width 4: &quot; &quot;
-            RenderTableCell {TH} at (108,36) size 502x32 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=4]
</del><ins>+              RenderText {#text} at (49,6) size 5x19
+                text run at (49,6) width 5: &quot; &quot;
+            RenderTableCell {TH} at (107,36) size 503x32 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=4]
</ins><span class="cx">               RenderText {#text} at (176,6) size 150x19
</span><span class="cx">                 text run at (176,6) width 150: &quot;-webkit-writing-mode&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,70) size 612x32
</span><del>-            RenderTableCell {TH} at (108,70) size 124x32 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (107,70) size 125x32 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,6) size 90x19
</span><span class="cx">                 text run at (17,6) width 90: &quot;horizontal-tb&quot;
</span><del>-            RenderTableCell {TH} at (234,70) size 124x32 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (233,70) size 125x32 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,6) size 90x19
</span><span class="cx">                 text run at (17,6) width 90: &quot;horizontal-bt&quot;
</span><del>-            RenderTableCell {TH} at (360,70) size 124x32 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (359,70) size 125x32 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (27,6) size 70x19
</span><span class="cx">                 text run at (27,6) width 70: &quot;vertical-lr&quot;
</span><del>-            RenderTableCell {TH} at (486,70) size 124x32 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (485,70) size 125x32 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (27,6) size 70x19
</span><span class="cx">                 text run at (27,6) width 70: &quot;vertical-rl&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,104) size 612x124
</span><span class="lines">@@ -441,7 +441,7 @@
</span><span class="cx">             RenderTableCell {TH} at (77,150) size 29x32 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 17x19
</span><span class="cx">                 text run at (6,6) width 17: &quot;ltr&quot;
</span><del>-            RenderTableCell {TD} at (108,104) size 124x124 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (107,104) size 125x124 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x20
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x20
</span><span class="lines">@@ -453,7 +453,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (43,5) size 12x11: down
</span><span class="cx">                     RenderText {#text} at (60,0) size 60x19
</span><span class="cx">                       text run at (60,0) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (234,104) size 124x124 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (233,104) size 125x124 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x20
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x20
</span><span class="lines">@@ -465,7 +465,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (43,3) size 12x11: up
</span><span class="cx">                     RenderText {#text} at (60,0) size 60x19
</span><span class="cx">                       text run at (60,0) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (360,104) size 124x124 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (359,104) size 125x124 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 21x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 21x120
</span><span class="lines">@@ -477,7 +477,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (3,49) size 11x12: right
</span><span class="cx">                     RenderText {#text} at (0,60) size 19x60
</span><span class="cx">                       text run at (0,60) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (486,104) size 124x124 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (485,104) size 125x124 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 21x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 21x120
</span><span class="lines">@@ -493,7 +493,7 @@
</span><span class="cx">             RenderTableCell {TH} at (77,276) size 29x32 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 17x19
</span><span class="cx">                 text run at (6,6) width 17: &quot;rtl&quot;
</span><del>-            RenderTableCell {TD} at (108,230) size 124x124 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (107,230) size 125x124 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x20
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x20
</span><span class="lines">@@ -505,7 +505,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (103,5) size 11x11: down
</span><span class="cx">                     RenderText {#text} at (43,0) size 61x19
</span><span class="cx">                       text run at (43,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (234,230) size 124x124 [border: (1px solid #000000)] [r=4 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (233,230) size 125x124 [border: (1px solid #000000)] [r=4 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x20
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x20
</span><span class="lines">@@ -517,7 +517,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (103,3) size 11x11: up
</span><span class="cx">                     RenderText {#text} at (43,0) size 61x19
</span><span class="cx">                       text run at (43,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (360,230) size 124x124 [border: (1px solid #000000)] [r=4 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (359,230) size 125x124 [border: (1px solid #000000)] [r=4 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 21x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 21x120
</span><span class="lines">@@ -529,7 +529,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (3,109) size 11x11: right
</span><span class="cx">                     RenderText {#text} at (0,49) size 19x61
</span><span class="cx">                       text run at (0,49) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (486,230) size 124x124 [border: (1px solid #000000)] [r=4 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (485,230) size 125x124 [border: (1px solid #000000)] [r=4 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 21x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 21x120
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastinlineblock001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/inline-block/001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/inline-block/001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/inline-block/001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -48,21 +48,21 @@
</span><span class="cx">       RenderText {#text} at (140,162) size 5x19
</span><span class="cx">         text run at (140,162) width 5: &quot; &quot;
</span><span class="cx">       RenderTable {TABLE} at (144,155) size 69x84 [border: (2px solid #FF0000)]
</span><del>-        RenderTableSection {TBODY} at (2,2) size 65x80
-          RenderTableRow {TR} at (0,0) size 65x20
-            RenderTableCell {TD} at (0,0) size 65x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (2,2) size 64x80
+          RenderTableRow {TR} at (0,0) size 64x20
+            RenderTableCell {TD} at (0,0) size 64x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 64x19
</span><span class="cx">                 text run at (0,0) width 64: &quot;All on the&quot;
</span><del>-          RenderTableRow {TR} at (0,20) size 65x20
-            RenderTableCell {TD} at (0,20) size 65x20 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,20) size 64x20
+            RenderTableCell {TD} at (0,20) size 64x20 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 64x19
</span><span class="cx">                 text run at (0,0) width 64: &quot;All on the&quot;
</span><del>-          RenderTableRow {TR} at (0,40) size 65x20
-            RenderTableCell {TD} at (0,40) size 65x20 [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,40) size 64x20
+            RenderTableCell {TD} at (0,40) size 64x20 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 64x19
</span><span class="cx">                 text run at (0,0) width 64: &quot;All on the&quot;
</span><del>-          RenderTableRow {TR} at (0,60) size 65x20
-            RenderTableCell {TD} at (0,60) size 65x20 [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,60) size 64x20
+            RenderTableCell {TD} at (0,60) size 64x20 [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 64x19
</span><span class="cx">                 text run at (0,0) width 64: &quot;All on the&quot;
</span><span class="cx">       RenderText {#text} at (212,162) size 5x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastinlineblockoverflowclipexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/inline-block/overflow-clip-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/inline-block/overflow-clip-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/inline-block/overflow-clip-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -18,10 +18,10 @@
</span><span class="cx">       RenderBlock {P} at (0,56) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 269x19
</span><span class="cx">           text run at (0,0) width 269: &quot;You should see a green square and no red.&quot;
</span><del>-      RenderTable {TABLE} at (0,92) size 101x100 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 101x100
-          RenderTableRow {TR} at (0,0) size 101x100
-            RenderTableCell {TD} at (0,0) size 101x100 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,92) size 100x100 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 100x100
+          RenderTableRow {TR} at (0,0) size 100x100
+            RenderTableCell {TD} at (0,0) size 100x100 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> layer at (8,100) size 100x100 scrollHeight 200
</span><span class="cx">   RenderBlock {DIV} at (0,0) size 100x100
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastinvalid012expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/invalid/012-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/invalid/012-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/invalid/012-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,10 +11,10 @@
</span><span class="cx">         RenderInline {FONT} at (0,0) size 100x19
</span><span class="cx">           RenderImage {IMG} at (0,0) size 100x100 [bgcolor=#008000]
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,120) size 7x6
-        RenderTableSection {TBODY} at (0,0) size 7x6
-          RenderTableRow {TR} at (0,2) size 7x2
-            RenderTableCell {TD} at (2,2) size 3x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,120) size 6x6
+        RenderTableSection {TBODY} at (0,0) size 6x6
+          RenderTableRow {TR} at (0,2) size 6x2
+            RenderTableCell {TD} at (2,2) size 2x2 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock (anonymous) at (0,126) size 784x0
</span><span class="cx">         RenderInline {FONT} at (0,0) size 0x0
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastlists004expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/lists/004-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/lists/004-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/lists/004-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 56x26 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 52x22
-          RenderTableRow {TR} at (0,0) size 52x22
-            RenderTableCell {TD} at (0,0) size 18x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderListItem {LI} at (1,1) size 16x20
</del><ins>+      RenderTable {TABLE} at (0,0) size 55x26 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 51x22
+          RenderTableRow {TR} at (0,0) size 51x22
+            RenderTableCell {TD} at (0,0) size 17x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderListItem {LI} at (1,1) size 15x20
</ins><span class="cx">                 RenderListMarker at (-1,0) size 7x19: bullet
</span><span class="cx">                 RenderImage {IMG} at (15,15) size 0x0
</span><del>-            RenderTableCell {TD} at (17,0) size 35x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (17,0) size 34x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x19
</span><span class="cx">                 text run at (1,1) width 32: &quot;hello&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastmulticolspanbeforechildanonymouscolumnblockexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/multicol/span/before-child-anonymous-column-block-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/multicol/span/before-child-anonymous-column-block-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/multicol/span/before-child-anonymous-column-block-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -13,9 +13,9 @@
</span><span class="cx">     RenderBlock {DIV} at (0,0) size 374x20
</span><span class="cx">       RenderText {#text} at (0,0) size 20x20
</span><span class="cx">         text run at (0,0) width 20: &quot;3&quot;
</span><del>-    RenderTable at (0,20) size 21x20
-      RenderTableSection {DIV} at (0,0) size 21x20
-        RenderTableRow (anonymous) at (0,0) size 21x20
-          RenderTableCell (anonymous) at (0,0) size 21x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable at (0,20) size 20x20
+      RenderTableSection {DIV} at (0,0) size 20x20
+        RenderTableRow (anonymous) at (0,0) size 20x20
+          RenderTableCell (anonymous) at (0,0) size 20x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (0,0) size 20x20
</span><span class="cx">               text run at (0,0) width 20: &quot;4&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastmulticoltableverticalalignexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/multicol/table-vertical-align-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/multicol/table-vertical-align-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/multicol/table-vertical-align-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -134,7 +134,7 @@
</span><span class="cx">               text run at (11,1206) width 108: &quot;This cell has lots&quot;
</span><span class="cx">               text run at (11,1226) width 46: &quot;of text.&quot;
</span><span class="cx">             RenderBR {BR} at (56,1241) size 1x0
</span><del>-          RenderTableCell {TD} at (145,0) size 237x172 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (145,0) size 238x172 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderInline {SPAN} at (0,0) size 146x147
</span><span class="cx">               RenderText {#text} at (11,12) size 146x147
</span><span class="cx">                 text run at (11,12) width 146: &quot;Other&quot;
</span><span class="lines">@@ -268,7 +268,7 @@
</span><span class="cx">               text run at (11,1180) width 108: &quot;This cell has lots&quot;
</span><span class="cx">               text run at (11,1200) width 46: &quot;of text.&quot;
</span><span class="cx">             RenderBR {BR} at (56,1215) size 1x0
</span><del>-          RenderTableCell {TD} at (145,529) size 237x232 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (145,529) size 238x232 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderInline {SPAN} at (0,0) size 146x147
</span><span class="cx">               RenderText {#text} at (11,71) size 146x148
</span><span class="cx">                 text run at (11,72) width 146: &quot;Other&quot;
</span><span class="lines">@@ -402,7 +402,7 @@
</span><span class="cx">               text run at (11,1180) width 108: &quot;This cell has lots&quot;
</span><span class="cx">               text run at (11,1200) width 46: &quot;of text.&quot;
</span><span class="cx">             RenderBR {BR} at (56,1215) size 1x0
</span><del>-          RenderTableCell {TD} at (145,1059) size 237x227 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (145,1059) size 238x227 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderInline {SPAN} at (0,0) size 146x202
</span><span class="cx">               RenderText {#text} at (11,12) size 146x202
</span><span class="cx">                 text run at (11,12) width 146: &quot;Other&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastoverflow002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/overflow/002-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/overflow/002-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/overflow/002-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</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 213x312 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 209x308
-          RenderTableRow {TR} at (0,2) size 209x304
-            RenderTableCell {TD} at (2,2) size 205x304 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 212x312 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 208x308
+          RenderTableRow {TR} at (0,2) size 208x304
+            RenderTableCell {TD} at (2,2) size 204x304 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (14,14) size 200x300 clip at (14,14) size 185x300 scrollHeight 480
</span><span class="cx">   RenderBlock {DIV} at (2,2) size 200x300
</span><span class="cx">     RenderText {#text} at (0,0) size 140x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastoverflowoverflowrtlexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/overflow/overflow-rtl-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/overflow/overflow-rtl-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/overflow/overflow-rtl-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -32,11 +32,11 @@
</span><span class="cx">           RenderListMarker at (-18,0) size 7x19: bullet
</span><span class="cx">           RenderText {#text} at (0,0) size 591x19
</span><span class="cx">             text run at (0,0) width 591: &quot;the position of the blue and olive boxes, initially and when you scroll (in the bottom 2 rows)&quot;
</span><del>-      RenderTable {TABLE} at (0,188) size 257x245
-        RenderTableSection {TBODY} at (0,0) size 257x245
-          RenderTableRow {TR} at (0,2) size 257x241
-            RenderTableCell {TD} at (2,2) size 126x241 [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (129,2) size 126x241 [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,188) size 256x245
+        RenderTableSection {TBODY} at (0,0) size 256x245
+          RenderTableRow {TR} at (0,2) size 256x241
+            RenderTableCell {TD} at (2,2) size 125x241 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (129,2) size 125x241 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx"> layer at (15,211) size 115x43 clip at (25,211) size 100x28 scrollWidth 191
</span><span class="cx">   RenderBlock {DIV} at (5,5) size 115x43 [bgcolor=#FFFF00] [border: none (5px solid #008000) none (10px solid #FF0000)]
</span><span class="cx">     RenderText {#text} at (10,0) size 192x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastoverflowoverflowrtlverticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/overflow/overflow-rtl-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/overflow/overflow-rtl-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/overflow/overflow-rtl-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -28,11 +28,11 @@
</span><span class="cx">           RenderListMarker at (0,-18) size 19x7: bullet
</span><span class="cx">           RenderText {#text} at (0,0) size 19x340
</span><span class="cx">             text run at (0,0) width 340: &quot;which letters are visible initially and when you scroll&quot;
</span><del>-      RenderTable {TABLE} at (168,0) size 151x257
-        RenderTableSection {TBODY} at (0,0) size 151x257
-          RenderTableRow {TR} at (0,2) size 147x257
-            RenderTableCell {TD} at (2,2) size 147x126 [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (2,129) size 147x126 [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (168,0) size 151x256
+        RenderTableSection {TBODY} at (0,0) size 151x256
+          RenderTableRow {TR} at (0,2) size 147x256
+            RenderTableCell {TD} at (2,2) size 147x125 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (2,129) size 147x125 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx"> layer at (191,15) size 43x115 clip at (191,25) size 28x100 scrollHeight 191
</span><span class="cx">   RenderBlock {DIV} at (5,5) size 43x115 [bgcolor=#FFFF00] [border: (10px solid #FF0000) none (5px solid #008000) none]
</span><span class="cx">     RenderText {#text} at (0,10) size 19x192
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastoverflowtableoverflowfloatexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/overflow/table-overflow-float-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/overflow/table-overflow-float-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/overflow/table-overflow-float-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</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 107x106
-        RenderTableSection {TBODY} at (0,0) size 107x106
-          RenderTableRow {TR} at (0,2) size 107x102
-            RenderTableCell {TD} at (2,2) size 103x102 [bgcolor=#CCCCCC] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 106x106
+        RenderTableSection {TBODY} at (0,0) size 106x106
+          RenderTableRow {TR} at (0,2) size 106x102
+            RenderTableCell {TD} at (2,2) size 102x102 [bgcolor=#CCCCCC] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock (anonymous) at (0,106) size 784x140
</span><span class="cx">         RenderText {#text} at (0,0) size 780x39
</span><span class="cx">           text run at (0,0) width 780: &quot;Here it is: a gray, one-cell, no-width-specified table, with a 100x100 scrolling (overflow:auto) div inside. In this div, there&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastreflectionstablecellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/reflections/table-cell-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/reflections/table-cell-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/reflections/table-cell-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 105x100
-        RenderTableSection {TBODY} at (0,0) size 105x100
-          RenderTableRow {TR} at (0,0) size 105x100
-            RenderTableCell {TD} at (0,49) size 53x2 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 104x100
+        RenderTableSection {TBODY} at (0,0) size 104x100
+          RenderTableRow {TR} at (0,0) size 104x100
+            RenderTableCell {TD} at (0,49) size 52x2 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (60,8) size 52x100
</span><del>-  RenderTableCell {TD} at (52,49) size 53x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (52,49) size 52x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastreplaced005expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/replaced/005-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/replaced/005-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/replaced/005-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x216 [border: (2px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 780x212
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 780x212
</span><del>-            RenderTableCell {TD} at (0,0) size 203x212 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 202x212 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 100x100 [bgcolor=#008000]
</span><span class="cx">               RenderImage {IMG} at (101,1) size 100x100 [bgcolor=#008000]
</span><span class="cx">               RenderBR {BR} at (201,86) size 0x19
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,216) size 784x216 [border: (2px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 780x212
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 780x212
</span><del>-            RenderTableCell {TD} at (0,0) size 203x212 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 202x212 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderInline {SPAN} at (0,0) size 200x19
</span><span class="cx">                 RenderImage {IMG} at (1,1) size 100x100 [bgcolor=#008000]
</span><span class="cx">                 RenderImage {IMG} at (101,1) size 100x100 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastreplacedpercentheightinanonymousblockintableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,12 +15,12 @@
</span><span class="cx">             text run at (368,0) width 400: &quot;REGRESSION (r36513): iframe isn't sized properly upon load&quot;
</span><span class="cx">         RenderText {#text} at (767,0) size 5x19
</span><span class="cx">           text run at (767,0) width 5: &quot;.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 305x400
-        RenderTableSection {TBODY} at (0,0) size 305x400
-          RenderTableRow {TR} at (0,2) size 305x396
-            RenderTableCell {TD} at (2,2) size 301x396 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 301x0
-              RenderBlock (anonymous) at (0,0) size 301x396
</del><ins>+      RenderTable {TABLE} at (0,36) size 304x400
+        RenderTableSection {TBODY} at (0,0) size 304x400
+          RenderTableRow {TR} at (0,2) size 304x396
+            RenderTableCell {TD} at (2,2) size 300x396 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 300x0
+              RenderBlock (anonymous) at (0,0) size 300x396
</ins><span class="cx">                 RenderPartObject {IFRAME} at (0,0) size 300x396 [bgcolor=#008000]
</span><span class="cx">                   layer at (0,0) size 300x396
</span><span class="cx">                     RenderView at (0,0) size 300x396
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastreplacedselectionrectintablecellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/replaced/selection-rect-in-table-cell-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/replaced/selection-rect-in-table-cell-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/replaced/selection-rect-in-table-cell-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,10 +19,10 @@
</span><span class="cx">       RenderBlock {P} at (0,56) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 729x19
</span><span class="cx">           text run at (0,0) width 729: &quot;Tests highlighting of replaced objects in table cells with extra height. You should see a dark green box and no red.&quot;
</span><del>-      RenderTable {TABLE} at (0,92) size 57x104
-        RenderTableSection {TBODY} at (0,0) size 57x104
-          RenderTableRow {TR} at (0,2) size 57x100
-            RenderTableCell {TD} at (2,26) size 53x52 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,92) size 56x104
+        RenderTableSection {TBODY} at (0,0) size 56x104
+          RenderTableRow {TR} at (0,2) size 56x100
+            RenderTableCell {TD} at (2,26) size 52x52 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 50x50 [bgcolor=#FF0000]
</span><span class="cx"> selection start: position 0 of child 0 {IMG} of child 1 {TD} of child 0 {TR} of child 1 {TBODY} of child 5 {TABLE} of body
</span><span class="cx"> selection end:   position 1 of child 0 {IMG} of child 1 {TD} of child 0 {TR} of child 1 {TBODY} of child 5 {TABLE} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastreplacedtablepercentheightpositionedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/replaced/table-percent-height-positioned-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/replaced/table-percent-height-positioned-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/replaced/table-percent-height-positioned-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx"> layer at (0,0) size 800x600 layerType: foreground only
</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 107x106
-        RenderTableSection {TBODY} at (0,0) size 107x106
-          RenderTableRow {TR} at (0,2) size 107x102
-            RenderTableCell {TD} at (2,2) size 103x102 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 106x106
+        RenderTableSection {TBODY} at (0,0) size 106x106
+          RenderTableRow {TR} at (0,2) size 106x102
+            RenderTableCell {TD} at (2,2) size 102x102 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (11,11) size 100x100
</span><del>-  RenderBlock (relative positioned) {DIV} at (1,1) size 101x100
</del><ins>+  RenderBlock (relative positioned) {DIV} at (1,1) size 100x100
</ins><span class="cx">     RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastreplacedwidth100percentcheckboxexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-checkbox-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-checkbox-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-checkbox-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,12 +9,12 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x26
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x26
</span><span class="cx">           RenderTableRow {TR} at (0,1) size 784x24
</span><del>-            RenderTableCell {TD} at (1,1) size 9x24 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {INPUT} at (3,4) size 7x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
-            RenderTableCell {TD} at (10,1) size 9x24 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {INPUT} at (3,4) size 7x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
-            RenderTableCell {TD} at (19,1) size 9x24 [r=0 c=2 rs=1 cs=1]
-              RenderBlock {INPUT} at (3,4) size 7x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</del><ins>+            RenderTableCell {TD} at (1,1) size 8x24 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {INPUT} at (3,4) size 6x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
+            RenderTableCell {TD} at (10,1) size 8x24 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {INPUT} at (3,4) size 6x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
+            RenderTableCell {TD} at (19,1) size 8x24 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {INPUT} at (3,4) size 6x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</ins><span class="cx">             RenderTableCell {TD} at (28,2) size 755x22 [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 4x19
</span><span class="cx">                 text run at (1,1) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastreplacedwidth100percentimageexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-image-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-image-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-image-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -1,36 +1,36 @@
</span><del>-layer at (0,0) size 800x600
</del><ins>+layer at (0,0) size 800x654
</ins><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
</del><ins>+layer at (0,0) size 800x654
+  RenderBlock {HTML} at (0,0) size 800x654
+    RenderBody {BODY} at (8,8) size 784x638
</ins><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x40
</span><span class="cx">         RenderText {#text} at (0,0) size 776x39
</span><span class="cx">           text run at (0,0) width 733: &quot;The following elements behave differently in different browsers. Our current behavior will cause them to overlap, &quot;
</span><span class="cx">           text run at (732,0) width 44: &quot;but we&quot;
</span><span class="cx">           text run at (0,20) width 241: &quot;may need to change this in the future.&quot;
</span><del>-      RenderTable {TABLE} at (0,40) size 784x24
-        RenderTableSection {TBODY} at (0,0) size 784x24
-          RenderTableRow {TR} at (0,1) size 784x22
-            RenderTableCell {TD} at (1,11) size 3x2 [r=0 c=0 rs=1 cs=1]
-              RenderImage {IMG} at (1,1) size 1x0
-            RenderTableCell {TD} at (4,11) size 3x2 [r=0 c=1 rs=1 cs=1]
-              RenderImage {IMG} at (1,1) size 1x0
-            RenderTableCell {TD} at (7,11) size 3x2 [r=0 c=2 rs=1 cs=1]
-              RenderImage {IMG} at (1,1) size 1x0
-            RenderTableCell {TD} at (10,1) size 773x22 [r=0 c=3 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 4x19
-                text run at (1,1) width 4: &quot; &quot;
-      RenderBlock (anonymous) at (0,64) size 784x40
</del><ins>+      RenderTable {TABLE} at (0,40) size 784x279
+        RenderTableSection {TBODY} at (0,0) size 784x279
+          RenderTableRow {TR} at (0,1) size 784x277
+            RenderTableCell {TD} at (1,1) size 2x277 [r=0 c=0 rs=1 cs=1]
+              RenderImage {IMG} at (1,1) size 214x275
+            RenderTableCell {TD} at (4,1) size 2x277 [r=0 c=1 rs=1 cs=1]
+              RenderImage {IMG} at (1,1) size 214x275
+            RenderTableCell {TD} at (7,1) size 2x277 [r=0 c=2 rs=1 cs=1]
+              RenderImage {IMG} at (1,1) size 214x275
+            RenderTableCell {TD} at (10,128) size 773x23 [r=0 c=3 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 4x20
+                text run at (1,2) width 4: &quot; &quot;
+      RenderBlock (anonymous) at (0,319) size 784x40
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderBR {BR} at (0,20) size 0x19
</span><del>-      RenderTable {TABLE} at (0,104) size 784x279
</del><ins>+      RenderTable {TABLE} at (0,359) size 784x279
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x279
</span><span class="cx">           RenderTableRow {TR} at (0,1) size 784x277
</span><del>-            RenderTableCell {TD} at (1,1) size 217x277 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (1,1) size 216x277 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 214x275
</span><del>-            RenderTableCell {TD} at (218,1) size 217x277 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (218,1) size 216x277 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 214x275
</span><del>-            RenderTableCell {TD} at (435,1) size 217x277 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (435,1) size 216x277 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 214x275
</span><span class="cx">             RenderTableCell {TD} at (652,128) size 131x23 [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 4x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastreplacedwidth100percentmenulistexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-menulist-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-menulist-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-menulist-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,18 +9,18 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x28
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x28
</span><span class="cx">           RenderTableRow {TR} at (0,1) size 784x26
</span><del>-            RenderTableCell {TD} at (1,1) size 15x26 [r=0 c=0 rs=1 cs=1]
-              RenderMenuList {SELECT} at (1,3) size 13x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</del><ins>+            RenderTableCell {TD} at (1,1) size 14x26 [r=0 c=0 rs=1 cs=1]
+              RenderMenuList {SELECT} at (1,3) size 12x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</ins><span class="cx">                 RenderBlock (anonymous) at (6,3) size 20x14
</span><span class="cx">                   RenderText at (0,0) size 19x14
</span><span class="cx">                     text run at (0,0) width 19: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (16,1) size 15x26 [r=0 c=1 rs=1 cs=1]
-              RenderMenuList {SELECT} at (1,3) size 13x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</del><ins>+            RenderTableCell {TD} at (16,1) size 14x26 [r=0 c=1 rs=1 cs=1]
+              RenderMenuList {SELECT} at (1,3) size 12x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</ins><span class="cx">                 RenderBlock (anonymous) at (6,3) size 20x14
</span><span class="cx">                   RenderText at (0,0) size 18x14
</span><span class="cx">                     text run at (0,0) width 18: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (31,1) size 15x26 [r=0 c=2 rs=1 cs=1]
-              RenderMenuList {SELECT} at (1,3) size 13x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</del><ins>+            RenderTableCell {TD} at (31,1) size 14x26 [r=0 c=2 rs=1 cs=1]
+              RenderMenuList {SELECT} at (1,3) size 12x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</ins><span class="cx">                 RenderBlock (anonymous) at (6,3) size 20x14
</span><span class="cx">                   RenderText at (0,0) size 26x14
</span><span class="cx">                     text run at (0,0) width 26: &quot;three&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastreplacedwidth100percentradioexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-radio-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-radio-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-radio-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,12 +9,12 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x26
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x26
</span><span class="cx">           RenderTableRow {TR} at (0,1) size 784x24
</span><del>-            RenderTableCell {TD} at (1,1) size 9x24 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {INPUT} at (3,4) size 7x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
-            RenderTableCell {TD} at (10,1) size 9x24 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {INPUT} at (3,4) size 7x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
-            RenderTableCell {TD} at (19,1) size 9x24 [r=0 c=2 rs=1 cs=1]
-              RenderBlock {INPUT} at (3,4) size 7x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</del><ins>+            RenderTableCell {TD} at (1,1) size 8x24 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {INPUT} at (3,4) size 6x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
+            RenderTableCell {TD} at (10,1) size 8x24 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {INPUT} at (3,4) size 6x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
+            RenderTableCell {TD} at (19,1) size 8x24 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {INPUT} at (3,4) size 6x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</ins><span class="cx">             RenderTableCell {TD} at (28,2) size 755x22 [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 4x19
</span><span class="cx">                 text run at (1,1) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastreplacedwidth100percentsearchfieldexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-searchfield-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-searchfield-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-searchfield-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,23 +9,23 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x29
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x29
</span><span class="cx">           RenderTableRow {TR} at (0,1) size 784x27
</span><del>-            RenderTableCell {TD} at (1,1) size 16x27 [r=0 c=0 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 14x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-                RenderFlexibleBox {DIV} at (6,3) size 1x15
</del><ins>+            RenderTableCell {TD} at (1,1) size 15x27 [r=0 c=0 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 13x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
+                RenderFlexibleBox {DIV} at (6,3) size 0x15
</ins><span class="cx">                   RenderBlock {DIV} at (0,7) size 0x0
</span><del>-                  RenderBlock {DIV} at (0,0) size 1x14
</del><ins>+                  RenderBlock {DIV} at (0,0) size 0x14
</ins><span class="cx">                   RenderBlock {DIV} at (0,7) size 0x0
</span><del>-            RenderTableCell {TD} at (17,1) size 16x27 [r=0 c=1 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 14x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-                RenderFlexibleBox {DIV} at (6,3) size 1x15
</del><ins>+            RenderTableCell {TD} at (17,1) size 15x27 [r=0 c=1 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 13x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
+                RenderFlexibleBox {DIV} at (6,3) size 0x15
</ins><span class="cx">                   RenderBlock {DIV} at (0,7) size 0x0
</span><del>-                  RenderBlock {DIV} at (0,0) size 1x14
</del><ins>+                  RenderBlock {DIV} at (0,0) size 0x14
</ins><span class="cx">                   RenderBlock {DIV} at (0,7) size 0x0
</span><del>-            RenderTableCell {TD} at (33,1) size 16x27 [r=0 c=2 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 14x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-                RenderFlexibleBox {DIV} at (6,3) size 1x15
</del><ins>+            RenderTableCell {TD} at (33,1) size 15x27 [r=0 c=2 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 13x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
+                RenderFlexibleBox {DIV} at (6,3) size 0x15
</ins><span class="cx">                   RenderBlock {DIV} at (0,7) size 0x0
</span><del>-                  RenderBlock {DIV} at (0,0) size 1x14
</del><ins>+                  RenderBlock {DIV} at (0,0) size 0x14
</ins><span class="cx">                   RenderBlock {DIV} at (0,7) size 0x0
</span><span class="cx">             RenderTableCell {TD} at (49,3) size 734x23 [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 4x20
</span><span class="lines">@@ -36,48 +36,24 @@
</span><span class="cx">       RenderTable {TABLE} at (0,89) size 784x29
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x29
</span><span class="cx">           RenderTableRow {TR} at (0,1) size 784x27
</span><del>-            RenderTableCell {TD} at (1,1) size 16x27 [r=0 c=0 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 14x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-                RenderFlexibleBox {DIV} at (6,3) size 1x15
</del><ins>+            RenderTableCell {TD} at (1,1) size 15x27 [r=0 c=0 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 13x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
+                RenderFlexibleBox {DIV} at (6,3) size 0x15
</ins><span class="cx">                   RenderBlock {DIV} at (0,7) size 0x0
</span><del>-                  RenderBlock {DIV} at (0,0) size 1x14
</del><ins>+                  RenderBlock {DIV} at (0,0) size 0x14
</ins><span class="cx">                   RenderBlock {DIV} at (0,7) size 0x0
</span><del>-            RenderTableCell {TD} at (17,1) size 16x27 [r=0 c=1 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 14x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-                RenderFlexibleBox {DIV} at (6,3) size 1x15
</del><ins>+            RenderTableCell {TD} at (17,1) size 15x27 [r=0 c=1 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 13x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
+                RenderFlexibleBox {DIV} at (6,3) size 0x15
</ins><span class="cx">                   RenderBlock {DIV} at (0,7) size 0x0
</span><del>-                  RenderBlock {DIV} at (0,0) size 1x14
</del><ins>+                  RenderBlock {DIV} at (0,0) size 0x14
</ins><span class="cx">                   RenderBlock {DIV} at (0,7) size 0x0
</span><del>-            RenderTableCell {TD} at (33,1) size 16x27 [r=0 c=2 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 14x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-                RenderFlexibleBox {DIV} at (6,3) size 1x15
</del><ins>+            RenderTableCell {TD} at (33,1) size 15x27 [r=0 c=2 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 13x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
+                RenderFlexibleBox {DIV} at (6,3) size 0x15
</ins><span class="cx">                   RenderBlock {DIV} at (0,7) size 0x0
</span><del>-                  RenderBlock {DIV} at (0,0) size 1x14
</del><ins>+                  RenderBlock {DIV} at (0,0) size 0x14
</ins><span class="cx">                   RenderBlock {DIV} at (0,7) size 0x0
</span><span class="cx">             RenderTableCell {TD} at (49,3) size 734x23 [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 4x20
</span><span class="cx">                 text run at (1,2) width 4: &quot; &quot;
</span><del>-layer at (17,35) size 0x14 scrollWidth 46
-  RenderBlock {DIV} at (0,0) size 1x14
-    RenderText {#text} at (0,0) size 46x14
-      text run at (0,0) width 46: &quot;New Mail&quot;
-layer at (33,35) size 0x14 scrollWidth 29
-  RenderBlock {DIV} at (0,0) size 1x14
-    RenderText {#text} at (0,0) size 29x14
-      text run at (0,0) width 29: &quot;Reply&quot;
-layer at (49,35) size 0x14 scrollWidth 44
-  RenderBlock {DIV} at (0,0) size 1x14
-    RenderText {#text} at (0,0) size 44x14
-      text run at (0,0) width 44: &quot;Reply All&quot;
-layer at (17,104) size 0x14 scrollWidth 46
-  RenderBlock {DIV} at (0,0) size 1x14
-    RenderText {#text} at (0,0) size 46x14
-      text run at (0,0) width 46: &quot;New Mail&quot;
-layer at (33,104) size 0x14 scrollWidth 29
-  RenderBlock {DIV} at (0,0) size 1x14
-    RenderText {#text} at (0,0) size 29x14
-      text run at (0,0) width 29: &quot;Reply&quot;
-layer at (49,104) size 0x14 scrollWidth 44
-  RenderBlock {DIV} at (0,0) size 1x14
-    RenderText {#text} at (0,0) size 44x14
-      text run at (0,0) width 44: &quot;Reply All&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastreplacedwidth100percenttextareaexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-textarea-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-textarea-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-textarea-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,9 +9,9 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x42
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x42
</span><span class="cx">           RenderTableRow {TR} at (0,1) size 784x40
</span><del>-            RenderTableCell {TD} at (1,1) size 9x40 [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (10,1) size 9x40 [r=0 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (19,1) size 9x40 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (1,1) size 8x40 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (10,1) size 8x40 [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (19,1) size 8x40 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (28,10) size 755x22 [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 4x19
</span><span class="cx">                 text run at (1,1) width 4: &quot; &quot;
</span><span class="lines">@@ -21,28 +21,28 @@
</span><span class="cx">       RenderTable {TABLE} at (0,102) size 784x42
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x42
</span><span class="cx">           RenderTableRow {TR} at (0,1) size 784x40
</span><del>-            RenderTableCell {TD} at (1,1) size 9x40 [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (10,1) size 9x40 [r=0 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (19,1) size 9x40 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (1,1) size 8x40 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (10,1) size 8x40 [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (19,1) size 8x40 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (28,10) size 755x22 [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 4x19
</span><span class="cx">                 text run at (1,1) width 4: &quot; &quot;
</span><span class="cx"> layer at (10,32) size 6x34 clip at (0,0) size 0x0 scrollWidth 11 scrollHeight 46
</span><del>-  RenderTextControl {TEXTAREA} at (1,3) size 7x34 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</del><ins>+  RenderTextControl {TEXTAREA} at (1,3) size 6x34 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</ins><span class="cx">     RenderBlock {DIV} at (3,3) size 6x42
</span><span class="cx">       RenderText {#text} at (3,0) size 7x42
</span><span class="cx">         text run at (3,0) width 7: &quot;o&quot;
</span><span class="cx">         text run at (3,14) width 7: &quot;n&quot;
</span><span class="cx">         text run at (3,28) width 7: &quot;e&quot;
</span><span class="cx"> layer at (19,32) size 6x34 clip at (0,0) size 0x0 scrollWidth 13 scrollHeight 46
</span><del>-  RenderTextControl {TEXTAREA} at (1,3) size 7x34 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</del><ins>+  RenderTextControl {TEXTAREA} at (1,3) size 6x34 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</ins><span class="cx">     RenderBlock {DIV} at (3,3) size 6x42
</span><span class="cx">       RenderText {#text} at (3,0) size 8x42
</span><span class="cx">         text run at (3,0) width 4: &quot;t&quot;
</span><span class="cx">         text run at (3,14) width 8: &quot;w&quot;
</span><span class="cx">         text run at (3,28) width 7: &quot;o&quot;
</span><span class="cx"> layer at (28,32) size 6x34 clip at (0,0) size 0x0 scrollWidth 11 scrollHeight 74
</span><del>-  RenderTextControl {TEXTAREA} at (1,3) size 7x34 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</del><ins>+  RenderTextControl {TEXTAREA} at (1,3) size 6x34 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</ins><span class="cx">     RenderBlock {DIV} at (3,3) size 6x70
</span><span class="cx">       RenderText {#text} at (3,0) size 7x70
</span><span class="cx">         text run at (3,0) width 4: &quot;t&quot;
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx">         text run at (3,42) width 7: &quot;e&quot;
</span><span class="cx">         text run at (3,56) width 7: &quot;e&quot;
</span><span class="cx"> layer at (10,114) size 6x34 clip at (0,0) size 0x0 scrollWidth 13 scrollHeight 186
</span><del>-  RenderTextControl {TEXTAREA} at (1,3) size 7x34 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</del><ins>+  RenderTextControl {TEXTAREA} at (1,3) size 6x34 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</ins><span class="cx">     RenderBlock {DIV} at (3,3) size 6x182
</span><span class="cx">       RenderText {#text} at (3,0) size 8x182
</span><span class="cx">         text run at (3,0) width 7: &quot;o&quot;
</span><span class="lines">@@ -68,14 +68,14 @@
</span><span class="cx">         text run at (3,154) width 7: &quot;e&quot;
</span><span class="cx">         text run at (3,168) width 7: &quot;e&quot;
</span><span class="cx"> layer at (19,114) size 6x34 clip at (0,0) size 0x0 scrollWidth 13 scrollHeight 46
</span><del>-  RenderTextControl {TEXTAREA} at (1,3) size 7x34 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</del><ins>+  RenderTextControl {TEXTAREA} at (1,3) size 6x34 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</ins><span class="cx">     RenderBlock {DIV} at (3,3) size 6x42
</span><span class="cx">       RenderText {#text} at (3,0) size 8x42
</span><span class="cx">         text run at (3,0) width 4: &quot;t&quot;
</span><span class="cx">         text run at (3,14) width 8: &quot;w&quot;
</span><span class="cx">         text run at (3,28) width 7: &quot;o&quot;
</span><span class="cx"> layer at (28,114) size 6x34 clip at (0,0) size 0x0 scrollWidth 11 scrollHeight 74
</span><del>-  RenderTextControl {TEXTAREA} at (1,3) size 7x34 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</del><ins>+  RenderTextControl {TEXTAREA} at (1,3) size 6x34 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</ins><span class="cx">     RenderBlock {DIV} at (3,3) size 6x70
</span><span class="cx">       RenderText {#text} at (3,0) size 7x70
</span><span class="cx">         text run at (3,0) width 4: &quot;t&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastreplacedwidth100percenttextfieldexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-textfield-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-textfield-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/replaced/width100percent-textfield-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,12 +9,12 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x29
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x29
</span><span class="cx">           RenderTableRow {TR} at (0,1) size 784x27
</span><del>-            RenderTableCell {TD} at (1,1) size 16x27 [r=0 c=0 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 14x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-            RenderTableCell {TD} at (17,1) size 16x27 [r=0 c=1 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 14x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-            RenderTableCell {TD} at (33,1) size 16x27 [r=0 c=2 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 14x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</del><ins>+            RenderTableCell {TD} at (1,1) size 15x27 [r=0 c=0 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 13x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
+            RenderTableCell {TD} at (17,1) size 15x27 [r=0 c=1 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 13x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
+            RenderTableCell {TD} at (33,1) size 15x27 [r=0 c=2 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 13x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</ins><span class="cx">             RenderTableCell {TD} at (49,3) size 734x23 [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 4x20
</span><span class="cx">                 text run at (1,2) width 4: &quot; &quot;
</span><span class="lines">@@ -24,36 +24,12 @@
</span><span class="cx">       RenderTable {TABLE} at (0,89) size 784x29
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x29
</span><span class="cx">           RenderTableRow {TR} at (0,1) size 784x27
</span><del>-            RenderTableCell {TD} at (1,1) size 16x27 [r=0 c=0 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 14x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-            RenderTableCell {TD} at (17,1) size 16x27 [r=0 c=1 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 14x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-            RenderTableCell {TD} at (33,1) size 16x27 [r=0 c=2 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 14x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</del><ins>+            RenderTableCell {TD} at (1,1) size 15x27 [r=0 c=0 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 13x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
+            RenderTableCell {TD} at (17,1) size 15x27 [r=0 c=1 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 13x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
+            RenderTableCell {TD} at (33,1) size 15x27 [r=0 c=2 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 13x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</ins><span class="cx">             RenderTableCell {TD} at (49,3) size 734x23 [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 4x20
</span><span class="cx">                 text run at (1,2) width 4: &quot; &quot;
</span><del>-layer at (17,35) size 0x14 scrollWidth 46
-  RenderBlock {DIV} at (6,3) size 1x15
-    RenderText {#text} at (0,0) size 46x14
-      text run at (0,0) width 46: &quot;New Mail&quot;
-layer at (33,35) size 0x14 scrollWidth 29
-  RenderBlock {DIV} at (6,3) size 1x15
-    RenderText {#text} at (0,0) size 29x14
-      text run at (0,0) width 29: &quot;Reply&quot;
-layer at (49,35) size 0x14 scrollWidth 44
-  RenderBlock {DIV} at (6,3) size 1x15
-    RenderText {#text} at (0,0) size 44x14
-      text run at (0,0) width 44: &quot;Reply All&quot;
-layer at (17,104) size 0x14 scrollWidth 46
-  RenderBlock {DIV} at (6,3) size 1x15
-    RenderText {#text} at (0,0) size 46x14
-      text run at (0,0) width 46: &quot;New Mail&quot;
-layer at (33,104) size 0x14 scrollWidth 29
-  RenderBlock {DIV} at (6,3) size 1x15
-    RenderText {#text} at (0,0) size 29x14
-      text run at (0,0) width 29: &quot;Reply&quot;
-layer at (49,104) size 0x14 scrollWidth 44
-  RenderBlock {DIV} at (6,3) size 1x15
-    RenderText {#text} at (0,0) size 44x14
-      text run at (0,0) width 44: &quot;Reply All&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastselectors077expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/selectors/077-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/selectors/077-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/selectors/077-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderTable {TABLE} at (308,0) size 168x82 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 166x80
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 166x24
</span><del>-              RenderTableCell {TD} at (2,2) size 25x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 24x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,2) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,28) size 166x24
</span><del>-              RenderTableCell {TD} at (2,28) size 25x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,28) size 24x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,28) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,54) size 166x24
</span><del>-              RenderTableCell {TD} at (2,54) size 25x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,54) size 24x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,54) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastselectors077bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/selectors/077b-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/selectors/077b-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/selectors/077b-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderTable {TABLE} at (308,0) size 168x82 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 166x80
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 166x24
</span><del>-              RenderTableCell {TD} at (2,2) size 25x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 24x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,2) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,28) size 166x24
</span><del>-              RenderTableCell {TD} at (2,28) size 25x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,28) size 24x24 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,28) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,54) size 166x24
</span><del>-              RenderTableCell {TD} at (2,54) size 25x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,54) size 24x24 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,54) size 67x24 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttable002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/002-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/002-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/002-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,6 +9,6 @@
</span><span class="cx">             RenderTableCell {TD} at (0,1) size 715x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 221x19
</span><span class="cx">                 text run at (0,0) width 221: &quot;Post to Confessions of a Mozillian&quot;
</span><del>-            RenderTableCell {TD} at (714,1) size 70x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (714,1) size 71x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 22x19
</span><span class="cx">                 text run at (0,0) width 22: &quot;foo&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttable003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/003-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/003-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/003-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,48 +9,48 @@
</span><span class="cx">             RenderTableCell {TD} at (2,4) size 57x23 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 37x20
</span><span class="cx">                 text run at (1,2) width 37: &quot;URL:&quot;
</span><del>-            RenderTableCell {TD} at (60,2) size 722x27 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (60,2) size 723x27 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderTextControl {INPUT} at (1,3) size 720x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</span><span class="cx">           RenderTableRow {TR} at (0,31) size 784x22
</span><del>-            RenderTableCell {TD} at (2,31) size 780x22 [bgcolor=#FF0000] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,31) size 781x22 [bgcolor=#FF0000] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 257x19
</span><span class="cx">                 text run at (1,1) width 257: &quot;Alongwordtogiveyouanicebigminwidth.&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,55) size 100x100 [bgcolor=#FF0000] [border: (2px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 96x96
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 96x92
</span><span class="cx">             RenderTableCell {TD} at (2,46) size 92x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><del>-      RenderTable {TABLE} at (0,155) size 167x124 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 163x120
-          RenderTableRow {TR} at (0,2) size 163x24
-            RenderTableCell {TD} at (2,2) size 159x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,155) size 166x124 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 162x120
+          RenderTableRow {TR} at (0,2) size 162x24
+            RenderTableCell {TD} at (2,2) size 158x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;hello&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 163x24
-            RenderTableCell {TD} at (2,28) size 159x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 162x24
+            RenderTableCell {TD} at (2,28) size 158x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 69x19
</span><span class="cx">                 text run at (2,2) width 69: &quot;more hello&quot;
</span><del>-          RenderTableRow {TR} at (0,54) size 163x24
-            RenderTableCell {TD} at (2,54) size 159x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,54) size 162x24
+            RenderTableCell {TD} at (2,54) size 158x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 38x19
</span><span class="cx">                 text run at (2,2) width 38: &quot;world&quot;
</span><del>-          RenderTableRow {TR} at (0,80) size 163x38
-            RenderTableCell {TD} at (2,80) size 159x38 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,80) size 162x38
+            RenderTableCell {TD} at (2,80) size 158x38 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,279) size 107x86
-        RenderTableSection {TBODY} at (0,0) size 107x86
-          RenderTableRow {TR} at (0,2) size 107x82
-            RenderTableCell {TD} at (2,2) size 103x82 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,279) size 106x86
+        RenderTableSection {TBODY} at (0,0) size 106x86
+          RenderTableRow {TR} at (0,2) size 106x82
+            RenderTableCell {TD} at (2,2) size 102x82 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 88x79
</span><span class="cx">                 text run at (1,1) width 88: &quot;I should wrap&quot;
</span><span class="cx">                 text run at (1,21) width 82: &quot;and not have&quot;
</span><span class="cx">                 text run at (1,41) width 56: &quot;nowrap. &quot;
</span><span class="cx">                 text run at (56,41) width 7: &quot;I&quot;
</span><span class="cx">                 text run at (1,61) width 88: &quot;really should.&quot;
</span><del>-      RenderTable {TABLE} at (0,365) size 107x86
-        RenderTableSection {TBODY} at (0,0) size 107x86
-          RenderTableRow {TR} at (0,2) size 107x82
-            RenderTableCell {TD} at (2,2) size 103x82 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (1,1) size 101x80
</del><ins>+      RenderTable {TABLE} at (0,365) size 106x86
+        RenderTableSection {TBODY} at (0,0) size 106x86
+          RenderTableRow {TR} at (0,2) size 106x82
+            RenderTableCell {TD} at (2,2) size 102x82 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 100x80
</ins><span class="cx">                 RenderText {#text} at (0,0) size 88x79
</span><span class="cx">                   text run at (0,0) width 88: &quot;I should wrap&quot;
</span><span class="cx">                   text run at (0,20) width 82: &quot;and not have&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttable005expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/005-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/005-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/005-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,11 +6,11 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 770x100
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 770x100
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 770x20
</span><del>-            RenderTableCell {TD} at (0,40) size 131x20 [bgcolor=#008000] [r=0 c=0 rs=5 cs=1]
-              RenderTable {TABLE} at (0,0) size 131x20
-                RenderTableSection {TBODY} at (0,0) size 131x20
-                  RenderTableRow {TR} at (0,0) size 131x20
-                    RenderTableCell {TD} at (0,0) size 131x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,40) size 130x20 [bgcolor=#008000] [r=0 c=0 rs=5 cs=1]
+              RenderTable {TABLE} at (0,0) size 130x20
+                RenderTableSection {TBODY} at (0,0) size 130x20
+                  RenderTableRow {TR} at (0,0) size 130x20
+                    RenderTableCell {TD} at (0,0) size 130x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (0,0) size 130x0
</span><span class="cx">                       RenderBR {BR} at (130,0) size 0x0
</span><span class="cx">                       RenderText {#text} at (0,0) size 8x19
</span><span class="lines">@@ -20,10 +20,10 @@
</span><span class="cx">             RenderTableCell {TD} at (131,0) size 281x20 [bgcolor=#800080] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                 text run at (0,0) width 8: &quot;3&quot;
</span><del>-            RenderTableCell {TD} at (411,0) size 9x20 [bgcolor=#0000FF] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (411,0) size 10x20 [bgcolor=#0000FF] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                 text run at (0,0) width 8: &quot;4&quot;
</span><del>-            RenderTableCell {TD} at (419,0) size 351x20 [bgcolor=#FFA500] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (420,0) size 351x20 [bgcolor=#FFA500] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                 text run at (0,0) width 8: &quot;5&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,20) size 770x20
</span><span class="lines">@@ -32,41 +32,41 @@
</span><span class="cx">               RenderBR {BR} at (280,0) size 0x0
</span><span class="cx">               RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                 text run at (0,0) width 8: &quot;3&quot;
</span><del>-            RenderTableCell {TD} at (411,30) size 9x20 [bgcolor=#0000FF] [r=1 c=3 rs=2 cs=1]
</del><ins>+            RenderTableCell {TD} at (411,30) size 10x20 [bgcolor=#0000FF] [r=1 c=3 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                 text run at (0,0) width 8: &quot;4&quot;
</span><del>-            RenderTableCell {TD} at (419,20) size 351x20 [bgcolor=#FFA500] [r=1 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (420,20) size 351x20 [bgcolor=#FFA500] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                 text run at (0,0) width 8: &quot;5&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,40) size 770x20
</span><del>-            RenderTableCell {TD} at (419,40) size 351x20 [r=2 c=4 rs=1 cs=1]
-              RenderTable {TABLE} at (0,0) size 351x20 [bgcolor=#FFA500]
-                RenderTableSection {TBODY} at (0,0) size 351x20
-                  RenderTableRow {TR} at (0,0) size 351x20
-                    RenderTableCell {TD} at (0,0) size 274x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (420,40) size 351x20 [r=2 c=4 rs=1 cs=1]
+              RenderTable {TABLE} at (0,0) size 350x20 [bgcolor=#FFA500]
+                RenderTableSection {TBODY} at (0,0) size 350x20
+                  RenderTableRow {TR} at (0,0) size 350x20
+                    RenderTableCell {TD} at (0,0) size 273x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (0,0) size 267x0
</span><span class="cx">                       RenderBR {BR} at (267,0) size 0x0
</span><span class="cx">                       RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                         text run at (0,0) width 8: &quot;5&quot;
</span><del>-                    RenderTableCell {TD} at (273,10) size 78x0 [r=0 c=1 rs=1 cs=1]
-                      RenderImage {IMG} at (0,0) size 78x0
</del><ins>+                    RenderTableCell {TD} at (273,10) size 77x0 [r=0 c=1 rs=1 cs=1]
+                      RenderImage {IMG} at (0,0) size 77x0
</ins><span class="cx">           RenderTableRow {TR} at (0,60) size 770x20
</span><span class="cx">             RenderTableCell {TD} at (131,60) size 281x20 [bgcolor=#800080] [r=3 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                 text run at (0,0) width 8: &quot;3&quot;
</span><del>-            RenderTableCell {TD} at (411,60) size 9x20 [bgcolor=#0000FF] [r=3 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (411,60) size 10x20 [bgcolor=#0000FF] [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                 text run at (0,0) width 8: &quot;4&quot;
</span><del>-            RenderTableCell {TD} at (419,60) size 351x20 [bgcolor=#FFA500] [r=3 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (420,60) size 351x20 [bgcolor=#FFA500] [r=3 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                 text run at (0,0) width 8: &quot;5&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,80) size 770x20
</span><span class="cx">             RenderTableCell {TD} at (131,80) size 281x20 [bgcolor=#800080] [r=4 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                 text run at (0,0) width 8: &quot;3&quot;
</span><del>-            RenderTableCell {TD} at (411,80) size 9x20 [bgcolor=#0000FF] [r=4 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (411,80) size 10x20 [bgcolor=#0000FF] [r=4 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                 text run at (0,0) width 8: &quot;4&quot;
</span><del>-            RenderTableCell {TD} at (419,80) size 351x20 [bgcolor=#FFA500] [r=4 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (420,80) size 351x20 [bgcolor=#FFA500] [r=4 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                 text run at (0,0) width 8: &quot;5&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttable007expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/007-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/007-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/007-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,24 +3,24 @@
</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 525x94 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 523x92
-          RenderTableRow {TR} at (0,0) size 523x48
-            RenderTableCell {TD} at (0,0) size 28x3 [border: (1px inset #808080)] [r=0 c=0 rs=3 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 524x94 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 522x92
+          RenderTableRow {TR} at (0,0) size 522x48
+            RenderTableCell {TD} at (0,0) size 27x3 [border: (1px inset #808080)] [r=0 c=0 rs=3 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 25x1
</span><del>-            RenderTableCell {TD} at (27,0) size 496x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (27,0) size 495x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 22x19
</span><span class="cx">                 text run at (1,1) width 22: &quot;foo&quot;
</span><del>-          RenderTableRow {TR} at (0,48) size 523x22
-            RenderTableCell {TD} at (27,48) size 496x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (1,1) size 494x20
</del><ins>+          RenderTableRow {TR} at (0,48) size 522x22
+            RenderTableCell {TD} at (27,48) size 495x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 493x20
</ins><span class="cx">                 RenderText {#text} at (12,0) size 442x19
</span><span class="cx">                   text run at (12,0) width 442: &quot;Affordable, high-quality business services with unparalleled support.&quot;
</span><del>-          RenderTableRow {TR} at (0,70) size 523x0
-            RenderTableCell {TD} at (27,70) size 496x22 [border: (1px inset #808080)] [r=2 c=1 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,70) size 522x0
+            RenderTableCell {TD} at (27,70) size 495x22 [border: (1px inset #808080)] [r=2 c=1 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 420x19
</span><span class="cx">                 text run at (1,1) width 420: &quot;Wireless Services\x{2014}Take the Net with you when you\x{2019}re on the go&quot;
</span><del>-          RenderTableRow {TR} at (0,70) size 523x22
-            RenderTableCell {TD} at (0,70) size 523x22 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,70) size 522x22
+            RenderTableCell {TD} at (0,70) size 522x22 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 24x19
</span><span class="cx">                 text run at (1,1) width 24: &quot;goo&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttable008expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/008-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/008-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/008-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 141x138
-        RenderTableSection {TBODY} at (0,0) size 141x138
-          RenderTableRow {TR} at (0,0) size 141x138
-            RenderTableCell {TD} at (0,0) size 141x138 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 140x138
+        RenderTableSection {TBODY} at (0,0) size 140x138
+          RenderTableRow {TR} at (0,0) size 140x138
+            RenderTableCell {TD} at (0,0) size 140x138 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 129x104 [border: (5px solid #000000)]
</span><span class="cx">               RenderImage {IMG} at (0,104) size 129x34 [border: (5px solid #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttable009expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/009-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/009-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/009-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,9 +14,9 @@
</span><span class="cx">                       RenderTableRow {TR} at (0,15) size 626x182
</span><span class="cx">                         RenderTableCell {TD} at (15,15) size 596x182 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                           RenderTable {TABLE} at (249,1) size 98x180 [bgcolor=#CCCCCC]
</span><del>-                            RenderTableSection {TBODY} at (0,0) size 98x180
-                              RenderTableRow {TR} at (0,0) size 98x180
-                                RenderTableCell {TD} at (0,0) size 98x180 [r=0 c=0 rs=1 cs=1]
</del><ins>+                            RenderTableSection {TBODY} at (0,0) size 97x180
+                              RenderTableRow {TR} at (0,0) size 97x180
+                                RenderTableCell {TD} at (0,0) size 97x180 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                                   RenderImage {IMG} at (0,0) size 97x180
</span><span class="cx">       RenderBlock {P} at (0,74) size 800x0
</span><span class="cx">       RenderBlock (floating) {DIV} at (0,74) size 104x54 [border: (2px solid #FF0000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttable012expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/012-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/012-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/012-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x100
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x100
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 784x100
</span><del>-            RenderTableCell {TD} at (0,50) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,50) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock (anonymous) at (0,120) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 328x19
</span><span class="cx">           text run at (0,0) width 328: &quot;This text is 100 pixels lower than the previous line.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttable013expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/013-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/013-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/013-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,6 +12,6 @@
</span><span class="cx">             RenderTableCell {TD} at (46,40) size 692x20 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 11x19
</span><span class="cx">                 text run at (0,0) width 11: &quot;B&quot;
</span><del>-            RenderTableCell {TD} at (737,40) size 47x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,40) size 48x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 11x19
</span><span class="cx">                 text run at (0,0) width 11: &quot;C&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttable021expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/021-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/021-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/021-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 156x46
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 156x46
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 156x42
</span><del>-            RenderTableCell {TD} at (2,2) size 51x42 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 50x42 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 48x39
</span><span class="cx">                 text run at (1,1) width 32: &quot;first-&quot;
</span><span class="cx">                 text run at (1,21) width 48: &quot;column&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttable023expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/023-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/023-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/023-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">                 text run at (2,22) width 35: &quot;is the&quot;
</span><span class="cx">                 text run at (2,42) width 58: &quot;problem.&quot;
</span><span class="cx">                 text run at (2,62) width 51: &quot;It will...&quot;
</span><del>-            RenderTableCell {TD} at (769,32) size 13x24 [border: (1px solid #008000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (770,32) size 12x24 [border: (1px solid #008000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;3&quot;
</span><span class="cx">       RenderBlock {P} at (0,104) size 784x0
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx">                         text run at (2,142) width 55: &quot;See, this&quot;
</span><span class="cx">                         text run at (2,162) width 35: &quot;is the&quot;
</span><span class="cx">                         text run at (2,182) width 58: &quot;problem.&quot;
</span><del>-                    RenderTableCell {TD} at (761,92) size 13x24 [border: (1px solid #008000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (762,92) size 12x24 [border: (1px solid #008000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                         text run at (2,2) width 8: &quot;3&quot;
</span><span class="cx">       RenderBlock {P} at (0,336) size 784x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttable028expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/028-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/028-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/028-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,10 +12,10 @@
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 71x22 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                 text run at (1,1) width 8: &quot;1&quot;
</span><del>-            RenderTableCell {TD} at (70,0) size 244x22 [border: (1px solid #008000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,0) size 245x22 [border: (1px solid #008000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                 text run at (1,1) width 8: &quot;2&quot;
</span><del>-            RenderTableCell {TD} at (313,0) size 7x22 [border: (1px solid #008000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (314,0) size 7x22 [border: (1px solid #008000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 4x20 [bgcolor=#FFA500]
</span><span class="cx">       RenderBlock {P} at (0,58) size 784x0
</span><span class="cx">       RenderTable {TABLE} at (0,58) size 320x44
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 64x22 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                 text run at (1,1) width 8: &quot;1&quot;
</span><del>-            RenderTableCell {TD} at (63,5) size 257x12 [border: (1px solid #008000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (64,5) size 256x12 [border: (1px solid #008000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 254x10 [bgcolor=#FFA500]
</span><span class="cx">           RenderTableRow {TR} at (0,22) size 320x22
</span><span class="cx">             RenderTableCell {TD} at (0,22) size 320x22 [border: (1px solid #008000)] [r=1 c=0 rs=1 cs=3]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttable028verticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/028-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/028-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/028-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -13,10 +13,10 @@
</span><span class="cx">               RenderTableCell {TD} at (0,0) size 22x71 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (1,1) size 19x8
</span><span class="cx">                   text run at (1,1) width 8: &quot;1&quot;
</span><del>-              RenderTableCell {TD} at (0,70) size 22x244 [border: (1px solid #008000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,70) size 22x245 [border: (1px solid #008000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 19x8
</span><span class="cx">                   text run at (1,1) width 8: &quot;2&quot;
</span><del>-              RenderTableCell {TD} at (0,313) size 22x7 [border: (1px solid #008000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,314) size 22x7 [border: (1px solid #008000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (1,1) size 20x4 [bgcolor=#FFA500]
</span><span class="cx">         RenderBlock {P} at (38,0) size 0x320
</span><span class="cx">         RenderTable {TABLE} at (38,0) size 44x320
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">               RenderTableCell {TD} at (0,0) size 22x64 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (1,1) size 19x8
</span><span class="cx">                   text run at (1,1) width 8: &quot;1&quot;
</span><del>-              RenderTableCell {TD} at (0,68) size 22x247 [border: (1px solid #008000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,69) size 22x246 [border: (1px solid #008000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (6,-4) size 10x254 [bgcolor=#FFA500]
</span><span class="cx">             RenderTableRow {TR} at (0,22) size 22x320
</span><span class="cx">               RenderTableCell {TD} at (22,0) size 22x320 [border: (1px solid #008000)] [r=1 c=0 rs=1 cs=3]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttable029expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/029-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/029-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/029-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x42
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 784x42
</span><span class="cx"> layer at (8,8) size 150x42
</span><del>-  RenderTableCell {TD} at (0,0) size 151x42 [r=0 c=0 rs=1 cs=1]
-    RenderTable {TABLE} at (0,0) size 151x42 [border: (10px outset #808080)]
</del><ins>+  RenderTableCell {TD} at (0,0) size 150x42 [r=0 c=0 rs=1 cs=1]
+    RenderTable {TABLE} at (0,0) size 150x42 [border: (10px outset #808080)]
</ins><span class="cx">       RenderTableSection {TBODY} at (10,10) size 130x22
</span><span class="cx">         RenderTableRow {TR} at (0,0) size 130x22
</span><span class="cx"> layer at (18,18) size 130x22 clip at (19,19) size 128x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttable038expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/038-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/038-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/038-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,14 +11,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,40) size 784x58 [border: (2px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 780x54
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 780x24
</span><del>-            RenderTableCell {TD} at (2,2) size 13x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 12x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;1&quot;
</span><span class="cx">             RenderTableCell {TD} at (16,2) size 762x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;2-3&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 780x24
</span><del>-            RenderTableCell {TD} at (2,28) size 13x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,28) size 12x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;1&quot;
</span><span class="cx">             RenderTableCell {TD} at (16,28) size 762x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=2]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttable038verticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/038-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/038-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/038-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,14 +11,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,40) size 58x584 [border: (2px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 54x580
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 24x580
</span><del>-            RenderTableCell {TD} at (2,2) size 24x13 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 24x12 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 19x8
</span><span class="cx">                 text run at (2,2) width 8: &quot;1&quot;
</span><span class="cx">             RenderTableCell {TD} at (2,16) size 24x562 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 19x22
</span><span class="cx">                 text run at (2,2) width 22: &quot;2-3&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 24x580
</span><del>-            RenderTableCell {TD} at (28,2) size 24x13 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (28,2) size 24x12 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 19x8
</span><span class="cx">                 text run at (2,2) width 8: &quot;1&quot;
</span><span class="cx">             RenderTableCell {TD} at (28,16) size 24x562 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=2]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttable039expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/039-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/039-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/039-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,10 +12,10 @@
</span><span class="cx">             RenderTableCell {TH} at (36,1) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 31x19
</span><span class="cx">                 text run at (2,2) width 31: &quot;(1,2)&quot;
</span><del>-            RenderTableCell {TH} at (72,1) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (72,1) size 35x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x19
</span><span class="cx">                 text run at (2,2) width 31: &quot;(1,3)&quot;
</span><del>-            RenderTableCell {TH} at (108,1) size 35x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (107,1) size 36x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x19
</span><span class="cx">                 text run at (2,2) width 31: &quot;(1,4)&quot;
</span><span class="cx">             RenderTableCell {TH} at (143,1) size 36x24 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</span><span class="lines">@@ -28,10 +28,10 @@
</span><span class="cx">             RenderTableCell {TD} at (36,26) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 31x19
</span><span class="cx">                 text run at (2,2) width 31: &quot;(2,2)&quot;
</span><del>-            RenderTableCell {TD} at (72,26) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (72,26) size 35x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x19
</span><span class="cx">                 text run at (2,2) width 31: &quot;(2,3)&quot;
</span><del>-            RenderTableCell {TD} at (108,26) size 35x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (107,26) size 36x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x19
</span><span class="cx">                 text run at (2,2) width 31: &quot;(2,4)&quot;
</span><span class="cx">             RenderTableCell {TD} at (143,26) size 36x24 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttable040expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/040-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/040-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/040-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -28,9 +28,9 @@
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 600x40
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 600x20
</span><span class="cx">             RenderTableCell {TD} at (0,10) size 200x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (200,10) size 401x0 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (200,10) size 400x0 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">           RenderTableRow {TR} at (0,20) size 600x20
</span><del>-            RenderTableCell {TD} at (0,30) size 601x0 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,30) size 600x0 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 600x0
</span><span class="cx">       RenderBlock {P} at (0,257) size 784x61
</span><span class="cx">         RenderText {#text} at (0,0) size 148x19
</span><span class="lines">@@ -49,12 +49,12 @@
</span><span class="cx">               RenderText {#text} at (0,0) size 192x39
</span><span class="cx">                 text run at (0,0) width 192: &quot;Fixed cell in column one with&quot;
</span><span class="cx">                 text run at (0,20) width 66: &quot;some text.&quot;
</span><del>-            RenderTableCell {TD} at (200,0) size 401x40 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (200,0) size 400x40 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 389x39
</span><span class="cx">                 text run at (0,0) width 389: &quot;Fixed cell in column two with a lot more text. Will the ratios&quot;
</span><span class="cx">                 text run at (0,20) width 89: &quot;be preserved?&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,40) size 600x20
</span><del>-            RenderTableCell {TD} at (0,50) size 601x0 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,50) size 600x0 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 600x0
</span><span class="cx">       RenderBlock {P} at (0,419) size 784x61
</span><span class="cx">         RenderText {#text} at (0,0) size 148x19
</span><span class="lines">@@ -71,10 +71,10 @@
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 600x20
</span><span class="cx">             RenderTableCell {TD} at (0,10) size 200x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (0,0) size 100x0
</span><del>-            RenderTableCell {TD} at (200,10) size 401x0 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (200,10) size 400x0 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 250x0
</span><span class="cx">           RenderTableRow {TR} at (0,20) size 600x20
</span><del>-            RenderTableCell {TD} at (0,30) size 601x0 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,30) size 600x0 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 600x0
</span><span class="cx">       RenderBlock {P} at (0,561) size 784x61
</span><span class="cx">         RenderText {#text} at (0,0) size 148x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttable040verticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/040-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/040-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/040-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -28,9 +28,9 @@
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 40x600
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 20x600
</span><span class="cx">             RenderTableCell {TD} at (0,10) size 20x180 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (0,210) size 20x381 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,210) size 20x380 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">           RenderTableRow {TR} at (0,20) size 20x600
</span><del>-            RenderTableCell {TD} at (20,10) size 20x581 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (20,10) size 20x580 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderBlock {DIV} at (10,-10) size 0x600
</span><span class="cx">       RenderBlock {P} at (0,877) size 784x61
</span><span class="cx">         RenderText {#text} at (0,0) size 152x19
</span><span class="lines">@@ -49,12 +49,12 @@
</span><span class="cx">               RenderText {#text} at (0,0) size 39x192
</span><span class="cx">                 text run at (0,0) width 192: &quot;Fixed cell in column one with&quot;
</span><span class="cx">                 text run at (20,0) width 66: &quot;some text.&quot;
</span><del>-            RenderTableCell {TD} at (0,200) size 40x401 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,200) size 40x400 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 39x389
</span><span class="cx">                 text run at (0,0) width 389: &quot;Fixed cell in column two with a lot more text. Will the ratios&quot;
</span><span class="cx">                 text run at (20,0) width 89: &quot;be preserved?&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,40) size 20x600
</span><del>-            RenderTableCell {TD} at (40,10) size 20x581 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (40,10) size 20x580 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderBlock {DIV} at (10,-10) size 0x600
</span><span class="cx">       RenderBlock {P} at (0,1579) size 784x61
</span><span class="cx">         RenderText {#text} at (0,0) size 152x19
</span><span class="lines">@@ -71,10 +71,10 @@
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 20x600
</span><span class="cx">             RenderTableCell {TD} at (0,10) size 20x180 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (10,-10) size 0x100
</span><del>-            RenderTableCell {TD} at (0,210) size 20x381 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,210) size 20x380 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (10,-10) size 0x250
</span><span class="cx">           RenderTableRow {TR} at (0,20) size 20x600
</span><del>-            RenderTableCell {TD} at (20,10) size 20x581 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (20,10) size 20x580 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderBlock {DIV} at (10,-10) size 0x600
</span><span class="cx">       RenderBlock {P} at (0,2281) size 784x61
</span><span class="cx">         RenderText {#text} at (0,0) size 152x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttable100percentcellwidthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/100-percent-cell-width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/100-percent-cell-width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/100-percent-cell-width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -22,7 +22,7 @@
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x50
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 784x50
</span><span class="cx">             RenderTableCell {TD} at (0,25) size 782x0 [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (781,0) size 3x50 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (782,0) size 2x50 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 2x50 [bgcolor=#008000]
</span><span class="cx">       RenderBlock {DIV} at (0,122) size 784x50
</span><span class="cx">         RenderBlock {DIV} at (782,0) size 2x50 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttableaddbeforeanonymouschildexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/add-before-anonymous-child-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/add-before-anonymous-child-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/add-before-anonymous-child-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -21,9 +21,9 @@
</span><span class="cx">           text run at (0,0) width 410: &quot;There should be two 100x100 squares stacked vertically below. &quot;
</span><span class="cx">           text run at (409,0) width 324: &quot;The green square should be above the blue square.&quot;
</span><span class="cx">       RenderBlock {HR} at (0,92) size 784x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,102) size 105x204
-        RenderTableSection {TBODY} at (0,0) size 105x204
-          RenderTableRow (anonymous) at (0,2) size 105x200
-            RenderTableCell (anonymous) at (2,2) size 101x200 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,102) size 104x204
+        RenderTableSection {TBODY} at (0,0) size 104x204
+          RenderTableRow (anonymous) at (0,2) size 104x200
+            RenderTableCell (anonymous) at (2,2) size 100x200 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {TR} at (0,0) size 100x100 [bgcolor=#008000]
</span><span class="cx">               RenderBlock {TR} at (0,100) size 100x100 [bgcolor=#0000FF]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablebordercollapsing001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,18 +4,18 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x430
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x414
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x226 [border: (10px dotted #0000FF)]
</span><del>-        RenderTable {TABLE} at (10,10) size 323x206 [border: (5px solid #FF0000)]
-          RenderTableSection {TBODY} at (5,5) size 313x176
-            RenderTableRow {TR} at (0,0) size 313x42
-              RenderTableCell {TD} at (0,0) size 313x42 [border: (5px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (10,10) size 322x206 [border: (5px solid #FF0000)]
+          RenderTableSection {TBODY} at (5,5) size 312x176
+            RenderTableRow {TR} at (0,0) size 312x42
+              RenderTableCell {TD} at (0,0) size 312x42 [border: (5px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (6,6) size 36x19
</span><span class="cx">                   text run at (6,6) width 36: &quot;Hello&quot;
</span><del>-            RenderTableRow {TR} at (0,42) size 313x62
-              RenderTableCell {TD} at (0,42) size 313x62 [border: (15px solid #0000FF)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,42) size 312x62
+              RenderTableCell {TD} at (0,42) size 312x62 [border: (15px solid #0000FF)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (16,16) size 59x19
</span><span class="cx">                   text run at (16,16) width 59: &quot;Goodbye&quot;
</span><del>-            RenderTableRow {TR} at (0,104) size 313x72
-              RenderTableCell {TD} at (0,104) size 313x72 [border: (25px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,104) size 312x72
+              RenderTableCell {TD} at (0,104) size 312x72 [border: (25px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (26,26) size 59x19
</span><span class="cx">                   text run at (26,26) width 59: &quot;Goodbye&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,386) size 784x28 [border: (1px solid #008000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablebordercollapsing001verticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/001-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/001-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/001-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,18 +4,18 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 430x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 414x584
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 226x584 [border: (10px dotted #0000FF)]
</span><del>-        RenderTable {TABLE} at (10,10) size 206x323 [border: (5px solid #FF0000)]
-          RenderTableSection {TBODY} at (5,5) size 176x313
-            RenderTableRow {TR} at (0,0) size 42x313
-              RenderTableCell {TD} at (0,0) size 42x313 [border: (5px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (10,10) size 206x322 [border: (5px solid #FF0000)]
+          RenderTableSection {TBODY} at (5,5) size 176x312
+            RenderTableRow {TR} at (0,0) size 42x312
+              RenderTableCell {TD} at (0,0) size 42x312 [border: (5px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (6,6) size 19x36
</span><span class="cx">                   text run at (6,6) width 36: &quot;Hello&quot;
</span><del>-            RenderTableRow {TR} at (0,42) size 62x313
-              RenderTableCell {TD} at (42,0) size 62x313 [border: (15px solid #0000FF)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,42) size 62x312
+              RenderTableCell {TD} at (42,0) size 62x312 [border: (15px solid #0000FF)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (16,16) size 19x59
</span><span class="cx">                   text run at (16,16) width 59: &quot;Goodbye&quot;
</span><del>-            RenderTableRow {TR} at (0,104) size 72x313
-              RenderTableCell {TD} at (104,0) size 72x313 [border: (25px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,104) size 72x312
+              RenderTableCell {TD} at (104,0) size 72x312 [border: (25px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (26,26) size 19x59
</span><span class="cx">                   text run at (26,26) width 59: &quot;Goodbye&quot;
</span><span class="cx">       RenderBlock {DIV} at (386,0) size 28x584 [border: (1px solid #008000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablebordercollapsing002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/002-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/002-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/002-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,59 +4,59 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x576
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x282
</span><del>-        RenderTable {TABLE} at (0,0) size 159x282 [border: (2px solid #FFFF00)]
</del><ins>+        RenderTable {TABLE} at (0,0) size 158x282 [border: (2px solid #FFFF00)]
</ins><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0 [border: (3px solid #000000)]
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0
</span><del>-          RenderTableSection {TBODY} at (2,2) size 154x277
-            RenderTableRow {TR} at (0,0) size 154x57
-              RenderTableCell {TD} at (0,1) size 53x55 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (2,2) size 153x277
+            RenderTableRow {TR} at (0,0) size 153x57
+              RenderTableCell {TD} at (0,1) size 52x55 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,19) size 8x19
</span><span class="cx">                   text run at (19,19) width 8: &quot;1&quot;
</span><del>-              RenderTableCell {TD} at (52,0) size 51x57 [border: (3px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (52,0) size 50x57 [border: (3px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,19) size 8x19
</span><span class="cx">                   text run at (18,19) width 8: &quot;2&quot;
</span><del>-              RenderTableCell {TD} at (102,0) size 52x57 [border: (3px solid #FF0000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (102,0) size 51x57 [border: (3px solid #FF0000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,19) size 8x19
</span><span class="cx">                   text run at (17,19) width 8: &quot;3&quot;
</span><del>-            RenderTableRow {TR} at (0,57) size 154x57
-              RenderTableCell {TD} at (0,59) size 53x53 [border: (1px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,57) size 153x57
+              RenderTableCell {TD} at (0,59) size 52x53 [border: (1px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,17) size 8x19
</span><span class="cx">                   text run at (19,17) width 8: &quot;4&quot;
</span><del>-              RenderTableCell {TD} at (52,57) size 51x57 [border: (3px dashed #0000FF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (52,57) size 50x57 [border: (3px dashed #0000FF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,19) size 8x19
</span><span class="cx">                   text run at (19,19) width 8: &quot;5&quot;
</span><del>-              RenderTableCell {TD} at (102,57) size 52x57 [border: (3px solid #008000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (102,57) size 51x57 [border: (3px solid #008000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,19) size 8x19
</span><span class="cx">                   text run at (19,19) width 8: &quot;6&quot;
</span><del>-            RenderTableRow {TR} at (0,114) size 154x55
-              RenderTableCell {TD} at (0,115) size 53x53 [border: (1px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,114) size 153x55
+              RenderTableCell {TD} at (0,115) size 52x53 [border: (1px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,17) size 8x19
</span><span class="cx">                   text run at (19,17) width 8: &quot;7&quot;
</span><del>-              RenderTableCell {TD} at (52,114) size 51x55 [border: (3px solid #FF0000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (52,114) size 50x55 [border: (3px solid #FF0000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,19) size 8x19
</span><span class="cx">                   text run at (18,19) width 8: &quot;8&quot;
</span><del>-              RenderTableCell {TD} at (102,114) size 52x55 [border: (3px solid #FF0000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (102,114) size 51x55 [border: (3px solid #FF0000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,19) size 8x19
</span><span class="cx">                   text run at (17,19) width 8: &quot;9&quot;
</span><del>-            RenderTableRow {TR} at (0,169) size 154x53
-              RenderTableCell {TD} at (0,169) size 53x53 [border: (1px solid #FF0000)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,169) size 153x53
+              RenderTableCell {TD} at (0,169) size 52x53 [border: (1px solid #FF0000)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,17) size 16x19
</span><span class="cx">                   text run at (19,17) width 16: &quot;10&quot;
</span><del>-              RenderTableCell {TD} at (52,169) size 51x53 [border: (1px solid #FF0000)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (52,169) size 50x53 [border: (1px solid #FF0000)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,17) size 16x19
</span><span class="cx">                   text run at (18,17) width 16: &quot;11&quot;
</span><del>-              RenderTableCell {TD} at (102,169) size 52x53 [border: (1px solid #FF0000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (102,169) size 51x53 [border: (1px solid #FF0000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,17) size 16x19
</span><span class="cx">                   text run at (17,17) width 16: &quot;12&quot;
</span><del>-            RenderTableRow {TR} at (0,222) size 154x55
-              RenderTableCell {TD} at (0,222) size 53x55 [border: (1px solid #FF0000)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,222) size 153x55
+              RenderTableCell {TD} at (0,222) size 52x55 [border: (1px solid #FF0000)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,17) size 16x19
</span><span class="cx">                   text run at (19,17) width 16: &quot;13&quot;
</span><del>-              RenderTableCell {TD} at (52,222) size 51x55 [border: (1px solid #FF0000)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (52,222) size 50x55 [border: (1px solid #FF0000)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,17) size 16x19
</span><span class="cx">                   text run at (18,17) width 16: &quot;14&quot;
</span><del>-              RenderTableCell {TD} at (102,222) size 52x55 [border: (1px solid #FF0000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (102,222) size 51x55 [border: (1px solid #FF0000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,17) size 16x19
</span><span class="cx">                   text run at (17,17) width 16: &quot;15&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablebordercollapsing002verticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/002-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/002-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/002-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -1,174 +1,174 @@
</span><span class="cx"> layer at (0,0) size 800x622
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x622
</span><del>-  RenderBlock {HTML} at (0,0) size 800x623
-    RenderBody {BODY} at (8,8) size 784x599
-      RenderBlock {P} at (0,0) size 784x599
-        RenderTable {TABLE} at (0,0) size 282x159 [border: (2px solid #FFFF00)]
</del><ins>+  RenderBlock {HTML} at (0,0) size 800x622
+    RenderBody {BODY} at (8,8) size 784x598
+      RenderBlock {P} at (0,0) size 784x598
+        RenderTable {TABLE} at (0,0) size 282x158 [border: (2px solid #FFFF00)]
</ins><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0 [border: (3px solid #000000)]
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0
</span><del>-          RenderTableSection {TBODY} at (2,2) size 277x154
-            RenderTableRow {TR} at (0,0) size 57x154
-              RenderTableCell {TD} at (0,1) size 57x51 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (2,2) size 277x153
+            RenderTableRow {TR} at (0,0) size 57x153
+              RenderTableCell {TD} at (0,1) size 57x50 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,18) size 19x8
</span><span class="cx">                   text run at (19,18) width 8: &quot;1&quot;
</span><del>-              RenderTableCell {TD} at (0,52) size 57x51 [border: (2px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,52) size 57x50 [border: (2px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,18) size 19x8
</span><span class="cx">                   text run at (18,18) width 8: &quot;2&quot;
</span><del>-              RenderTableCell {TD} at (0,102) size 57x52 [border: (1px solid #FF0000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,102) size 57x51 [border: (1px solid #FF0000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,17) size 19x8
</span><span class="cx">                   text run at (18,17) width 8: &quot;3&quot;
</span><del>-            RenderTableRow {TR} at (0,57) size 57x154
-              RenderTableCell {TD} at (57,2) size 57x49 [border: (3px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,57) size 57x153
+              RenderTableCell {TD} at (57,2) size 57x48 [border: (3px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,17) size 19x8
</span><span class="cx">                   text run at (18,17) width 8: &quot;4&quot;
</span><del>-              RenderTableCell {TD} at (57,52) size 57x51 [border: (3px dashed #0000FF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (57,52) size 57x50 [border: (3px dashed #0000FF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,19) size 19x8
</span><span class="cx">                   text run at (18,19) width 8: &quot;5&quot;
</span><del>-              RenderTableCell {TD} at (57,102) size 57x52 [border: (3px solid #008000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (57,102) size 57x51 [border: (3px solid #008000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,19) size 19x8
</span><span class="cx">                   text run at (18,19) width 8: &quot;6&quot;
</span><del>-            RenderTableRow {TR} at (0,114) size 55x154
-              RenderTableCell {TD} at (114,1) size 55x51 [border: (3px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,114) size 55x153
+              RenderTableCell {TD} at (114,1) size 55x50 [border: (3px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,18) size 19x8
</span><span class="cx">                   text run at (17,18) width 8: &quot;7&quot;
</span><del>-              RenderTableCell {TD} at (114,52) size 55x51 [border: (2px solid #FF0000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (114,52) size 55x50 [border: (2px solid #FF0000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,18) size 19x8
</span><span class="cx">                   text run at (18,18) width 8: &quot;8&quot;
</span><del>-              RenderTableCell {TD} at (114,102) size 55x52 [border: (1px solid #FF0000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (114,102) size 55x51 [border: (1px solid #FF0000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,17) size 19x8
</span><span class="cx">                   text run at (18,17) width 8: &quot;9&quot;
</span><del>-            RenderTableRow {TR} at (0,169) size 53x154
-              RenderTableCell {TD} at (169,0) size 53x53 [border: (3px solid #FF0000)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,169) size 53x153
+              RenderTableCell {TD} at (169,0) size 53x52 [border: (3px solid #FF0000)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (16,19) size 19x16
</span><span class="cx">                   text run at (16,19) width 16: &quot;10&quot;
</span><del>-              RenderTableCell {TD} at (169,52) size 53x51 [border: (2px solid #FF0000)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (169,52) size 53x50 [border: (2px solid #FF0000)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (16,18) size 19x16
</span><span class="cx">                   text run at (16,18) width 16: &quot;11&quot;
</span><del>-              RenderTableCell {TD} at (169,102) size 53x52 [border: (1px solid #FF0000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (169,102) size 53x51 [border: (1px solid #FF0000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (16,17) size 19x16
</span><span class="cx">                   text run at (16,17) width 16: &quot;12&quot;
</span><del>-            RenderTableRow {TR} at (0,222) size 55x154
-              RenderTableCell {TD} at (222,0) size 55x53 [border: (3px solid #FF0000)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,222) size 55x153
+              RenderTableCell {TD} at (222,0) size 55x52 [border: (3px solid #FF0000)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (16,19) size 19x16
</span><span class="cx">                   text run at (16,19) width 16: &quot;13&quot;
</span><del>-              RenderTableCell {TD} at (222,52) size 55x51 [border: (2px solid #FF0000)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (222,52) size 55x50 [border: (2px solid #FF0000)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (16,18) size 19x16
</span><span class="cx">                   text run at (16,18) width 16: &quot;14&quot;
</span><del>-              RenderTableCell {TD} at (222,102) size 55x52 [border: (1px solid #FF0000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (222,102) size 55x51 [border: (1px solid #FF0000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (16,17) size 19x16
</span><span class="cx">                   text run at (16,17) width 16: &quot;15&quot;
</span><del>-        RenderTable {TABLE} at (0,158) size 282x159 [border: (2px solid #FFFF00)]
</del><ins>+        RenderTable {TABLE} at (0,158) size 282x158 [border: (2px solid #FFFF00)]
</ins><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0 [border: (3px solid #000000)]
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0
</span><del>-          RenderTableSection {TBODY} at (2,2) size 277x154
-            RenderTableRow {TR} at (0,0) size 57x154
-              RenderTableCell {TD} at (0,1) size 57x51 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (2,2) size 277x153
+            RenderTableRow {TR} at (0,0) size 57x153
+              RenderTableCell {TD} at (0,1) size 57x50 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (20,18) size 19x8
</span><span class="cx">                   text run at (20,18) width 8: &quot;1&quot;
</span><del>-              RenderTableCell {TD} at (0,52) size 57x51 [border: (2px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,52) size 57x50 [border: (2px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,18) size 19x8
</span><span class="cx">                   text run at (19,18) width 8: &quot;2&quot;
</span><del>-              RenderTableCell {TD} at (0,102) size 57x52 [border: (1px solid #FF0000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,102) size 57x51 [border: (1px solid #FF0000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,17) size 19x8
</span><span class="cx">                   text run at (19,17) width 8: &quot;3&quot;
</span><del>-            RenderTableRow {TR} at (0,57) size 57x154
-              RenderTableCell {TD} at (57,2) size 57x49 [border: (3px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,57) size 57x153
+              RenderTableCell {TD} at (57,2) size 57x48 [border: (3px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,17) size 19x8
</span><span class="cx">                   text run at (19,17) width 8: &quot;4&quot;
</span><del>-              RenderTableCell {TD} at (57,52) size 57x51 [border: (3px dashed #0000FF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (57,52) size 57x50 [border: (3px dashed #0000FF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,19) size 19x8
</span><span class="cx">                   text run at (19,19) width 8: &quot;5&quot;
</span><del>-              RenderTableCell {TD} at (57,102) size 57x52 [border: (3px solid #008000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (57,102) size 57x51 [border: (3px solid #008000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,19) size 19x8
</span><span class="cx">                   text run at (19,19) width 8: &quot;6&quot;
</span><del>-            RenderTableRow {TR} at (0,114) size 55x154
-              RenderTableCell {TD} at (114,1) size 55x51 [border: (3px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,114) size 55x153
+              RenderTableCell {TD} at (114,1) size 55x50 [border: (3px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,18) size 19x8
</span><span class="cx">                   text run at (18,18) width 8: &quot;7&quot;
</span><del>-              RenderTableCell {TD} at (114,52) size 55x51 [border: (2px solid #FF0000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (114,52) size 55x50 [border: (2px solid #FF0000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,18) size 19x8
</span><span class="cx">                   text run at (19,18) width 8: &quot;8&quot;
</span><del>-              RenderTableCell {TD} at (114,102) size 55x52 [border: (1px solid #FF0000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (114,102) size 55x51 [border: (1px solid #FF0000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,17) size 19x8
</span><span class="cx">                   text run at (19,17) width 8: &quot;9&quot;
</span><del>-            RenderTableRow {TR} at (0,169) size 53x154
-              RenderTableCell {TD} at (169,0) size 53x53 [border: (3px solid #FF0000)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,169) size 53x153
+              RenderTableCell {TD} at (169,0) size 53x52 [border: (3px solid #FF0000)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,19) size 19x16
</span><span class="cx">                   text run at (17,19) width 16: &quot;10&quot;
</span><del>-              RenderTableCell {TD} at (169,52) size 53x51 [border: (2px solid #FF0000)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (169,52) size 53x50 [border: (2px solid #FF0000)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,18) size 19x16
</span><span class="cx">                   text run at (17,18) width 16: &quot;11&quot;
</span><del>-              RenderTableCell {TD} at (169,102) size 53x52 [border: (1px solid #FF0000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (169,102) size 53x51 [border: (1px solid #FF0000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,17) size 19x16
</span><span class="cx">                   text run at (17,17) width 16: &quot;12&quot;
</span><del>-            RenderTableRow {TR} at (0,222) size 55x154
-              RenderTableCell {TD} at (222,0) size 55x53 [border: (3px solid #FF0000)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,222) size 55x153
+              RenderTableCell {TD} at (222,0) size 55x52 [border: (3px solid #FF0000)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,19) size 19x16
</span><span class="cx">                   text run at (17,19) width 16: &quot;13&quot;
</span><del>-              RenderTableCell {TD} at (222,52) size 55x51 [border: (2px solid #FF0000)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (222,52) size 55x50 [border: (2px solid #FF0000)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,18) size 19x16
</span><span class="cx">                   text run at (17,18) width 16: &quot;14&quot;
</span><del>-              RenderTableCell {TD} at (222,102) size 55x52 [border: (1px solid #FF0000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (222,102) size 55x51 [border: (1px solid #FF0000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,17) size 19x16
</span><span class="cx">                   text run at (17,17) width 16: &quot;15&quot;
</span><del>-        RenderTable {TABLE} at (0,316) size 159x283 [border: (3px solid #FFFF00)]
</del><ins>+        RenderTable {TABLE} at (0,316) size 158x282 [border: (3px solid #FFFF00)]
</ins><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0 [border: (3px solid #000000)]
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0
</span><del>-          RenderTableSection {TBODY} at (2,2) size 154x277
-            RenderTableRow {TR} at (0,0) size 154x57
-              RenderTableCell {TD} at (0,1) size 53x55 [border: (1px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (2,2) size 153x277
+            RenderTableRow {TR} at (0,0) size 153x57
+              RenderTableCell {TD} at (0,1) size 52x55 [border: (1px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,18) size 8x19
</span><span class="cx">                   text run at (19,18) width 8: &quot;1&quot;
</span><del>-              RenderTableCell {TD} at (52,0) size 51x57 [border: (3px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (52,0) size 50x57 [border: (3px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,18) size 8x19
</span><span class="cx">                   text run at (18,18) width 8: &quot;2&quot;
</span><del>-              RenderTableCell {TD} at (102,0) size 52x57 [border: (3px solid #FF0000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (102,0) size 51x57 [border: (3px solid #FF0000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,18) size 8x19
</span><span class="cx">                   text run at (17,18) width 8: &quot;3&quot;
</span><del>-            RenderTableRow {TR} at (0,57) size 154x57
-              RenderTableCell {TD} at (0,59) size 53x53 [border: (1px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,57) size 153x57
+              RenderTableCell {TD} at (0,59) size 52x53 [border: (1px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,16) size 8x19
</span><span class="cx">                   text run at (19,16) width 8: &quot;4&quot;
</span><del>-              RenderTableCell {TD} at (52,57) size 51x57 [border: (3px dashed #0000FF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (52,57) size 50x57 [border: (3px dashed #0000FF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,18) size 8x19
</span><span class="cx">                   text run at (19,18) width 8: &quot;5&quot;
</span><del>-              RenderTableCell {TD} at (102,57) size 52x57 [border: (3px solid #008000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (102,57) size 51x57 [border: (3px solid #008000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,18) size 8x19
</span><span class="cx">                   text run at (19,18) width 8: &quot;6&quot;
</span><del>-            RenderTableRow {TR} at (0,114) size 154x55
-              RenderTableCell {TD} at (0,115) size 53x53 [border: (1px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,114) size 153x55
+              RenderTableCell {TD} at (0,115) size 52x53 [border: (1px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,16) size 8x19
</span><span class="cx">                   text run at (19,16) width 8: &quot;7&quot;
</span><del>-              RenderTableCell {TD} at (52,114) size 51x55 [border: (1px solid #FF0000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (52,114) size 50x55 [border: (1px solid #FF0000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,18) size 8x19
</span><span class="cx">                   text run at (18,18) width 8: &quot;8&quot;
</span><del>-              RenderTableCell {TD} at (102,114) size 52x55 [border: (1px solid #FF0000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (102,114) size 51x55 [border: (1px solid #FF0000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,18) size 8x19
</span><span class="cx">                   text run at (17,18) width 8: &quot;9&quot;
</span><del>-            RenderTableRow {TR} at (0,169) size 154x53
-              RenderTableCell {TD} at (0,169) size 53x53 [border: (1px solid #FF0000)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,169) size 153x53
+              RenderTableCell {TD} at (0,169) size 52x53 [border: (1px solid #FF0000)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,16) size 16x19
</span><span class="cx">                   text run at (19,16) width 16: &quot;10&quot;
</span><del>-              RenderTableCell {TD} at (52,169) size 51x53 [border: (1px solid #FF0000)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (52,169) size 50x53 [border: (1px solid #FF0000)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,16) size 16x19
</span><span class="cx">                   text run at (18,16) width 16: &quot;11&quot;
</span><del>-              RenderTableCell {TD} at (102,169) size 52x53 [border: (1px solid #FF0000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (102,169) size 51x53 [border: (1px solid #FF0000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,16) size 16x19
</span><span class="cx">                   text run at (17,16) width 16: &quot;12&quot;
</span><del>-            RenderTableRow {TR} at (0,222) size 154x55
-              RenderTableCell {TD} at (0,222) size 53x55 [border: (3px solid #FF0000)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,222) size 153x55
+              RenderTableCell {TD} at (0,222) size 52x55 [border: (3px solid #FF0000)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,16) size 16x19
</span><span class="cx">                   text run at (19,16) width 16: &quot;13&quot;
</span><del>-              RenderTableCell {TD} at (52,222) size 51x55 [border: (3px solid #FF0000)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (52,222) size 50x55 [border: (3px solid #FF0000)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,16) size 16x19
</span><span class="cx">                   text run at (18,16) width 16: &quot;14&quot;
</span><del>-              RenderTableCell {TD} at (102,222) size 52x55 [border: (3px solid #FF0000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (102,222) size 51x55 [border: (3px solid #FF0000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,16) size 16x19
</span><span class="cx">                   text run at (17,16) width 16: &quot;15&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablebordercollapsing003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/003-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/003-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/003-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -20,11 +20,11 @@
</span><span class="cx">           text run at (110,20) width 5: &quot; &quot;
</span><span class="cx">           text run at (114,20) width 309: &quot;bug fix changed our behavior to match the spec.&quot;
</span><span class="cx">       RenderBlock {DIV} at (32,72) size 720x270 [border: (1px solid #0000FF)]
</span><del>-        RenderTable {DIV} at (1,1) size 116x220 [border: (10px none #000000)]
-          RenderTableSection (anonymous) at (1,10) size 105x200
-            RenderTableRow {P} at (0,0) size 105x100
-              RenderTableCell {SPAN} at (0,0) size 53x11 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {SPAN} at (52,0) size 53x68 [border: (10px solid #000000)] [r=0 c=1 rs=1 cs=1]
-            RenderTableRow {P} at (0,100) size 105x100 [border: (1px solid #0000FF)]
-              RenderTableCell {SPAN} at (0,100) size 53x20 [border: (10px solid #000000)] [r=1 c=0 rs=1 cs=1]
-              RenderTableCell {SPAN} at (52,100) size 53x68 [border: (10px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+        RenderTable {DIV} at (1,1) size 115x220 [border: (10px none #000000)]
+          RenderTableSection (anonymous) at (1,10) size 104x200
+            RenderTableRow {P} at (0,0) size 104x100
+              RenderTableCell {SPAN} at (0,0) size 52x11 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {SPAN} at (52,0) size 52x68 [border: (10px solid #000000)] [r=0 c=1 rs=1 cs=1]
+            RenderTableRow {P} at (0,100) size 104x100 [border: (1px solid #0000FF)]
+              RenderTableCell {SPAN} at (0,100) size 52x20 [border: (10px solid #000000)] [r=1 c=0 rs=1 cs=1]
+              RenderTableCell {SPAN} at (52,100) size 52x68 [border: (10px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablebordercollapsing003verticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/003-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/003-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/003-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -21,11 +21,11 @@
</span><span class="cx">           text run at (20,318) width 248: &quot;bug fix changed our behavior to match&quot;
</span><span class="cx">           text run at (40,0) width 56: &quot;the spec.&quot;
</span><span class="cx">       RenderBlock {DIV} at (92,32) size 270x520 [border: (1px solid #0000FF)]
</span><del>-        RenderTable {DIV} at (1,1) size 220x116 [border: (1px none #000000)]
-          RenderTableSection (anonymous) at (10,1) size 200x105
-            RenderTableRow {P} at (0,0) size 100x105
-              RenderTableCell {SPAN} at (0,0) size 100x-36 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {SPAN} at (0,52) size 100x21 [border: (10px solid #000000)] [r=0 c=1 rs=1 cs=1]
-            RenderTableRow {P} at (0,100) size 100x105 [border: (1px solid #0000FF)]
-              RenderTableCell {SPAN} at (100,0) size 100x-27 [border: (10px solid #000000)] [r=1 c=0 rs=1 cs=1]
-              RenderTableCell {SPAN} at (100,52) size 100x21 [border: (10px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+        RenderTable {DIV} at (1,1) size 220x115 [border: (1px none #000000)]
+          RenderTableSection (anonymous) at (10,1) size 200x104
+            RenderTableRow {P} at (0,0) size 100x104
+              RenderTableCell {SPAN} at (0,0) size 100x-37 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {SPAN} at (0,52) size 100x20 [border: (10px solid #000000)] [r=0 c=1 rs=1 cs=1]
+            RenderTableRow {P} at (0,100) size 100x104 [border: (1px solid #0000FF)]
+              RenderTableCell {SPAN} at (100,0) size 100x-28 [border: (10px solid #000000)] [r=1 c=0 rs=1 cs=1]
+              RenderTableCell {SPAN} at (100,52) size 100x20 [border: (10px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablebordercollapsingbordercollapsingheadfootexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -147,7 +147,7 @@
</span><span class="cx">                     RenderTableCell {TH} at (0,0) size 54x23 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 51x19
</span><span class="cx">                         text run at (2,2) width 51: &quot;Header&quot;
</span><del>-            RenderTableCell {TD} at (159,2) size 78x327 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (159,2) size 77x327 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (11,11) size 55x95 [border: (1px none #808080)]
</span><span class="cx">                 RenderTableSection {THEAD} at (0,1) size 54x24 [border: (2px solid #0000FF) none (2px solid #008000) none]
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 54x24
</span><span class="lines">@@ -211,7 +211,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 54x23 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 47x19
</span><span class="cx">                         text run at (2,2) width 47: &quot;Body 2&quot;
</span><del>-            RenderTableCell {TD} at (238,2) size 77x327 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (237,2) size 78x327 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (11,11) size 55x95 [border: (1px none #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (0,25) size 54x23
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 54x23
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablebordercollapsingbordercollapsingheadfootverticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,10 +16,10 @@
</span><span class="cx">         RenderText {#text} at (739,0) size 5x19
</span><span class="cx">           text run at (739,0) width 5: &quot;.&quot;
</span><span class="cx">       RenderBlock {HR} at (0,36) size 784x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,46) size 419x211
-        RenderTableSection {TBODY} at (0,0) size 419x211
-          RenderTableRow {TR} at (0,2) size 419x207
-            RenderTableCell {TD} at (2,2) size 103x207 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,46) size 418x210
+        RenderTableSection {TBODY} at (0,0) size 418x210
+          RenderTableRow {TR} at (0,2) size 418x206
+            RenderTableCell {TD} at (2,2) size 102x206 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (11,11) size 94x55 [border: none]
</span><span class="cx">                 RenderTableSection {THEAD} at (0,0) size 23x54
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 23x54
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 24x54 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 19x42
</span><span class="cx">                         text run at (2,2) width 42: &quot;Footer&quot;
</span><del>-              RenderTable {TABLE} at (11,140) size 94x56 [border: none]
</del><ins>+              RenderTable {TABLE} at (11,140) size 94x55 [border: none]
</ins><span class="cx">                 RenderTableSection {TBODY} at (23,0) size 23x54
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 23x54
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 23x54 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -83,7 +83,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 23x54 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,2) size 19x47
</span><span class="cx">                         text run at (1,2) width 47: &quot;Body 2&quot;
</span><del>-            RenderTableCell {TD} at (106,2) size 103x207 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,2) size 102x206 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (11,11) size 94x55 [border: none]
</span><span class="cx">                 RenderTableSection {TBODY} at (23,0) size 23x54
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 23x54
</span><span class="lines">@@ -126,7 +126,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 23x54 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,2) size 19x47
</span><span class="cx">                         text run at (1,2) width 47: &quot;Body 2&quot;
</span><del>-              RenderTable {TABLE} at (11,140) size 94x56 [border: none]
</del><ins>+              RenderTable {TABLE} at (11,140) size 94x55 [border: none]
</ins><span class="cx">                 RenderTableSection {TBODY} at (23,0) size 23x54
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 23x54
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 23x54 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -147,7 +147,7 @@
</span><span class="cx">                     RenderTableCell {TH} at (0,0) size 23x54 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,2) size 19x51
</span><span class="cx">                         text run at (1,2) width 51: &quot;Header&quot;
</span><del>-            RenderTableCell {TD} at (210,2) size 103x207 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (210,2) size 102x206 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (11,11) size 96x55 [border: none]
</span><span class="cx">                 RenderTableSection {THEAD} at (1,0) size 24x54 [border: none (2px solid #0000FF) none (2px solid #008000)]
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 24x54
</span><span class="lines">@@ -190,7 +190,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 23x54 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,2) size 19x42
</span><span class="cx">                         text run at (1,2) width 42: &quot;Footer&quot;
</span><del>-              RenderTable {TABLE} at (11,140) size 96x56 [border: none]
</del><ins>+              RenderTable {TABLE} at (11,140) size 96x55 [border: none]
</ins><span class="cx">                 RenderTableSection {TBODY} at (25,0) size 24x54
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 24x54
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 24x54 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -211,7 +211,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 23x54 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,2) size 19x47
</span><span class="cx">                         text run at (1,2) width 47: &quot;Body 2&quot;
</span><del>-            RenderTableCell {TD} at (314,2) size 103x207 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (314,2) size 102x206 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (11,11) size 96x55 [border: none]
</span><span class="cx">                 RenderTableSection {TBODY} at (25,0) size 24x54
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 24x54
</span><span class="lines">@@ -254,7 +254,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 23x54 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,2) size 19x47
</span><span class="cx">                         text run at (1,2) width 47: &quot;Body 2&quot;
</span><del>-              RenderTable {TABLE} at (11,140) size 96x56 [border: none]
</del><ins>+              RenderTable {TABLE} at (11,140) size 96x55 [border: none]
</ins><span class="cx">                 RenderTableSection {TBODY} at (25,0) size 24x54
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 24x54
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 24x54 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablebordercollapsingcached69296expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/cached-69296-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/cached-69296-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/cached-69296-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,15 +3,15 @@
</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 (20,20) size 760x560
</span><del>-      RenderTable {TABLE} at (0,0) size 161x101 [border: none]
-        RenderTableSection {TBODY} at (0,0) size 160x100
-          RenderTableRow {TR} at (0,0) size 160x50
-            RenderTableCell {TD} at (0,0) size 54x3 [border: (1px solid #333333)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (53,23) size 54x4 [border: (1px solid #333333)] [r=0 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (106,13) size 54x24 [border: (1px solid #333333)] [r=0 c=2 rs=1 cs=1]
-              RenderBlock {DIV} at (2,2) size 51x20
</del><ins>+      RenderTable {TABLE} at (0,0) size 160x101 [border: none]
+        RenderTableSection {TBODY} at (0,0) size 159x100
+          RenderTableRow {TR} at (0,0) size 159x50
+            RenderTableCell {TD} at (0,0) size 53x3 [border: (1px solid #333333)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (53,23) size 53x4 [border: (1px solid #333333)] [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (106,13) size 53x24 [border: (1px solid #333333)] [r=0 c=2 rs=1 cs=1]
+              RenderBlock {DIV} at (2,2) size 50x20
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 20x20 [bgcolor=#00FF00]
</span><del>-          RenderTableRow {TR} at (0,50) size 160x50
-            RenderTableCell {TD} at (0,73) size 54x4 [border: (1px solid #333333)] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (53,73) size 54x4 [border: (1px solid #333333)] [r=1 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (106,73) size 54x4 [border: (1px solid #333333)] [r=1 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,50) size 159x50
+            RenderTableCell {TD} at (0,73) size 53x4 [border: (1px solid #333333)] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (53,73) size 53x4 [border: (1px solid #333333)] [r=1 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (106,73) size 53x4 [border: (1px solid #333333)] [r=1 c=2 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablebordercollapsingcachedchangerowborderwidthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/cached-change-row-border-width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/cached-change-row-border-width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/cached-change-row-border-width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 57x103 [border: (2px solid #0000FF)]
-        RenderTableSection {TBODY} at (2,2) size 53x100
-          RenderTableRow {TR} at (0,0) size 53x50 [border: (4px solid #FFFF00)]
-            RenderTableCell {TD} at (0,22) size 53x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
-          RenderTableRow {TR} at (0,50) size 53x50
-            RenderTableCell {TD} at (0,73) size 53x4 [border: (2px none #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 56x103 [border: (2px solid #0000FF)]
+        RenderTableSection {TBODY} at (2,2) size 52x100
+          RenderTableRow {TR} at (0,0) size 52x50 [border: (4px solid #FFFF00)]
+            RenderTableCell {TD} at (0,22) size 52x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
+          RenderTableRow {TR} at (0,50) size 52x50
+            RenderTableCell {TD} at (0,73) size 52x4 [border: (2px none #000000)] [r=1 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablebordercollapsingcachedchangetbodyborderwidthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,15 +3,15 @@
</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 110x153 [border: (2px solid #0000FF)]
-        RenderTableSection {TBODY} at (2,2) size 106x100 [border: (4px solid #FFFF00)]
-          RenderTableRow {TR} at (0,0) size 106x50
-            RenderTableCell {TD} at (0,22) size 54x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (53,23) size 53x4 [border: (2px none #000000)] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,50) size 106x50
-            RenderTableCell {TD} at (0,72) size 54x6 [border: (1px none #000000)] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (53,73) size 53x4 [border: none] [r=1 c=1 rs=1 cs=1]
-        RenderTableSection {TBODY} at (2,102) size 106x50
-          RenderTableRow {TR} at (0,0) size 106x50
-            RenderTableCell {TD} at (0,23) size 54x4 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (53,23) size 53x4 [border: (2px none #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 109x153 [border: (2px solid #0000FF)]
+        RenderTableSection {TBODY} at (2,2) size 105x100 [border: (4px solid #FFFF00)]
+          RenderTableRow {TR} at (0,0) size 105x50
+            RenderTableCell {TD} at (0,22) size 53x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (53,23) size 52x4 [border: (2px none #000000)] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,50) size 105x50
+            RenderTableCell {TD} at (0,72) size 53x6 [border: (1px none #000000)] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (53,73) size 52x4 [border: none] [r=1 c=1 rs=1 cs=1]
+        RenderTableSection {TBODY} at (2,102) size 105x50
+          RenderTableRow {TR} at (0,0) size 105x50
+            RenderTableCell {TD} at (0,23) size 53x4 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (53,23) size 52x4 [border: (2px none #000000)] [r=0 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablebordercollapsingequalprecedenceresolutionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/equal-precedence-resolution-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/equal-precedence-resolution-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/equal-precedence-resolution-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,46 +3,46 @@
</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 119x50
</del><ins>+      RenderTable {TABLE} at (0,0) size 118x50
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: none (5px solid #007F007F) none]
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: none (5px solid #FF0000)]
</span><del>-        RenderTableSection {TBODY} at (0,0) size 119x50
-          RenderTableRow {TR} at (0,0) size 119x25
</del><ins>+        RenderTableSection {TBODY} at (0,0) size 118x50
+          RenderTableRow {TR} at (0,0) size 118x25
</ins><span class="cx">             RenderTableCell {TD} at (0,10) size 29x5 [border: none (2px solid #007F007F) none] [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (29,11) size 31x3 [border: none (3px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (59,11) size 30x3 [border: none] [r=0 c=2 rs=1 cs=1]
-            RenderTableCell {TD} at (88,11) size 31x3 [border: none] [r=0 c=3 rs=1 cs=1]
-          RenderTableRow {TR} at (0,25) size 119x25
</del><ins>+            RenderTableCell {TD} at (29,11) size 30x3 [border: none (3px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (59,11) size 29x3 [border: none] [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (88,11) size 30x3 [border: none] [r=0 c=3 rs=1 cs=1]
+          RenderTableRow {TR} at (0,25) size 118x25
</ins><span class="cx">             RenderTableCell {TD} at (0,35) size 29x5 [border: (3px solid #FF0000) none] [r=1 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (29,36) size 31x3 [r=1 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (59,36) size 30x3 [border: none] [r=1 c=2 rs=1 cs=1]
-            RenderTableCell {TD} at (88,36) size 31x3 [border: none] [r=1 c=3 rs=1 cs=1]
-      RenderTable {TABLE} at (0,50) size 119x50
</del><ins>+            RenderTableCell {TD} at (29,36) size 30x3 [r=1 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (59,36) size 29x3 [border: none] [r=1 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (88,36) size 30x3 [border: none] [r=1 c=3 rs=1 cs=1]
+      RenderTable {TABLE} at (0,50) size 118x50
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: none (5px solid #007F007F)]
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: none (5px solid #FF0000) none]
</span><del>-        RenderTableSection {TBODY} at (0,0) size 119x50
-          RenderTableRow {TR} at (0,0) size 119x25
-            RenderTableCell {TD} at (88,10) size 31x5 [border: none (2px solid #007F007F)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (59,11) size 30x3 [border: none (2px solid #FF0000) none] [r=0 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (29,11) size 31x3 [border: none] [r=0 c=2 rs=1 cs=1]
-            RenderTableCell {TD} at (0,11) size 30x3 [border: none] [r=0 c=3 rs=1 cs=1]
-          RenderTableRow {TR} at (0,25) size 119x25
-            RenderTableCell {TD} at (88,35) size 31x5 [border: (3px solid #FF0000) none] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (59,36) size 30x3 [r=1 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (29,36) size 31x3 [border: none] [r=1 c=2 rs=1 cs=1]
-            RenderTableCell {TD} at (0,36) size 30x3 [border: none] [r=1 c=3 rs=1 cs=1]
-      RenderTable {TABLE} at (0,100) size 28x50
-        RenderTableSection {TBODY} at (0,0) size 28x50
-          RenderTableRow {TR} at (0,0) size 28x25 [border: none (5px solid #007F007F) none]
-            RenderTableCell {TD} at (0,10) size 28x5 [border: none] [r=0 c=0 rs=1 cs=1]
-          RenderTableRow {TR} at (0,25) size 28x25 [border: (5px solid #FF0000) none]
-            RenderTableCell {TD} at (0,35) size 28x5 [border: (3px none #000000)] [r=1 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (0,150) size 28x50
-        RenderTableSection {TBODY} at (0,0) size 28x25 [border: none (5px solid #007F007F) none]
-          RenderTableRow {TR} at (0,0) size 28x25
-            RenderTableCell {TD} at (0,10) size 28x5 [border: none] [r=0 c=0 rs=1 cs=1]
-        RenderTableSection {TBODY} at (0,25) size 28x25 [border: (5px solid #FF0000) none]
-          RenderTableRow {TR} at (0,0) size 28x25
-            RenderTableCell {TD} at (0,10) size 28x5 [border: (3px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (0,0) size 118x50
+          RenderTableRow {TR} at (0,0) size 118x25
+            RenderTableCell {TD} at (88,10) size 30x5 [border: none (2px solid #007F007F)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (59,11) size 29x3 [border: none (2px solid #FF0000) none] [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (29,11) size 30x3 [border: none] [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (0,11) size 29x3 [border: none] [r=0 c=3 rs=1 cs=1]
+          RenderTableRow {TR} at (0,25) size 118x25
+            RenderTableCell {TD} at (88,35) size 30x5 [border: (3px solid #FF0000) none] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (59,36) size 29x3 [r=1 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (29,36) size 30x3 [border: none] [r=1 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (0,36) size 29x3 [border: none] [r=1 c=3 rs=1 cs=1]
+      RenderTable {TABLE} at (0,100) size 27x50
+        RenderTableSection {TBODY} at (0,0) size 27x50
+          RenderTableRow {TR} at (0,0) size 27x25 [border: none (5px solid #007F007F) none]
+            RenderTableCell {TD} at (0,10) size 27x5 [border: none] [r=0 c=0 rs=1 cs=1]
+          RenderTableRow {TR} at (0,25) size 27x25 [border: (5px solid #FF0000) none]
+            RenderTableCell {TD} at (0,35) size 27x5 [border: (3px none #000000)] [r=1 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (0,150) size 27x50
+        RenderTableSection {TBODY} at (0,0) size 27x25 [border: none (5px solid #007F007F) none]
+          RenderTableRow {TR} at (0,0) size 27x25
+            RenderTableCell {TD} at (0,10) size 27x5 [border: none] [r=0 c=0 rs=1 cs=1]
+        RenderTableSection {TBODY} at (0,25) size 27x25 [border: (5px solid #FF0000) none]
+          RenderTableRow {TR} at (0,0) size 27x25
+            RenderTableCell {TD} at (0,10) size 27x5 [border: (3px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablebordercollapsingrtlbordercollapsingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/rtl-border-collapsing-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/rtl-border-collapsing-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/rtl-border-collapsing-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,87 +19,87 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 371x19
</span><span class="cx">           text run at (0,0) width 371: &quot;The RTL table should be a mirror image of the LTR table.&quot;
</span><span class="cx">       RenderBlock {HR} at (0,92) size 784x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,102) size 134x80
-        RenderTableSection {TBODY} at (0,0) size 134x80
-          RenderTableRow {TR} at (0,0) size 134x28
-            RenderTableCell {TD} at (0,0) size 68x28 [border: none (1px solid #000000) none] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,102) size 133x80
+        RenderTableSection {TBODY} at (0,0) size 133x80
+          RenderTableRow {TR} at (0,0) size 133x28
+            RenderTableCell {TD} at (0,0) size 67x28 [border: none (1px solid #000000) none] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (18,4) size 30x19
</span><span class="cx">                 text run at (18,4) width 30: &quot;RTL&quot;
</span><del>-            RenderTableCell {TD} at (67,0) size 67x28 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (67,0) size 66x28 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (18,4) size 30x19
</span><span class="cx">                 text run at (18,4) width 30: &quot;LTR&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 134x52
-            RenderTableCell {TD} at (0,28) size 68x52 [border: none (1px solid #000000) none] [r=1 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (4,4) size 59x44 [border: none (1px solid #0000FF) none (1px solid #FF0000)]
</del><ins>+          RenderTableRow {TR} at (0,28) size 133x52
+            RenderTableCell {TD} at (0,28) size 67x52 [border: none (1px solid #000000) none] [r=1 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (4,4) size 58x44 [border: none (1px solid #0000FF) none (1px solid #FF0000)]
</ins><span class="cx">                 RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#FFFF00] [border: none (2px dotted #008000) none (1px solid #000000)]
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#C0C0C0]
</span><del>-                RenderTableSection {TBODY} at (1,0) size 57x44
-                  RenderTableRow {TR} at (0,0) size 57x22
-                    RenderTableCell {TD} at (44,0) size 13x22 [border: none] [r=0 c=0 rs=1 cs=1]
-                      RenderText {#text} at (2,1) size 9x19
-                        text run at (2,1) width 9 RTL: &quot;  &quot;
-                    RenderTableCell {TD} at (33,0) size 12x22 [border: none] [r=0 c=1 rs=1 cs=1]
-                      RenderText {#text} at (2,1) size 9x19
-                        text run at (2,1) width 9 RTL: &quot;  &quot;
-                    RenderTableCell {TD} at (11,0) size 23x22 [border: none] [r=0 c=2 rs=1 cs=2]
-                      RenderText {#text} at (12,1) size 9x19
-                        text run at (12,1) width 9 RTL: &quot;  &quot;
-                    RenderTableCell {TD} at (0,0) size 12x22 [border: none] [r=0 c=4 rs=1 cs=1]
-                      RenderText {#text} at (2,1) size 9x19
-                        text run at (2,1) width 9 RTL: &quot;  &quot;
-                  RenderTableRow {TR} at (0,22) size 57x22
-                    RenderTableCell {TD} at (44,22) size 13x22 [border: none (2px solid #800000) none] [r=1 c=0 rs=1 cs=1]
-                      RenderText {#text} at (1,1) size 9x19
-                        text run at (1,1) width 9 RTL: &quot;  &quot;
-                    RenderTableCell {TD} at (33,22) size 12x22 [border: none] [r=1 c=1 rs=1 cs=1]
-                      RenderText {#text} at (2,1) size 9x19
-                        text run at (2,1) width 9 RTL: &quot;  &quot;
-                    RenderTableCell {TD} at (21,22) size 13x22 [border: none] [r=1 c=2 rs=1 cs=1]
-                      RenderText {#text} at (2,1) size 9x19
-                        text run at (2,1) width 9 RTL: &quot;  &quot;
-                    RenderTableCell {TD} at (11,22) size 11x22 [r=1 c=3 rs=1 cs=1]
-                      RenderText {#text} at (1,1) size 9x19
-                        text run at (1,1) width 9 RTL: &quot;  &quot;
-                    RenderTableCell {TD} at (0,22) size 12x22 [border: none] [r=1 c=4 rs=1 cs=1]
-                      RenderText {#text} at (2,1) size 9x19
-                        text run at (2,1) width 9 RTL: &quot;  &quot;
-            RenderTableCell {TD} at (67,28) size 67x52 [r=1 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (4,4) size 59x44 [border: none (1px solid #FF0000) none (1px solid #0000FF)]
</del><ins>+                RenderTableSection {TBODY} at (1,0) size 56x44
+                  RenderTableRow {TR} at (0,0) size 56x22
+                    RenderTableCell {TD} at (44,0) size 12x22 [border: none] [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (2,1) size 8x19
+                        text run at (2,1) width 8 RTL: &quot;  &quot;
+                    RenderTableCell {TD} at (33,0) size 11x22 [border: none] [r=0 c=1 rs=1 cs=1]
+                      RenderText {#text} at (2,1) size 8x19
+                        text run at (2,1) width 8 RTL: &quot;  &quot;
+                    RenderTableCell {TD} at (11,0) size 22x22 [border: none] [r=0 c=2 rs=1 cs=2]
+                      RenderText {#text} at (12,1) size 8x19
+                        text run at (12,1) width 8 RTL: &quot;  &quot;
+                    RenderTableCell {TD} at (0,0) size 11x22 [border: none] [r=0 c=4 rs=1 cs=1]
+                      RenderText {#text} at (2,1) size 8x19
+                        text run at (2,1) width 8 RTL: &quot;  &quot;
+                  RenderTableRow {TR} at (0,22) size 56x22
+                    RenderTableCell {TD} at (44,22) size 12x22 [border: none (2px solid #800000) none] [r=1 c=0 rs=1 cs=1]
+                      RenderText {#text} at (1,1) size 8x19
+                        text run at (1,1) width 8 RTL: &quot;  &quot;
+                    RenderTableCell {TD} at (33,22) size 11x22 [border: none] [r=1 c=1 rs=1 cs=1]
+                      RenderText {#text} at (2,1) size 8x19
+                        text run at (2,1) width 8 RTL: &quot;  &quot;
+                    RenderTableCell {TD} at (21,22) size 12x22 [border: none] [r=1 c=2 rs=1 cs=1]
+                      RenderText {#text} at (2,1) size 8x19
+                        text run at (2,1) width 8 RTL: &quot;  &quot;
+                    RenderTableCell {TD} at (11,22) size 10x22 [r=1 c=3 rs=1 cs=1]
+                      RenderText {#text} at (1,1) size 8x19
+                        text run at (1,1) width 8 RTL: &quot;  &quot;
+                    RenderTableCell {TD} at (0,22) size 11x22 [border: none] [r=1 c=4 rs=1 cs=1]
+                      RenderText {#text} at (2,1) size 8x19
+                        text run at (2,1) width 8 RTL: &quot;  &quot;
+            RenderTableCell {TD} at (67,28) size 66x52 [r=1 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (4,4) size 58x44 [border: none (1px solid #FF0000) none (1px solid #0000FF)]
</ins><span class="cx">                 RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#FFFF00] [border: none (1px solid #000000) none (2px dotted #008000)]
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#C0C0C0]
</span><del>-                RenderTableSection {TBODY} at (1,0) size 57x44
-                  RenderTableRow {TR} at (0,0) size 57x22
-                    RenderTableCell {TD} at (0,0) size 13x22 [border: none] [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTableSection {TBODY} at (1,0) size 56x44
+                  RenderTableRow {TR} at (0,0) size 56x22
+                    RenderTableCell {TD} at (0,0) size 12x22 [border: none] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,1) size 8x19
</span><span class="cx">                         text run at (2,1) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (12,0) size 12x22 [border: none] [r=0 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (12,0) size 11x22 [border: none] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                         text run at (1,1) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (23,0) size 23x22 [border: none] [r=0 c=2 rs=1 cs=2]
</del><ins>+                    RenderTableCell {TD} at (23,0) size 22x22 [border: none] [r=0 c=2 rs=1 cs=2]
</ins><span class="cx">                       RenderText {#text} at (2,1) size 8x19
</span><span class="cx">                         text run at (2,1) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (45,0) size 12x22 [border: none] [r=0 c=4 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (45,0) size 11x22 [border: none] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                         text run at (1,1) width 8: &quot;  &quot;
</span><del>-                  RenderTableRow {TR} at (0,22) size 57x22
-                    RenderTableCell {TD} at (0,22) size 13x22 [border: none (2px solid #800000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableRow {TR} at (0,22) size 56x22
+                    RenderTableCell {TD} at (0,22) size 12x22 [border: none (2px solid #800000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (3,1) size 8x19
</span><span class="cx">                         text run at (3,1) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (12,22) size 12x22 [border: none] [r=1 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (12,22) size 11x22 [border: none] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                         text run at (1,1) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (23,22) size 12x22 [border: none] [r=1 c=2 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (23,22) size 11x22 [border: none] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,1) size 8x19
</span><span class="cx">                         text run at (2,1) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (34,22) size 12x22 [border: none] [r=1 c=3 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (34,22) size 11x22 [border: none] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,1) size 8x19
</span><span class="cx">                         text run at (2,1) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (45,22) size 12x22 [border: none] [r=1 c=4 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (45,22) size 11x22 [border: none] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                         text run at (1,1) width 8: &quot;  &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablebordercollapsingrtlbordercollapsingverticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,87 +19,87 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 371x19
</span><span class="cx">           text run at (0,0) width 371: &quot;The RTL table should be a mirror image of the LTR table.&quot;
</span><span class="cx">       RenderBlock {HR} at (0,92) size 784x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,102) size 80x140
-        RenderTableSection {TBODY} at (0,0) size 80x140
-          RenderTableRow {TR} at (0,0) size 28x140
-            RenderTableCell {TD} at (0,0) size 28x71 [border: none (1px solid #000000) none] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,102) size 80x139
+        RenderTableSection {TBODY} at (0,0) size 80x139
+          RenderTableRow {TR} at (0,0) size 28x139
+            RenderTableCell {TD} at (0,0) size 28x70 [border: none (1px solid #000000) none] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,19) size 19x31
</span><span class="cx">                 text run at (4,19) width 30: &quot;RTL&quot;
</span><del>-            RenderTableCell {TD} at (0,70) size 28x70 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,70) size 28x69 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,20) size 19x29
</span><span class="cx">                 text run at (4,20) width 29: &quot;LTR&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 52x140
-            RenderTableCell {TD} at (28,0) size 52x71 [border: none (1px solid #000000) none] [r=1 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (4,4) size 44x62 [border: (1px solid #0000FF) none (1px solid #FF0000) none]
</del><ins>+          RenderTableRow {TR} at (0,28) size 52x139
+            RenderTableCell {TD} at (28,0) size 52x70 [border: none (1px solid #000000) none] [r=1 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (4,4) size 44x61 [border: (1px solid #0000FF) none (1px solid #FF0000) none]
</ins><span class="cx">                 RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#FFFF00] [border: (2px dotted #008000) none (1px solid #000000) none]
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#C0C0C0]
</span><del>-                RenderTableSection {TBODY} at (0,1) size 44x60
-                  RenderTableRow {TR} at (0,0) size 22x60
-                    RenderTableCell {TD} at (0,46) size 22x14 [border: none] [r=0 c=0 rs=1 cs=1]
-                      RenderText {#text} at (1,3) size 19x9
</del><ins>+                RenderTableSection {TBODY} at (0,1) size 44x59
+                  RenderTableRow {TR} at (0,0) size 22x59
+                    RenderTableCell {TD} at (0,46) size 22x13 [border: none] [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (1,3) size 19x8
</ins><span class="cx">                         text run at (1,3) width 8 RTL: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (0,33) size 22x14 [border: (1px none #000000)] [r=0 c=1 rs=1 cs=1]
-                      RenderText {#text} at (1,4) size 19x9
</del><ins>+                    RenderTableCell {TD} at (0,33) size 22x13 [border: (1px none #000000)] [r=0 c=1 rs=1 cs=1]
+                      RenderText {#text} at (1,4) size 19x8
</ins><span class="cx">                         text run at (1,4) width 8 RTL: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (0,11) size 22x23 [r=0 c=2 rs=1 cs=2]
-                      RenderText {#text} at (1,13) size 19x9
</del><ins>+                    RenderTableCell {TD} at (0,11) size 22x22 [r=0 c=2 rs=1 cs=2]
+                      RenderText {#text} at (1,13) size 19x8
</ins><span class="cx">                         text run at (1,13) width 8 RTL: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (0,0) size 22x12 [border: (1px none #000000)] [r=0 c=4 rs=1 cs=1]
-                      RenderText {#text} at (1,2) size 19x9
</del><ins>+                    RenderTableCell {TD} at (0,0) size 22x11 [border: (1px none #000000)] [r=0 c=4 rs=1 cs=1]
+                      RenderText {#text} at (1,2) size 19x8
</ins><span class="cx">                         text run at (1,2) width 8 RTL: &quot;  &quot;
</span><del>-                  RenderTableRow {TR} at (0,22) size 22x60
-                    RenderTableCell {TD} at (22,46) size 22x14 [border: (2px solid #800000) none] [r=1 c=0 rs=1 cs=1]
-                      RenderText {#text} at (1,3) size 19x9
</del><ins>+                  RenderTableRow {TR} at (0,22) size 22x59
+                    RenderTableCell {TD} at (22,46) size 22x13 [border: (2px solid #800000) none] [r=1 c=0 rs=1 cs=1]
+                      RenderText {#text} at (1,3) size 19x8
</ins><span class="cx">                         text run at (1,3) width 8 RTL: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (22,33) size 22x14 [border: (1px none #000000)] [r=1 c=1 rs=1 cs=1]
-                      RenderText {#text} at (1,2) size 19x9
</del><ins>+                    RenderTableCell {TD} at (22,33) size 22x13 [border: (1px none #000000)] [r=1 c=1 rs=1 cs=1]
+                      RenderText {#text} at (1,2) size 19x8
</ins><span class="cx">                         text run at (1,2) width 8 RTL: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (22,22) size 22x12 [border: (1px none #000000)] [r=1 c=2 rs=1 cs=1]
-                      RenderText {#text} at (1,2) size 19x9
</del><ins>+                    RenderTableCell {TD} at (22,22) size 22x11 [border: (1px none #000000)] [r=1 c=2 rs=1 cs=1]
+                      RenderText {#text} at (1,2) size 19x8
</ins><span class="cx">                         text run at (1,2) width 8 RTL: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (22,11) size 22x12 [border: none] [r=1 c=3 rs=1 cs=1]
-                      RenderText {#text} at (1,1) size 19x9
</del><ins>+                    RenderTableCell {TD} at (22,11) size 22x11 [border: none] [r=1 c=3 rs=1 cs=1]
+                      RenderText {#text} at (1,1) size 19x8
</ins><span class="cx">                         text run at (1,1) width 8 RTL: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (22,0) size 22x12 [border: (1px none #000000)] [r=1 c=4 rs=1 cs=1]
-                      RenderText {#text} at (1,2) size 19x9
</del><ins>+                    RenderTableCell {TD} at (22,0) size 22x11 [border: (1px none #000000)] [r=1 c=4 rs=1 cs=1]
+                      RenderText {#text} at (1,2) size 19x8
</ins><span class="cx">                         text run at (1,2) width 8 RTL: &quot;  &quot;
</span><del>-            RenderTableCell {TD} at (28,70) size 52x70 [r=1 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (4,4) size 44x62 [border: (1px solid #FF0000) none (1px solid #0000FF) none]
</del><ins>+            RenderTableCell {TD} at (28,70) size 52x69 [r=1 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (4,4) size 44x61 [border: (1px solid #FF0000) none (1px solid #0000FF) none]
</ins><span class="cx">                 RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#FFFF00] [border: (1px solid #000000) none (2px dotted #008000) none]
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#C0C0C0]
</span><del>-                RenderTableSection {TBODY} at (0,1) size 44x60
-                  RenderTableRow {TR} at (0,0) size 22x60
-                    RenderTableCell {TD} at (0,0) size 22x14 [border: (1px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTableSection {TBODY} at (0,1) size 44x59
+                  RenderTableRow {TR} at (0,0) size 22x59
+                    RenderTableCell {TD} at (0,0) size 22x13 [border: (1px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,2) size 19x8
</span><span class="cx">                         text run at (1,2) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (0,13) size 22x13 [r=0 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (0,13) size 22x12 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 19x8
</span><span class="cx">                         text run at (1,1) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (0,25) size 22x24 [border: (1px none #000000)] [r=0 c=2 rs=1 cs=2]
</del><ins>+                    RenderTableCell {TD} at (0,25) size 22x23 [border: (1px none #000000)] [r=0 c=2 rs=1 cs=2]
</ins><span class="cx">                       RenderText {#text} at (1,2) size 19x8
</span><span class="cx">                         text run at (1,2) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (0,48) size 22x12 [border: none] [r=0 c=4 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (0,48) size 22x11 [border: none] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 19x8
</span><span class="cx">                         text run at (1,1) width 8: &quot;  &quot;
</span><del>-                  RenderTableRow {TR} at (0,22) size 22x60
-                    RenderTableCell {TD} at (22,0) size 22x14 [border: (1px none #000000) (2px solid #800000) none] [r=1 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableRow {TR} at (0,22) size 22x59
+                    RenderTableCell {TD} at (22,0) size 22x13 [border: (1px none #000000) (2px solid #800000) none] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,2) size 19x8
</span><span class="cx">                         text run at (1,2) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (22,13) size 22x13 [border: (2px none #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (22,13) size 22x12 [border: (2px none #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,3) size 19x8
</span><span class="cx">                         text run at (1,3) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (22,25) size 22x13 [border: (1px none #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (22,25) size 22x12 [border: (1px none #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,2) size 19x8
</span><span class="cx">                         text run at (1,2) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (22,37) size 22x12 [border: (1px none #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (22,37) size 22x11 [border: (1px none #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,2) size 19x8
</span><span class="cx">                         text run at (1,2) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (22,48) size 22x12 [border: none] [r=1 c=4 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (22,48) size 22x11 [border: none] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 19x8
</span><span class="cx">                         text run at (1,1) width 8: &quot;  &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablecaptionrelayoutexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/caption-relayout-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/caption-relayout-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/caption-relayout-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,8 +3,8 @@
</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 103x100
-        RenderBlock {CAPTION} at (0,0) size 103x50 [bgcolor=#008000]
-        RenderTableSection {TBODY} at (0,50) size 103x50
-          RenderTableRow {TR} at (0,0) size 103x50
-            RenderTableCell {TD} at (0,24) size 103x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 102x100
+        RenderBlock {CAPTION} at (0,0) size 102x50 [bgcolor=#008000]
+        RenderTableSection {TBODY} at (0,50) size 102x50
+          RenderTableRow {TR} at (0,0) size 102x50
+            RenderTableCell {TD} at (0,24) size 102x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablecellabsolutechildexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/cell-absolute-child-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/cell-absolute-child-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/cell-absolute-child-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,13 +19,13 @@
</span><span class="cx">       RenderBlock {P} at (0,56) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 541x19
</span><span class="cx">           text run at (0,0) width 541: &quot;You should see two identical green squares, 100x100 pixels each, next to each other.&quot;
</span><del>-      RenderTable {TABLE} at (0,92) size 108x156
-        RenderTableSection {TBODY} at (0,0) size 108x156
-          RenderTableRow {TR} at (0,2) size 108x50
-            RenderTableCell {TD} at (2,26) size 104x2 [r=0 c=0 rs=1 cs=2]
-          RenderTableRow {TR} at (0,54) size 108x100
</del><ins>+      RenderTable {TABLE} at (0,92) size 107x156
+        RenderTableSection {TBODY} at (0,0) size 107x156
+          RenderTableRow {TR} at (0,2) size 107x50
+            RenderTableCell {TD} at (2,26) size 103x2 [r=0 c=0 rs=1 cs=2]
+          RenderTableRow {TR} at (0,54) size 107x100
</ins><span class="cx">             RenderTableCell {TD} at (2,54) size 100x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell (anonymous) at (104,54) size 2x0 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell (anonymous) at (104,54) size 1x0 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx"> layer at (11,155) size 98x98
</span><span class="cx">   RenderBlock (positioned) {DIV} at (11,155) size 98x98
</span><span class="cx"> layer at (112,154) size 102x102
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablecellwidthautoexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/cell-width-auto-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/cell-width-auto-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/cell-width-auto-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,13 +10,13 @@
</span><span class="cx">         RenderBlock {P} at (0,36) size 600x20
</span><span class="cx">           RenderText {#text} at (0,0) size 163x19
</span><span class="cx">             text run at (0,0) width 163: &quot;Table 1: width in &lt;COL&gt;&quot;
</span><del>-        RenderTable {TABLE} at (0,72) size 257x206
</del><ins>+        RenderTable {TABLE} at (0,72) size 256x206
</ins><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0
</span><del>-          RenderTableSection {TBODY} at (0,0) size 257x206
-            RenderTableRow {TR} at (0,2) size 257x202
-              RenderTableCell {TD} at (2,2) size 151x202 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (0,0) size 256x206
+            RenderTableRow {TR} at (0,2) size 256x202
+              RenderTableCell {TD} at (2,2) size 150x202 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 148x199
</span><span class="cx">                   text run at (1,1) width 91: &quot;Cras tincidunt&quot;
</span><span class="cx">                   text run at (1,21) width 148: &quot;bibendum nunc. Morbi&quot;
</span><span class="lines">@@ -28,16 +28,16 @@
</span><span class="cx">                   text run at (1,141) width 147: &quot;placerat malesuada dui&quot;
</span><span class="cx">                   text run at (1,161) width 124: &quot;enim nec est. Nulla&quot;
</span><span class="cx">                   text run at (1,181) width 24: &quot;leo.&quot;
</span><del>-              RenderTableCell {TD} at (154,92) size 101x22 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (154,92) size 100x22 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 86x19
</span><span class="cx">                   text run at (1,1) width 86: &quot;Lorem ipsum&quot;
</span><span class="cx">         RenderBlock {P} at (0,294) size 600x20
</span><span class="cx">           RenderText {#text} at (0,0) size 153x19
</span><span class="cx">             text run at (0,0) width 153: &quot;Table 2: width in &lt;TD&gt;&quot;
</span><del>-        RenderTable {TABLE} at (0,330) size 261x206
-          RenderTableSection {TBODY} at (0,0) size 261x206
-            RenderTableRow {TR} at (0,2) size 261x202
-              RenderTableCell {TD} at (2,2) size 153x202 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,330) size 260x206
+          RenderTableSection {TBODY} at (0,0) size 260x206
+            RenderTableRow {TR} at (0,2) size 260x202
+              RenderTableCell {TD} at (2,2) size 152x202 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 149x199
</span><span class="cx">                   text run at (1,1) width 91: &quot;Cras tincidunt&quot;
</span><span class="cx">                   text run at (1,21) width 148: &quot;bibendum nunc. Morbi&quot;
</span><span class="lines">@@ -49,6 +49,6 @@
</span><span class="cx">                   text run at (1,141) width 147: &quot;placerat malesuada dui&quot;
</span><span class="cx">                   text run at (1,161) width 124: &quot;enim nec est. Nulla&quot;
</span><span class="cx">                   text run at (1,181) width 24: &quot;leo.&quot;
</span><del>-              RenderTableCell {TD} at (156,92) size 103x22 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (156,92) size 102x22 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 86x19
</span><span class="cx">                   text run at (1,1) width 86: &quot;Lorem ipsum&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablecolspanMinWidthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/colspanMinWidth-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/colspanMinWidth-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/colspanMinWidth-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx">               RenderTable {TABLE} at (1,1) size 150x31
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 150x31
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 150x27
</span><del>-                    RenderTableCell {TD} at (2,14) size 3x3 [bgcolor=#FF00FF] [r=0 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (2,14) size 2x3 [bgcolor=#FF00FF] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                     RenderTableCell {TD} at (6,2) size 142x27 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                       RenderTextControl {INPUT} at (3,3) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</span><span class="cx">                       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttabledynamiccellpaddingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/dynamic-cellpadding-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/dynamic-cellpadding-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/dynamic-cellpadding-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,19 +3,19 @@
</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 121x112 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 119x110
-          RenderTableRow {TR} at (0,2) size 119x52
-            RenderTableCell {TD} at (2,2) size 57x52 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 120x112 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 118x110
+          RenderTableRow {TR} at (0,2) size 118x52
+            RenderTableCell {TD} at (2,2) size 56x52 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (16,16) size 24x19
</span><span class="cx">                 text run at (16,16) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (60,2) size 57x52 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (60,2) size 56x52 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (16,16) size 24x19
</span><span class="cx">                 text run at (16,16) width 24: &quot;200&quot;
</span><del>-          RenderTableRow {TR} at (0,56) size 119x52
-            RenderTableCell {TD} at (2,56) size 57x52 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,56) size 118x52
+            RenderTableCell {TD} at (2,56) size 56x52 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (16,16) size 24x19
</span><span class="cx">                 text run at (16,16) width 24: &quot;300&quot;
</span><del>-            RenderTableCell {TD} at (60,56) size 57x52 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (60,56) size 56x52 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (16,16) size 24x19
</span><span class="cx">                 text run at (16,16) width 24: &quot;400&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttableedgeoffsetsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/edge-offsets-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/edge-offsets-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/edge-offsets-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -26,25 +26,25 @@
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx"> layer at (8,110) size 102x102 clip at (9,111) size 100x85 scrollWidth 133
</span><span class="cx">   RenderBlock {DIV} at (0,102) size 102x102 [border: (1px solid #0000FF)]
</span><del>-    RenderTable {TABLE} at (1,1) size 7x6
-      RenderTableSection {TBODY} at (0,0) size 7x6
-        RenderTableRow {TR} at (0,2) size 7x2
-          RenderTableCell {TD} at (2,2) size 3x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (1,1) size 6x6
+      RenderTableSection {TBODY} at (0,0) size 6x6
+        RenderTableRow {TR} at (0,2) size 6x2
+          RenderTableCell {TD} at (2,2) size 2x2 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (8,232) size 102x102 clip at (9,233) size 100x85 scrollX 33 scrollWidth 133
</span><span class="cx">   RenderBlock {DIV} at (0,224) size 102x102 [border: (1px solid #0000FF)]
</span><del>-    RenderTable {TABLE} at (94,1) size 7x6
-      RenderTableSection {TBODY} at (0,0) size 7x6
-        RenderTableRow {TR} at (0,2) size 7x2
-          RenderTableCell {TD} at (2,2) size 3x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (95,1) size 6x6
+      RenderTableSection {TBODY} at (0,0) size 6x6
+        RenderTableRow {TR} at (0,2) size 6x2
+          RenderTableCell {TD} at (2,2) size 2x2 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (8,354) size 102x102 clip at (9,355) size 85x100 scrollHeight 133
</span><span class="cx">   RenderBlock {DIV} at (0,346) size 102x102 [border: (1px solid #0000FF)]
</span><del>-    RenderTable {TABLE} at (1,1) size 7x6
-      RenderTableSection {TBODY} at (0,0) size 7x6
-        RenderTableRow {TR} at (0,2) size 7x2
-          RenderTableCell {TD} at (2,2) size 3x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (1,1) size 6x6
+      RenderTableSection {TBODY} at (0,0) size 6x6
+        RenderTableRow {TR} at (0,2) size 6x2
+          RenderTableCell {TD} at (2,2) size 2x2 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (82,114) size 60x60 backgroundClip at (9,111) size 100x85 clip at (9,111) size 100x85 outlineClip at (9,111) size 100x85
</span><span class="cx">   RenderBlock (positioned) {DIV} at (70,0) size 60x60 [bgcolor=#C0C0C0]
</span><span class="cx"> layer at (-24,236) size 60x60 backgroundClip at (9,233) size 100x85 clip at (9,233) size 100x85 outlineClip at (9,233) size 100x85
</span><del>-  RenderBlock (positioned) {DIV} at (-130,0) size 61x60 [bgcolor=#C0C0C0]
</del><ins>+  RenderBlock (positioned) {DIV} at (-130,0) size 60x60 [bgcolor=#C0C0C0]
</ins><span class="cx"> layer at (12,428) size 60x60 backgroundClip at (9,355) size 85x100 clip at (9,355) size 85x100 outlineClip at (9,355) size 85x100
</span><span class="cx">   RenderBlock (positioned) {DIV} at (0,70) size 60x60 [bgcolor=#C0C0C0]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttableemptycellsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/empty-cells-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/empty-cells-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/empty-cells-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,21 +6,21 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 800x29 [border: (2px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 796x25
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 796x25
</span><del>-            RenderTableCell {TD} at (0,12) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,12) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (0,2) size 796x21 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 224x20
</span><span class="cx">                 text run at (0,1) width 224: &quot;First cell empty, second auto width&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,29) size 800x29 [border: (2px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 796x25
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 796x25
</span><del>-            RenderTableCell {TD} at (0,12) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,12) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (0,2) size 796x21 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 244x20
</span><span class="cx">                 text run at (0,1) width 244: &quot;First cell empty, second percent width&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,58) size 800x29 [border: (2px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 796x25
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 796x25
</span><del>-            RenderTableCell {TD} at (0,12) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,12) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (0,2) size 796x21 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 230x20
</span><span class="cx">                 text run at (0,1) width 230: &quot;First cell empty, second fixed width&quot;
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,116) size 800x29 [border: (2px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 796x25
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 796x25
</span><del>-            RenderTableCell {TD} at (0,12) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,12) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (0,2) size 796x21 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 329x20
</span><span class="cx">                 text run at (0,1) width 329: &quot;First cell empty (no space) and has white-space:pre&quot;
</span><span class="lines">@@ -64,14 +64,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,232) size 800x31 [border: (2px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 796x27
</span><span class="cx">           RenderTableRow {TR} at (0,1) size 796x25
</span><del>-            RenderTableCell {TD} at (1,13) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (1,13) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (2,3) size 793x21 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 240x20
</span><span class="cx">                 text run at (0,1) width 240: &quot;First cell empty, table has cellspacing&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,263) size 800x29 [border: (2px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 796x25
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 796x25
</span><del>-            RenderTableCell {TD} at (0,12) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,12) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (0,2) size 796x21 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 200x20
</span><span class="cx">                 text run at (0,1) width 200: &quot;First cell empty but has margin&quot;
</span><span class="lines">@@ -99,12 +99,12 @@
</span><span class="cx">       RenderTable {TABLE} at (0,375) size 800x54 [border: (2px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 796x50
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 796x25
</span><del>-            RenderTableCell {TD} at (0,12) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,12) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (0,2) size 796x21 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 163x20
</span><span class="cx">                 text run at (0,1) width 163: &quot;First row, first cell empty&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 796x25
</span><del>-            RenderTableCell {TD} at (0,37) size 1x0 [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,37) size 0x0 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (0,27) size 796x21 [bgcolor=#FF0000] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 180x20
</span><span class="cx">                 text run at (0,1) width 180: &quot;Second row, first cell empty&quot;
</span><span class="lines">@@ -118,7 +118,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,458) size 800x54 [border: (2px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 796x50
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 796x25
</span><del>-            RenderTableCell {TD} at (0,12) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,12) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (0,2) size 398x21 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 24x20
</span><span class="cx">                 text run at (0,1) width 24: &quot;text&quot;
</span><span class="lines">@@ -136,7 +136,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,2) size 398x21 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 24x20
</span><span class="cx">                 text run at (0,1) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (397,12) size 1x0 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (398,12) size 0x0 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (398,2) size 398x21 [bgcolor=#FF0000] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 314x20
</span><span class="cx">                 text run at (0,1) width 314: &quot;First row, first cell non-empty, second cell empty&quot;
</span><span class="lines">@@ -190,12 +190,12 @@
</span><span class="cx">       RenderTable {TABLE} at (0,748) size 800x4 [border: (2px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 796x0
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 796x0
</span><del>-            RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock (anonymous) at (0,752) size 800x20
</span><span class="cx">         RenderText {#text} at (0,0) size 110x19
</span><span class="cx">           text run at (0,0) width 110: &quot;Two empty cells:&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,772) size 800x4 [border: (2px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 796x0
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 796x0
</span><del>-            RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttableframeandrulesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/frame-and-rules-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/frame-and-rules-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/frame-and-rules-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -5,9 +5,9 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x8092
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 273x130
</span><span class="cx">         RenderBlock {CAPTION} at (0,0) size 273x20
</span><del>-          RenderInline {A} at (0,0) size 226x19
-            RenderText {#text} at (21,0) size 226x19
-              text run at (21,0) width 226: &quot;Frame=\x{201C}void\x{201D} and Rules=\x{201C}none\x{201D}&quot;
</del><ins>+          RenderInline {A} at (0,0) size 227x19
+            RenderText {#text} at (20,0) size 227x19
+              text run at (20,0) width 227: &quot;Frame=\x{201C}void\x{201D} and Rules=\x{201C}none\x{201D}&quot;
</ins><span class="cx">           RenderInline (generated) at (0,0) size 6x19
</span><span class="cx">             RenderText at (246,0) size 6x19
</span><span class="cx">               text run at (246,0) width 6: &quot;:&quot;
</span><span class="lines">@@ -397,9 +397,9 @@
</span><span class="cx">                 text run at (1,1) width 89: &quot;Row 5, Cell 3&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,1430) size 275x132 [border: none]
</span><span class="cx">         RenderBlock {CAPTION} at (0,0) size 275x20
</span><del>-          RenderInline {A} at (0,0) size 242x19
-            RenderText {#text} at (14,0) size 242x19
-              text run at (14,0) width 242: &quot;Frame=\x{201C}border\x{201D} and Rules=\x{201C}none\x{201D}&quot;
</del><ins>+          RenderInline {A} at (0,0) size 243x19
+            RenderText {#text} at (13,0) size 243x19
+              text run at (13,0) width 243: &quot;Frame=\x{201C}border\x{201D} and Rules=\x{201C}none\x{201D}&quot;
</ins><span class="cx">           RenderInline (generated) at (0,0) size 6x19
</span><span class="cx">             RenderText at (255,0) size 6x19
</span><span class="cx">               text run at (255,0) width 6: &quot;:&quot;
</span><span class="lines">@@ -642,9 +642,9 @@
</span><span class="cx">                 text run at (1,2) width 89: &quot;Row 5, Cell 3&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,2334) size 275x132 [border: none (1px solid #808080) none none]
</span><span class="cx">         RenderBlock {CAPTION} at (0,0) size 275x20
</span><del>-          RenderInline {A} at (0,0) size 250x19
-            RenderText {#text} at (10,0) size 250x19
-              text run at (10,0) width 250: &quot;Frame=\x{201C}vsides\x{201D} and Rules=\x{201C}groups\x{201D}&quot;
</del><ins>+          RenderInline {A} at (0,0) size 251x19
+            RenderText {#text} at (9,0) size 251x19
+              text run at (9,0) width 251: &quot;Frame=\x{201C}vsides\x{201D} and Rules=\x{201C}groups\x{201D}&quot;
</ins><span class="cx">           RenderInline (generated) at (0,0) size 6x19
</span><span class="cx">             RenderText at (259,0) size 6x19
</span><span class="cx">               text run at (259,0) width 6: &quot;:&quot;
</span><span class="lines">@@ -740,12 +740,12 @@
</span><span class="cx">                 text run at (1,2) width 89: &quot;Row 5, Cell 3&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,2694) size 274x132 [border: none (1px solid #808080) none]
</span><span class="cx">         RenderBlock {CAPTION} at (0,0) size 274x20
</span><del>-          RenderInline {A} at (0,0) size 233x19
-            RenderText {#text} at (18,0) size 233x19
-              text run at (18,0) width 233: &quot;Frame=\x{201C}rhs\x{201D} and Rules=\x{201C}groups\x{201D}&quot;
-          RenderInline (generated) at (0,0) size 6x19
-            RenderText at (250,0) size 6x19
-              text run at (250,0) width 6: &quot;:&quot;
</del><ins>+          RenderInline {A} at (0,0) size 232x19
+            RenderText {#text} at (18,0) size 232x19
+              text run at (18,0) width 232: &quot;Frame=\x{201C}rhs\x{201D} and Rules=\x{201C}groups\x{201D}&quot;
+          RenderInline (generated) at (0,0) size 7x19
+            RenderText at (249,0) size 7x19
+              text run at (249,0) width 7: &quot;:&quot;
</ins><span class="cx">         RenderTableSection {THEAD} at (0,20) size 273x22 [border: (1px solid #808080) none (1px solid #808080) none]
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 273x22
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 91x22 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -1132,12 +1132,12 @@
</span><span class="cx">                 text run at (1,2) width 89: &quot;Row 5, Cell 3&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,4152) size 274x134
</span><span class="cx">         RenderBlock {CAPTION} at (0,0) size 274x20
</span><del>-          RenderInline {A} at (0,0) size 217x19
-            RenderText {#text} at (26,0) size 217x19
-              text run at (26,0) width 217: &quot;Frame=\x{201C}lhs\x{201D} and Rules=\x{201C}rows\x{201D}&quot;
-          RenderInline (generated) at (0,0) size 6x19
-            RenderText at (242,0) size 6x19
-              text run at (242,0) width 6: &quot;:&quot;
</del><ins>+          RenderInline {A} at (0,0) size 216x19
+            RenderText {#text} at (26,0) size 216x19
+              text run at (26,0) width 216: &quot;Frame=\x{201C}lhs\x{201D} and Rules=\x{201C}rows\x{201D}&quot;
+          RenderInline (generated) at (0,0) size 7x19
+            RenderText at (241,0) size 7x19
+              text run at (241,0) width 7: &quot;:&quot;
</ins><span class="cx">         RenderTableSection {THEAD} at (0,20) size 274x22
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 274x22
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 92x22 [border: none none none (1px none #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -1769,9 +1769,9 @@
</span><span class="cx">                 text run at (2,1) width 89: &quot;Row 5, Cell 3&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,6494) size 275x134
</span><span class="cx">         RenderBlock {CAPTION} at (0,0) size 275x20
</span><del>-          RenderInline {A} at (0,0) size 210x19
-            RenderText {#text} at (30,0) size 210x19
-              text run at (30,0) width 210: &quot;Frame=\x{201C}void\x{201D} and Rules=\x{201C}all\x{201D}&quot;
</del><ins>+          RenderInline {A} at (0,0) size 211x19
+            RenderText {#text} at (29,0) size 211x19
+              text run at (29,0) width 211: &quot;Frame=\x{201C}void\x{201D} and Rules=\x{201C}all\x{201D}&quot;
</ins><span class="cx">           RenderInline (generated) at (0,0) size 6x19
</span><span class="cx">             RenderText at (239,0) size 6x19
</span><span class="cx">               text run at (239,0) width 6: &quot;:&quot;
</span><span class="lines">@@ -2161,9 +2161,9 @@
</span><span class="cx">                 text run at (2,2) width 89: &quot;Row 5, Cell 3&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,7956) size 277x136 [border: none]
</span><span class="cx">         RenderBlock {CAPTION} at (0,0) size 277x20
</span><del>-          RenderInline {A} at (0,0) size 226x19
-            RenderText {#text} at (23,0) size 226x19
-              text run at (23,0) width 226: &quot;Frame=\x{201C}border\x{201D} and Rules=\x{201C}all\x{201D}&quot;
</del><ins>+          RenderInline {A} at (0,0) size 227x19
+            RenderText {#text} at (22,0) size 227x19
+              text run at (22,0) width 227: &quot;Frame=\x{201C}border\x{201D} and Rules=\x{201C}all\x{201D}&quot;
</ins><span class="cx">           RenderInline (generated) at (0,0) size 6x19
</span><span class="cx">             RenderText at (248,0) size 6x19
</span><span class="cx">               text run at (248,0) width 6: &quot;:&quot;
</span><span class="lines">@@ -2232,16 +2232,16 @@
</span><span class="cx">           RenderTableCell {TH} at (102,22) size 34x18 [r=1 c=3 rs=1 cs=1]
</span><span class="cx">             RenderText {#text} at (1,1) size 32x15
</span><span class="cx">               text run at (1,1) width 32: &quot;above&quot;
</span><del>-          RenderTableCell {TH} at (137,22) size 35x18 [r=1 c=4 rs=1 cs=1]
</del><ins>+          RenderTableCell {TH} at (137,22) size 34x18 [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 32x15
</span><span class="cx">               text run at (1,1) width 32: &quot;below&quot;
</span><del>-          RenderTableCell {TH} at (173,22) size 35x18 [r=1 c=5 rs=1 cs=1]
</del><ins>+          RenderTableCell {TH} at (172,22) size 36x18 [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 33x15
</span><span class="cx">               text run at (1,1) width 33: &quot;hsides&quot;
</span><del>-          RenderTableCell {TH} at (209,22) size 36x18 [r=1 c=6 rs=1 cs=1]
</del><ins>+          RenderTableCell {TH} at (209,22) size 35x18 [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 33x15
</span><span class="cx">               text run at (1,1) width 33: &quot;vsides&quot;
</span><del>-          RenderTableCell {TH} at (246,22) size 18x18 [r=1 c=7 rs=1 cs=1]
</del><ins>+          RenderTableCell {TH} at (245,22) size 19x18 [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 16x15
</span><span class="cx">               text run at (1,1) width 16: &quot;lhs&quot;
</span><span class="cx">           RenderTableCell {TH} at (265,22) size 19x18 [r=1 c=8 rs=1 cs=1]
</span><span class="lines">@@ -2269,19 +2269,19 @@
</span><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (9,1) size 15x15
</span><span class="cx">                 text run at (9,2) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (137,0) size 35x18 [bgcolor=#CCCCCC] [r=0 c=4 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (137,0) size 34x18 [bgcolor=#CCCCCC] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (173,0) size 35x18 [bgcolor=#CCCCCC] [r=0 c=5 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (172,0) size 36x18 [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 (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (209,0) size 36x18 [bgcolor=#CCCCCC] [r=0 c=6 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (209,0) size 35x18 [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 (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (246,0) size 18x18 [bgcolor=#CCCCCC] [r=0 c=7 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (245,0) size 19x18 [bgcolor=#CCCCCC] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 15x15
</span><span class="cx">                 text run at (1,2) width 15: &quot;Go&quot;
</span><span class="lines">@@ -2309,19 +2309,19 @@
</span><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (9,1) size 15x15
</span><span class="cx">                 text run at (9,2) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (137,20) size 35x18 [bgcolor=#CCCCCC] [r=1 c=4 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (137,20) size 34x18 [bgcolor=#CCCCCC] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (173,20) size 35x18 [bgcolor=#CCCCCC] [r=1 c=5 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (172,20) size 36x18 [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 (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (209,20) size 36x18 [bgcolor=#CCCCCC] [r=1 c=6 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (209,20) size 35x18 [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 (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (246,20) size 18x18 [bgcolor=#CCCCCC] [r=1 c=7 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (245,20) size 19x18 [bgcolor=#CCCCCC] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 15x15
</span><span class="cx">                 text run at (1,2) width 15: &quot;Go&quot;
</span><span class="lines">@@ -2349,19 +2349,19 @@
</span><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (9,1) size 15x15
</span><span class="cx">                 text run at (9,2) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (137,40) size 35x18 [bgcolor=#CCCCCC] [r=2 c=4 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (137,40) size 34x18 [bgcolor=#CCCCCC] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (173,40) size 35x18 [bgcolor=#CCCCCC] [r=2 c=5 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (172,40) size 36x18 [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 (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (209,40) size 36x18 [bgcolor=#CCCCCC] [r=2 c=6 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (209,40) size 35x18 [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 (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (246,40) size 18x18 [bgcolor=#CCCCCC] [r=2 c=7 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (245,40) size 19x18 [bgcolor=#CCCCCC] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 15x15
</span><span class="cx">                 text run at (1,2) width 15: &quot;Go&quot;
</span><span class="lines">@@ -2389,19 +2389,19 @@
</span><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (9,1) size 15x15
</span><span class="cx">                 text run at (9,2) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (137,60) size 35x18 [bgcolor=#CCCCCC] [r=3 c=4 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (137,60) size 34x18 [bgcolor=#CCCCCC] [r=3 c=4 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (173,60) size 35x18 [bgcolor=#CCCCCC] [r=3 c=5 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (172,60) size 36x18 [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 (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (209,60) size 36x18 [bgcolor=#CCCCCC] [r=3 c=6 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (209,60) size 35x18 [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 (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (246,60) size 18x18 [bgcolor=#CCCCCC] [r=3 c=7 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (245,60) size 19x18 [bgcolor=#CCCCCC] [r=3 c=7 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 15x15
</span><span class="cx">                 text run at (1,2) width 15: &quot;Go&quot;
</span><span class="lines">@@ -2429,19 +2429,19 @@
</span><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (9,1) size 15x15
</span><span class="cx">                 text run at (9,2) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (137,80) size 35x18 [bgcolor=#CCCCCC] [r=4 c=4 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (137,80) size 34x18 [bgcolor=#CCCCCC] [r=4 c=4 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (173,80) size 35x18 [bgcolor=#CCCCCC] [r=4 c=5 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (172,80) size 36x18 [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 (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (209,80) size 36x18 [bgcolor=#CCCCCC] [r=4 c=6 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (209,80) size 35x18 [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 (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (246,80) size 18x18 [bgcolor=#CCCCCC] [r=4 c=7 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (245,80) size 19x18 [bgcolor=#CCCCCC] [r=4 c=7 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 15x15
</span><span class="cx">                 text run at (1,2) width 15: &quot;Go&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablegiantRowspanexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/giantRowspan-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/giantRowspan-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/giantRowspan-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,10) size 7x6
-        RenderTableSection {TBODY} at (0,0) size 7x6
-          RenderTableRow {TR} at (0,2) size 7x2
-            RenderTableCell {TD} at (2,2) size 3x2 [r=0 c=0 rs=8190 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,10) size 6x6
+        RenderTableSection {TBODY} at (0,0) size 6x6
+          RenderTableRow {TR} at (0,2) size 6x2
+            RenderTableCell {TD} at (2,2) size 2x2 [r=0 c=0 rs=8190 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablegrowCellForImageQuirkexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/growCellForImageQuirk-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/growCellForImageQuirk-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/growCellForImageQuirk-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</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 157x56 [bgcolor=#C0C0C0]
-        RenderTableSection {TBODY} at (0,0) size 157x56
-          RenderTableRow {TR} at (0,2) size 157x52
-            RenderTableCell {TD} at (2,2) size 153x52 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 156x56 [bgcolor=#C0C0C0]
+        RenderTableSection {TBODY} at (0,0) size 156x56
+          RenderTableRow {TR} at (0,2) size 156x52
+            RenderTableCell {TD} at (2,2) size 152x52 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 75x50 [bgcolor=#ADD8E6]
</span><span class="cx">               RenderImage {IMG} at (76,1) size 75x50 [bgcolor=#ADD8E6]
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablegrowCellForImageQuirkverticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/growCellForImageQuirk-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/growCellForImageQuirk-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/growCellForImageQuirk-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</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 56x157 [bgcolor=#C0C0C0]
-        RenderTableSection {TBODY} at (0,0) size 56x157
-          RenderTableRow {TR} at (0,2) size 52x157
-            RenderTableCell {TD} at (2,2) size 52x153 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 56x156 [bgcolor=#C0C0C0]
+        RenderTableSection {TBODY} at (0,0) size 56x156
+          RenderTableRow {TR} at (0,2) size 52x156
+            RenderTableCell {TD} at (2,2) size 52x152 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 50x75 [bgcolor=#ADD8E6]
</span><span class="cx">               RenderImage {IMG} at (1,76) size 50x75 [bgcolor=#ADD8E6]
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttableinvisiblecellbackgroundexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/invisible-cell-background-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/invisible-cell-background-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/invisible-cell-background-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,43 +14,43 @@
</span><span class="cx">       RenderBlock {P} at (0,36) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 465x19
</span><span class="cx">           text run at (0,0) width 465: &quot;You should see nine green squares and no red, orange or yellow squares.&quot;
</span><del>-      RenderTable {TABLE} at (4,72) size 28x25
-        RenderTableSection {TBODY} at (0,0) size 28x25 [bgcolor=#FFFF00]
-          RenderTableRow {TR} at (0,0) size 28x25 [bgcolor=#FFA500]
-            RenderTableCell {TD} at (0,11) size 28x3 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (4,101) size 28x25 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 28x25 [bgcolor=#FFFF00]
-          RenderTableRow {TR} at (0,0) size 28x25 [bgcolor=#FFA500]
-            RenderTableCell {TD} at (0,11) size 28x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (4,130) size 28x25 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 28x25 [bgcolor=#FFFF00]
-          RenderTableRow {TR} at (0,0) size 28x25 [bgcolor=#FFA500]
-            RenderTableCell {TD} at (0,11) size 28x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (4,159) size 28x25 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 28x25 [bgcolor=#FFFF00]
-          RenderTableRow {TR} at (0,0) size 28x25 [bgcolor=#FFA500]
-            RenderTableCell {TD} at (0,11) size 28x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (4,188) size 28x25 [bgcolor=#008000]
-        RenderTableSection {TBODY} at (0,0) size 28x25 [bgcolor=#FF0000]
-          RenderTableRow {TR} at (0,0) size 28x25 [bgcolor=#FFA500]
-            RenderTableCell {TD} at (0,11) size 28x3 [r=0 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (4,217) size 28x25 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 28x25 [bgcolor=#FFFF00]
-          RenderTableRow {TR} at (0,0) size 28x25 [bgcolor=#FFA500]
-            RenderTableCell {TD} at (0,11) size 28x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (4,246) size 28x25 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 28x25 [bgcolor=#FFFF00]
-          RenderTableRow {TR} at (0,0) size 28x25 [bgcolor=#FFA500]
-            RenderTableCell {TD} at (0,11) size 28x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (4,275) size 28x25 [bgcolor=#008000]
-        RenderTableSection {TBODY} at (0,0) size 28x25 [bgcolor=#FFFF00]
-          RenderTableRow {TR} at (0,0) size 28x25 [bgcolor=#FFA500]
-            RenderTableCell {TD} at (0,11) size 28x3 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (4,304) size 28x25 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 28x25 [bgcolor=#FFFF00]
-          RenderTableRow {TR} at (0,0) size 28x25 [bgcolor=#FFA500]
-            RenderTableCell {TD} at (0,11) size 28x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (4,333) size 28x25 [bgcolor=#008000]
-        RenderTableSection {TBODY} at (0,0) size 28x25 [bgcolor=#FFFF00]
-          RenderTableRow {TR} at (0,0) size 28x25 [bgcolor=#FFA500]
-            RenderTableCell {TD} at (0,11) size 28x3 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (4,72) size 27x25
+        RenderTableSection {TBODY} at (0,0) size 27x25 [bgcolor=#FFFF00]
+          RenderTableRow {TR} at (0,0) size 27x25 [bgcolor=#FFA500]
+            RenderTableCell {TD} at (0,11) size 27x3 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (4,101) size 27x25 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 27x25 [bgcolor=#FFFF00]
+          RenderTableRow {TR} at (0,0) size 27x25 [bgcolor=#FFA500]
+            RenderTableCell {TD} at (0,11) size 27x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (4,130) size 27x25 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 27x25 [bgcolor=#FFFF00]
+          RenderTableRow {TR} at (0,0) size 27x25 [bgcolor=#FFA500]
+            RenderTableCell {TD} at (0,11) size 27x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (4,159) size 27x25 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 27x25 [bgcolor=#FFFF00]
+          RenderTableRow {TR} at (0,0) size 27x25 [bgcolor=#FFA500]
+            RenderTableCell {TD} at (0,11) size 27x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (4,188) size 27x25 [bgcolor=#008000]
+        RenderTableSection {TBODY} at (0,0) size 27x25 [bgcolor=#FF0000]
+          RenderTableRow {TR} at (0,0) size 27x25 [bgcolor=#FFA500]
+            RenderTableCell {TD} at (0,11) size 27x3 [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (4,217) size 27x25 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 27x25 [bgcolor=#FFFF00]
+          RenderTableRow {TR} at (0,0) size 27x25 [bgcolor=#FFA500]
+            RenderTableCell {TD} at (0,11) size 27x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (4,246) size 27x25 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 27x25 [bgcolor=#FFFF00]
+          RenderTableRow {TR} at (0,0) size 27x25 [bgcolor=#FFA500]
+            RenderTableCell {TD} at (0,11) size 27x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (4,275) size 27x25 [bgcolor=#008000]
+        RenderTableSection {TBODY} at (0,0) size 27x25 [bgcolor=#FFFF00]
+          RenderTableRow {TR} at (0,0) size 27x25 [bgcolor=#FFA500]
+            RenderTableCell {TD} at (0,11) size 27x3 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (4,304) size 27x25 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 27x25 [bgcolor=#FFFF00]
+          RenderTableRow {TR} at (0,0) size 27x25 [bgcolor=#FFA500]
+            RenderTableCell {TD} at (0,11) size 27x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (4,333) size 27x25 [bgcolor=#008000]
+        RenderTableSection {TBODY} at (0,0) size 27x25 [bgcolor=#FFFF00]
+          RenderTableRow {TR} at (0,0) size 27x25 [bgcolor=#FFA500]
+            RenderTableCell {TD} at (0,11) size 27x3 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablelargewidthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/large-width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/large-width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/large-width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x68 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x66
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x62
</span><del>-            RenderTableCell {TD} at (2,22) size 23x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,22) size 22x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (26,2) size 754x62 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (11,11) size 720x39
</span><span class="cx">                 text run at (11,11) width 720: &quot;This is a very long line of text, but it should be wrapped. It should not extend all the way off the right side of the&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablemaxwidthintegeroverflowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/max-width-integer-overflow-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/max-width-integer-overflow-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/max-width-integer-overflow-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,6 +16,6 @@
</span><span class="cx">                           RenderTableSection {TBODY} at (0,0) size 770x24
</span><span class="cx">                             RenderTableRow {TR} at (0,2) size 770x20
</span><span class="cx">                               RenderTableCell {TD} at (2,11) size 762x2 [r=0 c=0 rs=1 cs=1]
</span><del>-                              RenderTableCell {TD} at (765,11) size 3x2 [r=0 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (769,0) size 11x24 [r=0 c=1 rs=1 cs=1]
</del><ins>+                              RenderTableCell {TD} at (766,11) size 2x2 [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (770,0) size 10x24 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 10x24 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablemozillabug10296verticalalign1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/mozilla-bug10296-vertical-align-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/mozilla-bug10296-vertical-align-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/mozilla-bug10296-vertical-align-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,9 +9,9 @@
</span><span class="cx">       RenderBlock {P} at (0,59) size 784x21
</span><span class="cx">         RenderText {#text} at (0,0) size 547x19
</span><span class="cx">           text run at (0,0) width 547: &quot;In each of the following tables the cells with 'Data' should all have the same baseline:&quot;
</span><del>-      RenderTable {TABLE} at (0,95) size 460x121
-        RenderTableSection {TBODY} at (0,0) size 460x120
-          RenderTableRow {TR} at (0,2) size 460x116
</del><ins>+      RenderTable {TABLE} at (0,95) size 459x121
+        RenderTableSection {TBODY} at (0,0) size 459x120
+          RenderTableRow {TR} at (0,2) size 459x116
</ins><span class="cx">             RenderTableCell {TD} at (2,75) size 35x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 31x19
</span><span class="cx">                 text run at (2,2) width 31: &quot;Data&quot;
</span><span class="lines">@@ -27,12 +27,12 @@
</span><span class="cx">             RenderTableCell {TD} at (352,48) size 51x24 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 47x19
</span><span class="cx">                 text run at (2,2) width 47: &quot;Middle&quot;
</span><del>-            RenderTableCell {TD} at (404,94) size 54x24 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (404,94) size 53x24 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 49x19
</span><span class="cx">                 text run at (2,2) width 49: &quot;Bottom&quot;
</span><del>-      RenderTable {TABLE} at (0,215) size 460x121
-        RenderTableSection {TBODY} at (0,0) size 460x120
-          RenderTableRow {TR} at (0,2) size 460x116
</del><ins>+      RenderTable {TABLE} at (0,215) size 459x121
+        RenderTableSection {TBODY} at (0,0) size 459x120
+          RenderTableRow {TR} at (0,2) size 459x116
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 29x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 25x19
</span><span class="cx">                 text run at (2,2) width 25: &quot;Top&quot;
</span><span class="lines">@@ -48,6 +48,6 @@
</span><span class="cx">             RenderTableCell {TD} at (326,75) size 35x24 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 31x19
</span><span class="cx">                 text run at (2,2) width 31: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (362,46) size 96x61 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (362,46) size 95x61 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,3) size 91x54
</span><span class="cx">                 text run at (2,3) width 91: &quot;Data&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablemozillabug10296verticalalign2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/mozilla-bug10296-vertical-align-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/mozilla-bug10296-vertical-align-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/mozilla-bug10296-vertical-align-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,9 +9,9 @@
</span><span class="cx">       RenderBlock {P} at (0,59) size 784x21
</span><span class="cx">         RenderText {#text} at (0,0) size 547x19
</span><span class="cx">           text run at (0,0) width 547: &quot;In each of the following tables the cells with 'Data' should all have the same baseline:&quot;
</span><del>-      RenderTable {TABLE} at (0,95) size 460x121
-        RenderTableSection {TBODY} at (0,0) size 460x120
-          RenderTableRow {TR} at (0,2) size 460x116
</del><ins>+      RenderTable {TABLE} at (0,95) size 459x121
+        RenderTableSection {TBODY} at (0,0) size 459x120
+          RenderTableRow {TR} at (0,2) size 459x116
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 186x116 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,4) size 182x107
</span><span class="cx">                 text run at (2,4) width 182: &quot;Data&quot;
</span><span class="lines">@@ -27,12 +27,12 @@
</span><span class="cx">             RenderTableCell {TD} at (308,94) size 53x24 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 49x19
</span><span class="cx">                 text run at (2,2) width 49: &quot;Bottom&quot;
</span><del>-            RenderTableCell {TD} at (362,46) size 96x61 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (362,46) size 95x61 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,3) size 91x54
</span><span class="cx">                 text run at (2,3) width 91: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,215) size 460x121
-        RenderTableSection {TBODY} at (0,0) size 460x120
-          RenderTableRow {TR} at (0,2) size 460x116
</del><ins>+      RenderTable {TABLE} at (0,215) size 459x121
+        RenderTableSection {TBODY} at (0,0) size 459x120
+          RenderTableRow {TR} at (0,2) size 459x116
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 29x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 25x19
</span><span class="cx">                 text run at (2,2) width 25: &quot;Top&quot;
</span><span class="lines">@@ -48,12 +48,12 @@
</span><span class="cx">             RenderTableCell {TD} at (217,94) size 53x24 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 49x19
</span><span class="cx">                 text run at (2,2) width 49: &quot;Bottom&quot;
</span><del>-            RenderTableCell {TD} at (271,2) size 187x116 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (271,2) size 186x116 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,4) size 182x107
</span><span class="cx">                 text run at (2,4) width 182: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,335) size 460x121
-        RenderTableSection {TBODY} at (0,0) size 460x120
-          RenderTableRow {TR} at (0,2) size 460x116
</del><ins>+      RenderTable {TABLE} at (0,335) size 459x121
+        RenderTableSection {TBODY} at (0,0) size 459x120
+          RenderTableRow {TR} at (0,2) size 459x116
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 29x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 25x19
</span><span class="cx">                 text run at (2,2) width 25: &quot;Top&quot;
</span><span class="lines">@@ -69,6 +69,6 @@
</span><span class="cx">             RenderTableCell {TD} at (219,2) size 186x116 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,4) size 182x107
</span><span class="cx">                 text run at (2,4) width 182: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (406,48) size 52x24 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (406,48) size 51x24 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x19
</span><span class="cx">                 text run at (2,2) width 47: &quot;Middle&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablenobrexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/nobr-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/nobr-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/nobr-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,10 +7,10 @@
</span><span class="cx">         RenderInline {NOBR} at (0,0) size 0x0
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x390
</span><del>-        RenderTable {TABLE} at (0,0) size 71x390 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 69x388
-            RenderTableRow {TR} at (0,2) size 69x384
-              RenderTableCell {TD} at (2,2) size 65x384 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 70x390 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 68x388
+            RenderTableRow {TR} at (0,2) size 68x384
+              RenderTableCell {TD} at (2,2) size 64x384 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 60x379
</span><span class="cx">                   text run at (2,2) width 55: &quot;This is a&quot;
</span><span class="cx">                   text run at (2,22) width 54: &quot;test case&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttableoverflowHiddenexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/overflowHidden-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/overflowHidden-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/overflowHidden-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,194 +3,194 @@
</span><span class="cx"> layer at (0,0) size 800x2484
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x2484
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x2468
</span><del>-      RenderTable {TABLE} at (0,0) size 419x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 415x108
-          RenderTableRow {TR} at (0,2) size 415x104
-            RenderTableCell {TD} at (308,2) size 105x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 418x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 414x108
+          RenderTableRow {TR} at (0,2) size 414x104
+            RenderTableCell {TD} at (308,2) size 104x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,112) size 784x40
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderBR {BR} at (0,20) size 0x19
</span><del>-      RenderTable {TABLE} at (0,152) size 719x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 715x108
-          RenderTableRow {TR} at (0,2) size 715x104
-            RenderTableCell {TD} at (608,2) size 105x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,152) size 718x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 714x108
+          RenderTableRow {TR} at (0,2) size 714x104
+            RenderTableCell {TD} at (608,2) size 104x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,264) size 784x40
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderBR {BR} at (0,20) size 0x19
</span><del>-      RenderTable {TABLE} at (0,304) size 719x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 715x108
-          RenderTableRow {TR} at (0,2) size 715x104
-            RenderTableCell {TD} at (608,2) size 105x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,304) size 718x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 714x108
+          RenderTableRow {TR} at (0,2) size 714x104
+            RenderTableCell {TD} at (608,2) size 104x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,416) size 784x40
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderBR {BR} at (0,20) size 0x19
</span><del>-      RenderTable {TABLE} at (0,456) size 419x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 415x108
-          RenderTableRow {TR} at (0,2) size 415x104
-            RenderTableCell {TD} at (308,2) size 105x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,456) size 418x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 414x108
+          RenderTableRow {TR} at (0,2) size 414x104
+            RenderTableCell {TD} at (308,2) size 104x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,568) size 784x40
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderBR {BR} at (0,20) size 0x19
</span><del>-      RenderTable {TABLE} at (0,608) size 419x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 415x108
-          RenderTableRow {TR} at (0,2) size 415x104
-            RenderTableCell {TD} at (2,2) size 105x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,608) size 418x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 414x108
+          RenderTableRow {TR} at (0,2) size 414x104
+            RenderTableCell {TD} at (2,2) size 104x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,720) size 784x40
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderBR {BR} at (0,20) size 0x19
</span><del>-      RenderTable {TABLE} at (0,760) size 619x218 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 615x214
-          RenderTableRow {TR} at (0,2) size 615x104
-            RenderTableCell {TD} at (308,2) size 305x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (2,2) size 301x100 [bgcolor=#800080]
-          RenderTableRow {TR} at (0,108) size 615x104
-            RenderTableCell {TD} at (2,108) size 305x104 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (2,2) size 301x100 [bgcolor=#800080]
</del><ins>+      RenderTable {TABLE} at (0,760) size 618x218 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 614x214
+          RenderTableRow {TR} at (0,2) size 614x104
+            RenderTableCell {TD} at (308,2) size 304x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (2,2) size 300x100 [bgcolor=#800080]
+          RenderTableRow {TR} at (0,108) size 614x104
+            RenderTableCell {TD} at (2,108) size 304x104 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (2,2) size 300x100 [bgcolor=#800080]
</ins><span class="cx">       RenderBlock (anonymous) at (0,978) size 784x40
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderBR {BR} at (0,20) size 0x19
</span><del>-      RenderTable {TABLE} at (0,1018) size 719x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 715x108
-          RenderTableRow {TR} at (0,2) size 715x104
-            RenderTableCell {TD} at (608,2) size 105x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,1018) size 718x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 714x108
+          RenderTableRow {TR} at (0,2) size 714x104
+            RenderTableCell {TD} at (608,2) size 104x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,1130) size 784x40
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderBR {BR} at (0,20) size 0x19
</span><del>-      RenderTable {TABLE} at (0,1170) size 719x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 715x108
-          RenderTableRow {TR} at (0,2) size 715x104
-            RenderTableCell {TD} at (608,2) size 105x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,1170) size 718x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 714x108
+          RenderTableRow {TR} at (0,2) size 714x104
+            RenderTableCell {TD} at (608,2) size 104x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,1282) size 784x40
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderBR {BR} at (0,20) size 0x19
</span><del>-      RenderTable {TABLE} at (0,1322) size 719x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 715x108
-          RenderTableRow {TR} at (0,2) size 715x104
-            RenderTableCell {TD} at (608,2) size 105x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,1322) size 718x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 714x108
+          RenderTableRow {TR} at (0,2) size 714x104
+            RenderTableCell {TD} at (608,2) size 104x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,1434) size 784x40
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderBR {BR} at (0,20) size 0x19
</span><del>-      RenderTable {DIV} at (0,1474) size 401x100
-        RenderTableSection (anonymous) at (0,0) size 401x100
-          RenderTableRow {DIV} at (0,0) size 401x100
-            RenderTableCell {DIV} at (300,0) size 101x100 [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,1474) size 400x100
+        RenderTableSection (anonymous) at (0,0) size 400x100
+          RenderTableRow {DIV} at (0,0) size 400x100
+            RenderTableCell {DIV} at (300,0) size 100x100 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,1574) size 784x40
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderBR {BR} at (0,20) size 0x19
</span><del>-      RenderTable {DIV} at (0,1614) size 401x100
-        RenderTableSection (anonymous) at (0,0) size 401x100
-          RenderTableRow {DIV} at (0,0) size 401x100
-            RenderTableCell {DIV} at (300,0) size 101x100 [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,1614) size 400x100
+        RenderTableSection (anonymous) at (0,0) size 400x100
+          RenderTableRow {DIV} at (0,0) size 400x100
+            RenderTableCell {DIV} at (300,0) size 100x100 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,1714) size 784x40
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderBR {BR} at (0,20) size 0x19
</span><del>-      RenderTable {TABLE} at (0,1754) size 716x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 711x107
-          RenderTableRow {TR} at (0,0) size 711x107
-            RenderTableCell {TD} at (605,0) size 106x107 [border: (3px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,1754) size 715x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 710x107
+          RenderTableRow {TR} at (0,0) size 710x107
+            RenderTableCell {TD} at (605,0) size 105x107 [border: (3px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,4) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,1866) size 784x40
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderBR {BR} at (0,20) size 0x19
</span><del>-      RenderTable {TABLE} at (0,1906) size 716x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 711x107
-          RenderTableRow {TR} at (0,0) size 711x107
-            RenderTableCell {TD} at (605,0) size 106x107 [border: (3px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,1906) size 715x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 710x107
+          RenderTableRow {TR} at (0,0) size 710x107
+            RenderTableCell {TD} at (605,0) size 105x107 [border: (3px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,4) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,2018) size 784x40
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderBR {BR} at (0,20) size 0x19
</span><del>-      RenderTable {TABLE} at (0,2058) size 419x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 415x108
-          RenderTableRow {TR} at (0,2) size 415x104
-            RenderTableCell {TD} at (308,2) size 105x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,2058) size 418x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 414x108
+          RenderTableRow {TR} at (0,2) size 414x104
+            RenderTableCell {TD} at (308,2) size 104x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,2170) size 784x40
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderBR {BR} at (0,20) size 0x19
</span><del>-      RenderTable {TABLE} at (0,2210) size 434x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 430x108
-          RenderTableRow {TR} at (0,2) size 430x104
-            RenderTableCell {TD} at (323,2) size 105x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,2210) size 433x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 429x108
+          RenderTableRow {TR} at (0,2) size 429x104
+            RenderTableCell {TD} at (323,2) size 104x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,2322) size 784x40
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderBR {BR} at (0,20) size 0x19
</span><del>-      RenderTable {TABLE} at (0,2362) size 471x106
-        RenderTableSection {TBODY} at (0,0) size 471x106
-          RenderTableRow {TR} at (0,2) size 471x102
-            RenderTableCell {TD} at (366,2) size 103x102 [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,2362) size 470x106
+        RenderTableSection {TBODY} at (0,0) size 470x106
+          RenderTableRow {TR} at (0,2) size 470x102
+            RenderTableCell {TD} at (366,2) size 102x102 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [bgcolor=#800080]
</span><span class="cx"> layer at (12,12) size 304x104 clip at (13,13) size 302x102
</span><span class="cx">   RenderTableCell {TD} at (2,52) size 304x4 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx"> layer at (12,164) size 604x104 clip at (13,165) size 602x102
</span><del>-  RenderTableCell {TD} at (2,42) size 605x24 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (2,42) size 604x24 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (12,468) size 304x104 clip at (13,469) size 302x102 scrollWidth 601
</span><del>-  RenderTableCell {TD} at (2,52) size 305x4 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (2,52) size 304x4 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (2,-18) size 300x20 [bgcolor=#00FF00]
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 600x20 [bgcolor=#008000]
</span><span class="cx">         RenderText {#text} at (0,0) size 27x19
</span><span class="cx">           text run at (0,0) width 27: &quot;Test&quot;
</span><span class="cx"> layer at (118,620) size 304x104 clip at (119,621) size 302x102 scrollWidth 601
</span><del>-  RenderTableCell {TD} at (108,52) size 305x4 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (108,52) size 304x4 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (2,-18) size 300x20 [bgcolor=#00FF00]
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 600x20 [bgcolor=#008000]
</span><span class="cx">         RenderText {#text} at (0,0) size 82x19
</span><span class="cx">           text run at (0,0) width 82: &quot;Reverse Test&quot;
</span><span class="cx"> layer at (12,772) size 304x104 clip at (13,773) size 302x102 scrollWidth 601
</span><del>-  RenderTableCell {TD} at (2,52) size 305x4 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (2,52) size 304x4 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (2,-18) size 300x20 [bgcolor=#00FF00]
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 600x20 [bgcolor=#008000]
</span><span class="cx">         RenderText {#text} at (0,0) size 82x19
</span><span class="cx">           text run at (0,0) width 82: &quot;Stacked Test&quot;
</span><span class="cx"> layer at (318,878) size 304x104 clip at (319,879) size 302x102 scrollWidth 601
</span><del>-  RenderTableCell {TD} at (308,158) size 305x4 [bgcolor=#808080] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (308,158) size 304x4 [bgcolor=#808080] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (2,-18) size 300x20 [bgcolor=#00FF00]
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 600x20 [bgcolor=#008000]
</span><span class="cx">         RenderText {#text} at (0,0) size 52x19
</span><span class="cx">           text run at (0,0) width 52: &quot;Reverse&quot;
</span><span class="cx"> layer at (12,1030) size 604x104 clip at (13,1031) size 602x102
</span><del>-  RenderTableCell {TD} at (2,42) size 605x24 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (2,42) size 604x24 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (8,1482) size 300x100 scrollWidth 600
</span><del>-  RenderTableCell {DIV} at (0,40) size 301x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {DIV} at (0,40) size 300x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (0,0) size 300x20
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 600x20 [bgcolor=#FFA500]
</span><span class="cx">         RenderText {#text} at (0,0) size 146x19
</span><span class="cx">           text run at (0,0) width 146: &quot;With display:table-cell&quot;
</span><span class="cx"> layer at (10,1764) size 605x107 clip at (13,1767) size 602x102
</span><del>-  RenderTableCell {TD} at (0,40) size 606x27 [bgcolor=#808080] [border: (3px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (0,40) size 605x27 [bgcolor=#808080] [border: (3px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (4,4) size 600x20 [bgcolor=#FFFF00]
</span><span class="cx">       RenderText {#text} at (0,0) size 219x19
</span><span class="cx">         text run at (0,0) width 219: &quot;Test with border-collapse:collapse&quot;
</span><span class="cx"> layer at (10,1916) size 605x107 clip at (13,1919) size 602x102
</span><del>-  RenderTableCell {TD} at (0,40) size 606x27 [border: (3px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (0,40) size 605x27 [border: (3px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (4,4) size 600x20 [bgcolor=#FFFF00]
</span><span class="cx">       RenderText {#text} at (0,0) size 276x19
</span><span class="cx">         text run at (0,0) width 276: &quot;Test with border-collapse:collapse no color&quot;
</span><span class="cx"> layer at (12,2070) size 304x84 clip at (13,2071) size 302x67 scrollWidth 601
</span><del>-  RenderTableCell {TD} at (2,34) size 305x20 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (2,34) size 304x20 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (2,-18) size 300x20 [bgcolor=#00FF00]
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 600x20 [bgcolor=#008000]
</span><span class="cx">         RenderText {#text} at (0,0) size 153x19
</span><span class="cx">           text run at (0,0) width 153: &quot;Test with overflow:auto&quot;
</span><span class="cx"> layer at (12,2222) size 319x104 clip at (13,2223) size 302x87 scrollWidth 601
</span><del>-  RenderTableCell {TD} at (2,44) size 320x20 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (2,44) size 319x20 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (2,-18) size 300x20 [bgcolor=#00FF00]
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 600x20 [bgcolor=#008000]
</span><span class="cx">         RenderText {#text} at (0,0) size 161x19
</span><span class="cx">           text run at (0,0) width 161: &quot;Test with overflow:scroll&quot;
</span><span class="cx"> layer at (10,2372) size 362x102 clip at (40,2402) size 302x27 scrollWidth 601
</span><del>-  RenderTableCell {TD} at (2,4) size 363x98 [bgcolor=#808080] [border: (30px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (2,4) size 362x98 [bgcolor=#808080] [border: (30px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (31,31) size 300x20 [bgcolor=#00FF00]
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 600x20 [bgcolor=#008000]
</span><span class="cx">         RenderText {#text} at (0,0) size 153x19
</span><span class="lines">@@ -204,7 +204,7 @@
</span><span class="cx">     RenderText {#text} at (0,0) size 130x19
</span><span class="cx">       text run at (0,0) width 130: &quot;With opacity on div.&quot;
</span><span class="cx"> layer at (12,316) size 604x104 clip at (13,317) size 602x102
</span><del>-  RenderTableCell {TD} at (2,42) size 605x24 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (2,42) size 604x24 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (2,2) size 600x20 [bgcolor=#00FFFF]
</span><span class="cx">       RenderText {#text} at (0,0) size 134x19
</span><span class="cx">         text run at (0,0) width 134: &quot;With opacity on cell.&quot;
</span><span class="lines">@@ -213,17 +213,17 @@
</span><span class="cx">     RenderText {#text} at (0,0) size 207x19
</span><span class="cx">       text run at (0,0) width 207: &quot;With relative positioning on div.&quot;
</span><span class="cx"> layer at (12,1182) size 604x104 clip at (13,1183) size 602x102
</span><del>-  RenderTableCell {TD} at (2,42) size 605x24 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (2,42) size 604x24 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (2,2) size 600x20 [bgcolor=#FFC0CB]
</span><span class="cx">       RenderText {#text} at (0,0) size 211x19
</span><span class="cx">         text run at (0,0) width 211: &quot;With relative positioning on cell.&quot;
</span><span class="cx"> layer at (112,1334) size 604x104 clip at (113,1335) size 602x102
</span><del>-  RenderTableCell {TD} at (2,42) size 605x24 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (2,42) size 604x24 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (2,2) size 600x20 [bgcolor=#FFC0CB]
</span><span class="cx">       RenderText {#text} at (0,0) size 297x19
</span><span class="cx">         text run at (0,0) width 297: &quot;With relative positioning and an offset on cell.&quot;
</span><span class="cx"> layer at (108,1622) size 300x100 scrollWidth 600
</span><del>-  RenderTableCell {DIV} at (0,40) size 301x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {DIV} at (0,40) size 300x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (0,0) size 300x20
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 600x20 [bgcolor=#FFA500]
</span><span class="cx">         RenderText {#text} at (0,0) size 287x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablepercentheightsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/percent-heights-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/percent-heights-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/percent-heights-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -22,16 +22,16 @@
</span><span class="cx">               RenderText {#text} at (204,31) size 71x19
</span><span class="cx">                 text run at (204,31) width 71: &quot;Other cells&quot;
</span><span class="cx">               RenderBR {BR} at (274,46) size 1x0
</span><del>-              RenderText {#text} at (174,51) size 130x19
-                text run at (174,51) width 130: &quot;should be the height&quot;
-              RenderBR {BR} at (303,66) size 1x0
</del><ins>+              RenderText {#text} at (174,51) size 131x19
+                text run at (174,51) width 131: &quot;should be the height&quot;
+              RenderBR {BR} at (304,66) size 1x0
</ins><span class="cx">               RenderText {#text} at (205,71) size 69x19
</span><span class="cx">                 text run at (205,71) width 69: &quot;of this cell&quot;
</span><del>-            RenderTableCell {TD} at (478,20) size 44x62 [bgcolor=#006000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (478,20) size 45x62 [bgcolor=#006000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (11,11) size 22x39
</span><span class="cx">                 text run at (11,11) width 22: &quot;TD&quot;
</span><span class="cx">                 text run at (13,31) width 17: &quot;#2&quot;
</span><del>-            RenderTableCell {TD} at (521,20) size 45x62 [bgcolor=#00FFFF] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (522,20) size 44x62 [bgcolor=#00FFFF] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (11,11) size 22x39
</span><span class="cx">                 text run at (11,11) width 22: &quot;TD&quot;
</span><span class="cx">                 text run at (13,31) width 17: &quot;#3&quot;
</span><span class="lines">@@ -39,11 +39,11 @@
</span><span class="cx">               RenderText {#text} at (11,11) size 22x39
</span><span class="cx">                 text run at (11,11) width 22: &quot;TD&quot;
</span><span class="cx">                 text run at (13,31) width 17: &quot;#4&quot;
</span><del>-            RenderTableCell {TD} at (608,20) size 44x62 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (608,20) size 45x62 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (11,11) size 22x39
</span><span class="cx">                 text run at (11,11) width 22: &quot;TD&quot;
</span><span class="cx">                 text run at (13,31) width 17: &quot;#5&quot;
</span><del>-            RenderTableCell {TD} at (651,20) size 45x62 [bgcolor=#000080] [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (652,20) size 44x62 [bgcolor=#000080] [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (11,11) size 22x39
</span><span class="cx">                 text run at (11,11) width 22: &quot;TD&quot;
</span><span class="cx">                 text run at (13,31) width 17: &quot;#6&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablepercentwidthsstretchexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/percent-widths-stretch-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/percent-widths-stretch-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/percent-widths-stretch-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,40 +3,40 @@
</span><span class="cx"> layer at (0,0) size 800x96
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x96
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x80
</span><del>-      RenderTable {TABLE} at (0,0) size 102x4
-        RenderTableSection {TBODY} at (0,0) size 102x4
-          RenderTableRow {TR} at (0,0) size 102x4
-            RenderTableCell {TD} at (0,0) size 102x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 100x4
+        RenderTableSection {TBODY} at (0,0) size 100x4
+          RenderTableRow {TR} at (0,0) size 100x4
+            RenderTableCell {TD} at (0,0) size 100x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (0,4) size 51x4
-        RenderTableSection {TBODY} at (0,0) size 51x4
-          RenderTableRow {TR} at (0,0) size 51x4
-            RenderTableCell {TD} at (0,0) size 51x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,4) size 50x4
+        RenderTableSection {TBODY} at (0,0) size 50x4
+          RenderTableRow {TR} at (0,0) size 50x4
+            RenderTableCell {TD} at (0,0) size 50x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span><span class="cx">       RenderTable {TABLE} at (0,8) size 34x4
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 34x4
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 34x4
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 34x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (0,12) size 26x4
-        RenderTableSection {TBODY} at (0,0) size 26x4
-          RenderTableRow {TR} at (0,0) size 26x4
-            RenderTableCell {TD} at (0,0) size 26x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,12) size 25x4
+        RenderTableSection {TBODY} at (0,0) size 25x4
+          RenderTableRow {TR} at (0,0) size 25x4
+            RenderTableCell {TD} at (0,0) size 25x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (0,16) size 21x4
-        RenderTableSection {TBODY} at (0,0) size 21x4
-          RenderTableRow {TR} at (0,0) size 21x4
-            RenderTableCell {TD} at (0,0) size 21x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,16) size 20x4
+        RenderTableSection {TBODY} at (0,0) size 20x4
+          RenderTableRow {TR} at (0,0) size 20x4
+            RenderTableCell {TD} at (0,0) size 20x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (0,20) size 11x4
-        RenderTableSection {TBODY} at (0,0) size 11x4
-          RenderTableRow {TR} at (0,0) size 11x4
-            RenderTableCell {TD} at (0,0) size 11x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,20) size 10x4
+        RenderTableSection {TBODY} at (0,0) size 10x4
+          RenderTableRow {TR} at (0,0) size 10x4
+            RenderTableCell {TD} at (0,0) size 10x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (0,24) size 6x4
-        RenderTableSection {TBODY} at (0,0) size 6x4
-          RenderTableRow {TR} at (0,0) size 6x4
-            RenderTableCell {TD} at (0,0) size 6x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,24) size 5x4
+        RenderTableSection {TBODY} at (0,0) size 5x4
+          RenderTableRow {TR} at (0,0) size 5x4
+            RenderTableCell {TD} at (0,0) size 5x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span><span class="cx">       RenderTable {TABLE} at (0,28) size 4x4
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 4x4
</span><span class="lines">@@ -48,10 +48,10 @@
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 3x4
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 3x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (0,36) size 3x4
-        RenderTableSection {TBODY} at (0,0) size 3x4
-          RenderTableRow {TR} at (0,0) size 3x4
-            RenderTableCell {TD} at (0,0) size 3x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 2x4
+        RenderTableSection {TBODY} at (0,0) size 2x4
+          RenderTableRow {TR} at (0,0) size 2x4
+            RenderTableCell {TD} at (0,0) size 2x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span><span class="cx">       RenderTable {TABLE} at (0,40) size 2x4
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 2x4
</span><span class="lines">@@ -93,13 +93,13 @@
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 2x4
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 2x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (0,72) size 2x4
-        RenderTableSection {TBODY} at (0,0) size 2x4
-          RenderTableRow {TR} at (0,0) size 2x4
-            RenderTableCell {TD} at (0,0) size 2x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,72) size 1x4
+        RenderTableSection {TBODY} at (0,0) size 1x4
+          RenderTableRow {TR} at (0,0) size 1x4
+            RenderTableCell {TD} at (0,0) size 1x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (0,76) size 2x4
-        RenderTableSection {TBODY} at (0,0) size 2x4
-          RenderTableRow {TR} at (0,0) size 2x4
-            RenderTableCell {TD} at (0,0) size 2x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,76) size 1x4
+        RenderTableSection {TBODY} at (0,0) size 1x4
+          RenderTableRow {TR} at (0,0) size 1x4
+            RenderTableCell {TD} at (0,0) size 1x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttableprependinanonymoustableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/prepend-in-anonymous-table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/prepend-in-anonymous-table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/prepend-in-anonymous-table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -23,13 +23,13 @@
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {DIV} at (0,83) size 784x0
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 784x0
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {PRE} at (0,96) size 784x14
</span><span class="cx">         RenderText {#text} at (0,0) size 250x14
</span><span class="cx">           text run at (0,0) width 250: &quot;Prepending inline to table-cell:&quot;
</span><span class="lines">@@ -39,14 +39,14 @@
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {DIV} at (0,123) size 784x0
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x0
</span><span class="cx">           RenderInline {DIV} at (0,0) size 0x0
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {PRE} at (0,136) size 784x14
</span><span class="cx">         RenderText {#text} at (0,0) size 281x14
</span><span class="cx">           text run at (0,0) width 281: &quot;Prepending table-cell to table-cell:&quot;
</span><span class="lines">@@ -54,14 +54,14 @@
</span><span class="cx">         RenderTable at (0,0) size 2x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 2x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 2x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {DIV} at (0,163) size 784x0
</span><span class="cx">         RenderTable at (0,0) size 2x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 2x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 2x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {PRE} at (0,176) size 784x14
</span><span class="cx">         RenderText {#text} at (0,0) size 274x14
</span><span class="cx">           text run at (0,0) width 274: &quot;Prepending table-row to table-cell:&quot;
</span><span class="lines">@@ -70,13 +70,13 @@
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow {DIV} at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {DIV} at (0,203) size 784x0
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow {DIV} at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {PRE} at (0,216) size 784x14
</span><span class="cx">         RenderText {#text} at (0,0) size 320x14
</span><span class="cx">           text run at (0,0) width 320: &quot;Prepending table-row-group to table-cell:&quot;
</span><span class="lines">@@ -85,13 +85,13 @@
</span><span class="cx">           RenderTableSection {DIV} at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {DIV} at (0,243) size 784x0
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection {DIV} at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {PRE} at (0,256) size 784x14
</span><span class="cx">         RenderText {#text} at (0,0) size 344x14
</span><span class="cx">           text run at (0,0) width 344: &quot;Prepending table-column-group to table-cell:&quot;
</span><span class="lines">@@ -100,13 +100,13 @@
</span><span class="cx">           RenderTableCol {DIV} at (0,0) size 0x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {DIV} at (0,283) size 784x0
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableCol {DIV} at (0,0) size 0x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {PRE} at (0,296) size 784x14
</span><span class="cx">         RenderText {#text} at (0,0) size 305x14
</span><span class="cx">           text run at (0,0) width 305: &quot;Prepending table-caption to table-cell:&quot;
</span><span class="lines">@@ -115,13 +115,13 @@
</span><span class="cx">           RenderBlock {DIV} at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {DIV} at (0,323) size 784x0
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderBlock {DIV} at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {PRE} at (0,336) size 784x14
</span><span class="cx">         RenderText {#text} at (0,0) size 235x14
</span><span class="cx">           text run at (0,0) width 235: &quot;Prepending block to table-row:&quot;
</span><span class="lines">@@ -157,13 +157,13 @@
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {DIV} at (0,0) size 1x0
</span><span class="cx">       RenderBlock {DIV} at (0,443) size 784x0
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {DIV} at (0,0) size 1x0
</span><span class="cx">       RenderBlock {PRE} at (0,456) size 784x14
</span><span class="cx">         RenderText {#text} at (0,0) size 266x14
</span><span class="lines">@@ -248,13 +248,13 @@
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">           RenderTableSection {DIV} at (0,0) size 1x0
</span><span class="cx">       RenderBlock {DIV} at (0,723) size 784x0
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">           RenderTableSection {DIV} at (0,0) size 1x0
</span><span class="cx">       RenderBlock {PRE} at (0,736) size 784x14
</span><span class="cx">         RenderText {#text} at (0,0) size 313x14
</span><span class="lines">@@ -333,13 +333,13 @@
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">           RenderTableCol {DIV} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,1003) size 784x0
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">           RenderTableCol {DIV} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {PRE} at (0,1016) size 784x14
</span><span class="cx">         RenderText {#text} at (0,0) size 336x14
</span><span class="lines">@@ -418,13 +418,13 @@
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">           RenderBlock {DIV} at (0,0) size 1x0
</span><span class="cx">       RenderBlock {DIV} at (0,1283) size 784x0
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">           RenderBlock {DIV} at (0,0) size 1x0
</span><span class="cx">       RenderBlock {PRE} at (0,1296) size 784x14
</span><span class="cx">         RenderText {#text} at (0,0) size 297x14
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablerelativepositioncontainmentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/relative-position-containment-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/relative-position-containment-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/relative-position-containment-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 540x19
</span><span class="cx">           text run at (0,0) width 540: &quot;Will be green if the relative positioned table cell properly acts as a containing block.&quot;
</span><del>-      RenderTable {TABLE} at (0,20) size 303x302 [border: (1px solid #000000)]
-        RenderTableSection {TBODY} at (1,1) size 301x300
-          RenderTableRow {TR} at (0,100) size 301x100
</del><ins>+      RenderTable {TABLE} at (0,20) size 302x302 [border: (1px solid #000000)]
+        RenderTableSection {TBODY} at (1,1) size 300x300
+          RenderTableRow {TR} at (0,100) size 300x100
</ins><span class="cx"> layer at (109,129) size 100x100
</span><del>-  RenderTableCell {TD} at (100,150) size 101x0 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (100,150) size 100x0 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (109,129) size 100x100
</span><span class="cx">   RenderBlock (positioned) {DIV} at (0,-50) size 100x100 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablerelativepositionoffsetsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/relative-position-offsets-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/relative-position-offsets-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/relative-position-offsets-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 370x19
</span><span class="cx">           text run at (0,0) width 370: &quot;Will be green if relative positioning offsets are supported:&quot;
</span><del>-      RenderTable {TABLE} at (0,20) size 101x200
-        RenderTableSection {TBODY} at (0,0) size 101x200
-          RenderTableRow {TR} at (0,0) size 101x100
-            RenderTableCell {TD} at (0,50) size 101x0 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-          RenderTableRow {TR} at (0,100) size 101x100
</del><ins>+      RenderTable {TABLE} at (0,20) size 100x200
+        RenderTableSection {TBODY} at (0,0) size 100x200
+          RenderTableRow {TR} at (0,0) size 100x100
+            RenderTableCell {TD} at (0,50) size 100x0 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+          RenderTableRow {TR} at (0,100) size 100x100
</ins><span class="cx"> layer at (8,28) size 100x100
</span><del>-  RenderTableCell {TD} at (0,150) size 101x0 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (0,150) size 100x0 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablerelativepositionstackingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/relative-position-stacking-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/relative-position-stacking-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/relative-position-stacking-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,12 +6,12 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 372x19
</span><span class="cx">           text run at (0,0) width 372: &quot;Will be green if relative positioning stacking is supported:&quot;
</span><del>-      RenderTable {TABLE} at (0,20) size 101x100
-        RenderTableSection {TBODY} at (0,0) size 101x100
-          RenderTableRow {TR} at (0,0) size 101x0
-          RenderTableRow {TR} at (0,0) size 101x100
-            RenderTableCell {TD} at (0,50) size 101x0 [bgcolor=#FF0000] [r=1 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,20) size 100x100
+        RenderTableSection {TBODY} at (0,0) size 100x100
+          RenderTableRow {TR} at (0,0) size 100x0
+          RenderTableRow {TR} at (0,0) size 100x100
+            RenderTableCell {TD} at (0,50) size 100x0 [bgcolor=#FF0000] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (8,28) size 100x0
</span><del>-  RenderTableCell {TD} at (0,0) size 101x0 [r=0 c=0 rs=1 cs=1]
-    RenderBlock {DIV} at (0,0) size 101x0
</del><ins>+  RenderTableCell {TD} at (0,0) size 100x0 [r=0 c=0 rs=1 cs=1]
+    RenderBlock {DIV} at (0,0) size 100x0
</ins><span class="cx">       RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablereplacedpercentheightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/replaced-percent-height-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/replaced-percent-height-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/replaced-percent-height-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,20 +3,20 @@
</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 611x206
-        RenderTableSection {TBODY} at (0,0) size 611x206
-          RenderTableRow {TR} at (0,2) size 611x202
-            RenderTableCell {TD} at (2,92) size 403x22 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 610x206
+        RenderTableSection {TBODY} at (0,0) size 610x206
+          RenderTableRow {TR} at (0,2) size 610x202
+            RenderTableCell {TD} at (2,92) size 402x22 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 400x20 [bgcolor=#008000]
</span><span class="cx">                 RenderText {#text} at (0,0) size 144x19
</span><span class="cx">                   text run at (0,0) width 144: &quot;This div does not flex.&quot;
</span><del>-            RenderTableCell {TD} at (406,2) size 203x202 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (406,2) size 202x202 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 200x200
</span><span class="cx">       RenderBlock {P} at (0,222) size 784x0
</span><del>-      RenderTable {TABLE} at (0,222) size 611x206
-        RenderTableSection {TBODY} at (0,0) size 611x206
-          RenderTableRow {TR} at (0,2) size 611x202
-            RenderTableCell {TD} at (2,2) size 403x202 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,222) size 610x206
+        RenderTableSection {TBODY} at (0,0) size 610x206
+          RenderTableRow {TR} at (0,2) size 610x202
+            RenderTableCell {TD} at (2,2) size 402x202 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 400x200 [bgcolor=#008000]
</span><del>-            RenderTableCell {TD} at (406,2) size 203x202 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (406,2) size 202x202 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 200x200
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablerowheightrecalcexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/row-height-recalc-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/row-height-recalc-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/row-height-recalc-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,10 +16,10 @@
</span><span class="cx">         RenderText {#text} at (727,0) size 5x19
</span><span class="cx">           text run at (727,0) width 5: &quot;.&quot;
</span><span class="cx">       RenderBlock {HR} at (0,36) size 784x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,46) size 101x100
-        RenderTableSection {TBODY} at (0,0) size 101x100
-          RenderTableRow {TR} at (0,0) size 101x0 [bgcolor=#FF0000]
-            RenderTableCell {TD} at (0,0) size 51x0 [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (50,0) size 51x0 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,0) size 101x100 [bgcolor=#008000]
-            RenderTableCell {TD} at (0,50) size 101x0 [r=1 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,46) size 100x100
+        RenderTableSection {TBODY} at (0,0) size 100x100
+          RenderTableRow {TR} at (0,0) size 100x0 [bgcolor=#FF0000]
+            RenderTableCell {TD} at (0,0) size 50x0 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (50,0) size 50x0 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,0) size 100x100 [bgcolor=#008000]
+            RenderTableCell {TD} at (0,50) size 100x0 [r=1 c=0 rs=1 cs=2]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablerowspanpaintorderexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/rowspan-paint-order-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/rowspan-paint-order-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/rowspan-paint-order-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx">             RenderTableCell {TD} at (439,18) size 303x23 [bgcolor=#000000] [border: (1px inset #808080)] [r=0 c=12 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 4x20
</span><span class="cx">                 text run at (1,2) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (741,17) size 39x62 [bgcolor=#AAAAAA] [border: (1px inset #808080)] [r=0 c=13 rs=3 cs=1]
</del><ins>+            RenderTableCell {TD} at (741,17) size 40x62 [bgcolor=#AAAAAA] [border: (1px inset #808080)] [r=0 c=13 rs=3 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 37x59
</span><span class="cx">                 text run at (1,1) width 37: &quot;Right&quot;
</span><span class="cx">                 text run at (24,21) width 14: &quot;(3&quot;
</span><span class="lines">@@ -54,6 +54,6 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 4x20
</span><span class="cx">                 text run at (1,2) width 4: &quot; &quot;
</span><span class="cx">           RenderTableRow {TR} at (0,59) size 780x37
</span><del>-            RenderTableCell {TD} at (38,66) size 742x23 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=13]
</del><ins>+            RenderTableCell {TD} at (38,66) size 743x23 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=13]
</ins><span class="cx">               RenderText {#text} at (465,1) size 276x20
</span><span class="cx">                 text run at (465,2) width 276: &quot;Bottom Row Overlaps with the Right Cell!&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablerowspanpaintorderverticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/rowspan-paint-order-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/rowspan-paint-order-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/rowspan-paint-order-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,7 +14,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,61) size 69x177 [bgcolor=#000000] [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (24,-23) size 20x5
</span><span class="cx">                 text run at (24,-22) width 5: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (0,260) size 42x56 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=10]
</del><ins>+            RenderTableCell {TD} at (0,261) size 42x54 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=10]
</ins><span class="cx">               RenderText {#text} at (1,3) size 39x48
</span><span class="cx">                 text run at (1,3) width 47: &quot;Middle&quot;
</span><span class="cx">                 text run at (21,3) width 48: &quot;(1 row)&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablespanOverlapRepaintexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/spanOverlapRepaint-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/spanOverlapRepaint-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/spanOverlapRepaint-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx">               RenderTable {TABLE} at (1,1) size 158x37 [border: (2px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (2,2) size 154x33
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 154x29
</span><del>-                    RenderTableCell {TD} at (2,14) size 5x5 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (2,14) size 4x5 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                     RenderTableCell {TD} at (8,2) size 144x29 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                       RenderTextControl {INPUT} at (4,4) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</span><span class="cx">                       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttablestalegridcrashexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/stale-grid-crash-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/stale-grid-crash-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/stale-grid-crash-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -21,8 +21,8 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,72) size 784x1
</span><span class="cx">         RenderImage {IMG} at (0,0) size 1x1
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,73) size 3x2
-        RenderTableSection {TBODY} at (0,0) size 3x2
-          RenderTableRow {TR} at (0,0) size 3x0
-          RenderTableRow {TR} at (0,0) size 3x2
-            RenderTableCell {TD} at (0,0) size 3x2 [r=1 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,73) size 2x2
+        RenderTableSection {TBODY} at (0,0) size 2x2
+          RenderTableRow {TR} at (0,0) size 2x0
+          RenderTableRow {TR} at (0,0) size 2x2
+            RenderTableCell {TD} at (0,0) size 2x2 [r=1 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttabletablecellbeforechildintableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/table-cell-before-child-in-table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/table-cell-before-child-in-table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/table-cell-before-child-in-table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 {DIV} at (0,0) size 213x96 [color=#FF0000] [border: (3px solid #008000)]
-        RenderTableSection (anonymous) at (19,19) size 175x58
-          RenderTableRow (anonymous) at (0,0) size 175x58
</del><ins>+      RenderTable {DIV} at (0,0) size 212x96 [color=#FF0000] [border: (3px solid #008000)]
+        RenderTableSection (anonymous) at (19,19) size 174x58
+          RenderTableRow (anonymous) at (0,0) size 174x58
</ins><span class="cx">             RenderTableCell (anonymous) at (0,0) size 100x58 [border: (3px solid #0000FF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText at (19,19) size 62x19
</span><span class="cx">                 text run at (19,19) width 62: &quot;BEFORE&quot;
</span><del>-            RenderTableCell (anonymous) at (99,19) size 76x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell (anonymous) at (99,19) size 75x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderInline {SPAN} at (0,0) size 75x19
</span><span class="cx">                 RenderText {#text} at (0,0) size 75x19
</span><span class="cx">                   text run at (0,0) width 75: &quot;CONTENT&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttabletabledisplaytypesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/table-display-types-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/table-display-types-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/table-display-types-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -143,10 +143,10 @@
</span><span class="cx">                       RenderTableCell {TD} at (44,2) size 42x22 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                         RenderText {#text} at (1,1) size 39x19
</span><span class="cx">                           text run at (1,1) width 39: &quot;Cell 4&quot;
</span><del>-      RenderTable at (0,390) size 303x222
-        RenderTableSection (anonymous) at (0,0) size 303x222
-          RenderTableRow (anonymous) at (0,0) size 303x222
-            RenderTableCell {P} at (0,0) size 303x222 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable at (0,390) size 302x222
+        RenderTableSection (anonymous) at (0,0) size 302x222
+          RenderTableRow (anonymous) at (0,0) size 302x222
+            RenderTableCell {P} at (0,0) size 302x222 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 300x219
</span><span class="cx">                 text run at (1,1) width 259: &quot;Lorem ipsum dolor sit amet, consectetur&quot;
</span><span class="cx">                 text run at (1,21) width 252: &quot;adipisicing elit, sed do eiusmod tempor&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttabletabledisplaytypesstrictexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/table-display-types-strict-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/table-display-types-strict-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/table-display-types-strict-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -125,10 +125,10 @@
</span><span class="cx">                         RenderTableCell {TD} at (44,2) size 42x22 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                           RenderText {#text} at (1,1) size 39x19
</span><span class="cx">                             text run at (1,1) width 39: &quot;Cell 4&quot;
</span><del>-      RenderTable at (0,294) size 303x222
-        RenderTableSection (anonymous) at (0,0) size 303x222
-          RenderTableRow (anonymous) at (0,0) size 303x222
-            RenderTableCell {P} at (0,0) size 303x222 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable at (0,294) size 302x222
+        RenderTableSection (anonymous) at (0,0) size 302x222
+          RenderTableRow (anonymous) at (0,0) size 302x222
+            RenderTableCell {P} at (0,0) size 302x222 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 300x219
</span><span class="cx">                 text run at (1,1) width 259: &quot;Lorem ipsum dolor sit amet, consectetur&quot;
</span><span class="cx">                 text run at (1,21) width 252: &quot;adipisicing elit, sed do eiusmod tempor&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttabletabledisplaytypesverticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/table-display-types-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/table-display-types-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/table-display-types-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -143,10 +143,10 @@
</span><span class="cx">                       RenderTableCell {TD} at (2,44) size 22x42 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                         RenderText {#text} at (1,1) size 19x39
</span><span class="cx">                           text run at (1,1) width 39: &quot;Cell 4&quot;
</span><del>-      RenderTable at (0,592) size 103x703
-        RenderTableSection (anonymous) at (0,0) size 103x702
-          RenderTableRow (anonymous) at (0,0) size 103x702
-            RenderTableCell {P} at (0,0) size 103x702 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable at (0,592) size 102x703
+        RenderTableSection (anonymous) at (0,0) size 102x702
+          RenderTableRow (anonymous) at (0,0) size 102x702
+            RenderTableCell {P} at (0,0) size 102x702 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 100x699
</span><span class="cx">                 text run at (1,1) width 86: &quot;Lorem ipsum&quot;
</span><span class="cx">                 text run at (1,21) width 92: &quot;dolor sit amet,&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttabletablerowbeforeaftercontentaroundtablecellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/table-row-before-after-content-around-table-cell-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/table-row-before-after-content-around-table-cell-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/table-row-before-after-content-around-table-cell-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,17 +4,17 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x116
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x100
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x100
</span><del>-        RenderTable at (0,0) size 301x100
-          RenderTableSection (anonymous) at (0,0) size 301x100
-            RenderTableRow {DIV} at (0,0) size 301x100
-              RenderTableCell (anonymous) at (0,0) size 101x100 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,0) size 300x100
+          RenderTableSection (anonymous) at (0,0) size 300x100
+            RenderTableRow {DIV} at (0,0) size 300x100
+              RenderTableCell (anonymous) at (0,0) size 100x100 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderInline (generated) at (0,0) size 100x100 [color=#0000FF]
</span><span class="cx">                   RenderText at (0,0) size 100x100
</span><span class="cx">                     text run at (0,0) width 100: &quot;A&quot;
</span><del>-              RenderTableCell {DIV} at (100,0) size 101x100 [color=#008000] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (100,0) size 100x100 [color=#008000] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x100
</span><span class="cx">                   text run at (0,0) width 100: &quot;B&quot;
</span><del>-              RenderTableCell (anonymous) at (200,0) size 101x100 [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell (anonymous) at (200,0) size 100x100 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderInline (generated) at (0,0) size 100x100 [color=#FFA500]
</span><span class="cx">                   RenderText at (0,0) size 100x100
</span><span class="cx">                     text run at (0,0) width 100: &quot;C&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttabletablerowoutlinepaintexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/table-row-outline-paint-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/table-row-outline-paint-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/table-row-outline-paint-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,11 +3,11 @@
</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 115x106
-        RenderTableSection {TBODY} at (0,0) size 115x106
-          RenderTableRow {TR} at (0,2) size 115x50
-            RenderTableCell {TD} at (2,25) size 55x4 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (58,25) size 55x4 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,54) size 115x50
-            RenderTableCell {TD} at (2,77) size 55x4 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (58,77) size 55x4 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 114x106
+        RenderTableSection {TBODY} at (0,0) size 114x106
+          RenderTableRow {TR} at (0,2) size 114x50
+            RenderTableCell {TD} at (2,25) size 54x4 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (58,25) size 54x4 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,54) size 114x50
+            RenderTableCell {TD} at (2,77) size 54x4 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (58,77) size 54x4 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttabletablerowsplit2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/table-row-split2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/table-row-split2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/table-row-split2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,20 +3,20 @@
</span><span class="cx"> layer at (0,0) size 800x36
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x36 [color=#FFFFFF]
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x20
</span><del>-      RenderTable at (0,0) size 31x20
-        RenderTableSection (anonymous) at (0,0) size 31x20
-          RenderTableRow {DIV} at (0,0) size 31x20
-            RenderTableCell (anonymous) at (0,0) size 11x10 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 11x10
</del><ins>+      RenderTable at (0,0) size 30x20
+        RenderTableSection (anonymous) at (0,0) size 30x20
+          RenderTableRow {DIV} at (0,0) size 30x20
+            RenderTableCell (anonymous) at (0,0) size 10x10 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 10x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;A&quot;
</span><del>-            RenderTableCell {TD} at (10,0) size 11x10 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (10,0) size 10x10 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                 text run at (0,0) width 10: &quot;B&quot;
</span><del>-            RenderTableCell (anonymous) at (20,0) size 11x20 [r=0 c=2 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 11x10
</del><ins>+            RenderTableCell (anonymous) at (20,0) size 10x20 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 10x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;C&quot;
</span><del>-              RenderBlock {DIV} at (0,10) size 11x10
</del><ins>+              RenderBlock {DIV} at (0,10) size 10x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;D&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttabletablesectionsplit2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/table-section-split2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/table-section-split2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/table-section-split2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,20 +3,20 @@
</span><span class="cx"> layer at (0,0) size 800x36
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x36 [color=#FFFFFF]
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x20
</span><del>-      RenderTable at (0,0) size 31x20
-        RenderTableSection {DIV} at (0,0) size 31x20
-          RenderTableRow (anonymous) at (0,0) size 31x20
-            RenderTableCell (anonymous) at (0,0) size 11x10 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 11x10
</del><ins>+      RenderTable at (0,0) size 30x20
+        RenderTableSection {DIV} at (0,0) size 30x20
+          RenderTableRow (anonymous) at (0,0) size 30x20
+            RenderTableCell (anonymous) at (0,0) size 10x10 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 10x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;A&quot;
</span><del>-            RenderTableCell {TD} at (10,0) size 11x10 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (10,0) size 10x10 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                 text run at (0,0) width 10: &quot;B&quot;
</span><del>-            RenderTableCell (anonymous) at (20,0) size 11x20 [r=0 c=2 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 11x10
</del><ins>+            RenderTableCell (anonymous) at (20,0) size 10x20 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 10x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;C&quot;
</span><del>-              RenderBlock {DIV} at (0,10) size 11x10
</del><ins>+              RenderBlock {DIV} at (0,10) size 10x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;D&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttabletablesplitexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/table-split-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/table-split-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/table-split-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,32 +3,32 @@
</span><span class="cx"> layer at (0,0) size 800x76
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x76 [color=#FFFFFF]
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x60
</span><del>-      RenderTable {DIV} at (0,0) size 61x60
-        RenderTableSection {DIV} at (0,0) size 61x10
-          RenderTableRow (anonymous) at (0,0) size 61x10
-            RenderTableCell (anonymous) at (0,0) size 61x10 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,0) size 60x60
+        RenderTableSection {DIV} at (0,0) size 60x10
+          RenderTableRow (anonymous) at (0,0) size 60x10
+            RenderTableCell (anonymous) at (0,0) size 60x10 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 60x10
</span><span class="cx">                 text run at (0,0) width 60: &quot;Header&quot;
</span><del>-        RenderTableSection (anonymous) at (0,10) size 61x40
-          RenderTableRow (anonymous) at (0,0) size 61x10
-            RenderTableCell (anonymous) at (0,0) size 61x10 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 61x10
</del><ins>+        RenderTableSection (anonymous) at (0,10) size 60x40
+          RenderTableRow (anonymous) at (0,0) size 60x10
+            RenderTableCell (anonymous) at (0,0) size 60x10 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 60x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;A&quot;
</span><del>-          RenderTableRow {TR} at (0,10) size 61x10
-            RenderTableCell (anonymous) at (0,10) size 61x10 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,10) size 60x10
+            RenderTableCell (anonymous) at (0,10) size 60x10 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                 text run at (0,0) width 10: &quot;B&quot;
</span><del>-          RenderTableRow (anonymous) at (0,20) size 61x20
-            RenderTableCell (anonymous) at (0,20) size 61x20 [r=2 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 61x10
</del><ins>+          RenderTableRow (anonymous) at (0,20) size 60x20
+            RenderTableCell (anonymous) at (0,20) size 60x20 [r=2 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 60x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;C&quot;
</span><del>-              RenderBlock {DIV} at (0,10) size 61x10
</del><ins>+              RenderBlock {DIV} at (0,10) size 60x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;D&quot;
</span><del>-        RenderTableSection {DIV} at (0,50) size 61x10
-          RenderTableRow (anonymous) at (0,0) size 61x10
-            RenderTableCell (anonymous) at (0,0) size 61x10 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {DIV} at (0,50) size 60x10
+          RenderTableRow (anonymous) at (0,0) size 60x10
+            RenderTableCell (anonymous) at (0,0) size 60x10 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 60x10
</span><span class="cx">                 text run at (0,0) width 60: &quot;Footer&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttabletablesplit2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/table/table-split2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/table/table-split2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/table/table-split2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,34 +3,34 @@
</span><span class="cx"> layer at (0,0) size 800x76
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x76 [color=#FFFFFF]
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x60
</span><del>-      RenderTable {DIV} at (0,0) size 61x60
-        RenderTableSection {DIV} at (0,0) size 61x10
-          RenderTableRow (anonymous) at (0,0) size 61x10
-            RenderTableCell (anonymous) at (0,0) size 61x10 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,0) size 60x60
+        RenderTableSection {DIV} at (0,0) size 60x10
+          RenderTableRow (anonymous) at (0,0) size 60x10
+            RenderTableCell (anonymous) at (0,0) size 60x10 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 60x10
</span><span class="cx">                 text run at (0,0) width 60: &quot;Header&quot;
</span><del>-        RenderTableSection (anonymous) at (0,10) size 61x10
-          RenderTableRow (anonymous) at (0,0) size 61x10
-            RenderTableCell (anonymous) at (0,0) size 61x10 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 61x10
</del><ins>+        RenderTableSection (anonymous) at (0,10) size 60x10
+          RenderTableRow (anonymous) at (0,0) size 60x10
+            RenderTableCell (anonymous) at (0,0) size 60x10 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 60x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;A&quot;
</span><del>-        RenderTableSection {DIV} at (0,20) size 61x10
-          RenderTableRow (anonymous) at (0,0) size 61x10
-            RenderTableCell (anonymous) at (0,0) size 61x10 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {DIV} at (0,20) size 60x10
+          RenderTableRow (anonymous) at (0,0) size 60x10
+            RenderTableCell (anonymous) at (0,0) size 60x10 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                 text run at (0,0) width 10: &quot;B&quot;
</span><del>-        RenderTableSection (anonymous) at (0,30) size 61x20
-          RenderTableRow (anonymous) at (0,0) size 61x20
-            RenderTableCell (anonymous) at (0,0) size 61x20 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 61x10
</del><ins>+        RenderTableSection (anonymous) at (0,30) size 60x20
+          RenderTableRow (anonymous) at (0,0) size 60x20
+            RenderTableCell (anonymous) at (0,0) size 60x20 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 60x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;C&quot;
</span><del>-              RenderBlock {DIV} at (0,10) size 61x10
</del><ins>+              RenderBlock {DIV} at (0,10) size 60x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;D&quot;
</span><del>-        RenderTableSection {DIV} at (0,50) size 61x10
-          RenderTableRow (anonymous) at (0,0) size 61x10
-            RenderTableCell (anonymous) at (0,0) size 61x10 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {DIV} at (0,50) size 60x10
+          RenderTableRow (anonymous) at (0,0) size 60x10
+            RenderTableCell (anonymous) at (0,0) size 60x10 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 60x10
</span><span class="cx">                 text run at (0,0) width 60: &quot;Footer&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttextbasic004expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/text/basic/004-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/text/basic/004-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/text/basic/004-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,19 +4,19 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderBlock (floating) {P} at (0,16) size 652x24 [border: (2px solid #008000)]
</span><del>-        RenderText {#text} at (2,2) size 618x19
-          text run at (2,2) width 618: &quot;There should be 30px of word spacing between each word.&quot;
</del><ins>+        RenderText {#text} at (2,2) size 648x19
+          text run at (2,2) width 648: &quot;There should be 30px of word spacing between each word.&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,0) size 784x100
</span><span class="cx">       RenderTable {TABLE} at (0,100) size 100x144
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 100x144
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 100x144
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 100x144 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (0,0) size 100x144 [border: (2px solid #008000)]
</span><del>-                RenderText {#text} at (2,2) size 71x139
</del><ins>+                RenderText {#text} at (2,2) size 86x139
</ins><span class="cx">                   text run at (2,2) width 38: &quot;There&quot;
</span><del>-                  text run at (2,22) width 62: &quot;should be&quot;
-                  text run at (2,42) width 50: &quot;15px of&quot;
</del><ins>+                  text run at (2,22) width 77: &quot;should be&quot;
+                  text run at (2,42) width 65: &quot;15px of&quot;
</ins><span class="cx">                   text run at (2,62) width 33: &quot;word&quot;
</span><span class="cx">                   text run at (2,82) width 49: &quot;spacing&quot;
</span><span class="cx">                   text run at (2,102) width 54: &quot;between&quot;
</span><del>-                  text run at (2,122) width 71: &quot;each word.&quot;
</del><ins>+                  text run at (2,122) width 86: &quot;each word.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttextbasic005expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/text/basic/005-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/text/basic/005-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/text/basic/005-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,5 +4,5 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderBlock (floating) {DIV} at (0,0) size 263x24 [border: (2px solid #008000)]
</span><del>-        RenderText {#text} at (2,2) size 264x19
-          text run at (2,2) width 264: &quot;Words should have a negative spacing of 5px.&quot;
</del><ins>+        RenderText {#text} at (2,2) size 259x19
+          text run at (2,2) width 259: &quot;Words should have a negative spacing of 5px.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttextemojiexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/text/emoji-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/text/emoji-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/text/emoji-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,9 +11,9 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 21x27
</span><span class="cx">           text run at (0,0) width 21: &quot;\x{D83D}\x{DE01}&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,67) size 784x430
</span><del>-        RenderText {#text} at (0,7) size 484x72
-          text run at (0,7) width 484: &quot;\x{D83D}\x{DC66}\x{D83C}\x{DFFB}\x{D83D}\x{DC69}\x{D83C}\x{DFFC}\x{D83D}\x{DC66}\x{D83C}\x{DFFE}\x{2764}\x{FE0F}\x{D83D}\x{DC8B}\x{D83D}\x{DD75}\x{D83C}\x{DFFB}\x{D83C}\x{DFC7}\x{D83C}\x{DFFB}&quot;
-        RenderBR {BR} at (483,65) size 1x0
</del><ins>+        RenderText {#text} at (0,7) size 512x72
+          text run at (0,7) width 512: &quot;\x{D83D}\x{DC66}\x{D83C}\x{DFFB}\x{D83D}\x{DC69}\x{D83C}\x{DFFC}\x{D83D}\x{DC66}\x{D83C}\x{DFFE}\x{2764}\x{FE0F}\x{D83D}\x{DC8B}\x{D83D}\x{DD75}\x{D83C}\x{DFFB}\x{D83C}\x{DFC7}\x{D83C}\x{DFFB}&quot;
+        RenderBR {BR} at (512,65) size 0x0
</ins><span class="cx">         RenderText {#text} at (0,93) size 432x72
</span><span class="cx">           text run at (0,93) width 432: &quot;\x{D83D}\x{DC68}\x{200D}\x{D83D}\x{DC69}\x{200D}\x{D83D}\x{DC66} \x{D83D}\x{DC68}\x{200D}\x{D83D}\x{DC69}\x{200D}\x{D83D}\x{DC67} \x{D83D}\x{DC6A} \x{D83D}\x{DC66}\x{D83C}\x{DFFB}\x{D83D}\x{DC69}\x{D83C}\x{DFFC}\x{D83D}\x{DC66}\x{D83C}\x{DFFE}&quot;
</span><span class="cx">         RenderBR {BR} at (432,151) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttextinternationalbidiLDB2CSSexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/text/international/bidi-LDB-2-CSS-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/text/international/bidi-LDB-2-CSS-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/text/international/bidi-LDB-2-CSS-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -126,10 +126,10 @@
</span><span class="cx">               text run at (0,0) width 21 LTR override: &quot;\x{5D2}\x{5D1}\x{5D0}&quot;
</span><span class="cx">         RenderText {#text} at (143,86) size 5x19
</span><span class="cx">           text run at (143,86) width 5: &quot; &quot;
</span><del>-        RenderBlock {DIV} at (150,63) size 90x68 [border: (1px solid #008000)]
-          RenderTable {TABLE} at (4,4) size 81x20
-            RenderTableSection {TBODY} at (0,0) size 81x20
-              RenderTableRow {TR} at (0,0) size 81x20
</del><ins>+        RenderBlock {DIV} at (150,63) size 89x68 [border: (1px solid #008000)]
+          RenderTable {TABLE} at (4,4) size 80x20
+            RenderTableSection {TBODY} at (0,0) size 80x20
+              RenderTableRow {TR} at (0,0) size 80x20
</ins><span class="cx">                 RenderTableCell {TD} at (0,0) size 6x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                     text run at (0,0) width 6 RTL: &quot;\x{5D2}&quot;
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx">                 RenderTableCell {TD} at (24,0) size 12x20 [r=0 c=4 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;A&quot;
</span><del>-                RenderTableCell {TD} at (36,0) size 11x20 [r=0 c=5 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (35,0) size 12x20 [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 11x19
</span><span class="cx">                     text run at (0,0) width 11: &quot;B&quot;
</span><span class="cx">                 RenderTableCell {TD} at (46,0) size 12x20 [r=0 c=6 rs=1 cs=1]
</span><span class="lines">@@ -160,22 +160,22 @@
</span><span class="cx">                 RenderTableCell {TD} at (65,0) size 9x20 [r=0 c=9 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D4}&quot;
</span><del>-                RenderTableCell {TD} at (73,0) size 8x20 [r=0 c=10 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (73,0) size 7x20 [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 7x19
</span><span class="cx">                     text run at (0,0) width 7 RTL: &quot;\x{5D3}&quot;
</span><del>-          RenderBlock {P} at (4,24) size 81x20
</del><ins>+          RenderBlock {P} at (4,24) size 80x20
</ins><span class="cx">             RenderText {#text} at (0,0) size 80x19
</span><span class="cx">               text run at (0,0) width 21 RTL: &quot;\x{5D0}\x{5D1}\x{5D2}&quot;
</span><span class="cx">               text run at (20,0) width 42: &quot; ABC &quot;
</span><span class="cx">               text run at (61,0) width 19 RTL: &quot;\x{5D3}\x{5D4}\x{5D5}&quot;
</span><del>-          RenderBlock {P} at (4,44) size 81x20
</del><ins>+          RenderBlock {P} at (4,44) size 80x20
</ins><span class="cx">             RenderText {#text} at (0,0) size 80x19
</span><span class="cx">               text run at (0,0) width 25 RTL: &quot; \x{5D0}\x{5D1}\x{5D2}&quot;
</span><span class="cx">               text run at (24,0) width 34: &quot;ABC&quot;
</span><span class="cx">               text run at (57,0) width 23 RTL: &quot;\x{5D3}\x{5D4}\x{5D5} &quot;
</span><del>-        RenderText {#text} at (242,86) size 5x19
-          text run at (242,86) width 5: &quot; &quot;
-        RenderBlock {DIV} at (249,3) size 147x188 [border: (1px solid #008000)]
</del><ins>+        RenderText {#text} at (241,86) size 5x19
+          text run at (241,86) width 5: &quot; &quot;
+        RenderBlock {DIV} at (248,3) size 147x188 [border: (1px solid #008000)]
</ins><span class="cx">           RenderTable {TABLE} at (4,4) size 139x20
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 139x20
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 139x20
</span><span class="lines">@@ -194,7 +194,7 @@
</span><span class="cx">                 RenderTableCell {TD} at (24,0) size 12x20 [r=0 c=4 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;A&quot;
</span><del>-                RenderTableCell {TD} at (36,0) size 11x20 [r=0 c=5 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (35,0) size 12x20 [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 11x19
</span><span class="cx">                     text run at (0,0) width 11: &quot;B&quot;
</span><span class="cx">                 RenderTableCell {TD} at (46,0) size 12x20 [r=0 c=6 rs=1 cs=1]
</span><span class="lines">@@ -209,13 +209,13 @@
</span><span class="cx">                 RenderTableCell {TD} at (65,0) size 9x20 [r=0 c=9 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D4}&quot;
</span><del>-                RenderTableCell {TD} at (73,0) size 8x20 [r=0 c=10 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (73,0) size 7x20 [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 7x19
</span><span class="cx">                     text run at (0,0) width 7 RTL: &quot;\x{5D3}&quot;
</span><del>-                RenderTableCell {TD} at (80,0) size 5x20 [r=0 c=11 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (79,0) size 5x20 [r=0 c=11 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (84,0) size 12x20 [r=0 c=12 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (83,0) size 13x20 [r=0 c=12 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;D&quot;
</span><span class="cx">                 RenderTableCell {TD} at (95,0) size 11x20 [r=0 c=13 rs=1 cs=1]
</span><span class="lines">@@ -227,10 +227,10 @@
</span><span class="cx">                 RenderTableCell {TD} at (114,0) size 5x20 [r=0 c=15 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (118,0) size 9x20 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (118,0) size 8x20 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D8}&quot;
</span><del>-                RenderTableCell {TD} at (126,0) size 8x20 [r=0 c=17 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (125,0) size 9x20 [r=0 c=17 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D7}&quot;
</span><span class="cx">                 RenderTableCell {TD} at (133,0) size 6x20 [r=0 c=18 rs=1 cs=1]
</span><span class="lines">@@ -314,9 +314,9 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 115x19
</span><span class="cx">               text run at (0,0) width 25 RTL: &quot; \x{5D0}\x{5D1}\x{5D2}&quot;
</span><span class="cx">               text run at (79,0) width 36: &quot; DEF&quot;
</span><del>-        RenderText {#text} at (398,86) size 5x19
-          text run at (398,86) width 5: &quot; &quot;
-        RenderBlock {DIV} at (405,73) size 180x48 [border: (1px solid #008000)]
</del><ins>+        RenderText {#text} at (397,86) size 5x19
+          text run at (397,86) width 5: &quot; &quot;
+        RenderBlock {DIV} at (404,73) size 180x48 [border: (1px solid #008000)]
</ins><span class="cx">           RenderTable {TABLE} at (4,4) size 171x20
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 171x20
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 171x20
</span><span class="lines">@@ -335,7 +335,7 @@
</span><span class="cx">                 RenderTableCell {TD} at (24,0) size 12x20 [r=0 c=4 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;A&quot;
</span><del>-                RenderTableCell {TD} at (36,0) size 11x20 [r=0 c=5 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (35,0) size 12x20 [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 11x19
</span><span class="cx">                     text run at (0,0) width 11: &quot;B&quot;
</span><span class="cx">                 RenderTableCell {TD} at (46,0) size 12x20 [r=0 c=6 rs=1 cs=1]
</span><span class="lines">@@ -350,13 +350,13 @@
</span><span class="cx">                 RenderTableCell {TD} at (65,0) size 9x20 [r=0 c=9 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D4}&quot;
</span><del>-                RenderTableCell {TD} at (73,0) size 8x20 [r=0 c=10 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (73,0) size 7x20 [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 7x19
</span><span class="cx">                     text run at (0,0) width 7 RTL: &quot;\x{5D3}&quot;
</span><del>-                RenderTableCell {TD} at (80,0) size 5x20 [r=0 c=11 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (79,0) size 5x20 [r=0 c=11 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (84,0) size 12x20 [r=0 c=12 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (83,0) size 13x20 [r=0 c=12 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;D&quot;
</span><span class="cx">                 RenderTableCell {TD} at (95,0) size 11x20 [r=0 c=13 rs=1 cs=1]
</span><span class="lines">@@ -368,10 +368,10 @@
</span><span class="cx">                 RenderTableCell {TD} at (114,0) size 5x20 [r=0 c=15 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (118,0) size 13x20 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (118,0) size 12x20 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;G&quot;
</span><del>-                RenderTableCell {TD} at (130,0) size 12x20 [r=0 c=17 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (129,0) size 13x20 [r=0 c=17 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;H&quot;
</span><span class="cx">                 RenderTableCell {TD} at (141,0) size 6x20 [r=0 c=18 rs=1 cs=1]
</span><span class="lines">@@ -380,13 +380,13 @@
</span><span class="cx">                 RenderTableCell {TD} at (146,0) size 5x20 [r=0 c=19 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (151,0) size 8x20 [r=0 c=20 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (150,0) size 9x20 [r=0 c=20 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D8}&quot;
</span><del>-                RenderTableCell {TD} at (158,0) size 9x20 [r=0 c=21 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (158,0) size 8x20 [r=0 c=21 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D7}&quot;
</span><del>-                RenderTableCell {TD} at (166,0) size 5x20 [r=0 c=22 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (165,0) size 6x20 [r=0 c=22 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 5x19
</span><span class="cx">                     text run at (0,0) width 5 RTL: &quot;\x{5D6}&quot;
</span><span class="cx">           RenderBlock {P} at (4,24) size 171x20
</span><span class="lines">@@ -396,8 +396,8 @@
</span><span class="cx">               text run at (61,0) width 19 RTL: &quot;\x{5D3}\x{5D4}\x{5D5}&quot;
</span><span class="cx">               text run at (79,0) width 72: &quot; DEF GHI &quot;
</span><span class="cx">               text run at (150,0) width 21 RTL: &quot;\x{5D6}\x{5D7}\x{5D8}&quot;
</span><del>-        RenderText {#text} at (587,86) size 5x19
-          text run at (587,86) width 5: &quot; &quot;
</del><ins>+        RenderText {#text} at (586,86) size 5x19
+          text run at (586,86) width 5: &quot; &quot;
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">         RenderBlock {DIV} at (3,197) size 179x48 [border: (1px solid #008000)]
</span><span class="cx">           RenderTable {TABLE} at (4,4) size 171x20
</span><span class="lines">@@ -421,25 +421,25 @@
</span><span class="cx">                 RenderTableCell {TD} at (38,0) size 9x20 [r=0 c=5 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D4}&quot;
</span><del>-                RenderTableCell {TD} at (46,0) size 8x20 [r=0 c=6 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (46,0) size 7x20 [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 7x19
</span><span class="cx">                     text run at (0,0) width 7 RTL: &quot;\x{5D3}&quot;
</span><del>-                RenderTableCell {TD} at (53,0) size 5x20 [r=0 c=7 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (52,0) size 5x20 [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (57,0) size 11x20 [r=0 c=8 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (56,0) size 12x20 [r=0 c=8 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 11x19
</span><span class="cx">                     text run at (0,0) width 11: &quot;C&quot;
</span><span class="cx">                 RenderTableCell {TD} at (67,0) size 12x20 [r=0 c=9 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 11x19
</span><span class="cx">                     text run at (0,0) width 11: &quot;B&quot;
</span><del>-                RenderTableCell {TD} at (78,0) size 13x20 [r=0 c=10 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (78,0) size 12x20 [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;A&quot;
</span><del>-                RenderTableCell {TD} at (90,0) size 5x20 [r=0 c=11 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (89,0) size 5x20 [r=0 c=11 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (94,0) size 6x20 [r=0 c=12 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (93,0) size 7x20 [r=0 c=12 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                     text run at (0,0) width 6 RTL: &quot;\x{5D2}&quot;
</span><span class="cx">                 RenderTableCell {TD} at (99,0) size 8x20 [r=0 c=13 rs=1 cs=1]
</span><span class="lines">@@ -451,10 +451,10 @@
</span><span class="cx">                 RenderTableCell {TD} at (114,0) size 5x20 [r=0 c=15 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (118,0) size 13x20 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (118,0) size 12x20 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;G&quot;
</span><del>-                RenderTableCell {TD} at (130,0) size 12x20 [r=0 c=17 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (129,0) size 13x20 [r=0 c=17 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;H&quot;
</span><span class="cx">                 RenderTableCell {TD} at (141,0) size 6x20 [r=0 c=18 rs=1 cs=1]
</span><span class="lines">@@ -463,13 +463,13 @@
</span><span class="cx">                 RenderTableCell {TD} at (146,0) size 5x20 [r=0 c=19 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (151,0) size 8x20 [r=0 c=20 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (150,0) size 9x20 [r=0 c=20 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D8}&quot;
</span><del>-                RenderTableCell {TD} at (158,0) size 9x20 [r=0 c=21 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (158,0) size 8x20 [r=0 c=21 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D7}&quot;
</span><del>-                RenderTableCell {TD} at (166,0) size 5x20 [r=0 c=22 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (165,0) size 6x20 [r=0 c=22 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 5x19
</span><span class="cx">                     text run at (0,0) width 5 RTL: &quot;\x{5D6}&quot;
</span><span class="cx">           RenderBlock {P} at (4,24) size 171x20
</span><span class="lines">@@ -483,7 +483,7 @@
</span><span class="cx">               text run at (150,0) width 21 RTL: &quot;\x{5D6}\x{5D7}\x{5D8}&quot;
</span><span class="cx">         RenderText {#text} at (184,210) size 5x19
</span><span class="cx">           text run at (184,210) width 5: &quot; &quot;
</span><del>-        RenderBlock {DIV} at (191,197) size 180x48 [border: (1px solid #008000)]
</del><ins>+        RenderBlock {DIV} at (191,197) size 179x48 [border: (1px solid #008000)]
</ins><span class="cx">           RenderTable {TABLE} at (4,4) size 171x20
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 171x20
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 171x20
</span><span class="lines">@@ -502,7 +502,7 @@
</span><span class="cx">                 RenderTableCell {TD} at (24,0) size 12x20 [r=0 c=4 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;A&quot;
</span><del>-                RenderTableCell {TD} at (36,0) size 11x20 [r=0 c=5 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (35,0) size 12x20 [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 11x19
</span><span class="cx">                     text run at (0,0) width 11: &quot;B&quot;
</span><span class="cx">                 RenderTableCell {TD} at (46,0) size 12x20 [r=0 c=6 rs=1 cs=1]
</span><span class="lines">@@ -514,19 +514,19 @@
</span><span class="cx">                 RenderTableCell {TD} at (61,0) size 10x20 [r=0 c=8 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 9x19
</span><span class="cx">                     text run at (0,0) width 9: &quot;F&quot;
</span><del>-                RenderTableCell {TD} at (70,0) size 11x20 [r=0 c=9 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (70,0) size 10x20 [r=0 c=9 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 10x19
</span><span class="cx">                     text run at (0,0) width 10: &quot;E&quot;
</span><del>-                RenderTableCell {TD} at (80,0) size 12x20 [r=0 c=10 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (79,0) size 13x20 [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;D&quot;
</span><span class="cx">                 RenderTableCell {TD} at (91,0) size 5x20 [r=0 c=11 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (95,0) size 6x20 [r=0 c=12 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (95,0) size 5x20 [r=0 c=12 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 5x19
</span><span class="cx">                     text run at (0,0) width 5 RTL: &quot;\x{5D5}&quot;
</span><del>-                RenderTableCell {TD} at (100,0) size 8x20 [r=0 c=13 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (99,0) size 9x20 [r=0 c=13 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D4}&quot;
</span><span class="cx">                 RenderTableCell {TD} at (107,0) size 8x20 [r=0 c=14 rs=1 cs=1]
</span><span class="lines">@@ -535,10 +535,10 @@
</span><span class="cx">                 RenderTableCell {TD} at (114,0) size 5x20 [r=0 c=15 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (118,0) size 13x20 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (118,0) size 12x20 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;G&quot;
</span><del>-                RenderTableCell {TD} at (130,0) size 12x20 [r=0 c=17 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (129,0) size 13x20 [r=0 c=17 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;H&quot;
</span><span class="cx">                 RenderTableCell {TD} at (141,0) size 6x20 [r=0 c=18 rs=1 cs=1]
</span><span class="lines">@@ -547,13 +547,13 @@
</span><span class="cx">                 RenderTableCell {TD} at (146,0) size 5x20 [r=0 c=19 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (151,0) size 8x20 [r=0 c=20 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (150,0) size 9x20 [r=0 c=20 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D8}&quot;
</span><del>-                RenderTableCell {TD} at (158,0) size 9x20 [r=0 c=21 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (158,0) size 8x20 [r=0 c=21 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D7}&quot;
</span><del>-                RenderTableCell {TD} at (166,0) size 5x20 [r=0 c=22 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (165,0) size 6x20 [r=0 c=22 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 5x19
</span><span class="cx">                     text run at (0,0) width 5 RTL: &quot;\x{5D6}&quot;
</span><span class="cx">           RenderBlock {P} at (4,24) size 171x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttextinternationalbidiLDB2HTMLexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/text/international/bidi-LDB-2-HTML-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/text/international/bidi-LDB-2-HTML-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/text/international/bidi-LDB-2-HTML-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -113,10 +113,10 @@
</span><span class="cx">               text run at (0,0) width 21 LTR override: &quot;\x{5D2}\x{5D1}\x{5D0}&quot;
</span><span class="cx">         RenderText {#text} at (143,86) size 5x19
</span><span class="cx">           text run at (143,86) width 5: &quot; &quot;
</span><del>-        RenderBlock {DIV} at (150,63) size 90x68 [border: (1px solid #008000)]
-          RenderTable {TABLE} at (4,4) size 81x20
-            RenderTableSection {TBODY} at (0,0) size 81x20
-              RenderTableRow {TR} at (0,0) size 81x20
</del><ins>+        RenderBlock {DIV} at (150,63) size 89x68 [border: (1px solid #008000)]
+          RenderTable {TABLE} at (4,4) size 80x20
+            RenderTableSection {TBODY} at (0,0) size 80x20
+              RenderTableRow {TR} at (0,0) size 80x20
</ins><span class="cx">                 RenderTableCell {TD} at (0,0) size 6x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                     text run at (0,0) width 6 RTL: &quot;\x{5D2}&quot;
</span><span class="lines">@@ -132,7 +132,7 @@
</span><span class="cx">                 RenderTableCell {TD} at (24,0) size 12x20 [r=0 c=4 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;A&quot;
</span><del>-                RenderTableCell {TD} at (36,0) size 11x20 [r=0 c=5 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (35,0) size 12x20 [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 11x19
</span><span class="cx">                     text run at (0,0) width 11: &quot;B&quot;
</span><span class="cx">                 RenderTableCell {TD} at (46,0) size 12x20 [r=0 c=6 rs=1 cs=1]
</span><span class="lines">@@ -147,22 +147,22 @@
</span><span class="cx">                 RenderTableCell {TD} at (65,0) size 9x20 [r=0 c=9 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D4}&quot;
</span><del>-                RenderTableCell {TD} at (73,0) size 8x20 [r=0 c=10 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (73,0) size 7x20 [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 7x19
</span><span class="cx">                     text run at (0,0) width 7 RTL: &quot;\x{5D3}&quot;
</span><del>-          RenderBlock {P} at (4,24) size 81x20
</del><ins>+          RenderBlock {P} at (4,24) size 80x20
</ins><span class="cx">             RenderText {#text} at (0,0) size 80x19
</span><span class="cx">               text run at (0,0) width 21 RTL: &quot;\x{5D0}\x{5D1}\x{5D2}&quot;
</span><span class="cx">               text run at (20,0) width 42: &quot; ABC &quot;
</span><span class="cx">               text run at (61,0) width 19 RTL: &quot;\x{5D3}\x{5D4}\x{5D5}&quot;
</span><del>-          RenderBlock {P} at (4,44) size 81x20
</del><ins>+          RenderBlock {P} at (4,44) size 80x20
</ins><span class="cx">             RenderText {#text} at (0,0) size 80x19
</span><span class="cx">               text run at (0,0) width 25 RTL: &quot; \x{5D0}\x{5D1}\x{5D2}&quot;
</span><span class="cx">               text run at (24,0) width 34: &quot;ABC&quot;
</span><span class="cx">               text run at (57,0) width 23 RTL: &quot;\x{5D3}\x{5D4}\x{5D5} &quot;
</span><del>-        RenderText {#text} at (242,86) size 5x19
-          text run at (242,86) width 5: &quot; &quot;
-        RenderBlock {DIV} at (249,3) size 147x188 [border: (1px solid #008000)]
</del><ins>+        RenderText {#text} at (241,86) size 5x19
+          text run at (241,86) width 5: &quot; &quot;
+        RenderBlock {DIV} at (248,3) size 147x188 [border: (1px solid #008000)]
</ins><span class="cx">           RenderTable {TABLE} at (4,4) size 139x20
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 139x20
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 139x20
</span><span class="lines">@@ -181,7 +181,7 @@
</span><span class="cx">                 RenderTableCell {TD} at (24,0) size 12x20 [r=0 c=4 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;A&quot;
</span><del>-                RenderTableCell {TD} at (36,0) size 11x20 [r=0 c=5 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (35,0) size 12x20 [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 11x19
</span><span class="cx">                     text run at (0,0) width 11: &quot;B&quot;
</span><span class="cx">                 RenderTableCell {TD} at (46,0) size 12x20 [r=0 c=6 rs=1 cs=1]
</span><span class="lines">@@ -196,13 +196,13 @@
</span><span class="cx">                 RenderTableCell {TD} at (65,0) size 9x20 [r=0 c=9 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D4}&quot;
</span><del>-                RenderTableCell {TD} at (73,0) size 8x20 [r=0 c=10 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (73,0) size 7x20 [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 7x19
</span><span class="cx">                     text run at (0,0) width 7 RTL: &quot;\x{5D3}&quot;
</span><del>-                RenderTableCell {TD} at (80,0) size 5x20 [r=0 c=11 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (79,0) size 5x20 [r=0 c=11 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (84,0) size 12x20 [r=0 c=12 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (83,0) size 13x20 [r=0 c=12 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;D&quot;
</span><span class="cx">                 RenderTableCell {TD} at (95,0) size 11x20 [r=0 c=13 rs=1 cs=1]
</span><span class="lines">@@ -214,10 +214,10 @@
</span><span class="cx">                 RenderTableCell {TD} at (114,0) size 5x20 [r=0 c=15 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (118,0) size 9x20 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (118,0) size 8x20 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D8}&quot;
</span><del>-                RenderTableCell {TD} at (126,0) size 8x20 [r=0 c=17 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (125,0) size 9x20 [r=0 c=17 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D7}&quot;
</span><span class="cx">                 RenderTableCell {TD} at (133,0) size 6x20 [r=0 c=18 rs=1 cs=1]
</span><span class="lines">@@ -301,9 +301,9 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 115x19
</span><span class="cx">               text run at (0,0) width 25 RTL: &quot; \x{5D0}\x{5D1}\x{5D2}&quot;
</span><span class="cx">               text run at (79,0) width 36: &quot; DEF&quot;
</span><del>-        RenderText {#text} at (398,86) size 5x19
-          text run at (398,86) width 5: &quot; &quot;
-        RenderBlock {DIV} at (405,73) size 180x48 [border: (1px solid #008000)]
</del><ins>+        RenderText {#text} at (397,86) size 5x19
+          text run at (397,86) width 5: &quot; &quot;
+        RenderBlock {DIV} at (404,73) size 180x48 [border: (1px solid #008000)]
</ins><span class="cx">           RenderTable {TABLE} at (4,4) size 171x20
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 171x20
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 171x20
</span><span class="lines">@@ -322,7 +322,7 @@
</span><span class="cx">                 RenderTableCell {TD} at (24,0) size 12x20 [r=0 c=4 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;A&quot;
</span><del>-                RenderTableCell {TD} at (36,0) size 11x20 [r=0 c=5 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (35,0) size 12x20 [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 11x19
</span><span class="cx">                     text run at (0,0) width 11: &quot;B&quot;
</span><span class="cx">                 RenderTableCell {TD} at (46,0) size 12x20 [r=0 c=6 rs=1 cs=1]
</span><span class="lines">@@ -337,13 +337,13 @@
</span><span class="cx">                 RenderTableCell {TD} at (65,0) size 9x20 [r=0 c=9 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D4}&quot;
</span><del>-                RenderTableCell {TD} at (73,0) size 8x20 [r=0 c=10 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (73,0) size 7x20 [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 7x19
</span><span class="cx">                     text run at (0,0) width 7 RTL: &quot;\x{5D3}&quot;
</span><del>-                RenderTableCell {TD} at (80,0) size 5x20 [r=0 c=11 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (79,0) size 5x20 [r=0 c=11 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (84,0) size 12x20 [r=0 c=12 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (83,0) size 13x20 [r=0 c=12 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;D&quot;
</span><span class="cx">                 RenderTableCell {TD} at (95,0) size 11x20 [r=0 c=13 rs=1 cs=1]
</span><span class="lines">@@ -355,10 +355,10 @@
</span><span class="cx">                 RenderTableCell {TD} at (114,0) size 5x20 [r=0 c=15 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (118,0) size 13x20 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (118,0) size 12x20 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;G&quot;
</span><del>-                RenderTableCell {TD} at (130,0) size 12x20 [r=0 c=17 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (129,0) size 13x20 [r=0 c=17 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;H&quot;
</span><span class="cx">                 RenderTableCell {TD} at (141,0) size 6x20 [r=0 c=18 rs=1 cs=1]
</span><span class="lines">@@ -367,13 +367,13 @@
</span><span class="cx">                 RenderTableCell {TD} at (146,0) size 5x20 [r=0 c=19 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (151,0) size 8x20 [r=0 c=20 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (150,0) size 9x20 [r=0 c=20 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D8}&quot;
</span><del>-                RenderTableCell {TD} at (158,0) size 9x20 [r=0 c=21 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (158,0) size 8x20 [r=0 c=21 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D7}&quot;
</span><del>-                RenderTableCell {TD} at (166,0) size 5x20 [r=0 c=22 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (165,0) size 6x20 [r=0 c=22 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 5x19
</span><span class="cx">                     text run at (0,0) width 5 RTL: &quot;\x{5D6}&quot;
</span><span class="cx">           RenderBlock {P} at (4,24) size 171x20
</span><span class="lines">@@ -383,9 +383,9 @@
</span><span class="cx">               text run at (61,0) width 19 RTL: &quot;\x{5D3}\x{5D4}\x{5D5}&quot;
</span><span class="cx">               text run at (79,0) width 72: &quot; DEF GHI &quot;
</span><span class="cx">               text run at (150,0) width 21 RTL: &quot;\x{5D6}\x{5D7}\x{5D8}&quot;
</span><del>-        RenderText {#text} at (587,86) size 5x19
-          text run at (587,86) width 5: &quot; &quot;
-        RenderBR {BR} at (591,86) size 1x19
</del><ins>+        RenderText {#text} at (586,86) size 5x19
+          text run at (586,86) width 5: &quot; &quot;
+        RenderBR {BR} at (590,86) size 1x19
</ins><span class="cx">         RenderBlock {DIV} at (3,197) size 179x48 [border: (1px solid #008000)]
</span><span class="cx">           RenderTable {TABLE} at (4,4) size 171x20
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 171x20
</span><span class="lines">@@ -408,25 +408,25 @@
</span><span class="cx">                 RenderTableCell {TD} at (38,0) size 9x20 [r=0 c=5 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D4}&quot;
</span><del>-                RenderTableCell {TD} at (46,0) size 8x20 [r=0 c=6 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (46,0) size 7x20 [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 7x19
</span><span class="cx">                     text run at (0,0) width 7 RTL: &quot;\x{5D3}&quot;
</span><del>-                RenderTableCell {TD} at (53,0) size 5x20 [r=0 c=7 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (52,0) size 5x20 [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (57,0) size 11x20 [r=0 c=8 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (56,0) size 12x20 [r=0 c=8 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 11x19
</span><span class="cx">                     text run at (0,0) width 11: &quot;C&quot;
</span><span class="cx">                 RenderTableCell {TD} at (67,0) size 12x20 [r=0 c=9 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 11x19
</span><span class="cx">                     text run at (0,0) width 11: &quot;B&quot;
</span><del>-                RenderTableCell {TD} at (78,0) size 13x20 [r=0 c=10 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (78,0) size 12x20 [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;A&quot;
</span><del>-                RenderTableCell {TD} at (90,0) size 5x20 [r=0 c=11 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (89,0) size 5x20 [r=0 c=11 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (94,0) size 6x20 [r=0 c=12 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (93,0) size 7x20 [r=0 c=12 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                     text run at (0,0) width 6 RTL: &quot;\x{5D2}&quot;
</span><span class="cx">                 RenderTableCell {TD} at (99,0) size 8x20 [r=0 c=13 rs=1 cs=1]
</span><span class="lines">@@ -438,10 +438,10 @@
</span><span class="cx">                 RenderTableCell {TD} at (114,0) size 5x20 [r=0 c=15 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (118,0) size 13x20 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (118,0) size 12x20 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;G&quot;
</span><del>-                RenderTableCell {TD} at (130,0) size 12x20 [r=0 c=17 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (129,0) size 13x20 [r=0 c=17 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;H&quot;
</span><span class="cx">                 RenderTableCell {TD} at (141,0) size 6x20 [r=0 c=18 rs=1 cs=1]
</span><span class="lines">@@ -450,13 +450,13 @@
</span><span class="cx">                 RenderTableCell {TD} at (146,0) size 5x20 [r=0 c=19 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (151,0) size 8x20 [r=0 c=20 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (150,0) size 9x20 [r=0 c=20 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D8}&quot;
</span><del>-                RenderTableCell {TD} at (158,0) size 9x20 [r=0 c=21 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (158,0) size 8x20 [r=0 c=21 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D7}&quot;
</span><del>-                RenderTableCell {TD} at (166,0) size 5x20 [r=0 c=22 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (165,0) size 6x20 [r=0 c=22 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 5x19
</span><span class="cx">                     text run at (0,0) width 5 RTL: &quot;\x{5D6}&quot;
</span><span class="cx">           RenderBlock {P} at (4,24) size 171x20
</span><span class="lines">@@ -470,7 +470,7 @@
</span><span class="cx">               text run at (150,0) width 21 RTL: &quot;\x{5D6}\x{5D7}\x{5D8}&quot;
</span><span class="cx">         RenderText {#text} at (184,210) size 5x19
</span><span class="cx">           text run at (184,210) width 5: &quot; &quot;
</span><del>-        RenderBlock {DIV} at (191,197) size 180x48 [border: (1px solid #008000)]
</del><ins>+        RenderBlock {DIV} at (191,197) size 179x48 [border: (1px solid #008000)]
</ins><span class="cx">           RenderTable {TABLE} at (4,4) size 171x20
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 171x20
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 171x20
</span><span class="lines">@@ -489,7 +489,7 @@
</span><span class="cx">                 RenderTableCell {TD} at (24,0) size 12x20 [r=0 c=4 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;A&quot;
</span><del>-                RenderTableCell {TD} at (36,0) size 11x20 [r=0 c=5 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (35,0) size 12x20 [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 11x19
</span><span class="cx">                     text run at (0,0) width 11: &quot;B&quot;
</span><span class="cx">                 RenderTableCell {TD} at (46,0) size 12x20 [r=0 c=6 rs=1 cs=1]
</span><span class="lines">@@ -501,19 +501,19 @@
</span><span class="cx">                 RenderTableCell {TD} at (61,0) size 10x20 [r=0 c=8 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 9x19
</span><span class="cx">                     text run at (0,0) width 9: &quot;F&quot;
</span><del>-                RenderTableCell {TD} at (70,0) size 11x20 [r=0 c=9 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (70,0) size 10x20 [r=0 c=9 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 10x19
</span><span class="cx">                     text run at (0,0) width 10: &quot;E&quot;
</span><del>-                RenderTableCell {TD} at (80,0) size 12x20 [r=0 c=10 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (79,0) size 13x20 [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;D&quot;
</span><span class="cx">                 RenderTableCell {TD} at (91,0) size 5x20 [r=0 c=11 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (95,0) size 6x20 [r=0 c=12 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (95,0) size 5x20 [r=0 c=12 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 5x19
</span><span class="cx">                     text run at (0,0) width 5 RTL: &quot;\x{5D5}&quot;
</span><del>-                RenderTableCell {TD} at (100,0) size 8x20 [r=0 c=13 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (99,0) size 9x20 [r=0 c=13 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D4}&quot;
</span><span class="cx">                 RenderTableCell {TD} at (107,0) size 8x20 [r=0 c=14 rs=1 cs=1]
</span><span class="lines">@@ -522,10 +522,10 @@
</span><span class="cx">                 RenderTableCell {TD} at (114,0) size 5x20 [r=0 c=15 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (118,0) size 13x20 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (118,0) size 12x20 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;G&quot;
</span><del>-                RenderTableCell {TD} at (130,0) size 12x20 [r=0 c=17 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (129,0) size 13x20 [r=0 c=17 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;H&quot;
</span><span class="cx">                 RenderTableCell {TD} at (141,0) size 6x20 [r=0 c=18 rs=1 cs=1]
</span><span class="lines">@@ -534,13 +534,13 @@
</span><span class="cx">                 RenderTableCell {TD} at (146,0) size 5x20 [r=0 c=19 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (151,0) size 8x20 [r=0 c=20 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (150,0) size 9x20 [r=0 c=20 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D8}&quot;
</span><del>-                RenderTableCell {TD} at (158,0) size 9x20 [r=0 c=21 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (158,0) size 8x20 [r=0 c=21 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D7}&quot;
</span><del>-                RenderTableCell {TD} at (166,0) size 5x20 [r=0 c=22 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (165,0) size 6x20 [r=0 c=22 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 5x19
</span><span class="cx">                     text run at (0,0) width 5 RTL: &quot;\x{5D6}&quot;
</span><span class="cx">           RenderBlock {P} at (4,24) size 171x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttextinternationalbidiLDB2formattingcharactersexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -118,10 +118,10 @@
</span><span class="cx">               text run at (20,0) width 1: &quot;\x{202C}&quot;
</span><span class="cx">         RenderText {#text} at (143,86) size 5x19
</span><span class="cx">           text run at (143,86) width 5: &quot; &quot;
</span><del>-        RenderBlock {DIV} at (150,63) size 90x68 [border: (1px solid #008000)]
-          RenderTable {TABLE} at (4,4) size 81x20
-            RenderTableSection {TBODY} at (0,0) size 81x20
-              RenderTableRow {TR} at (0,0) size 81x20
</del><ins>+        RenderBlock {DIV} at (150,63) size 89x68 [border: (1px solid #008000)]
+          RenderTable {TABLE} at (4,4) size 80x20
+            RenderTableSection {TBODY} at (0,0) size 80x20
+              RenderTableRow {TR} at (0,0) size 80x20
</ins><span class="cx">                 RenderTableCell {TD} at (0,0) size 6x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                     text run at (0,0) width 6 RTL: &quot;\x{5D2}&quot;
</span><span class="lines">@@ -137,7 +137,7 @@
</span><span class="cx">                 RenderTableCell {TD} at (24,0) size 12x20 [r=0 c=4 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;A&quot;
</span><del>-                RenderTableCell {TD} at (36,0) size 11x20 [r=0 c=5 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (35,0) size 12x20 [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 11x19
</span><span class="cx">                     text run at (0,0) width 11: &quot;B&quot;
</span><span class="cx">                 RenderTableCell {TD} at (46,0) size 12x20 [r=0 c=6 rs=1 cs=1]
</span><span class="lines">@@ -152,22 +152,22 @@
</span><span class="cx">                 RenderTableCell {TD} at (65,0) size 9x20 [r=0 c=9 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D4}&quot;
</span><del>-                RenderTableCell {TD} at (73,0) size 8x20 [r=0 c=10 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (73,0) size 7x20 [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 7x19
</span><span class="cx">                     text run at (0,0) width 7 RTL: &quot;\x{5D3}&quot;
</span><del>-          RenderBlock {P} at (4,24) size 81x20
</del><ins>+          RenderBlock {P} at (4,24) size 80x20
</ins><span class="cx">             RenderText {#text} at (0,0) size 80x19
</span><span class="cx">               text run at (0,0) width 21 RTL: &quot;\x{5D0}\x{5D1}\x{5D2}&quot;
</span><span class="cx">               text run at (20,0) width 42: &quot; ABC &quot;
</span><span class="cx">               text run at (61,0) width 19 RTL: &quot;\x{5D3}\x{5D4}\x{5D5}&quot;
</span><del>-          RenderBlock {P} at (4,44) size 81x20
</del><ins>+          RenderBlock {P} at (4,44) size 80x20
</ins><span class="cx">             RenderText {#text} at (0,0) size 80x19
</span><span class="cx">               text run at (0,0) width 25 RTL: &quot; \x{5D0}\x{5D1}\x{5D2}&quot;
</span><span class="cx">               text run at (24,0) width 34: &quot;ABC&quot;
</span><span class="cx">               text run at (57,0) width 23 RTL: &quot;\x{5D3}\x{5D4}\x{5D5} &quot;
</span><del>-        RenderText {#text} at (242,86) size 5x19
-          text run at (242,86) width 5: &quot; &quot;
-        RenderBlock {DIV} at (249,3) size 147x188 [border: (1px solid #008000)]
</del><ins>+        RenderText {#text} at (241,86) size 5x19
+          text run at (241,86) width 5: &quot; &quot;
+        RenderBlock {DIV} at (248,3) size 147x188 [border: (1px solid #008000)]
</ins><span class="cx">           RenderTable {TABLE} at (4,4) size 139x20
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 139x20
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 139x20
</span><span class="lines">@@ -186,7 +186,7 @@
</span><span class="cx">                 RenderTableCell {TD} at (24,0) size 12x20 [r=0 c=4 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;A&quot;
</span><del>-                RenderTableCell {TD} at (36,0) size 11x20 [r=0 c=5 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (35,0) size 12x20 [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 11x19
</span><span class="cx">                     text run at (0,0) width 11: &quot;B&quot;
</span><span class="cx">                 RenderTableCell {TD} at (46,0) size 12x20 [r=0 c=6 rs=1 cs=1]
</span><span class="lines">@@ -201,13 +201,13 @@
</span><span class="cx">                 RenderTableCell {TD} at (65,0) size 9x20 [r=0 c=9 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D4}&quot;
</span><del>-                RenderTableCell {TD} at (73,0) size 8x20 [r=0 c=10 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (73,0) size 7x20 [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 7x19
</span><span class="cx">                     text run at (0,0) width 7 RTL: &quot;\x{5D3}&quot;
</span><del>-                RenderTableCell {TD} at (80,0) size 5x20 [r=0 c=11 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (79,0) size 5x20 [r=0 c=11 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (84,0) size 12x20 [r=0 c=12 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (83,0) size 13x20 [r=0 c=12 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;D&quot;
</span><span class="cx">                 RenderTableCell {TD} at (95,0) size 11x20 [r=0 c=13 rs=1 cs=1]
</span><span class="lines">@@ -219,10 +219,10 @@
</span><span class="cx">                 RenderTableCell {TD} at (114,0) size 5x20 [r=0 c=15 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (118,0) size 9x20 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (118,0) size 8x20 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D8}&quot;
</span><del>-                RenderTableCell {TD} at (126,0) size 8x20 [r=0 c=17 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (125,0) size 9x20 [r=0 c=17 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D7}&quot;
</span><span class="cx">                 RenderTableCell {TD} at (133,0) size 6x20 [r=0 c=18 rs=1 cs=1]
</span><span class="lines">@@ -288,9 +288,9 @@
</span><span class="cx">               text run at (24,0) width 56 LTR override: &quot;\x{202D}ABC \x{5D5}\x{5D4}\x{5D3}&quot;
</span><span class="cx">               text run at (79,0) width 36: &quot;\x{202C} DEF&quot;
</span><span class="cx">               text run at (114,0) width 24 RTL: &quot;\x{5D6}\x{5D7}\x{5D8} &quot;
</span><del>-        RenderText {#text} at (398,86) size 5x19
-          text run at (398,86) width 5: &quot; &quot;
-        RenderBlock {DIV} at (405,73) size 180x48 [border: (1px solid #008000)]
</del><ins>+        RenderText {#text} at (397,86) size 5x19
+          text run at (397,86) width 5: &quot; &quot;
+        RenderBlock {DIV} at (404,73) size 180x48 [border: (1px solid #008000)]
</ins><span class="cx">           RenderTable {TABLE} at (4,4) size 171x20
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 171x20
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 171x20
</span><span class="lines">@@ -309,7 +309,7 @@
</span><span class="cx">                 RenderTableCell {TD} at (24,0) size 12x20 [r=0 c=4 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;A&quot;
</span><del>-                RenderTableCell {TD} at (36,0) size 11x20 [r=0 c=5 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (35,0) size 12x20 [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 11x19
</span><span class="cx">                     text run at (0,0) width 11: &quot;B&quot;
</span><span class="cx">                 RenderTableCell {TD} at (46,0) size 12x20 [r=0 c=6 rs=1 cs=1]
</span><span class="lines">@@ -324,13 +324,13 @@
</span><span class="cx">                 RenderTableCell {TD} at (65,0) size 9x20 [r=0 c=9 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D4}&quot;
</span><del>-                RenderTableCell {TD} at (73,0) size 8x20 [r=0 c=10 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (73,0) size 7x20 [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 7x19
</span><span class="cx">                     text run at (0,0) width 7 RTL: &quot;\x{5D3}&quot;
</span><del>-                RenderTableCell {TD} at (80,0) size 5x20 [r=0 c=11 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (79,0) size 5x20 [r=0 c=11 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (84,0) size 12x20 [r=0 c=12 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (83,0) size 13x20 [r=0 c=12 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;D&quot;
</span><span class="cx">                 RenderTableCell {TD} at (95,0) size 11x20 [r=0 c=13 rs=1 cs=1]
</span><span class="lines">@@ -342,10 +342,10 @@
</span><span class="cx">                 RenderTableCell {TD} at (114,0) size 5x20 [r=0 c=15 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (118,0) size 13x20 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (118,0) size 12x20 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;G&quot;
</span><del>-                RenderTableCell {TD} at (130,0) size 12x20 [r=0 c=17 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (129,0) size 13x20 [r=0 c=17 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;H&quot;
</span><span class="cx">                 RenderTableCell {TD} at (141,0) size 6x20 [r=0 c=18 rs=1 cs=1]
</span><span class="lines">@@ -354,13 +354,13 @@
</span><span class="cx">                 RenderTableCell {TD} at (146,0) size 5x20 [r=0 c=19 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (151,0) size 8x20 [r=0 c=20 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (150,0) size 9x20 [r=0 c=20 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D8}&quot;
</span><del>-                RenderTableCell {TD} at (158,0) size 9x20 [r=0 c=21 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (158,0) size 8x20 [r=0 c=21 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D7}&quot;
</span><del>-                RenderTableCell {TD} at (166,0) size 5x20 [r=0 c=22 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (165,0) size 6x20 [r=0 c=22 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 5x19
</span><span class="cx">                     text run at (0,0) width 5 RTL: &quot;\x{5D6}&quot;
</span><span class="cx">           RenderBlock {P} at (4,24) size 171x20
</span><span class="lines">@@ -370,9 +370,9 @@
</span><span class="cx">               text run at (61,0) width 19 RTL: &quot;\x{5D3}\x{5D4}\x{5D5}&quot;
</span><span class="cx">               text run at (79,0) width 72: &quot; DEF GHI &quot;
</span><span class="cx">               text run at (150,0) width 21 RTL: &quot;\x{5D6}\x{5D7}\x{5D8}&quot;
</span><del>-        RenderText {#text} at (587,86) size 5x19
-          text run at (587,86) width 5: &quot; &quot;
-        RenderBR {BR} at (591,86) size 1x19
</del><ins>+        RenderText {#text} at (586,86) size 5x19
+          text run at (586,86) width 5: &quot; &quot;
+        RenderBR {BR} at (590,86) size 1x19
</ins><span class="cx">         RenderBlock {DIV} at (3,197) size 179x48 [border: (1px solid #008000)]
</span><span class="cx">           RenderTable {TABLE} at (4,4) size 171x20
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 171x20
</span><span class="lines">@@ -395,25 +395,25 @@
</span><span class="cx">                 RenderTableCell {TD} at (38,0) size 9x20 [r=0 c=5 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D4}&quot;
</span><del>-                RenderTableCell {TD} at (46,0) size 8x20 [r=0 c=6 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (46,0) size 7x20 [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 7x19
</span><span class="cx">                     text run at (0,0) width 7 RTL: &quot;\x{5D3}&quot;
</span><del>-                RenderTableCell {TD} at (53,0) size 5x20 [r=0 c=7 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (52,0) size 5x20 [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (57,0) size 11x20 [r=0 c=8 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (56,0) size 12x20 [r=0 c=8 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 11x19
</span><span class="cx">                     text run at (0,0) width 11: &quot;C&quot;
</span><span class="cx">                 RenderTableCell {TD} at (67,0) size 12x20 [r=0 c=9 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 11x19
</span><span class="cx">                     text run at (0,0) width 11: &quot;B&quot;
</span><del>-                RenderTableCell {TD} at (78,0) size 13x20 [r=0 c=10 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (78,0) size 12x20 [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;A&quot;
</span><del>-                RenderTableCell {TD} at (90,0) size 5x20 [r=0 c=11 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (89,0) size 5x20 [r=0 c=11 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (94,0) size 6x20 [r=0 c=12 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (93,0) size 7x20 [r=0 c=12 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 6x19
</span><span class="cx">                     text run at (0,0) width 6 RTL: &quot;\x{5D2}&quot;
</span><span class="cx">                 RenderTableCell {TD} at (99,0) size 8x20 [r=0 c=13 rs=1 cs=1]
</span><span class="lines">@@ -425,10 +425,10 @@
</span><span class="cx">                 RenderTableCell {TD} at (114,0) size 5x20 [r=0 c=15 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (118,0) size 13x20 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (118,0) size 12x20 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;G&quot;
</span><del>-                RenderTableCell {TD} at (130,0) size 12x20 [r=0 c=17 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (129,0) size 13x20 [r=0 c=17 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;H&quot;
</span><span class="cx">                 RenderTableCell {TD} at (141,0) size 6x20 [r=0 c=18 rs=1 cs=1]
</span><span class="lines">@@ -437,13 +437,13 @@
</span><span class="cx">                 RenderTableCell {TD} at (146,0) size 5x20 [r=0 c=19 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (151,0) size 8x20 [r=0 c=20 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (150,0) size 9x20 [r=0 c=20 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D8}&quot;
</span><del>-                RenderTableCell {TD} at (158,0) size 9x20 [r=0 c=21 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (158,0) size 8x20 [r=0 c=21 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D7}&quot;
</span><del>-                RenderTableCell {TD} at (166,0) size 5x20 [r=0 c=22 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (165,0) size 6x20 [r=0 c=22 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 5x19
</span><span class="cx">                     text run at (0,0) width 5 RTL: &quot;\x{5D6}&quot;
</span><span class="cx">           RenderBlock {P} at (4,24) size 171x20
</span><span class="lines">@@ -454,7 +454,7 @@
</span><span class="cx">               text run at (150,0) width 21 RTL: &quot;\x{5D6}\x{5D7}\x{5D8}&quot;
</span><span class="cx">         RenderText {#text} at (184,210) size 5x19
</span><span class="cx">           text run at (184,210) width 5: &quot; &quot;
</span><del>-        RenderBlock {DIV} at (191,197) size 180x48 [border: (1px solid #008000)]
</del><ins>+        RenderBlock {DIV} at (191,197) size 179x48 [border: (1px solid #008000)]
</ins><span class="cx">           RenderTable {TABLE} at (4,4) size 171x20
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 171x20
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 171x20
</span><span class="lines">@@ -473,7 +473,7 @@
</span><span class="cx">                 RenderTableCell {TD} at (24,0) size 12x20 [r=0 c=4 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;A&quot;
</span><del>-                RenderTableCell {TD} at (36,0) size 11x20 [r=0 c=5 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (35,0) size 12x20 [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 11x19
</span><span class="cx">                     text run at (0,0) width 11: &quot;B&quot;
</span><span class="cx">                 RenderTableCell {TD} at (46,0) size 12x20 [r=0 c=6 rs=1 cs=1]
</span><span class="lines">@@ -485,19 +485,19 @@
</span><span class="cx">                 RenderTableCell {TD} at (61,0) size 10x20 [r=0 c=8 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 9x19
</span><span class="cx">                     text run at (0,0) width 9: &quot;F&quot;
</span><del>-                RenderTableCell {TD} at (70,0) size 11x20 [r=0 c=9 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (70,0) size 10x20 [r=0 c=9 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 10x19
</span><span class="cx">                     text run at (0,0) width 10: &quot;E&quot;
</span><del>-                RenderTableCell {TD} at (80,0) size 12x20 [r=0 c=10 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (79,0) size 13x20 [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;D&quot;
</span><span class="cx">                 RenderTableCell {TD} at (91,0) size 5x20 [r=0 c=11 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (95,0) size 6x20 [r=0 c=12 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (95,0) size 5x20 [r=0 c=12 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 5x19
</span><span class="cx">                     text run at (0,0) width 5 RTL: &quot;\x{5D5}&quot;
</span><del>-                RenderTableCell {TD} at (100,0) size 8x20 [r=0 c=13 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (99,0) size 9x20 [r=0 c=13 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D4}&quot;
</span><span class="cx">                 RenderTableCell {TD} at (107,0) size 8x20 [r=0 c=14 rs=1 cs=1]
</span><span class="lines">@@ -506,10 +506,10 @@
</span><span class="cx">                 RenderTableCell {TD} at (114,0) size 5x20 [r=0 c=15 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (118,0) size 13x20 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (118,0) size 12x20 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;G&quot;
</span><del>-                RenderTableCell {TD} at (130,0) size 12x20 [r=0 c=17 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (129,0) size 13x20 [r=0 c=17 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,0) width 12: &quot;H&quot;
</span><span class="cx">                 RenderTableCell {TD} at (141,0) size 6x20 [r=0 c=18 rs=1 cs=1]
</span><span class="lines">@@ -518,13 +518,13 @@
</span><span class="cx">                 RenderTableCell {TD} at (146,0) size 5x20 [r=0 c=19 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (151,0) size 8x20 [r=0 c=20 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (150,0) size 9x20 [r=0 c=20 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D8}&quot;
</span><del>-                RenderTableCell {TD} at (158,0) size 9x20 [r=0 c=21 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (158,0) size 8x20 [r=0 c=21 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                     text run at (0,0) width 8 RTL: &quot;\x{5D7}&quot;
</span><del>-                RenderTableCell {TD} at (166,0) size 5x20 [r=0 c=22 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (165,0) size 6x20 [r=0 c=22 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 5x19
</span><span class="cx">                     text run at (0,0) width 5 RTL: &quot;\x{5D6}&quot;
</span><span class="cx">           RenderBlock {P} at (4,24) size 171x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttextwhitespace002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/002-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/002-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/002-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,26 +11,26 @@
</span><span class="cx">       RenderBlock {P} at (0,36) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 647x19
</span><span class="cx">           text run at (0,0) width 647: &quot;There should be three columns below, dark green, light green, and dark green, with no red anywhere.&quot;
</span><del>-      RenderTable {TABLE} at (0,72) size 67x126 [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 61x120
-          RenderTableRow {TR} at (0,0) size 61x120
-            RenderTableCell {TD} at (0,0) size 61x120 [color=#FF0000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x20 [color=#008000] [bgcolor=#00FF00]
</del><ins>+      RenderTable {TABLE} at (0,72) size 66x126 [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 60x120
+          RenderTableRow {TR} at (0,0) size 60x120
+            RenderTableCell {TD} at (0,0) size 60x120 [color=#FF0000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x20 [color=#008000] [bgcolor=#00FF00]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                   RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                     text run at (0,0) width 20: &quot;X&quot;
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                   RenderText {#text} at (40,0) size 20x20
</span><span class="cx">                     text run at (40,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,20) size 61x20 [color=#008000] [bgcolor=#00FF00]
</del><ins>+              RenderBlock {DIV} at (0,20) size 60x20 [color=#008000] [bgcolor=#00FF00]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                   RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                     text run at (0,0) width 20: &quot;X&quot;
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                   RenderText {#text} at (40,0) size 20x20
</span><span class="cx">                     text run at (40,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,40) size 61x20 [color=#008000] [bgcolor=#00FF00]
</del><ins>+              RenderBlock {DIV} at (0,40) size 60x20 [color=#008000] [bgcolor=#00FF00]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                   RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                     text run at (0,0) width 20: &quot;X&quot;
</span><span class="lines">@@ -58,9 +58,9 @@
</span><span class="cx">                   RenderText {#text} at (40,0) size 20x20
</span><span class="cx">                     text run at (40,0) width 20: &quot;X&quot;
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock {DIV} at (0,60) size 61x20 [color=#008000] [bgcolor=#00FF00]
-                RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock (anonymous) at (0,0) size 61x20
</del><ins>+              RenderBlock {DIV} at (0,60) size 60x20 [color=#008000] [bgcolor=#00FF00]
+                RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock (anonymous) at (0,0) size 60x20
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                     RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                       text run at (0,0) width 20: &quot;X&quot;
</span><span class="lines">@@ -70,8 +70,8 @@
</span><span class="cx">                     RenderText {#text} at (40,0) size 20x20
</span><span class="cx">                       text run at (40,0) width 20: &quot;X&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock {DIV} at (0,80) size 61x20 [color=#008000] [bgcolor=#00FF00]
-                RenderBlock (anonymous) at (0,0) size 61x20
</del><ins>+              RenderBlock {DIV} at (0,80) size 60x20 [color=#008000] [bgcolor=#00FF00]
+                RenderBlock (anonymous) at (0,0) size 60x20
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                     RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                       text run at (0,0) width 20: &quot;X&quot;
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx">                     RenderText {#text} at (40,0) size 20x20
</span><span class="cx">                       text run at (40,0) width 20: &quot;X&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-                RenderBlock {DIV} at (0,20) size 61x0
</del><ins>+                RenderBlock {DIV} at (0,20) size 60x0
</ins><span class="cx">               RenderBlock {DIV} at (0,100) size 60x20 [color=#008000] [bgcolor=#00FF00]
</span><span class="cx">                 RenderText {#text} at (0,0) size 60x20
</span><span class="cx">                   text run at (0,0) width 60: &quot;X X&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttextwhitespace003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/003-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/003-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/003-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,26 +11,26 @@
</span><span class="cx">       RenderBlock {P} at (0,36) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 647x19
</span><span class="cx">           text run at (0,0) width 647: &quot;There should be three columns below, dark green, light green, and dark green, with no red anywhere.&quot;
</span><del>-      RenderTable {TABLE} at (0,72) size 67x126 [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 61x120
-          RenderTableRow {TR} at (0,0) size 61x120
-            RenderTableCell {TD} at (0,0) size 61x120 [color=#FF0000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x20 [color=#008000] [bgcolor=#00FF00]
</del><ins>+      RenderTable {TABLE} at (0,72) size 66x126 [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 60x120
+          RenderTableRow {TR} at (0,0) size 60x120
+            RenderTableCell {TD} at (0,0) size 60x120 [color=#FF0000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x20 [color=#008000] [bgcolor=#00FF00]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                   RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                     text run at (0,0) width 20: &quot;X&quot;
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                   RenderText {#text} at (40,0) size 20x20
</span><span class="cx">                     text run at (40,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,20) size 61x20 [color=#008000] [bgcolor=#00FF00]
</del><ins>+              RenderBlock {DIV} at (0,20) size 60x20 [color=#008000] [bgcolor=#00FF00]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                   RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                     text run at (0,0) width 20: &quot;X&quot;
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                   RenderText {#text} at (40,0) size 20x20
</span><span class="cx">                     text run at (40,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,40) size 61x20 [color=#008000] [bgcolor=#00FF00]
</del><ins>+              RenderBlock {DIV} at (0,40) size 60x20 [color=#008000] [bgcolor=#00FF00]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                   RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                     text run at (0,0) width 20: &quot;X&quot;
</span><span class="lines">@@ -58,9 +58,9 @@
</span><span class="cx">                   RenderText {#text} at (40,0) size 20x20
</span><span class="cx">                     text run at (40,0) width 20: &quot;X&quot;
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock {DIV} at (0,60) size 61x20 [color=#008000] [bgcolor=#00FF00]
-                RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock (anonymous) at (0,0) size 61x20
</del><ins>+              RenderBlock {DIV} at (0,60) size 60x20 [color=#008000] [bgcolor=#00FF00]
+                RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock (anonymous) at (0,0) size 60x20
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                     RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                       text run at (0,0) width 20: &quot;X&quot;
</span><span class="lines">@@ -70,8 +70,8 @@
</span><span class="cx">                     RenderText {#text} at (40,0) size 20x20
</span><span class="cx">                       text run at (40,0) width 20: &quot;X&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock {DIV} at (0,80) size 61x20 [color=#008000] [bgcolor=#00FF00]
-                RenderBlock (anonymous) at (0,0) size 61x20
</del><ins>+              RenderBlock {DIV} at (0,80) size 60x20 [color=#008000] [bgcolor=#00FF00]
+                RenderBlock (anonymous) at (0,0) size 60x20
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                     RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                       text run at (0,0) width 20: &quot;X&quot;
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx">                     RenderText {#text} at (40,0) size 20x20
</span><span class="cx">                       text run at (40,0) width 20: &quot;X&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-                RenderBlock {DIV} at (0,20) size 61x0
</del><ins>+                RenderBlock {DIV} at (0,20) size 60x0
</ins><span class="cx">               RenderBlock {DIV} at (0,100) size 60x20 [color=#008000] [bgcolor=#00FF00]
</span><span class="cx">                 RenderText {#text} at (0,0) size 60x20
</span><span class="cx">                   text run at (0,0) width 60: &quot;X X&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttextwhitespace004expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/004-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/004-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/004-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,14 +11,14 @@
</span><span class="cx">       RenderBlock {P} at (0,36) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 444x19
</span><span class="cx">           text run at (0,0) width 444: &quot;There should be no red below, only a green square bordered in green.&quot;
</span><del>-      RenderTable {TABLE} at (0,72) size 105x104
-        RenderTableSection {TBODY} at (0,0) size 105x104
-          RenderTableRow {TR} at (0,2) size 105x100
-            RenderTableCell {TD} at (2,2) size 101x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 101x20 [color=#008000]
</del><ins>+      RenderTable {TABLE} at (0,72) size 104x104
+        RenderTableSection {TBODY} at (0,0) size 104x104
+          RenderTableRow {TR} at (0,2) size 104x100
+            RenderTableCell {TD} at (2,2) size 100x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span><del>-              RenderBlock {DIV} at (0,20) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,20) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                   text run at (0,0) width 20: &quot;X&quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 60x20 [bgcolor=#00FF00]
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">                     text run at (20,0) width 60: &quot;   &quot;
</span><span class="cx">                 RenderText {#text} at (80,0) size 20x20
</span><span class="cx">                   text run at (80,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,40) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,40) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                   text run at (0,0) width 20: &quot;X&quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 60x20 [bgcolor=#00FF00]
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx">                     text run at (20,0) width 60: &quot;\x{200B} \x{200B} \x{200B} \x{200B}&quot;
</span><span class="cx">                 RenderText {#text} at (80,0) size 20x20
</span><span class="cx">                   text run at (80,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,60) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,60) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                   text run at (0,0) width 20: &quot;X&quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 60x20 [bgcolor=#00FF00]
</span><span class="lines">@@ -42,6 +42,6 @@
</span><span class="cx">                     text run at (20,0) width 60: &quot; \x{200B} \x{200B} &quot;
</span><span class="cx">                 RenderText {#text} at (80,0) size 20x20
</span><span class="cx">                   text run at (80,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,80) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,80) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttextwhitespace005expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/005-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/005-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/005-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,25 +11,25 @@
</span><span class="cx">       RenderBlock {P} at (0,36) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 444x19
</span><span class="cx">           text run at (0,0) width 444: &quot;There should be no red below, only a green square bordered in green.&quot;
</span><del>-      RenderTable {TABLE} at (0,72) size 105x104
-        RenderTableSection {TBODY} at (0,0) size 105x104
-          RenderTableRow {TR} at (0,2) size 105x100
-            RenderTableCell {TD} at (2,2) size 101x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 101x20 [color=#008000]
</del><ins>+      RenderTable {TABLE} at (0,72) size 104x104
+        RenderTableSection {TBODY} at (0,0) size 104x104
+          RenderTableRow {TR} at (0,2) size 104x100
+            RenderTableCell {TD} at (2,2) size 100x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span><del>-              RenderBlock {DIV} at (0,20) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,20) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 100x20 [bgcolor=#00FF00]
</span><span class="cx">                   RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                     text run at (0,0) width 100: &quot;X   X&quot;
</span><del>-              RenderBlock {DIV} at (0,40) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,40) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 100x20 [bgcolor=#00FF00]
</span><span class="cx">                   RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                     text run at (0,0) width 100: &quot;X\x{200B} \x{200B} \x{200B} \x{200B}X&quot;
</span><del>-              RenderBlock {DIV} at (0,60) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,60) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 100x20 [bgcolor=#00FF00]
</span><span class="cx">                   RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                     text run at (0,0) width 100: &quot;X \x{200B} \x{200B} X&quot;
</span><del>-              RenderBlock {DIV} at (0,80) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,80) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttextwhitespace010expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/010-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/010-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/010-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,14 +11,14 @@
</span><span class="cx">       RenderBlock {P} at (0,36) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 444x19
</span><span class="cx">           text run at (0,0) width 444: &quot;There should be no red below, only a green square bordered in green.&quot;
</span><del>-      RenderTable {TABLE} at (0,72) size 105x104
-        RenderTableSection {TBODY} at (0,0) size 105x104
-          RenderTableRow {TR} at (0,2) size 105x100
-            RenderTableCell {TD} at (2,2) size 101x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 101x20 [color=#008000]
</del><ins>+      RenderTable {TABLE} at (0,72) size 104x104
+        RenderTableSection {TBODY} at (0,0) size 104x104
+          RenderTableRow {TR} at (0,2) size 104x100
+            RenderTableCell {TD} at (2,2) size 100x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span><del>-              RenderBlock {DIV} at (0,20) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,20) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                   text run at (0,0) width 20: &quot;X&quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 60x20 [bgcolor=#00FF00]
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">                     text run at (20,0) width 60: &quot;   &quot;
</span><span class="cx">                 RenderText {#text} at (80,0) size 20x20
</span><span class="cx">                   text run at (80,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,40) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,40) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                   text run at (0,0) width 20: &quot;X&quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 60x20 [bgcolor=#00FF00]
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx">                     text run at (20,0) width 60: &quot;\x{200B} \x{200B} \x{200B} \x{200B}&quot;
</span><span class="cx">                 RenderText {#text} at (80,0) size 20x20
</span><span class="cx">                   text run at (80,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,60) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,60) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                   text run at (0,0) width 20: &quot;X&quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 60x20 [bgcolor=#00FF00]
</span><span class="lines">@@ -42,6 +42,6 @@
</span><span class="cx">                     text run at (20,0) width 60: &quot; \x{200B} \x{200B} &quot;
</span><span class="cx">                 RenderText {#text} at (80,0) size 20x20
</span><span class="cx">                   text run at (80,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,80) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,80) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttextwhitespace011expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/011-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/011-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/011-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,25 +11,25 @@
</span><span class="cx">       RenderBlock {P} at (0,36) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 444x19
</span><span class="cx">           text run at (0,0) width 444: &quot;There should be no red below, only a green square bordered in green.&quot;
</span><del>-      RenderTable {TABLE} at (0,72) size 105x104
-        RenderTableSection {TBODY} at (0,0) size 105x104
-          RenderTableRow {TR} at (0,2) size 105x100
-            RenderTableCell {TD} at (2,2) size 101x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 101x20 [color=#008000]
</del><ins>+      RenderTable {TABLE} at (0,72) size 104x104
+        RenderTableSection {TBODY} at (0,0) size 104x104
+          RenderTableRow {TR} at (0,2) size 104x100
+            RenderTableCell {TD} at (2,2) size 100x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span><del>-              RenderBlock {DIV} at (0,20) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,20) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 100x20 [bgcolor=#00FF00]
</span><span class="cx">                   RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                     text run at (0,0) width 100: &quot;X   X&quot;
</span><del>-              RenderBlock {DIV} at (0,40) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,40) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 100x20 [bgcolor=#00FF00]
</span><span class="cx">                   RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                     text run at (0,0) width 100: &quot;X\x{200B} \x{200B} \x{200B} \x{200B}X&quot;
</span><del>-              RenderBlock {DIV} at (0,60) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,60) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 100x20 [bgcolor=#00FF00]
</span><span class="cx">                   RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                     text run at (0,0) width 100: &quot;X \x{200B} \x{200B} X&quot;
</span><del>-              RenderBlock {DIV} at (0,80) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,80) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttextwhitespace015expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/015-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/015-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/015-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,14 +11,14 @@
</span><span class="cx">       RenderBlock {P} at (0,36) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 444x19
</span><span class="cx">           text run at (0,0) width 444: &quot;There should be no red below, only a green square bordered in green.&quot;
</span><del>-      RenderTable {TABLE} at (0,72) size 105x104
-        RenderTableSection {TBODY} at (0,0) size 105x104
-          RenderTableRow {TR} at (0,2) size 105x100
-            RenderTableCell {TD} at (2,2) size 101x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 101x20 [color=#008000]
</del><ins>+      RenderTable {TABLE} at (0,72) size 104x104
+        RenderTableSection {TBODY} at (0,0) size 104x104
+          RenderTableRow {TR} at (0,2) size 104x100
+            RenderTableCell {TD} at (2,2) size 100x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span><del>-              RenderBlock {DIV} at (0,20) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,20) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                   text run at (0,0) width 20: &quot;X&quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 60x20 [bgcolor=#00FF00]
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">                     text run at (20,0) width 60: &quot;   &quot;
</span><span class="cx">                 RenderText {#text} at (80,0) size 20x20
</span><span class="cx">                   text run at (80,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,40) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,40) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                   text run at (0,0) width 20: &quot;X&quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 60x20 [bgcolor=#00FF00]
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx">                     text run at (20,0) width 60: &quot;\x{200B} \x{200B} \x{200B} \x{200B}&quot;
</span><span class="cx">                 RenderText {#text} at (80,0) size 20x20
</span><span class="cx">                   text run at (80,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,60) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,60) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                   text run at (0,0) width 20: &quot;X&quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 60x20 [bgcolor=#00FF00]
</span><span class="lines">@@ -42,6 +42,6 @@
</span><span class="cx">                     text run at (20,0) width 60: &quot; \x{200B} \x{200B} &quot;
</span><span class="cx">                 RenderText {#text} at (80,0) size 20x20
</span><span class="cx">                   text run at (80,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,80) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,80) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttextwhitespace016expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/016-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/016-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/016-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,25 +11,25 @@
</span><span class="cx">       RenderBlock {P} at (0,36) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 444x19
</span><span class="cx">           text run at (0,0) width 444: &quot;There should be no red below, only a green square bordered in green.&quot;
</span><del>-      RenderTable {TABLE} at (0,72) size 105x104
-        RenderTableSection {TBODY} at (0,0) size 105x104
-          RenderTableRow {TR} at (0,2) size 105x100
-            RenderTableCell {TD} at (2,2) size 101x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 101x20 [color=#008000]
</del><ins>+      RenderTable {TABLE} at (0,72) size 104x104
+        RenderTableSection {TBODY} at (0,0) size 104x104
+          RenderTableRow {TR} at (0,2) size 104x100
+            RenderTableCell {TD} at (2,2) size 100x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span><del>-              RenderBlock {DIV} at (0,20) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,20) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 100x20 [bgcolor=#00FF00]
</span><span class="cx">                   RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                     text run at (0,0) width 100: &quot;X   X&quot;
</span><del>-              RenderBlock {DIV} at (0,40) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,40) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 100x20 [bgcolor=#00FF00]
</span><span class="cx">                   RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                     text run at (0,0) width 100: &quot;X\x{200B} \x{200B} \x{200B} \x{200B}X&quot;
</span><del>-              RenderBlock {DIV} at (0,60) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,60) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 100x20 [bgcolor=#00FF00]
</span><span class="cx">                   RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                     text run at (0,0) width 100: &quot;X \x{200B} \x{200B} X&quot;
</span><del>-              RenderBlock {DIV} at (0,80) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,80) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfasttextwhitespace025expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/025-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/025-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/text/whitespace/025-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</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 315x34
-        RenderTableSection {TBODY} at (0,0) size 315x34
-          RenderTableRow {TR} at (0,2) size 315x30
-            RenderTableCell {TD} at (2,2) size 311x30 [border: (2px solid #0000FF)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 314x34
+        RenderTableSection {TBODY} at (0,0) size 314x34
+          RenderTableRow {TR} at (0,2) size 314x30
+            RenderTableCell {TD} at (2,2) size 310x30 [border: (2px solid #0000FF)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 304x24 [border: (2px solid #008000)]
</span><span class="cx">                 RenderInline {NOBR} at (0,0) size 649x19
</span><span class="cx">                   RenderText {#text} at (2,2) size 649x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastwritingmodetablepercentwidthquirkexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/writing-mode/table-percent-width-quirk-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/writing-mode/table-percent-width-quirk-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/writing-mode/table-percent-width-quirk-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -13,22 +13,22 @@
</span><span class="cx"> layer at (8,125) size 100x50
</span><span class="cx">   RenderBlock (positioned) {DIV} at (8,125) size 100x50 [bgcolor=#808080]
</span><span class="cx"> layer at (8,125) size 20x40
</span><del>-  RenderBlock (positioned) {DIV} at (0,0) size 21x40 [bgcolor=#0000FF]
</del><ins>+  RenderBlock (positioned) {DIV} at (0,0) size 20x40 [bgcolor=#0000FF]
</ins><span class="cx">     RenderBlock {DIV} at (0,0) size 20x20
</span><del>-    RenderTable {TABLE} at (0,20) size 21x20 [bgcolor=#008000]
-      RenderTableSection {TBODY} at (0,0) size 21x20
-        RenderTableRow {TR} at (0,0) size 21x20
-          RenderTableCell {TD} at (0,0) size 21x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (0,20) size 20x20 [bgcolor=#008000]
+      RenderTableSection {TBODY} at (0,0) size 20x20
+        RenderTableRow {TR} at (0,0) size 20x20
+          RenderTableCell {TD} at (0,0) size 20x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 20x20
</span><span class="cx"> layer at (692,200) size 100x50
</span><span class="cx">   RenderBlock (positioned) {DIV} at (692,200) size 100x50 [bgcolor=#808080]
</span><span class="cx"> layer at (752,200) size 40x20
</span><del>-  RenderBlock (positioned) {DIV} at (0,0) size 40x21 [bgcolor=#0000FF]
</del><ins>+  RenderBlock (positioned) {DIV} at (0,0) size 40x20 [bgcolor=#0000FF]
</ins><span class="cx">     RenderBlock {DIV} at (0,0) size 20x20
</span><del>-    RenderTable {TABLE} at (20,0) size 20x21 [bgcolor=#008000]
-      RenderTableSection {TBODY} at (0,0) size 20x21
-        RenderTableRow {TR} at (0,0) size 20x21
-          RenderTableCell {TD} at (0,0) size 20x21 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (20,0) size 20x20 [bgcolor=#008000]
+      RenderTableSection {TBODY} at (0,0) size 20x20
+        RenderTableRow {TR} at (0,0) size 20x20
+          RenderTableCell {TD} at (0,0) size 20x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 20x20
</span><span class="cx"> layer at (692,275) size 100x50
</span><span class="cx">   RenderBlock (positioned) {DIV} at (692,275) size 100x50 [bgcolor=#808080]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastwritingmodeverticalaligntablebaselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/writing-mode/vertical-align-table-baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/writing-mode/vertical-align-table-baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/fast/writing-mode/vertical-align-table-baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx">               RenderText {#text} at (43,-32) size 122x144
</span><span class="cx">                 text run at (43,-32) width 144: &quot;\x{7B2C}\x{4E00}\x{6BB5}&quot;
</span><span class="cx">                 text run at (111,-32) width 48: &quot;\x{843D}&quot;
</span><del>-            RenderTableCell {TD} at (2,196) size 274x382 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,196) size 274x383 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (16,2) size 242x288
</span><span class="cx">                 text run at (16,2) width 288: &quot;\x{7B2C}\x{4E8C}\x{6BB5}&quot;
</span><span class="cx">                 text run at (151,2) width 96: &quot;\x{843D}&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsmiscacid2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/http/tests/misc/acid2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/misc/acid2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/misc/acid2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx">     RenderTable {TABLE} at (12,12) size 1x0
</span><span class="cx">       RenderTableSection {TBODY} at (0,0) size 1x0
</span><span class="cx">         RenderTableRow {TR} at (0,0) size 1x0
</span><del>-          RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (60,60) size 120x12 [bgcolor=#FF0000] [border: none (12px solid #000000) none (12px solid #000000)]
</span><span class="cx">       RenderBlock {DIV} at (12,0) size 144x12
</span><span class="cx">         RenderText {#text} at (0,-2) size 101x15
</span><span class="lines">@@ -32,21 +32,21 @@
</span><span class="cx">           text run at (12,8) width 1: &quot; &quot;
</span><span class="cx">     RenderBlock {DIV} at (12,180) size 740x12
</span><span class="cx">       RenderBlock {DIV} at (60,0) size 96x12 [color=#FFA500] [bgcolor=#FFFF00] [border: none (24px solid #000000) none (24px solid #000000)]
</span><del>-    RenderTable {UL} at (96,192) size 49x12 [bgcolor=#FF0000]
-      RenderTableSection (anonymous) at (0,0) size 49x12
-        RenderTableRow (anonymous) at (0,0) size 49x12
</del><ins>+    RenderTable {UL} at (96,192) size 48x12 [bgcolor=#FF0000]
+      RenderTableSection (anonymous) at (0,0) size 48x12
+        RenderTableRow (anonymous) at (0,0) size 48x12
</ins><span class="cx">           RenderTableCell {LI} at (0,0) size 12x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
</span><del>-          RenderTableCell (anonymous) at (12,0) size 13x12 [r=0 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell (anonymous) at (12,0) size 12x12 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderTable {LI} at (0,0) size 12x12 [bgcolor=#000000]
</span><del>-          RenderTableCell {LI} at (24,0) size 13x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
-          RenderTableCell (anonymous) at (36,0) size 13x12 [r=0 c=3 rs=1 cs=1]
</del><ins>+          RenderTableCell {LI} at (24,0) size 12x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
+          RenderTableCell (anonymous) at (36,0) size 12x12 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">             RenderListItem {LI} at (0,0) size 12x12 [bgcolor=#000000]
</span><span class="cx"> layer at (48,2844) size 740x10 scrollHeight 277
</span><span class="cx">   RenderBlock {DIV} at (12,204) size 740x10
</span><del>-    RenderTable {TABLE} at (0,0) size 65x277
-      RenderTableSection {TBODY} at (0,0) size 65x277
-        RenderTableRow {TR} at (0,0) size 65x277
-          RenderTableCell {TD} at (0,0) size 65x277 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (0,0) size 64x277
+      RenderTableSection {TBODY} at (0,0) size 64x277
+        RenderTableRow {TR} at (0,0) size 64x277
+          RenderTableCell {TD} at (0,0) size 64x277 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderImage {IMG} at (0,155) size 64x64
</span><span class="cx"> layer at (132,108) size 48x18
</span><span class="cx">   RenderBlock (positioned) {P} at (132,108) size 48x18 [bgcolor=#000000] [border: none (6px solid #FFFF00) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsmiscacid2pixelexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/http/tests/misc/acid2-pixel-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/misc/acid2-pixel-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/misc/acid2-pixel-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx">     RenderTable {TABLE} at (12,12) size 1x0
</span><span class="cx">       RenderTableSection {TBODY} at (0,0) size 1x0
</span><span class="cx">         RenderTableRow {TR} at (0,0) size 1x0
</span><del>-          RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (60,60) size 120x12 [bgcolor=#FF0000] [border: none (12px solid #000000) none (12px solid #000000)]
</span><span class="cx">       RenderBlock {DIV} at (12,0) size 144x12
</span><span class="cx">         RenderText {#text} at (0,-2) size 101x15
</span><span class="lines">@@ -32,21 +32,21 @@
</span><span class="cx">           text run at (12,8) width 1: &quot; &quot;
</span><span class="cx">     RenderBlock {DIV} at (12,180) size 740x12
</span><span class="cx">       RenderBlock {DIV} at (60,0) size 96x12 [color=#FFA500] [bgcolor=#FFFF00] [border: none (24px solid #000000) none (24px solid #000000)]
</span><del>-    RenderTable {UL} at (96,192) size 49x12 [bgcolor=#FF0000]
-      RenderTableSection (anonymous) at (0,0) size 49x12
-        RenderTableRow (anonymous) at (0,0) size 49x12
</del><ins>+    RenderTable {UL} at (96,192) size 48x12 [bgcolor=#FF0000]
+      RenderTableSection (anonymous) at (0,0) size 48x12
+        RenderTableRow (anonymous) at (0,0) size 48x12
</ins><span class="cx">           RenderTableCell {LI} at (0,0) size 12x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
</span><del>-          RenderTableCell (anonymous) at (12,0) size 13x12 [r=0 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell (anonymous) at (12,0) size 12x12 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderTable {LI} at (0,0) size 12x12 [bgcolor=#000000]
</span><del>-          RenderTableCell {LI} at (24,0) size 13x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
-          RenderTableCell (anonymous) at (36,0) size 13x12 [r=0 c=3 rs=1 cs=1]
</del><ins>+          RenderTableCell {LI} at (24,0) size 12x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
+          RenderTableCell (anonymous) at (36,0) size 12x12 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">             RenderListItem {LI} at (0,0) size 12x12 [bgcolor=#000000]
</span><span class="cx"> layer at (48,276) size 740x10 scrollHeight 277
</span><span class="cx">   RenderBlock {DIV} at (12,204) size 740x10
</span><del>-    RenderTable {TABLE} at (0,0) size 65x277
-      RenderTableSection {TBODY} at (0,0) size 65x277
-        RenderTableRow {TR} at (0,0) size 65x277
-          RenderTableCell {TD} at (0,0) size 65x277 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (0,0) size 64x277
+      RenderTableSection {TBODY} at (0,0) size 64x277
+        RenderTableRow {TR} at (0,0) size 64x277
+          RenderTableCell {TD} at (0,0) size 64x277 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderImage {IMG} at (0,155) size 64x64
</span><span class="cx"> layer at (132,108) size 48x18
</span><span class="cx">   RenderBlock (positioned) {P} at (132,108) size 48x18 [bgcolor=#000000] [border: none (6px solid #FFFF00) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsmiscobjectembeddingsvgdelayedsizenegotiation2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -30,10 +30,10 @@
</span><span class="cx">             RenderSVGRoot {svg} at (0,0) size 99x25
</span><span class="cx">               RenderSVGRect {rect} at (0,0) size 99x25 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
</span><span class="cx">               RenderSVGPath {path} at (14,4) size 71x16 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 500 50 L 150 200 L 850 200 Z&quot;]
</span><del>-      RenderTable at (1,253) size 136x44
-        RenderTableSection (anonymous) at (0,0) size 136x44
-          RenderTableRow (anonymous) at (0,0) size 136x44
-            RenderTableCell {P} at (0,0) size 136x44 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable at (1,253) size 135x44
+        RenderTableSection (anonymous) at (0,0) size 135x44
+          RenderTableRow (anonymous) at (0,0) size 135x44
+            RenderTableCell {P} at (0,0) size 135x44 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderEmbeddedObject {OBJECT} at (9,0) size 117x43 [bgcolor=#FF0000] [border: (9px solid #0000FF)]
</span><span class="cx">                 layer at (0,0) size 99x25
</span><span class="cx">                   RenderView at (0,0) size 99x25
</span><span class="lines">@@ -41,10 +41,10 @@
</span><span class="cx">                   RenderSVGRoot {svg} at (0,0) size 99x25
</span><span class="cx">                     RenderSVGRect {rect} at (0,0) size 99x25 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
</span><span class="cx">                     RenderSVGPath {path} at (14,4) size 71x16 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 500 50 L 150 200 L 850 200 Z&quot;]
</span><del>-      RenderTable {TABLE} at (1,351) size 136x44
-        RenderTableSection {TBODY} at (0,0) size 136x44
-          RenderTableRow {TR} at (0,0) size 136x44
-            RenderTableCell {TD} at (0,0) size 136x44 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (1,351) size 135x44
+        RenderTableSection {TBODY} at (0,0) size 135x44
+          RenderTableRow {TR} at (0,0) size 135x44
+            RenderTableCell {TD} at (0,0) size 135x44 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderEmbeddedObject {OBJECT} at (9,0) size 117x43 [bgcolor=#FF0000] [border: (9px solid #0000FF)]
</span><span class="cx">                 layer at (0,0) size 99x25
</span><span class="cx">                   RenderView at (0,0) size 99x25
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsbackground_properties_greater_than_imagesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 606x19
</span><span class="cx">           text run at (0,0) width 606: &quot;Test passes if there is green on the page and contents of the black boxes look exactly the same.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 571x286
-        RenderTableSection {TBODY} at (0,0) size 571x286
-          RenderTableRow {TR} at (0,2) size 571x282
-            RenderTableCell {TD} at (2,2) size 283x282 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 570x286
+        RenderTableSection {TBODY} at (0,0) size 570x286
+          RenderTableRow {TR} at (0,2) size 570x282
+            RenderTableCell {TD} at (2,2) size 282x282 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (11,11) size 260x260 [border: (5px solid #000000)]
</span><del>-            RenderTableCell {TD} at (286,2) size 283x282 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (286,2) size 282x282 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (11,11) size 260x260 [border: (5px solid #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusappliesto006expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 361x19
</span><span class="cx">           text run at (0,0) width 361: &quot;Test passes if there is a box with rounded corners below.&quot;
</span><del>-      RenderTable {DIV} at (0,36) size 103x102 [border: (3px solid #008000)]
-        RenderTableSection (anonymous) at (3,3) size 97x96
-          RenderTableRow {DIV} at (0,0) size 97x96
-            RenderTableCell {DIV} at (0,0) size 97x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,36) size 102x102 [border: (3px solid #008000)]
+        RenderTableSection (anonymous) at (3,3) size 96x96
+          RenderTableRow {DIV} at (0,0) size 96x96
+            RenderTableCell {DIV} at (0,0) size 96x0 [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusappliesto007expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,4 +10,4 @@
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 102x102 [border: (3px solid #008000)]
</span><span class="cx">         RenderTableSection (anonymous) at (0,102) size 102x0
</span><span class="cx">           RenderTableRow {DIV} at (0,0) size 102x0
</span><del>-            RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusappliesto008expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 361x19
</span><span class="cx">           text run at (0,0) width 361: &quot;Test passes if there is a box with rounded corners below.&quot;
</span><del>-      RenderTable {DIV} at (0,36) size 103x102
-        RenderTableSection (anonymous) at (0,0) size 103x102
-          RenderTableRow {DIV} at (0,0) size 103x102
-            RenderTableCell {DIV} at (0,0) size 103x6 [border: (3px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,36) size 102x102
+        RenderTableSection (anonymous) at (0,0) size 102x102
+          RenderTableRow {DIV} at (0,0) size 102x102
+            RenderTableCell {DIV} at (0,0) size 102x6 [border: (3px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusappliesto009expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 417x19
</span><span class="cx">           text run at (0,0) width 417: &quot;Test passes if there is a box with sharp or rounded corners below.&quot;
</span><del>-      RenderTable {DIV} at (0,36) size 103x102 [border: (1px none #000000)]
-        RenderTableSection (anonymous) at (1,1) size 100x99
-          RenderTableRow {DIV} at (0,0) size 100x99 [border: (3px solid #008000)]
-            RenderTableCell {DIV} at (0,0) size 100x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,36) size 102x102 [border: (1px none #000000)]
+        RenderTableSection (anonymous) at (1,1) size 99x99
+          RenderTableRow {DIV} at (0,0) size 99x99 [border: (3px solid #008000)]
+            RenderTableCell {DIV} at (0,0) size 99x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusappliesto011expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 361x19
</span><span class="cx">           text run at (0,0) width 361: &quot;Test passes if there is a box with rounded corners below.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,36) size 784x107
</span><del>-        RenderTable {DIV} at (0,0) size 103x102 [border: (3px solid #008000)]
-          RenderTableSection (anonymous) at (3,3) size 97x96
-            RenderTableRow {DIV} at (0,0) size 97x96
-              RenderTableCell {DIV} at (0,0) size 97x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {DIV} at (0,0) size 102x102 [border: (3px solid #008000)]
+          RenderTableSection (anonymous) at (3,3) size 96x96
+            RenderTableRow {DIV} at (0,0) size 96x96
+              RenderTableCell {DIV} at (0,0) size 96x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusappliesto012expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,8 +6,8 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 417x19
</span><span class="cx">           text run at (0,0) width 417: &quot;Test passes if there is a box with sharp or rounded corners below.&quot;
</span><del>-      RenderTable {DIV} at (0,36) size 103x102 [border: (1px none #000000)]
</del><ins>+      RenderTable {DIV} at (0,36) size 102x102 [border: (1px none #000000)]
</ins><span class="cx">         RenderTableCol {DIV} at (0,0) size 0x0 [border: (3px solid #008000)]
</span><del>-        RenderTableSection (anonymous) at (1,1) size 100x99
-          RenderTableRow {DIV} at (0,0) size 100x99
-            RenderTableCell {DIV} at (0,0) size 100x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection (anonymous) at (1,1) size 99x99
+          RenderTableRow {DIV} at (0,0) size 99x99
+            RenderTableCell {DIV} at (0,0) size 99x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusappliesto013expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 417x19
</span><span class="cx">           text run at (0,0) width 417: &quot;Test passes if there is a box with sharp or rounded corners below.&quot;
</span><del>-      RenderTable {DIV} at (0,36) size 103x102 [border: (1px none #000000)]
-        RenderTableSection {DIV} at (1,1) size 100x99 [border: (3px solid #008000)]
-          RenderTableRow {DIV} at (0,0) size 100x99
-            RenderTableCell {DIV} at (0,0) size 100x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,36) size 102x102 [border: (1px none #000000)]
+        RenderTableSection {DIV} at (1,1) size 99x99 [border: (3px solid #008000)]
+          RenderTableRow {DIV} at (0,0) size 99x99
+            RenderTableCell {DIV} at (0,0) size 99x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusappliesto014expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 417x19
</span><span class="cx">           text run at (0,0) width 417: &quot;Test passes if there is a box with sharp or rounded corners below.&quot;
</span><del>-      RenderTable {DIV} at (0,36) size 103x102 [border: (1px none #000000)]
-        RenderTableSection {DIV} at (1,1) size 100x99 [border: (3px solid #008000)]
-          RenderTableRow {DIV} at (0,0) size 100x99
-            RenderTableCell {DIV} at (0,0) size 100x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,36) size 102x102 [border: (1px none #000000)]
+        RenderTableSection {DIV} at (1,1) size 99x99 [border: (3px solid #008000)]
+          RenderTableRow {DIV} at (0,0) size 99x99
+            RenderTableCell {DIV} at (0,0) size 99x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusappliesto015expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 417x19
</span><span class="cx">           text run at (0,0) width 417: &quot;Test passes if there is a box with sharp or rounded corners below.&quot;
</span><del>-      RenderTable {DIV} at (0,36) size 103x102 [border: (1px none #000000)]
-        RenderTableSection {DIV} at (1,1) size 100x99 [border: (3px solid #008000)]
-          RenderTableRow {DIV} at (0,0) size 100x99
-            RenderTableCell {DIV} at (0,0) size 100x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,36) size 102x102 [border: (1px none #000000)]
+        RenderTableSection {DIV} at (1,1) size 99x99 [border: (3px solid #008000)]
+          RenderTableRow {DIV} at (0,0) size 99x99
+            RenderTableCell {DIV} at (0,0) size 99x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusappliesto016expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,8 +6,8 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 417x19
</span><span class="cx">           text run at (0,0) width 417: &quot;Test passes if there is a box with sharp or rounded corners below.&quot;
</span><del>-      RenderTable {DIV} at (0,36) size 103x102 [border: (1px none #000000)]
</del><ins>+      RenderTable {DIV} at (0,36) size 102x102 [border: (1px none #000000)]
</ins><span class="cx">         RenderTableCol {DIV} at (0,0) size 0x0 [border: (3px solid #008000)]
</span><del>-        RenderTableSection (anonymous) at (1,1) size 100x99
-          RenderTableRow {DIV} at (0,0) size 100x99
-            RenderTableCell {DIV} at (0,0) size 100x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection (anonymous) at (1,1) size 99x99
+          RenderTableRow {DIV} at (0,0) size 99x99
+            RenderTableCell {DIV} at (0,0) size 99x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusdifferentwidth001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,16 +6,16 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 753x19
</span><span class="cx">           text run at (0,0) width 753: &quot;Test passes if the boxes have rounded corners and show a smooth transition between the thicker and the thinner sides.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 701x446
-        RenderTableSection {TBODY} at (0,0) size 701x446
-          RenderTableRow {TR} at (0,2) size 701x442
-            RenderTableCell {TD} at (2,2) size 273x442 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 700x446
+        RenderTableSection {TBODY} at (0,0) size 700x446
+          RenderTableRow {TR} at (0,2) size 700x442
+            RenderTableCell {TD} at (2,2) size 272x442 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (11,11) size 245x130 [border: (10px solid #000000) (15px solid #000000) (20px solid #000000) (30px solid #000000)]
</span><span class="cx">               RenderBlock {DIV} at (11,151) size 250x150 [border: (10px solid #000000) (25px solid #000000) (40px solid #000000) (25px solid #000000)]
</span><span class="cx">               RenderBlock {DIV} at (11,311) size 250x120 [border: (10px solid #000000) (25px solid #000000) (10px solid #000000) (25px solid #000000)]
</span><del>-            RenderTableCell {TD} at (276,45) size 233x356 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (276,45) size 232x356 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (11,11) size 204x106 [border: (1px solid #000000) (3px solid #000000) (5px solid #000000) (1px solid #000000)]
</span><span class="cx">               RenderBlock {DIV} at (11,127) size 206x106 [border: (1px solid #000000) (3px solid #000000) (5px solid #000000) (3px solid #000000)]
</span><span class="cx">               RenderBlock {DIV} at (11,243) size 210x102 [border: (1px solid #000000) (5px solid #000000) (1px solid #000000) (5px solid #000000)]
</span><del>-            RenderTableCell {TD} at (510,62) size 189x322 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (510,62) size 188x322 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (11,11) size 166x300 [border: (4px solid #000000) (16px solid #000000) (32px solid #000000) (100px solid #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiusshorthand001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,12 +6,12 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 612x19
</span><span class="cx">           text run at (0,0) width 612: &quot;Test passes if there are two black boxes with rounded corners and red is not visible on the page.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 451x226
-        RenderTableSection {TBODY} at (0,0) size 451x226
-          RenderTableRow {TR} at (0,2) size 451x222
-            RenderTableCell {TD} at (2,2) size 223x222 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 450x226
+        RenderTableSection {TBODY} at (0,0) size 450x226
+          RenderTableRow {TR} at (0,2) size 450x222
+            RenderTableCell {TD} at (2,2) size 222x222 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 220x220 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 220x220 [border: (10px solid #000000)]
</span><del>-            RenderTableCell {TD} at (226,2) size 223x222 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (226,2) size 222x222 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 220x220 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 220x220 [border: (10px solid #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiussumofradii001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,33 +6,33 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 545x19
</span><span class="cx">           text run at (0,0) width 545: &quot;Test passes if there are no squares on the page and there is no red visible on the page.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 211x418
-        RenderTableSection {TBODY} at (0,0) size 211x418
-          RenderTableRow {TR} at (0,2) size 211x102
-            RenderTableCell {TD} at (2,2) size 103x102 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 210x418
+        RenderTableSection {TBODY} at (0,0) size 210x418
+          RenderTableRow {TR} at (0,2) size 210x102
+            RenderTableCell {TD} at (2,2) size 102x102 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #000000)]
</span><del>-            RenderTableCell {TD} at (106,2) size 103x102 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,2) size 102x102 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #000000)]
</span><del>-          RenderTableRow {TR} at (0,106) size 211x102
-            RenderTableCell {TD} at (2,106) size 103x102 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,106) size 210x102
+            RenderTableCell {TD} at (2,106) size 102x102 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #000000)]
</span><del>-            RenderTableCell {TD} at (106,106) size 103x102 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,106) size 102x102 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #000000)]
</span><del>-          RenderTableRow {TR} at (0,210) size 211x102
-            RenderTableCell {TD} at (2,210) size 103x102 [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,210) size 210x102
+            RenderTableCell {TD} at (2,210) size 102x102 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #000000)]
</span><del>-            RenderTableCell {TD} at (106,210) size 103x102 [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,210) size 102x102 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #000000)]
</span><del>-          RenderTableRow {TR} at (0,314) size 211x102
-            RenderTableCell {TD} at (2,314) size 103x102 [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,314) size 210x102
+            RenderTableCell {TD} at (2,314) size 102x102 [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #000000)]
</span><del>-            RenderTableCell {TD} at (106,314) size 103x102 [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,314) size 102x102 [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsborderradiussumofradii002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,16 +6,16 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 659x19
</span><span class="cx">           text run at (0,0) width 659: &quot;Test passes if there are no more than two rectangles on the page and there is no red visible on the page.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 315x106
-        RenderTableSection {TBODY} at (0,0) size 315x106
-          RenderTableRow {TR} at (0,2) size 315x102
-            RenderTableCell {TD} at (2,2) size 103x102 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 314x106
+        RenderTableSection {TBODY} at (0,0) size 314x106
+          RenderTableRow {TR} at (0,2) size 314x102
+            RenderTableCell {TD} at (2,2) size 102x102 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #000000)]
</span><del>-            RenderTableCell {TD} at (106,2) size 103x102 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,2) size 102x102 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #000000)]
</span><del>-            RenderTableCell {TD} at (210,2) size 103x102 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (210,2) size 102x102 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #000000)]
</span><span class="cx">       RenderBlock {DIV} at (0,142) size 1020x520 [border: (10px solid #FF0000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsbordertopleftradiusvalues004expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,26 +6,26 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 663x19
</span><span class="cx">           text run at (0,0) width 663: &quot;Test passes if the top left corner of each of the boxes is curved and if there is no red visible on the page.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 311x464
-        RenderTableSection {TBODY} at (0,0) size 311x464
-          RenderTableRow {TR} at (0,2) size 311x152
-            RenderTableCell {TD} at (2,7) size 153x142 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 310x464
+        RenderTableSection {TBODY} at (0,0) size 310x464
+          RenderTableRow {TR} at (0,2) size 310x152
+            RenderTableCell {TD} at (2,7) size 152x142 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #000000)]
</span><del>-            RenderTableCell {TD} at (156,7) size 153x142 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (156,7) size 152x142 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #000000)]
</span><del>-          RenderTableRow {TR} at (0,156) size 311x152
-            RenderTableCell {TD} at (2,161) size 153x142 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,156) size 310x152
+            RenderTableCell {TD} at (2,161) size 152x142 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #000000)]
</span><del>-            RenderTableCell {TD} at (156,161) size 153x142 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (156,161) size 152x142 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #000000)]
</span><del>-          RenderTableRow {TR} at (0,310) size 311x152
-            RenderTableCell {TD} at (2,315) size 153x142 [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,310) size 310x152
+            RenderTableCell {TD} at (2,315) size 152x142 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #000000)]
</span><del>-            RenderTableCell {TD} at (156,315) size 153x142 [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (156,315) size 152x142 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsbordertoprightradiusvalues004expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,26 +6,26 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 672x19
</span><span class="cx">           text run at (0,0) width 672: &quot;Test passes if the top right corner of each of the boxes is curved and if there is no red visible on the page.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 311x374
-        RenderTableSection {TBODY} at (0,0) size 311x374
-          RenderTableRow {TR} at (0,2) size 311x122
-            RenderTableCell {TD} at (2,12) size 153x102 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 310x374
+        RenderTableSection {TBODY} at (0,0) size 310x374
+          RenderTableRow {TR} at (0,2) size 310x122
+            RenderTableCell {TD} at (2,12) size 152x102 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #000000)]
</span><del>-            RenderTableCell {TD} at (156,12) size 153x102 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (156,12) size 152x102 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #000000)]
</span><del>-          RenderTableRow {TR} at (0,126) size 311x122
-            RenderTableCell {TD} at (2,136) size 153x102 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,126) size 310x122
+            RenderTableCell {TD} at (2,136) size 152x102 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #000000)]
</span><del>-            RenderTableCell {TD} at (156,136) size 153x102 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (156,136) size 152x102 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #000000)]
</span><del>-          RenderTableRow {TR} at (0,250) size 311x122
-            RenderTableCell {TD} at (2,260) size 153x102 [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,250) size 310x122
+            RenderTableCell {TD} at (2,260) size 152x102 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #000000)]
</span><del>-            RenderTableCell {TD} at (156,260) size 153x102 [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (156,260) size 152x102 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorietestcentercss3bordersbackgroundsnoneasimagelayerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 606x19
</span><span class="cx">           text run at (0,0) width 606: &quot;Test passes if there is green on the page and contents of the black boxes look exactly the same.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 571x286
-        RenderTableSection {TBODY} at (0,0) size 571x286
-          RenderTableRow {TR} at (0,2) size 571x282
-            RenderTableCell {TD} at (2,2) size 283x282 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 570x286
+        RenderTableSection {TBODY} at (0,0) size 570x286
+          RenderTableRow {TR} at (0,2) size 570x282
+            RenderTableCell {TD} at (2,2) size 282x282 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (11,11) size 260x260 [border: (5px solid #000000)]
</span><del>-            RenderTableCell {TD} at (286,2) size 283x282 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (286,2) size 282x282 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (11,11) size 260x260 [border: (5px solid #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatormathmlopentypeopentypestretchyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/mathml/opentype/opentype-stretchy-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/mathml/opentype/opentype-stretchy-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/mathml/opentype/opentype-stretchy-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 47x11
</span><span class="cx">               RenderMathMLBlock (anonymous, flex) at (2,0) size 42x3
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 3x3
</span><del>-                  RenderText at (0,-3) size 3x10
</del><ins>+                  RenderText at (0,-3) size 3x0
</ins><span class="cx">                     text run at (0,-3) width 3: &quot;\x{219F}&quot;
</span><span class="cx">         RenderText {#text} at (48,15) size 5x19
</span><span class="cx">           text run at (48,15) width 5: &quot; &quot;
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 47x21
</span><span class="cx">               RenderMathMLBlock (anonymous, flex) at (2,0) size 42x3
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 3x3
</span><del>-                  RenderText at (0,-3) size 3x10
</del><ins>+                  RenderText at (0,-3) size 3x0
</ins><span class="cx">                     text run at (0,-3) width 3: &quot;\x{219F}&quot;
</span><span class="cx">         RenderText {#text} at (100,15) size 5x19
</span><span class="cx">           text run at (100,15) width 5: &quot; &quot;
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 47x31
</span><span class="cx">               RenderMathMLBlock (anonymous, flex) at (2,0) size 42x3
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 3x3
</span><del>-                  RenderText at (0,-3) size 3x10
</del><ins>+                  RenderText at (0,-3) size 3x0
</ins><span class="cx">                     text run at (0,-3) width 3: &quot;\x{219F}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,51) size 784x155
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 47x150
</span><span class="cx">               RenderMathMLBlock (anonymous, flex) at (2,0) size 42x3
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 3x3
</span><del>-                  RenderText at (0,-3) size 3x10
</del><ins>+                  RenderText at (0,-3) size 3x0
</ins><span class="cx">                     text run at (0,-3) width 3: &quot;\x{219F}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,222) size 784x86
</span><span class="lines">@@ -45,6 +45,6 @@
</span><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 84x82
</span><span class="cx">               RenderMathMLBlock (anonymous, flex) at (0,0) size 83x12
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 11x12
</span><del>-                  RenderText at (0,6) size 11x10
</del><ins>+                  RenderText at (0,6) size 11x0
</ins><span class="cx">                     text run at (0,6) width 11: &quot;\x{2A1B}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug10009expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug10009-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug10009-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug10009-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 678x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 4x19
</span><span class="cx">                         text run at (2,2) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (695,2) size 77x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (695,2) size 78x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 62x39
</span><span class="cx">                 text run at (2,2) width 44: &quot;This is&quot;
</span><span class="cx">                 text run at (2,22) width 62: &quot;some text&quot;
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 678x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 4x19
</span><span class="cx">                         text run at (2,2) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (695,2) size 77x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (695,2) size 78x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 62x39
</span><span class="cx">                 text run at (2,2) width 44: &quot;This is&quot;
</span><span class="cx">                 text run at (2,22) width 62: &quot;some text&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug101201expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug101201-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug101201-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug101201-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,18 +6,18 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 74x19
</span><span class="cx">           text run at (0,0) width 74: &quot;dom access&quot;
</span><del>-      RenderTable {TABLE} at (0,20) size 65x36 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 63x34
-          RenderTableRow {TR} at (0,1) size 63x32
-            RenderTableCell {TD} at (1,1) size 61x32 [border: (5px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,20) size 64x36 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 62x34
+          RenderTableRow {TR} at (0,1) size 62x32
+            RenderTableCell {TD} at (1,1) size 60x32 [border: (5px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 48x19
</span><span class="cx">                 text run at (6,6) width 48: &quot;100000&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,56) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 60x19
</span><span class="cx">           text run at (0,0) width 60: &quot;reference&quot;
</span><del>-      RenderTable {TABLE} at (0,76) size 65x36 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 63x34
-          RenderTableRow {TR} at (0,1) size 63x32
-            RenderTableCell {TD} at (1,1) size 61x32 [border: (5px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,76) size 64x36 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 62x34
+          RenderTableRow {TR} at (0,1) size 62x32
+            RenderTableCell {TD} at (1,1) size 60x32 [border: (5px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 48x19
</span><span class="cx">                 text run at (6,6) width 48: &quot;100000&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug101674expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug101674-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug101674-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug101674-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x75 [border: (1px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x73
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x69
</span><del>-            RenderTableCell {TD} at (2,2) size 445x69 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 444x69 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 88x65
</span><span class="cx">               RenderImage {IMG} at (90,2) size 88x65
</span><span class="cx">               RenderImage {IMG} at (178,2) size 88x65
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,75) size 784x335 [border: (1px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x333
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x329
</span><del>-            RenderTableCell {TD} at (2,2) size 93x329 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 92x329 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 88x65
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">               RenderImage {IMG} at (2,67) size 88x65
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,410) size 784x335 [border: (1px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x333
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x329
</span><del>-            RenderTableCell {TD} at (2,2) size 93x329 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 92x329 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 88x65
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">               RenderImage {IMG} at (2,67) size 88x65
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug102961expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug10296-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug10296-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug10296-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -908,9 +908,9 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 767x39
</span><span class="cx">           text run at (0,0) width 767: &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,20) width 275: &quot;should be aligned top, middle, and bottom:&quot;
</span><del>-      RenderTable {TABLE} at (0,5336) size 460x121
-        RenderTableSection {TBODY} at (0,0) size 460x120
-          RenderTableRow {TR} at (0,2) size 460x116
</del><ins>+      RenderTable {TABLE} at (0,5336) size 459x121
+        RenderTableSection {TBODY} at (0,0) size 459x120
+          RenderTableRow {TR} at (0,2) size 459x116
</ins><span class="cx">             RenderTableCell {TD} at (2,75) size 35x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 31x19
</span><span class="cx">                 text run at (2,2) width 31: &quot;Data&quot;
</span><span class="lines">@@ -926,12 +926,12 @@
</span><span class="cx">             RenderTableCell {TD} at (352,48) size 51x24 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 47x19
</span><span class="cx">                 text run at (2,2) width 47: &quot;Middle&quot;
</span><del>-            RenderTableCell {TD} at (404,94) size 54x24 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (404,94) size 53x24 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 49x19
</span><span class="cx">                 text run at (2,2) width 49: &quot;Bottom&quot;
</span><del>-      RenderTable {TABLE} at (0,5456) size 460x121
-        RenderTableSection {TBODY} at (0,0) size 460x120
-          RenderTableRow {TR} at (0,2) size 460x116
</del><ins>+      RenderTable {TABLE} at (0,5456) size 459x121
+        RenderTableSection {TBODY} at (0,0) size 459x120
+          RenderTableRow {TR} at (0,2) size 459x116
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 29x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 25x19
</span><span class="cx">                 text run at (2,2) width 25: &quot;Top&quot;
</span><span class="lines">@@ -947,12 +947,12 @@
</span><span class="cx">             RenderTableCell {TD} at (326,75) size 35x24 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 31x19
</span><span class="cx">                 text run at (2,2) width 31: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (362,46) size 96x61 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (362,46) size 95x61 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,3) size 91x54
</span><span class="cx">                 text run at (2,3) width 91: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,5576) size 460x121
-        RenderTableSection {TBODY} at (0,0) size 460x120
-          RenderTableRow {TR} at (0,2) size 460x116
</del><ins>+      RenderTable {TABLE} at (0,5576) size 459x121
+        RenderTableSection {TBODY} at (0,0) size 459x120
+          RenderTableRow {TR} at (0,2) size 459x116
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 186x116 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,4) size 182x107
</span><span class="cx">                 text run at (2,4) width 182: &quot;Data&quot;
</span><span class="lines">@@ -968,12 +968,12 @@
</span><span class="cx">             RenderTableCell {TD} at (308,94) size 53x24 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 49x19
</span><span class="cx">                 text run at (2,2) width 49: &quot;Bottom&quot;
</span><del>-            RenderTableCell {TD} at (362,46) size 96x61 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (362,46) size 95x61 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,3) size 91x54
</span><span class="cx">                 text run at (2,3) width 91: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,5696) size 460x121
-        RenderTableSection {TBODY} at (0,0) size 460x120
-          RenderTableRow {TR} at (0,2) size 460x116
</del><ins>+      RenderTable {TABLE} at (0,5696) size 459x121
+        RenderTableSection {TBODY} at (0,0) size 459x120
+          RenderTableRow {TR} at (0,2) size 459x116
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 29x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 25x19
</span><span class="cx">                 text run at (2,2) width 25: &quot;Top&quot;
</span><span class="lines">@@ -989,12 +989,12 @@
</span><span class="cx">             RenderTableCell {TD} at (217,94) size 53x24 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 49x19
</span><span class="cx">                 text run at (2,2) width 49: &quot;Bottom&quot;
</span><del>-            RenderTableCell {TD} at (271,2) size 187x116 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (271,2) size 186x116 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,4) size 182x107
</span><span class="cx">                 text run at (2,4) width 182: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,5816) size 460x121
-        RenderTableSection {TBODY} at (0,0) size 460x120
-          RenderTableRow {TR} at (0,2) size 460x116
</del><ins>+      RenderTable {TABLE} at (0,5816) size 459x121
+        RenderTableSection {TBODY} at (0,0) size 459x120
+          RenderTableRow {TR} at (0,2) size 459x116
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 29x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 25x19
</span><span class="cx">                 text run at (2,2) width 25: &quot;Top&quot;
</span><span class="lines">@@ -1010,7 +1010,7 @@
</span><span class="cx">             RenderTableCell {TD} at (219,2) size 186x116 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,4) size 182x107
</span><span class="cx">                 text run at (2,4) width 182: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (406,48) size 52x24 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (406,48) size 51x24 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x19
</span><span class="cx">                 text run at (2,2) width 47: &quot;Middle&quot;
</span><span class="cx">       RenderBlock {HR} at (0,5944) size 784x3 [border: (1px inset #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug10551expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1055-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1055-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1055-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -120,13 +120,13 @@
</span><span class="cx">             text run at (277,5) width 305: &quot;style=\&quot;border-right: green 10px solid;\&quot;&quot;
</span><span class="cx">         RenderText {#text} at (581,0) size 5x19
</span><span class="cx">           text run at (581,0) width 5: &quot;.&quot;
</span><del>-      RenderTable {TABLE} at (0,561) size 477x96 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 475x93
-          RenderTableRow {TR} at (0,5) size 475x24
</del><ins>+      RenderTable {TABLE} at (0,561) size 476x96 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 474x93
+          RenderTableRow {TR} at (0,5) size 474x24
</ins><span class="cx">             RenderTableCell {TD} at (5,5) size 465x24 [border: (1px inset #808080) (10px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 451x19
</span><span class="cx">                 text run at (2,2) width 451: &quot;Every cell in this table should have a 10-pixel solid green right border.&quot;
</span><del>-          RenderTableRow {TR} at (0,34) size 475x54
</del><ins>+          RenderTableRow {TR} at (0,34) size 474x54
</ins><span class="cx">             RenderTableCell {TD} at (5,49) size 121x24 [border: (1px inset #808080) (10px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 54x19
</span><span class="cx">                 text run at (2,2) width 54: &quot;Cell one&quot;
</span><span class="lines">@@ -163,13 +163,13 @@
</span><span class="cx">             text run at (277,5) width 305: &quot;style=\&quot;border-right: green 10px solid;\&quot;&quot;
</span><span class="cx">         RenderText {#text} at (581,0) size 5x19
</span><span class="cx">           text run at (581,0) width 5: &quot;.&quot;
</span><del>-      RenderTable {TABLE} at (0,728) size 474x86
-        RenderTableSection {TBODY} at (0,0) size 474x85
-          RenderTableRow {TR} at (0,5) size 474x22
</del><ins>+      RenderTable {TABLE} at (0,728) size 473x86
+        RenderTableSection {TBODY} at (0,0) size 473x85
+          RenderTableRow {TR} at (0,5) size 473x22
</ins><span class="cx">             RenderTableCell {TD} at (5,5) size 464x22 [border: none (10px solid #008000) none] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (1,1) size 451x19
</span><span class="cx">                 text run at (1,1) width 451: &quot;Every cell in this table should have a 10-pixel solid green right border.&quot;
</span><del>-          RenderTableRow {TR} at (0,32) size 474x48
</del><ins>+          RenderTableRow {TR} at (0,32) size 473x48
</ins><span class="cx">             RenderTableCell {TD} at (5,45) size 121x22 [border: none (10px solid #008000) none] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 54x19
</span><span class="cx">                 text run at (1,1) width 54: &quot;Cell one&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug10565expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug10565-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug10565-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug10565-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 498x19
</span><span class="cx">           text run at (0,0) width 498: &quot;Using a 10px wide transparent gif with td width=\&quot;10\&quot; in the middle column...&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 677x224 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 675x222
-          RenderTableRow {TR} at (0,0) size 675x222
-            RenderTableCell {TD} at (0,0) size 332x222 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 676x224 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 674x222
+          RenderTableRow {TR} at (0,0) size 674x222
+            RenderTableCell {TD} at (0,0) size 331x222 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderInline {A} at (0,0) size 329x19 [color=#0000EE]
</span><span class="cx">                 RenderImage {IMG} at (1,1) size 329x220
</span><del>-            RenderTableCell {TD} at (331,109) size 13x4 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (331,109) size 12x4 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 10x1
</span><del>-            RenderTableCell {TD} at (343,0) size 332x222 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (343,0) size 331x222 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderInline {A} at (0,0) size 329x19 [color=#0000EE]
</span><span class="cx">                 RenderImage {IMG} at (1,1) size 329x220
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug10633expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug10633-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug10633-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug10633-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 [bgcolor=#FFFFFF]
</span><del>-      RenderTable {TABLE} at (0,0) size 469x108
-        RenderTableSection {TBODY} at (0,0) size 469x108
-          RenderTableRow {TR} at (0,0) size 469x1
</del><ins>+      RenderTable {TABLE} at (0,0) size 468x108
+        RenderTableSection {TBODY} at (0,0) size 468x108
+          RenderTableRow {TR} at (0,0) size 468x1
</ins><span class="cx">             RenderTableCell {TD} at (0,0) size 19x0 [r=0 c=0 rs=1 cs=3]
</span><span class="cx">             RenderTableCell {TD} at (18,0) size 188x1 [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (0,0) size 187x1
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">               RenderImage {IMG} at (0,0) size 187x1
</span><span class="cx">             RenderTableCell {TD} at (448,0) size 21x1 [r=0 c=10 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (0,0) size 20x1
</span><del>-          RenderTableRow {TR} at (0,1) size 469x22
</del><ins>+          RenderTableRow {TR} at (0,1) size 468x22
</ins><span class="cx">             RenderTableCell {TD} at (0,1) size 19x22 [r=1 c=0 rs=1 cs=3]
</span><span class="cx">               RenderImage {IMG} at (0,0) size 18x22
</span><span class="cx">             RenderTableCell {TD} at (18,2) size 188x20 [bgcolor=#FFCC00] [r=1 c=3 rs=1 cs=1]
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableCell {TD} at (448,1) size 21x22 [r=1 c=10 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (0,0) size 20x22
</span><del>-          RenderTableRow {TR} at (0,23) size 469x85
</del><ins>+          RenderTableRow {TR} at (0,23) size 468x85
</ins><span class="cx">             RenderTableCell {TD} at (0,55) size 7x21 [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 4x20
</span><span class="cx">                 text run at (0,1) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug10671expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1067-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1067-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1067-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,19 +4,19 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584 [bgcolor=#FFFFFF]
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,0) size 641x26
-        RenderTableSection {TBODY} at (0,0) size 641x26
-          RenderTableRow {TR} at (0,2) size 641x22
</del><ins>+      RenderTable {TABLE} at (0,0) size 640x26
+        RenderTableSection {TBODY} at (0,0) size 640x26
+          RenderTableRow {TR} at (0,2) size 640x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 112x10 [r=0 c=0 rs=1 cs=1]
</span><del>-              RenderTable {TABLE} at (1,1) size 9x8
-                RenderTableSection {TBODY} at (0,0) size 9x8
-                  RenderTableRow {TR} at (0,0) size 9x8
-                    RenderTableCell {TD} at (0,0) size 9x8 [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (116,12) size 3x2 [r=0 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (120,12) size 3x2 [r=0 c=2 rs=1 cs=1]
-            RenderTableCell {TD} at (124,12) size 3x2 [r=0 c=3 rs=1 cs=1]
-            RenderTableCell {TD} at (128,12) size 3x2 [r=0 c=4 rs=1 cs=1]
-            RenderTableCell {TD} at (132,12) size 3x2 [r=0 c=5 rs=1 cs=1]
-            RenderTableCell {TD} at (136,2) size 503x22 [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (1,1) size 8x8
+                RenderTableSection {TBODY} at (0,0) size 8x8
+                  RenderTableRow {TR} at (0,0) size 8x8
+                    RenderTableCell {TD} at (0,0) size 8x8 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (116,12) size 2x2 [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (120,12) size 2x2 [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (124,12) size 2x2 [r=0 c=3 rs=1 cs=1]
+            RenderTableCell {TD} at (128,12) size 2x2 [r=0 c=4 rs=1 cs=1]
+            RenderTableCell {TD} at (132,12) size 2x2 [r=0 c=5 rs=1 cs=1]
+            RenderTableCell {TD} at (136,2) size 502x22 [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 25x19
</span><span class="cx">                 text run at (1,1) width 25: &quot;bull&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug10672expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1067-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1067-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1067-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,12 +4,12 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584 [bgcolor=#FFFFFF]
</span><span class="cx">       RenderBlock {HR} at (0,0) size 112x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,10) size 291x60
-        RenderTableSection {TBODY} at (0,0) size 291x60
-          RenderTableRow {TR} at (0,0) size 291x60
-            RenderTableCell {TD} at (0,0) size 151x60 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,10) size 290x60
+        RenderTableSection {TBODY} at (0,0) size 290x60
+          RenderTableRow {TR} at (0,0) size 290x60
+            RenderTableCell {TD} at (0,0) size 150x60 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (20,20) size 8x19
</span><span class="cx">                 text run at (20,20) width 8: &quot;x&quot;
</span><del>-            RenderTableCell {TD} at (150,0) size 141x60 [bgcolor=#808080] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (150,0) size 140x60 [bgcolor=#808080] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (20,20) size 25x19
</span><span class="cx">                 text run at (20,20) width 25: &quot;bull&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug106795expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug106795-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug106795-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug106795-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 784x82 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 782x80
-          RenderTableRow {TR} at (0,0) size 782x38
-            RenderTableCell {TD} at (0,7) size 782x23 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 783x82 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 781x80
+          RenderTableRow {TR} at (0,0) size 781x38
+            RenderTableCell {TD} at (0,7) size 781x23 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBR {BR} at (1,9) size 0x19
</span><del>-          RenderTableRow {TR} at (0,37) size 782x6
-            RenderTableCell {TD} at (0,37) size 782x6 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,37) size 781x6
+            RenderTableCell {TD} at (0,37) size 781x6 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 779x3
</span><del>-          RenderTableRow {TR} at (0,42) size 782x38
-            RenderTableCell {TD} at (0,50) size 782x23 [bgcolor=#CC0000] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,42) size 781x38
+            RenderTableCell {TD} at (0,50) size 781x23 [bgcolor=#CC0000] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBR {BR} at (1,9) size 0x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug106816expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug106816-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug106816-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug106816-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,97 +6,97 @@
</span><span class="cx">       RenderBlock {H4} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 46x19
</span><span class="cx">           text run at (0,0) width 46: &quot;table 1&quot;
</span><del>-      RenderTable {TABLE} at (0,41) size 161x83 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 159x80
-          RenderTableRow {TR} at (0,2) size 159x24
-            RenderTableCell {TD} at (2,2) size 25x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x19
-                text run at (2,2) width 21: &quot;1.1&quot;
-            RenderTableCell {TD} at (28,15) size 25x24 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
-              RenderText {#text} at (2,2) size 21x19
-                text run at (2,2) width 21: &quot;1.2&quot;
-            RenderTableCell {TD} at (54,2) size 25x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x19
-                text run at (2,2) width 21: &quot;1.3&quot;
-            RenderTableCell {TD} at (80,2) size 25x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x19
-                text run at (2,2) width 21: &quot;1.4&quot;
-            RenderTableCell {TD} at (106,15) size 25x24 [border: (1px inset #808080)] [r=0 c=4 rs=2 cs=1]
-              RenderText {#text} at (2,2) size 21x19
-                text run at (2,2) width 21: &quot;1.5&quot;
-            RenderTableCell {TD} at (132,15) size 25x24 [border: (1px inset #808080)] [r=0 c=5 rs=2 cs=1]
-              RenderText {#text} at (2,2) size 21x19
-                text run at (2,2) width 21: &quot;1.6&quot;
-          RenderTableRow {TR} at (0,28) size 159x24
-            RenderTableCell {TD} at (2,28) size 129x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=5]
-              RenderText {#text} at (54,2) size 21x19
-                text run at (54,2) width 21: &quot;2.1&quot;
-          RenderTableRow {TR} at (0,54) size 159x24
-            RenderTableCell {TD} at (2,54) size 25x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x19
-                text run at (2,2) width 21: &quot;3.1&quot;
-            RenderTableCell {TD} at (28,54) size 25x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x19
-                text run at (2,2) width 21: &quot;3.2&quot;
-            RenderTableCell {TD} at (54,54) size 25x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x19
-                text run at (2,2) width 21: &quot;3.3&quot;
-            RenderTableCell {TD} at (80,54) size 25x24 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x19
-                text run at (2,2) width 21: &quot;3.4&quot;
-            RenderTableCell {TD} at (106,54) size 25x24 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x19
-                text run at (2,2) width 21: &quot;3.5&quot;
-            RenderTableCell {TD} at (132,54) size 25x24 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x19
-                text run at (2,2) width 21: &quot;3.6&quot;
</del><ins>+      RenderTable {TABLE} at (0,41) size 160x83 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 158x80
+          RenderTableRow {TR} at (0,2) size 158x24
+            RenderTableCell {TD} at (2,2) size 24x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x19
+                text run at (2,2) width 20: &quot;1.1&quot;
+            RenderTableCell {TD} at (28,15) size 24x24 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
+              RenderText {#text} at (2,2) size 20x19
+                text run at (2,2) width 20: &quot;1.2&quot;
+            RenderTableCell {TD} at (54,2) size 24x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x19
+                text run at (2,2) width 20: &quot;1.3&quot;
+            RenderTableCell {TD} at (80,2) size 24x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x19
+                text run at (2,2) width 20: &quot;1.4&quot;
+            RenderTableCell {TD} at (106,15) size 24x24 [border: (1px inset #808080)] [r=0 c=4 rs=2 cs=1]
+              RenderText {#text} at (2,2) size 20x19
+                text run at (2,2) width 20: &quot;1.5&quot;
+            RenderTableCell {TD} at (132,15) size 24x24 [border: (1px inset #808080)] [r=0 c=5 rs=2 cs=1]
+              RenderText {#text} at (2,2) size 20x19
+                text run at (2,2) width 20: &quot;1.6&quot;
+          RenderTableRow {TR} at (0,28) size 158x24
+            RenderTableCell {TD} at (2,28) size 128x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=5]
+              RenderText {#text} at (54,2) size 20x19
+                text run at (54,2) width 20: &quot;2.1&quot;
+          RenderTableRow {TR} at (0,54) size 158x24
+            RenderTableCell {TD} at (2,54) size 24x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x19
+                text run at (2,2) width 20: &quot;3.1&quot;
+            RenderTableCell {TD} at (28,54) size 24x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x19
+                text run at (2,2) width 20: &quot;3.2&quot;
+            RenderTableCell {TD} at (54,54) size 24x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x19
+                text run at (2,2) width 20: &quot;3.3&quot;
+            RenderTableCell {TD} at (80,54) size 24x24 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x19
+                text run at (2,2) width 20: &quot;3.4&quot;
+            RenderTableCell {TD} at (106,54) size 24x24 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x19
+                text run at (2,2) width 20: &quot;3.5&quot;
+            RenderTableCell {TD} at (132,54) size 24x24 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x19
+                text run at (2,2) width 20: &quot;3.6&quot;
</ins><span class="cx">       RenderBlock {P} at (0,139) size 784x21
</span><span class="cx">         RenderText {#text} at (0,0) size 161x19
</span><span class="cx">           text run at (0,0) width 161: &quot;cell 1.5 has rowspan=\&quot;2\&quot;&quot;
</span><span class="cx">       RenderBlock {H4} at (0,180) size 784x21
</span><span class="cx">         RenderText {#text} at (0,0) size 46x19
</span><span class="cx">           text run at (0,0) width 46: &quot;table 2&quot;
</span><del>-      RenderTable {TABLE} at (0,221) size 161x83 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 159x80
-          RenderTableRow {TR} at (0,2) size 159x24
-            RenderTableCell {TD} at (2,2) size 25x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x19
-                text run at (2,2) width 21: &quot;1.1&quot;
-            RenderTableCell {TD} at (28,15) size 25x24 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
-              RenderText {#text} at (2,2) size 21x19
-                text run at (2,2) width 21: &quot;1.2&quot;
-            RenderTableCell {TD} at (54,2) size 25x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x19
-                text run at (2,2) width 21: &quot;1.3&quot;
-            RenderTableCell {TD} at (80,2) size 25x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x19
-                text run at (2,2) width 21: &quot;1.4&quot;
-            RenderTableCell {TD} at (106,15) size 51x24 [border: (1px inset #808080)] [r=0 c=4 rs=2 cs=2]
-              RenderText {#text} at (15,2) size 21x19
-                text run at (15,2) width 21: &quot;1.5&quot;
-          RenderTableRow {TR} at (0,28) size 159x24
-            RenderTableCell {TD} at (2,28) size 129x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=5]
-              RenderText {#text} at (54,2) size 21x19
-                text run at (54,2) width 21: &quot;2.1&quot;
-          RenderTableRow {TR} at (0,54) size 159x24
-            RenderTableCell {TD} at (2,54) size 25x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x19
-                text run at (2,2) width 21: &quot;3.1&quot;
-            RenderTableCell {TD} at (28,54) size 25x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x19
-                text run at (2,2) width 21: &quot;3.2&quot;
-            RenderTableCell {TD} at (54,54) size 25x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x19
-                text run at (2,2) width 21: &quot;3.3&quot;
-            RenderTableCell {TD} at (80,54) size 25x24 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x19
-                text run at (2,2) width 21: &quot;3.4&quot;
-            RenderTableCell {TD} at (106,54) size 25x24 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x19
-                text run at (2,2) width 21: &quot;3.5&quot;
-            RenderTableCell {TD} at (132,54) size 25x24 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x19
-                text run at (2,2) width 21: &quot;3.6&quot;
</del><ins>+      RenderTable {TABLE} at (0,221) size 160x83 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 158x80
+          RenderTableRow {TR} at (0,2) size 158x24
+            RenderTableCell {TD} at (2,2) size 24x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x19
+                text run at (2,2) width 20: &quot;1.1&quot;
+            RenderTableCell {TD} at (28,15) size 24x24 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
+              RenderText {#text} at (2,2) size 20x19
+                text run at (2,2) width 20: &quot;1.2&quot;
+            RenderTableCell {TD} at (54,2) size 24x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x19
+                text run at (2,2) width 20: &quot;1.3&quot;
+            RenderTableCell {TD} at (80,2) size 24x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x19
+                text run at (2,2) width 20: &quot;1.4&quot;
+            RenderTableCell {TD} at (106,15) size 50x24 [border: (1px inset #808080)] [r=0 c=4 rs=2 cs=2]
+              RenderText {#text} at (15,2) size 20x19
+                text run at (15,2) width 20: &quot;1.5&quot;
+          RenderTableRow {TR} at (0,28) size 158x24
+            RenderTableCell {TD} at (2,28) size 128x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=5]
+              RenderText {#text} at (54,2) size 20x19
+                text run at (54,2) width 20: &quot;2.1&quot;
+          RenderTableRow {TR} at (0,54) size 158x24
+            RenderTableCell {TD} at (2,54) size 24x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x19
+                text run at (2,2) width 20: &quot;3.1&quot;
+            RenderTableCell {TD} at (28,54) size 24x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x19
+                text run at (2,2) width 20: &quot;3.2&quot;
+            RenderTableCell {TD} at (54,54) size 24x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x19
+                text run at (2,2) width 20: &quot;3.3&quot;
+            RenderTableCell {TD} at (80,54) size 24x24 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x19
+                text run at (2,2) width 20: &quot;3.4&quot;
+            RenderTableCell {TD} at (106,54) size 24x24 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x19
+                text run at (2,2) width 20: &quot;3.5&quot;
+            RenderTableCell {TD} at (132,54) size 24x24 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x19
+                text run at (2,2) width 20: &quot;3.6&quot;
</ins><span class="cx">       RenderBlock {P} at (0,319) size 784x21
</span><span class="cx">         RenderText {#text} at (0,0) size 244x19
</span><span class="cx">           text run at (0,0) width 244: &quot;cell 1.5 has colspan=\&quot;2\&quot; rowspan=\&quot;2\&quot;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1132351expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug113235-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug113235-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug113235-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 731x12119 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 729x12117
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 729x12113
</span><del>-            RenderTableCell {TD} at (2,2) size 13x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 12x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><span class="cx">             RenderTableCell {TD} at (16,2) size 711x12113 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -4242,14 +4242,14 @@
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                   RenderInline {A} at (0,0) size 0x0
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-                RenderTable {TABLE} at (0,11992) size 27x29
-                  RenderTableSection {TBODY} at (0,0) size 27x28
-                    RenderTableRow {TR} at (0,2) size 27x0
-                    RenderTableRow {TR} at (0,4) size 27x22
-                      RenderTableCell {TD} at (2,4) size 11x22 [r=1 c=0 rs=1 cs=1]
</del><ins>+                RenderTable {TABLE} at (0,11992) size 26x29
+                  RenderTableSection {TBODY} at (0,0) size 26x28
+                    RenderTableRow {TR} at (0,2) size 26x0
+                    RenderTableRow {TR} at (0,4) size 26x22
+                      RenderTableCell {TD} at (2,4) size 10x22 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                           text run at (1,1) width 8: &quot;x&quot;
</span><del>-                      RenderTableCell {TD} at (14,4) size 11x22 [r=1 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (14,4) size 10x22 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                           text run at (1,1) width 8: &quot;x&quot;
</span><span class="cx">               RenderBlock (anonymous) at (2,12110) size 707x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug113424expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug113424-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug113424-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug113424-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 601x128
-        RenderTableSection {TBODY} at (0,0) size 601x128
-          RenderTableRow {TR} at (0,0) size 601x128
-            RenderTableCell {TD} at (0,0) size 601x128 [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 601x60
-                RenderBR {BR} at (300,0) size 1x19
-                RenderBR {BR} at (300,20) size 1x19
-                RenderBR {BR} at (300,40) size 1x19
</del><ins>+      RenderTable {TABLE} at (0,0) size 600x128
+        RenderTableSection {TBODY} at (0,0) size 600x128
+          RenderTableRow {TR} at (0,0) size 600x128
+            RenderTableCell {TD} at (0,0) size 600x128 [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 600x60
+                RenderBR {BR} at (300,0) size 0x19
+                RenderBR {BR} at (300,20) size 0x19
+                RenderBR {BR} at (300,40) size 0x19
</ins><span class="cx">               RenderTable {TABLE} at (0,60) size 600x68 [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 598x66
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 598x66
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx">                               RenderInline {FONT} at (0,0) size 28x13
</span><span class="cx">                                 RenderText {#text} at (3,3) size 28x13
</span><span class="cx">                                   text run at (3,3) width 28: &quot;03.12.&quot;
</span><del>-                            RenderTableCell {TD} at (264,45) size 32x16 [r=2 c=5 rs=1 cs=1]
</del><ins>+                            RenderTableCell {TD} at (264,45) size 33x16 [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">                               RenderInline {FONT} at (0,0) size 17x13
</span><span class="cx">                                 RenderInline {A} at (0,0) size 17x13 [color=#0000EE]
</span><span class="cx">                                   RenderImage {IMG} at (7,3) size 17x10
</span><span class="lines">@@ -61,14 +61,14 @@
</span><span class="cx">                           RenderTableRow {TR} at (0,24) size 297x19 [bgcolor=#E7E7AD]
</span><span class="cx">                             RenderTableCell {TD} at (1,25) size 203x17 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                               RenderImage {IMG} at (95,3) size 12x11
</span><del>-                            RenderTableCell {TD} at (204,25) size 92x17 [r=1 c=1 rs=1 cs=1]
</del><ins>+                            RenderTableCell {TD} at (204,25) size 93x17 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                               RenderInline {FONT} at (0,0) size 17x13
</span><span class="cx">                                 RenderInline {A} at (0,0) size 17x13 [color=#0000EE]
</span><span class="cx">                                   RenderImage {IMG} at (37,3) size 17x10
</span><span class="cx">                           RenderTableRow {TR} at (0,44) size 297x19 [bgcolor=#E7DEA5]
</span><span class="cx">                             RenderTableCell {TD} at (1,45) size 203x17 [r=2 c=0 rs=1 cs=1]
</span><span class="cx">                               RenderImage {IMG} at (95,3) size 12x11
</span><del>-                            RenderTableCell {TD} at (204,45) size 92x17 [r=2 c=1 rs=1 cs=1]
</del><ins>+                            RenderTableCell {TD} at (204,45) size 93x17 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                               RenderInline {FONT} at (0,0) size 17x13
</span><span class="cx">                                 RenderInline {A} at (0,0) size 17x13 [color=#0000EE]
</span><span class="cx">                                   RenderImage {IMG} at (37,3) size 17x10
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug11631expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1163-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1163-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1163-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx">             text run at (25,20) width 163: &quot;the border shood be blue.&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (3,43) size 207x54
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 207x24
</span><del>-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px solid #0000BB)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px solid #0000BB)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;mike&quot;
</span><span class="cx">             RenderTableCell {TD} at (40,2) size 29x24 [border: (1px solid #0000BB)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;here&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 207x24
</span><del>-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px solid #0000BB)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px solid #0000BB)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;mike&quot;
</span><span class="cx">             RenderTableCell {TD} at (40,28) size 29x24 [border: (1px solid #0000BB)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1188expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1188-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1188-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1188-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -8,11 +8,11 @@
</span><span class="cx">         RenderTable {TABLE} at (0,10) size 600x186
</span><span class="cx">           RenderTableSection {TBODY} at (0,0) size 600x186
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 600x44
</span><del>-              RenderTableCell {TD} at (2,2) size 594x44 [r=0 c=0 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (2,2) size 595x44 [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">                 RenderImage {IMG} at (7,1) size 580x42
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableRow {TR} at (0,48) size 600x55
</span><del>-              RenderTableCell {TD} at (2,54) size 594x43 [bgcolor=#99CCCC] [r=1 c=0 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (2,54) size 595x43 [bgcolor=#99CCCC] [r=1 c=0 rs=1 cs=3]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 128x15
</span><span class="cx">                   RenderInline {B} at (0,0) size 128x15
</span><span class="cx">                     RenderText {#text} at (56,5) size 128x15
</span><span class="lines">@@ -84,14 +84,14 @@
</span><span class="cx">                     RenderText {#text} at (111,36) size 48x12
</span><span class="cx">                       text run at (111,36) width 48: &quot;Click Here!&quot;
</span><span class="cx">                 RenderBR {BR} at (158,45) size 1x0
</span><del>-              RenderTableCell {TD} at (436,121) size 160x18 [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (436,121) size 161x18 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {A} at (0,0) size 132x19 [color=#0000EE]
</span><span class="cx">                   RenderInline {FONT} at (0,0) size 132x15 [color=#0066FF]
</span><span class="cx">                     RenderText {#text} at (14,1) size 132x15
</span><span class="cx">                       text run at (14,1) width 132: &quot;Hassle-Free Upgrades&quot;
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableRow {TR} at (0,157) size 600x22
</span><del>-              RenderTableCell {TD} at (2,157) size 594x22 [r=3 c=0 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (2,157) size 595x22 [r=3 c=0 rs=1 cs=3]
</ins><span class="cx">                 RenderInline {A} at (0,0) size 50x19 [color=#0000EE]
</span><span class="cx">                   RenderInline {FONT} at (0,0) size 50x15 [color=#0066FF]
</span><span class="cx">                     RenderInline {B} at (0,0) size 50x15
</span><span class="lines">@@ -131,10 +131,10 @@
</span><span class="cx">                 RenderInline {A} at (0,0) size 1x19 [color=#0000EE]
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableRow {TR} at (0,181) size 600x3
</span><del>-              RenderTableCell {TD} at (2,181) size 596x3 [bgcolor=#99CCCC] [r=4 c=0 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (2,181) size 597x3 [bgcolor=#99CCCC] [r=4 c=0 rs=1 cs=4]
</ins><span class="cx">                 RenderTable {TABLE} at (1,1) size 1x1
</span><span class="cx">                   RenderTableSection {TBODY} at (0,0) size 1x1
</span><span class="cx">                     RenderTableRow {TR} at (0,0) size 1x1
</span><del>-                      RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (289,78) size 183x14
</span><span class="cx">   RenderBlock {DIV} at (6,3) size 185x15
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug12008expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12008-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12008-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12008-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,279) size 66x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;Hurz&quot;
</span><del>-            RenderTableCell {TD} at (69,279) size 711x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (69,279) size 712x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 385x19
</span><span class="cx">                 text run at (2,2) width 299: &quot;very long text that forces the browser window &quot;
</span><span class="cx">                 text run at (300,2) width 87: &quot;to be scrolled&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug120107expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug120107-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug120107-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug120107-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,12 +7,12 @@
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 360x174
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 360x170
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 356x170 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><del>-              RenderTable {TABLE} at (2,2) size 205x166 [border: (1px solid #000000)]
-                RenderTableSection {TBODY} at (1,1) size 203x164
-                  RenderTableRow {TR} at (0,2) size 203x160
-                    RenderTableCell {TD} at (2,2) size 199x160 [r=0 c=0 rs=1 cs=1]
-                      RenderTable {TABLE} at (1,1) size 197x158
-                        RenderTableSection {TBODY} at (0,0) size 197x158
-                          RenderTableRow {TR} at (0,2) size 197x154 [bgcolor=#FFA500]
-                            RenderTableCell {TD} at (2,2) size 193x154 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (2,2) size 204x166 [border: (1px solid #000000)]
+                RenderTableSection {TBODY} at (1,1) size 202x164
+                  RenderTableRow {TR} at (0,2) size 202x160
+                    RenderTableCell {TD} at (2,2) size 198x160 [r=0 c=0 rs=1 cs=1]
+                      RenderTable {TABLE} at (1,1) size 196x158
+                        RenderTableSection {TBODY} at (0,0) size 196x158
+                          RenderTableRow {TR} at (0,2) size 196x154 [bgcolor=#FFA500]
+                            RenderTableCell {TD} at (2,2) size 192x154 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderImage {IMG} at (1,1) size 190x152
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug120364expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug120364-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug120364-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug120364-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -5,17 +5,17 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderText {#text} at (0,0) size 22x19
</span><span class="cx">         text run at (0,0) width 22: &quot;foo&quot;
</span><del>-      RenderTable {TABLE} at (667,0) size 117x1807
-        RenderTableSection {TBODY} at (0,0) size 117x1807
-          RenderTableRow {TR} at (0,2) size 117x999
-            RenderTableCell {TD} at (2,2) size 113x82 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (668,0) size 116x1807
+        RenderTableSection {TBODY} at (0,0) size 116x1807
+          RenderTableRow {TR} at (0,2) size 116x999
+            RenderTableCell {TD} at (2,2) size 112x82 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBR {BR} at (1,1) size 0x19
</span><span class="cx">               RenderText {#text} at (1,21) size 103x59
</span><span class="cx">                 text run at (1,21) width 85: &quot;Create a cool&quot;
</span><span class="cx">                 text run at (1,41) width 103: &quot;home page with&quot;
</span><span class="cx">                 text run at (1,61) width 20: &quot;the&quot;
</span><del>-          RenderTableRow {TR} at (0,1002) size 117x803
-            RenderTableCell {TD} at (2,1002) size 113x63 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,1002) size 116x803
+            RenderTableCell {TD} at (2,1002) size 112x63 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBR {BR} at (1,1) size 0x19
</span><span class="cx">               RenderText {#text} at (1,21) size 96x39
</span><span class="cx">                 text run at (1,21) width 90: &quot;Get organized&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1224expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1224-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1224-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1224-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,20 +6,20 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 134x19
</span><span class="cx">           text run at (0,0) width 134: &quot;and the page works.)&quot;
</span><del>-      RenderTable {TABLE} at (0,20) size 197x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 195x54
-          RenderTableRow {TR} at (0,2) size 195x24
</del><ins>+      RenderTable {TABLE} at (0,20) size 196x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 194x54
+          RenderTableRow {TR} at (0,2) size 194x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 53x19
</span><span class="cx">                 text run at (2,2) width 53: &quot;img-cap&quot;
</span><del>-            RenderTableCell {TD} at (103,5) size 90x44 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</del><ins>+            RenderTableCell {TD} at (103,5) size 89x44 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 81x19
</span><span class="cx">                 text run at (2,2) width 81: &quot;img-features&quot;
</span><span class="cx">               RenderBR {BR} at (82,20) size 1x0
</span><span class="cx">               RenderText {#text} at (2,22) size 85x19
</span><span class="cx">                 text run at (2,22) width 85: &quot;img-holidays&quot;
</span><span class="cx">               RenderBR {BR} at (86,40) size 1x0
</span><del>-          RenderTableRow {TR} at (0,28) size 195x24
</del><ins>+          RenderTableRow {TR} at (0,28) size 194x24
</ins><span class="cx">             RenderTableCell {TD} at (2,28) size 100x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 96x19
</span><span class="cx">                 text run at (2,2) width 96: &quot;img-projo.com&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug12268expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12268-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12268-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12268-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,8 +6,8 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 342x19
</span><span class="cx">           text run at (0,0) width 342: &quot;If bug 12268 is not fixed, then the table is too narrow&quot;
</span><del>-      RenderTable {TABLE} at (0,20) size 611x110 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 609x108
-          RenderTableRow {TR} at (0,2) size 609x104
-            RenderTableCell {TD} at (2,2) size 605x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,20) size 610x110 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 608x108
+          RenderTableRow {TR} at (0,2) size 608x104
+            RenderTableCell {TD} at (2,2) size 604x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 600x100
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug12709expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12709-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12709-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12709-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,5 +12,5 @@
</span><span class="cx">                 text run at (2,22) width 132: &quot;the information you &quot;
</span><span class="cx">                 text run at (133,22) width 131: &quot;may need to use any&quot;
</span><span class="cx">                 text run at (2,42) width 164: &quot;of your Internet software.&quot;
</span><del>-            RenderTableCell {TD} at (270,6) size 60x56 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderImage {IMG} at (5,2) size 53x51
</del><ins>+            RenderTableCell {TD} at (271,6) size 59x56 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderImage {IMG} at (5,2) size 52x51
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1271expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1271-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1271-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1271-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x584
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x584
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 784x80
</span><del>-            RenderTableCell {TD} at (0,0) size 161x80 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 160x80 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 160x80
</span><span class="cx">             RenderTableCell {TD} at (160,40) size 584x0 [r=0 c=1 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (743,0) size 41x80 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (744,0) size 40x80 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 40x80
</span><span class="cx">           RenderTableRow {TR} at (0,80) size 784x464
</span><del>-            RenderTableCell {TD} at (0,312) size 161x0 [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,312) size 160x0 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (160,332) size 624x0 [r=1 c=1 rs=2 cs=2]
</span><span class="cx">           RenderTableRow {TR} at (0,544) size 784x40
</span><del>-            RenderTableCell {TD} at (0,544) size 161x40 [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,544) size 160x40 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 160x40
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug129081expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12908-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12908-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12908-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,22 +6,22 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 150x19
</span><span class="cx">           text run at (0,0) width 150: &quot;Border enabled version&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 336x226 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 334x224
-          RenderTableRow {TR} at (0,0) size 334x2
</del><ins>+      RenderTable {TABLE} at (0,36) size 335x226 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 333x224
+          RenderTableRow {TR} at (0,0) size 333x2
</ins><span class="cx">             RenderTableCell {TD} at (0,0) size 31x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (31,0) size 303x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,2) size 334x222
-            RenderTableCell {TD} at (0,2) size 334x222 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (31,0) size 302x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,2) size 333x222
+            RenderTableCell {TD} at (0,2) size 333x222 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 329x220
</span><span class="cx">       RenderBlock {P} at (0,278) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 208x19
</span><span class="cx">           text run at (0,0) width 208: &quot;Cellspanned cell's bgcolor is red&quot;
</span><del>-      RenderTable {TABLE} at (0,314) size 330x220
-        RenderTableSection {TBODY} at (0,0) size 330x220
-          RenderTableRow {TR} at (0,0) size 330x0
</del><ins>+      RenderTable {TABLE} at (0,314) size 329x220
+        RenderTableSection {TBODY} at (0,0) size 329x220
+          RenderTableRow {TR} at (0,0) size 329x0
</ins><span class="cx">             RenderTableCell {TD} at (0,0) size 29x0 [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (29,0) size 301x0 [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,0) size 330x220
-            RenderTableCell {TD} at (0,0) size 330x220 [bgcolor=#FF0000] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (29,0) size 300x0 [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,0) size 329x220
+            RenderTableCell {TD} at (0,0) size 329x220 [bgcolor=#FF0000] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 329x220
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug129082expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12908-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12908-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12908-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,11 +3,11 @@
</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 353x50
-        RenderTableSection {TBODY} at (0,0) size 353x50
-          RenderTableRow {TR} at (0,0) size 353x20
</del><ins>+      RenderTable {TABLE} at (0,0) size 352x50
+        RenderTableSection {TBODY} at (0,0) size 352x50
+          RenderTableRow {TR} at (0,0) size 352x20
</ins><span class="cx">             RenderTableCell {TD} at (0,10) size 52x0 [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (52,10) size 301x0 [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,20) size 353x30
-            RenderTableCell {TD} at (0,20) size 353x30 [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (52,10) size 300x0 [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,20) size 352x30
+            RenderTableCell {TD} at (0,20) size 352x30 [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 352x30
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug129102expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12910-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12910-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug12910-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,11 +6,11 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 800x20
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 800x20
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 800x20
</span><del>-            RenderTableCell {TD} at (0,0) size 5x20 [r=0 c=0 rs=1 cs=1]
-              RenderImage {IMG} at (0,0) size 5x20
</del><ins>+            RenderTableCell {TD} at (0,0) size 4x20 [r=0 c=0 rs=1 cs=1]
+              RenderImage {IMG} at (0,0) size 4x20
</ins><span class="cx">             RenderTableCell {TD} at (4,6) size 672x14 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (0,0) size 672x14
</span><del>-            RenderTableCell {TD} at (675,3) size 106x14 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (676,3) size 105x14 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 14x14
</span><span class="cx">               RenderImage {IMG} at (14,0) size 14x14
</span><span class="cx">               RenderImage {IMG} at (28,0) size 14x14
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx">               RenderImage {IMG} at (77,0) size 14x14
</span><span class="cx">               RenderImage {IMG} at (91,0) size 14x14
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (780,6) size 16x14 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (781,6) size 15x14 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 15x14
</span><del>-            RenderTableCell {TD} at (795,0) size 5x20 [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (796,0) size 4x20 [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 4x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1296expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1296-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1296-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1296-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,14 +10,14 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 186x20
</span><span class="cx">                 text run at (1,2) width 186: &quot;Let's put some space in here!&quot;
</span><span class="cx">             RenderTableCell {TD} at (191,2) size 455x59 [r=0 c=1 rs=1 cs=1]
</span><del>-              RenderTable {TABLE} at (1,1) size 453x57
-                RenderTableSection {TBODY} at (0,0) size 453x57
-                  RenderTableRow {TR} at (0,2) size 453x53
-                    RenderTableCell {TD} at (2,2) size 449x53 [r=0 c=0 rs=1 cs=1]
-                      RenderTable {TABLE} at (1,1) size 447x51
-                        RenderTableSection {TBODY} at (0,0) size 447x51
-                          RenderTableRow {TR} at (0,2) size 447x47
-                            RenderTableCell {TD} at (2,2) size 443x47 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (1,1) size 452x57
+                RenderTableSection {TBODY} at (0,0) size 452x57
+                  RenderTableRow {TR} at (0,2) size 452x53
+                    RenderTableCell {TD} at (2,2) size 448x53 [r=0 c=0 rs=1 cs=1]
+                      RenderTable {TABLE} at (1,1) size 446x51
+                        RenderTableSection {TBODY} at (0,0) size 446x51
+                          RenderTableRow {TR} at (0,2) size 446x47
+                            RenderTableCell {TD} at (2,2) size 442x47 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderImage {IMG} at (1,45) size 4x1
</span><span class="cx">                               RenderImage {IMG} at (5,6) size 436x35
</span><span class="cx">                               RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1302expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1302-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1302-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1302-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,186 +10,186 @@
</span><span class="cx">             RenderText {#text} at (225,0) size 334x19
</span><span class="cx">               text run at (225,0) width 334: &quot;Tables I, II, III, IV (cellpadding=0 cellspacing=5)&quot;
</span><span class="cx">         RenderTable {TABLE} at (98,54) size 588x126 [bgcolor=#FFCC00] [border: (1px outset #808080)]
</span><del>-          RenderTableSection {TBODY} at (1,1) size 586x124
-            RenderTableRow {TR} at (0,2) size 586x120
-              RenderTableCell {TD} at (2,2) size 155x120 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                RenderTable {TABLE} at (6,6) size 143x108 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
-                  RenderBlock {CAPTION} at (0,0) size 143x20
</del><ins>+          RenderTableSection {TBODY} at (1,1) size 585x124
+            RenderTableRow {TR} at (0,2) size 585x120
+              RenderTableCell {TD} at (2,2) size 154x120 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderTable {TABLE} at (6,6) size 142x108 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
+                  RenderBlock {CAPTION} at (0,0) size 142x20
</ins><span class="cx">                     RenderInline {NOBR} at (0,0) size 46x19
</span><span class="cx">                       RenderText {#text} at (48,0) size 46x19
</span><span class="cx">                         text run at (48,0) width 46: &quot;Table I&quot;
</span><del>-                  RenderTableSection {TBODY} at (1,21) size 141x86
-                    RenderTableRow {TR} at (0,5) size 141x22
-                      RenderTableCell {TD} at (5,5) size 23x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableSection {TBODY} at (1,21) size 140x86
+                    RenderTableRow {TR} at (0,5) size 140x22
+                      RenderTableCell {TD} at (5,5) size 22x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,5) size 23x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,5) size 22x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,5) size 23x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,5) size 22x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,3&quot;
</span><del>-                      RenderTableCell {TD} at (86,5) size 23x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (86,5) size 22x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,4&quot;
</span><del>-                      RenderTableCell {TD} at (113,5) size 23x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (113,5) size 22x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,5&quot;
</span><del>-                    RenderTableRow {TR} at (0,32) size 141x22
-                      RenderTableCell {TD} at (5,32) size 23x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,32) size 140x22
+                      RenderTableCell {TD} at (5,32) size 22x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,32) size 23x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,32) size 22x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,32) size 23x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,32) size 22x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,3&quot;
</span><del>-                      RenderTableCell {TD} at (86,32) size 23x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (86,32) size 22x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,4&quot;
</span><del>-                      RenderTableCell {TD} at (113,32) size 23x22 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (113,32) size 22x22 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,5&quot;
</span><del>-                    RenderTableRow {TR} at (0,59) size 141x22
-                      RenderTableCell {TD} at (5,59) size 23x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,59) size 140x22
+                      RenderTableCell {TD} at (5,59) size 22x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,59) size 23x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,59) size 22x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,59) size 23x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,59) size 22x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,3&quot;
</span><del>-                      RenderTableCell {TD} at (86,59) size 23x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (86,59) size 22x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,4&quot;
</span><del>-                      RenderTableCell {TD} at (113,59) size 23x22 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (113,59) size 22x22 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,5&quot;
</span><del>-              RenderTableCell {TD} at (158,2) size 155x120 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-                RenderTable {TABLE} at (6,6) size 143x108 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
-                  RenderBlock {CAPTION} at (0,0) size 143x20
-                    RenderInline {NOBR} at (0,0) size 51x19
-                      RenderText {#text} at (46,0) size 51x19
-                        text run at (46,0) width 51: &quot;Table II&quot;
-                  RenderTableSection {TBODY} at (1,21) size 141x86
-                    RenderTableRow {TR} at (0,5) size 141x22
-                      RenderTableCell {TD} at (5,5) size 23x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (158,2) size 154x120 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+                RenderTable {TABLE} at (6,6) size 142x108 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
+                  RenderBlock {CAPTION} at (0,0) size 142x20
+                    RenderInline {NOBR} at (0,0) size 50x19
+                      RenderText {#text} at (46,0) size 50x19
+                        text run at (46,0) width 50: &quot;Table II&quot;
+                  RenderTableSection {TBODY} at (1,21) size 140x86
+                    RenderTableRow {TR} at (0,5) size 140x22
+                      RenderTableCell {TD} at (5,5) size 22x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,5) size 50x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=2]
</del><ins>+                      RenderTableCell {TD} at (32,5) size 49x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=2]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,2&quot;
</span><del>-                      RenderTableCell {TD} at (86,5) size 23x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (86,5) size 22x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,4&quot;
</span><del>-                      RenderTableCell {TD} at (113,5) size 23x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (113,5) size 22x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,5&quot;
</span><del>-                    RenderTableRow {TR} at (0,32) size 141x22
-                      RenderTableCell {TD} at (5,32) size 23x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,32) size 140x22
+                      RenderTableCell {TD} at (5,32) size 22x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,32) size 23x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,32) size 22x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,32) size 50x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=2]
</del><ins>+                      RenderTableCell {TD} at (59,32) size 49x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=2]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,3&quot;
</span><del>-                      RenderTableCell {TD} at (113,32) size 23x22 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (113,32) size 22x22 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,5&quot;
</span><del>-                    RenderTableRow {TR} at (0,59) size 141x22
-                      RenderTableCell {TD} at (5,59) size 23x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,59) size 140x22
+                      RenderTableCell {TD} at (5,59) size 22x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,59) size 23x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,59) size 22x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,59) size 23x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,59) size 22x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,3&quot;
</span><del>-                      RenderTableCell {TD} at (86,59) size 23x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (86,59) size 22x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,4&quot;
</span><del>-                      RenderTableCell {TD} at (113,59) size 23x22 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (113,59) size 22x22 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,5&quot;
</span><del>-              RenderTableCell {TD} at (314,2) size 135x120 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-                RenderTable {TABLE} at (6,6) size 123x108 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
-                  RenderBlock {CAPTION} at (0,0) size 123x20
</del><ins>+              RenderTableCell {TD} at (314,2) size 134x120 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+                RenderTable {TABLE} at (6,6) size 122x108 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
+                  RenderBlock {CAPTION} at (0,0) size 122x20
</ins><span class="cx">                     RenderInline {NOBR} at (0,0) size 56x19
</span><span class="cx">                       RenderText {#text} at (33,0) size 56x19
</span><span class="cx">                         text run at (33,0) width 56: &quot;Table III&quot;
</span><del>-                  RenderTableSection {TBODY} at (1,21) size 121x86
-                    RenderTableRow {TR} at (0,5) size 121x22
-                      RenderTableCell {TD} at (5,5) size 23x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableSection {TBODY} at (1,21) size 120x86
+                    RenderTableRow {TR} at (0,5) size 120x22
+                      RenderTableCell {TD} at (5,5) size 22x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,5) size 30x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=2]
</del><ins>+                      RenderTableCell {TD} at (32,5) size 29x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=2]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,2&quot;
</span><del>-                      RenderTableCell {TD} at (66,5) size 23x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (66,5) size 22x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,4&quot;
</span><del>-                      RenderTableCell {TD} at (93,5) size 23x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (93,5) size 22x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,5&quot;
</span><del>-                    RenderTableRow {TR} at (0,32) size 121x22
-                      RenderTableCell {TD} at (5,32) size 23x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,32) size 120x22
+                      RenderTableCell {TD} at (5,32) size 22x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,32) size 23x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,32) size 22x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,32) size 30x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=2]
</del><ins>+                      RenderTableCell {TD} at (59,32) size 29x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=2]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,3&quot;
</span><del>-                      RenderTableCell {TD} at (93,32) size 23x22 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (93,32) size 22x22 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,5&quot;
</span><del>-                    RenderTableRow {TR} at (0,59) size 121x22
-                      RenderTableCell {TD} at (5,59) size 23x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,59) size 120x22
+                      RenderTableCell {TD} at (5,59) size 22x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,69) size 23x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
-                      RenderTableCell {TD} at (59,69) size 3x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
-                      RenderTableCell {TD} at (66,69) size 23x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
-                      RenderTableCell {TD} at (93,59) size 23x22 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,69) size 22x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
+                      RenderTableCell {TD} at (59,69) size 2x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
+                      RenderTableCell {TD} at (66,69) size 22x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
+                      RenderTableCell {TD} at (93,59) size 22x22 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,5&quot;
</span><del>-              RenderTableCell {TD} at (450,2) size 134x93 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-                RenderTable {TABLE} at (6,6) size 122x81 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
-                  RenderBlock {CAPTION} at (0,0) size 122x20
</del><ins>+              RenderTableCell {TD} at (450,2) size 133x93 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+                RenderTable {TABLE} at (6,6) size 121x81 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
+                  RenderBlock {CAPTION} at (0,0) size 121x20
</ins><span class="cx">                     RenderInline {NOBR} at (0,0) size 57x19
</span><span class="cx">                       RenderText {#text} at (32,0) size 57x19
</span><span class="cx">                         text run at (32,0) width 57: &quot;Table IV&quot;
</span><del>-                  RenderTableSection {TBODY} at (1,21) size 120x59
-                    RenderTableRow {TR} at (0,5) size 120x22
-                      RenderTableCell {TD} at (5,5) size 23x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableSection {TBODY} at (1,21) size 119x59
+                    RenderTableRow {TR} at (0,5) size 119x22
+                      RenderTableCell {TD} at (5,5) size 22x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,5) size 29x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=2]
</del><ins>+                      RenderTableCell {TD} at (32,5) size 28x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=2]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,2&quot;
</span><del>-                      RenderTableCell {TD} at (65,5) size 23x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (65,5) size 22x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,4&quot;
</span><del>-                      RenderTableCell {TD} at (92,5) size 23x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (92,5) size 22x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,5&quot;
</span><del>-                    RenderTableRow {TR} at (0,32) size 120x22
-                      RenderTableCell {TD} at (5,32) size 23x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,32) size 119x22
+                      RenderTableCell {TD} at (5,32) size 22x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,32) size 23x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,32) size 22x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,32) size 29x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=2]
</del><ins>+                      RenderTableCell {TD} at (59,32) size 28x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=2]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,3&quot;
</span><del>-                      RenderTableCell {TD} at (92,32) size 23x22 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (92,32) size 22x22 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,5&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,180) size 784x20
</span><span class="lines">@@ -282,7 +282,7 @@
</span><span class="cx">             RenderTableCell {TD} at (440,2) size 32x24 [bgcolor=#99CCCC] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;blue&quot;
</span><del>-            RenderTableCell {TD} at (473,2) size 203x24 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (474,2) size 202x24 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;that&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 678x24
</span><span class="lines">@@ -309,14 +309,14 @@
</span><span class="cx">             RenderTableCell {TD} at (456,2) size 33x24 [bgcolor=#99CCCC] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;blue&quot;
</span><del>-            RenderTableCell {TD} at (490,2) size 186x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (490,2) size 187x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;that&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 678x24
</span><span class="cx">             RenderTableCell {TD} at (2,28) size 78x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><del>-            RenderTableCell {TD} at (81,28) size 595x24 [bgcolor=#99CCCC] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (81,28) size 596x24 [bgcolor=#99CCCC] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,2) size 229x19
</span><span class="cx">                 text run at (2,2) width 229: &quot;blue (colspan=3) --- spans correctly&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,936) size 784x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug13169expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug13169-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug13169-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug13169-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,25 +3,25 @@
</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 [bgcolor=#C0C0C0]
</span><del>-      RenderTable {TABLE} at (0,0) size 673x234 [border: (3px outset #808080)]
-        RenderTableSection {TBODY} at (3,3) size 667x228
-          RenderTableRow {TR} at (0,0) size 667x4
-            RenderTableCell {TD} at (0,0) size 334x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (333,0) size 334x224 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 672x234 [border: (3px outset #808080)]
+        RenderTableSection {TBODY} at (3,3) size 666x228
+          RenderTableRow {TR} at (0,0) size 666x4
+            RenderTableCell {TD} at (0,0) size 333x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (333,0) size 333x224 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 329x220
</span><del>-          RenderTableRow {TR} at (0,4) size 667x220
-            RenderTableCell {TD} at (0,4) size 334x224 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,4) size 666x220
+            RenderTableCell {TD} at (0,4) size 333x224 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 329x220
</span><del>-          RenderTableRow {TR} at (0,224) size 667x4
-            RenderTableCell {TD} at (333,224) size 334x4 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
-      RenderTable {TABLE} at (0,234) size 676x237 [border: (3px outset #808080)]
-        RenderTableSection {TBODY} at (3,3) size 670x231
-          RenderTableRow {TR} at (0,1) size 670x4
-            RenderTableCell {TD} at (1,1) size 334x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (335,1) size 334x224 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,224) size 666x4
+            RenderTableCell {TD} at (333,224) size 333x4 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
+      RenderTable {TABLE} at (0,234) size 675x237 [border: (3px outset #808080)]
+        RenderTableSection {TBODY} at (3,3) size 669x231
+          RenderTableRow {TR} at (0,1) size 669x4
+            RenderTableCell {TD} at (1,1) size 333x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (335,1) size 333x224 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 329x220
</span><del>-          RenderTableRow {TR} at (0,6) size 670x219
-            RenderTableCell {TD} at (1,6) size 334x224 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,6) size 669x219
+            RenderTableCell {TD} at (1,6) size 333x224 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 329x220
</span><del>-          RenderTableRow {TR} at (0,226) size 670x4
-            RenderTableCell {TD} at (335,226) size 334x4 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,226) size 669x4
+            RenderTableCell {TD} at (335,226) size 333x4 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1318expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1318-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1318-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1318-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,8 +6,8 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x156
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x156
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 784x82
</span><del>-            RenderTableCell {TD} at (0,0) size 784x82 [r=0 c=0 rs=1 cs=4]
-              RenderBR {BR} at (392,1) size 0x19
</del><ins>+            RenderTableCell {TD} at (0,0) size 785x82 [r=0 c=0 rs=1 cs=4]
+              RenderBR {BR} at (392,1) size 1x19
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 732x59
</span><span class="cx">                 RenderText {#text} at (26,21) size 732x39
</span><span class="cx">                   text run at (26,21) width 183: &quot;The Supreme Court says &quot;
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">                   text run at (210,41) width 223: &quot;children to church-run schools. &quot;
</span><span class="cx">                   text run at (432,41) width 142: &quot;What's your stand? &quot;
</span><span class="cx">                 RenderBR {BR} at (573,56) size 1x0
</span><del>-                RenderBR {BR} at (392,61) size 0x19
</del><ins>+                RenderBR {BR} at (392,61) size 1x19
</ins><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderTableRow {TR} at (0,82) size 784x24
</span><span class="cx">             RenderTableCell {TD} at (0,85) size 533x18 [r=1 c=0 rs=1 cs=1]
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx">                     text run at (266,1) width 76: &quot;View Results&quot;
</span><span class="cx">               RenderInline {FONT} at (0,0) size 1x15
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (608,130) size 176x26 [r=3 c=2 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (608,130) size 177x26 [r=3 c=2 rs=1 cs=2]
</ins><span class="cx">               RenderButton {INPUT} at (65,3) size 46x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                 RenderBlock (anonymous) at (12,3) size 21x14
</span><span class="cx">                   RenderText at (0,0) size 21x14
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1395241expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug139524-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug139524-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug139524-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,6 +14,6 @@
</span><span class="cx">             RenderTableCell {TD} at (262,2) size 260x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x19
</span><span class="cx">                 text run at (1,1) width 16: &quot;05&quot;
</span><del>-            RenderTableCell {TD} at (523,2) size 259x22 [bgcolor=#FF00FF] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (523,2) size 260x22 [bgcolor=#FF00FF] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 16x19
</span><span class="cx">                 text run at (1,1) width 16: &quot;04&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1395242expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug139524-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug139524-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug139524-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -28,18 +28,18 @@
</span><span class="cx">       RenderBlock {P} at (0,277) size 784x21
</span><span class="cx">         RenderText {#text} at (0,0) size 384x19
</span><span class="cx">           text run at (0,0) width 384: &quot;So it would appear that the SPAN attribute is being ignored.&quot;
</span><del>-      RenderTable {TABLE} at (0,313) size 409x29
</del><ins>+      RenderTable {TABLE} at (0,313) size 408x29
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (0,0) size 409x28
-          RenderTableRow {TR} at (0,2) size 409x24
</del><ins>+        RenderTableSection {TBODY} at (0,0) size 408x28
+          RenderTableRow {TR} at (0,2) size 408x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;col 1&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 101x24 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,2) size 100x24 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;col 2&quot;
</span><del>-            RenderTableCell {TD} at (206,2) size 201x24 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,2) size 200x24 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;col 3&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1395243expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug139524-3-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug139524-3-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug139524-3-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,6 +14,6 @@
</span><span class="cx">             RenderTableCell {TD} at (262,2) size 260x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x19
</span><span class="cx">                 text run at (1,1) width 16: &quot;05&quot;
</span><del>-            RenderTableCell {TD} at (523,2) size 259x22 [bgcolor=#FF00FF] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (523,2) size 260x22 [bgcolor=#FF00FF] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 16x19
</span><span class="cx">                 text run at (1,1) width 16: &quot;04&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1395244expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug139524-4-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug139524-4-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug139524-4-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,21 +3,21 @@
</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 313x30 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 312x30 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 311x28
-          RenderTableRow {TR} at (0,2) size 311x24
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 310x28
+          RenderTableRow {TR} at (0,2) size 310x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 50x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;1&quot;
</span><del>-            RenderTableCell {TD} at (54,2) size 51x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,2) size 50x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;2&quot;
</span><del>-            RenderTableCell {TD} at (106,2) size 101x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,2) size 100x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;3&quot;
</span><del>-            RenderTableCell {TD} at (208,2) size 101x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (208,2) size 100x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;4&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1430expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1430-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1430-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1430-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -30,14 +30,14 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 186x20
</span><span class="cx">                 text run at (1,2) width 186: &quot;Let's put some space in here!&quot;
</span><span class="cx">             RenderTableCell {TD} at (191,2) size 455x59 [r=0 c=1 rs=1 cs=1]
</span><del>-              RenderTable {TABLE} at (1,1) size 453x57
-                RenderTableSection {TBODY} at (0,0) size 453x57
-                  RenderTableRow {TR} at (0,2) size 453x53
-                    RenderTableCell {TD} at (2,2) size 449x53 [r=0 c=0 rs=1 cs=1]
-                      RenderTable {TABLE} at (1,1) size 447x51
-                        RenderTableSection {TBODY} at (0,0) size 447x51
-                          RenderTableRow {TR} at (0,2) size 447x47
-                            RenderTableCell {TD} at (2,2) size 443x47 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (1,1) size 452x57
+                RenderTableSection {TBODY} at (0,0) size 452x57
+                  RenderTableRow {TR} at (0,2) size 452x53
+                    RenderTableCell {TD} at (2,2) size 448x53 [r=0 c=0 rs=1 cs=1]
+                      RenderTable {TABLE} at (1,1) size 446x51
+                        RenderTableSection {TBODY} at (0,0) size 446x51
+                          RenderTableRow {TR} at (0,2) size 446x47
+                            RenderTableCell {TD} at (2,2) size 442x47 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderImage {IMG} at (1,45) size 4x1
</span><span class="cx">                               RenderImage {IMG} at (5,6) size 436x35
</span><span class="cx">                               RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug14323expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug14323-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug14323-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug14323-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,40 +4,40 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584 [bgcolor=#FFFFFF]
</span><span class="cx">       RenderBlock {HR} at (0,0) size 152x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,10) size 185x49 [bgcolor=#F7D68C] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 183x47
-          RenderTableRow {TR} at (0,0) size 183x47
-            RenderTableCell {TD} at (0,2) size 139x43 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,10) size 184x49 [bgcolor=#F7D68C] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 182x47
+          RenderTableRow {TR} at (0,0) size 182x47
+            RenderTableCell {TD} at (0,2) size 138x43 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 136x40
</span><span class="cx">                 text run at (1,2) width 136: &quot;xxxxxxxxxxxxxxxxx&quot;
</span><span class="cx">                 text run at (1,22) width 100: &quot;xxxxxx xxxxxx&quot;
</span><del>-            RenderTableCell {TD} at (138,0) size 45x47 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,0) size 44x47 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 21x45
</span><span class="cx">               RenderImage {IMG} at (22,1) size 21x45
</span><span class="cx">       RenderBlock (anonymous) at (0,59) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,79) size 469x74 [bgcolor=#F7D68C]
-        RenderTableSection {TBODY} at (0,0) size 469x74
-          RenderTableRow {TR} at (0,0) size 469x44
-            RenderTableCell {TD} at (0,0) size 327x22 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,79) size 468x74 [bgcolor=#F7D68C]
+        RenderTableSection {TBODY} at (0,0) size 468x74
+          RenderTableRow {TR} at (0,0) size 468x44
+            RenderTableCell {TD} at (0,0) size 326x22 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 261x21
</span><span class="cx">                 RenderInline {B} at (0,0) size 261x21
</span><span class="cx">                   RenderText {#text} at (0,0) size 261x21
</span><span class="cx">                     text run at (0,0) width 261: &quot; 25 offres d'emploi des entreprises&quot;
</span><del>-            RenderTableCell {TD} at (326,0) size 101x44 [bgcolor=#EE9E02] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (326,0) size 100x44 [bgcolor=#EE9E02] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (18,16) size 21x1
</span><span class="cx">               RenderText {#text} at (38,0) size 35x19
</span><span class="cx">                 text run at (38,0) width 35: &quot;page &quot;
</span><del>-              RenderInline {FONT} at (0,0) size 29x43
-                RenderInline {B} at (0,0) size 29x43
-                  RenderText {#text} at (72,0) size 29x43
-                    text run at (72,0) width 29: &quot;12 /&quot;
-                    text run at (82,22) width 19: &quot;13&quot;
-            RenderTableCell {TD} at (426,0) size 43x45 [r=0 c=2 rs=2 cs=1]
</del><ins>+              RenderInline {FONT} at (0,0) size 28x43
+                RenderInline {B} at (0,0) size 28x43
+                  RenderText {#text} at (72,0) size 28x43
+                    text run at (72,0) width 28: &quot;12 /&quot;
+                    text run at (82,22) width 18: &quot;13&quot;
+            RenderTableCell {TD} at (426,0) size 42x45 [r=0 c=2 rs=2 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 21x45
</span><span class="cx">               RenderImage {IMG} at (21,0) size 21x45
</span><del>-          RenderTableRow {TR} at (0,44) size 469x30
-            RenderTableCell {TD} at (0,44) size 327x30 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,44) size 468x30
+            RenderTableCell {TD} at (0,44) size 326x30 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 326x30
</span><del>-            RenderTableCell {TD} at (326,44) size 101x30 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (326,44) size 100x30 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 100x30
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1474expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1474-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1474-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1474-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,9 +12,9 @@
</span><span class="cx">             RenderTableCell {TD} at (135,2) size 136x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (272,2) size 175x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (272,2) size 176x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (448,2) size 176x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (449,2) size 175x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;four!&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug14929expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug14929-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug14929-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug14929-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,13 +10,13 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 640x94 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 638x92
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 638x62
</span><del>-              RenderTableCell {TD} at (2,2) size 634x62 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+              RenderTableCell {TD} at (2,2) size 635x62 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">                 RenderImage {IMG} at (2,2) size 600x58
</span><span class="cx">             RenderTableRow {TR} at (0,66) size 638x24
</span><span class="cx">               RenderTableCell {TD} at (2,66) size 127x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 58x19
</span><span class="cx">                   text run at (2,2) width 58: &quot;MC Visa&quot;
</span><del>-              RenderTableCell {TD} at (130,66) size 506x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (130,66) size 507x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 48x19
</span><span class="cx">                   text run at (2,2) width 48: &quot;SLmail&quot;
</span><span class="cx">       RenderBlock {HR} at (0,146) size 130x2 [border: (1px inset #000000)]
</span><span class="lines">@@ -27,13 +27,13 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 640x54 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 638x52
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 638x22
</span><del>-              RenderTableCell {TD} at (2,2) size 634x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+              RenderTableCell {TD} at (2,2) size 635x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">                 RenderImage {IMG} at (2,2) size 190x18
</span><span class="cx">             RenderTableRow {TR} at (0,26) size 638x24
</span><span class="cx">               RenderTableCell {TD} at (2,26) size 127x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 58x19
</span><span class="cx">                   text run at (2,2) width 58: &quot;MC Visa&quot;
</span><del>-              RenderTableCell {TD} at (130,26) size 506x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (130,26) size 507x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 48x19
</span><span class="cx">                   text run at (2,2) width 48: &quot;SLmail&quot;
</span><span class="cx">       RenderBlock {HR} at (0,262) size 130x2 [border: (1px inset #000000)]
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 640x76 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 638x74
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 638x44
</span><del>-              RenderTableCell {TD} at (2,2) size 634x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+              RenderTableCell {TD} at (2,2) size 635x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 612x39
</span><span class="cx">                   text run at (2,2) width 612: &quot;text text text text text text text text text text text text text text text text text text text text text text&quot;
</span><span class="cx">                   text run at (2,22) width 192: &quot;text text text text text text text&quot;
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx">               RenderTableCell {TD} at (2,48) size 127x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 58x19
</span><span class="cx">                   text run at (2,2) width 58: &quot;MC Visa&quot;
</span><del>-              RenderTableCell {TD} at (130,48) size 506x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (130,48) size 507x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 48x19
</span><span class="cx">                   text run at (2,2) width 48: &quot;SLmail&quot;
</span><span class="cx">       RenderBlock {HR} at (0,400) size 130x2 [border: (1px inset #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug15247expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug15247-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug15247-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug15247-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx">               RenderBlock (anonymous) at (2,72) size 616x20
</span><span class="cx">                 RenderText {#text} at (0,0) size 248x19
</span><span class="cx">                   text run at (0,0) width 248: &quot;some normal text after the nested table&quot;
</span><del>-            RenderTableCell {TD} at (623,27) size 157x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (624,27) size 157x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 150x39
</span><span class="cx">                 text run at (2,2) width 150: &quot;contents of table cell to&quot;
</span><span class="cx">                 text run at (2,22) width 31: &quot;right&quot;
</span><span class="lines">@@ -50,14 +50,14 @@
</span><span class="cx">                       RenderText {#text} at (2,2) size 161x39
</span><span class="cx">                         text run at (2,2) width 161: &quot;selection of words to pad&quot;
</span><span class="cx">                         text run at (2,22) width 59: &quot;table cell&quot;
</span><del>-                    RenderTableCell {TD} at (376,2) size 186x44 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (376,2) size 187x44 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 161x39
</span><span class="cx">                         text run at (2,2) width 161: &quot;selection of words to pad&quot;
</span><span class="cx">                         text run at (2,22) width 59: &quot;table cell&quot;
</span><span class="cx">               RenderBlock (anonymous) at (2,72) size 616x20
</span><span class="cx">                 RenderText {#text} at (0,0) size 248x19
</span><span class="cx">                   text run at (0,0) width 248: &quot;some normal text after the nested table&quot;
</span><del>-            RenderTableCell {TD} at (623,27) size 157x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (624,27) size 157x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 150x39
</span><span class="cx">                 text run at (2,2) width 150: &quot;contents of table cell to&quot;
</span><span class="cx">                 text run at (2,22) width 31: &quot;right&quot;
</span><span class="lines">@@ -86,7 +86,7 @@
</span><span class="cx">               RenderBlock (anonymous) at (2,100) size 621x20
</span><span class="cx">                 RenderText {#text} at (0,0) size 248x19
</span><span class="cx">                   text run at (0,0) width 248: &quot;some normal text after the nested table&quot;
</span><del>-            RenderTableCell {TD} at (628,41) size 152x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (628,41) size 153x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 133x39
</span><span class="cx">                 text run at (2,2) width 133: &quot;contents of table cell&quot;
</span><span class="cx">                 text run at (2,22) width 47: &quot;to right&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug154780expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug154780-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug154780-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug154780-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 784x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 629x22 [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (632,2) size 150x22 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (632,2) size 151x22 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 23x19
</span><span class="cx">                 text run at (1,1) width 23: &quot;test&quot;
</span><span class="cx"> layer at (274,11) size 100x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug15544expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug15544-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug15544-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug15544-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -8,33 +8,33 @@
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 80x56
</span><span class="cx">             RenderTableCell {TD} at (0,46) size 31x94 [r=0 c=0 rs=3 cs=1]
</span><span class="cx">               RenderImage {IMG} at (0,0) size 30x93
</span><del>-            RenderTableCell {TD} at (30,0) size 50x56 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (30,0) size 51x56 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 25x28
</span><span class="cx">               RenderImage {IMG} at (0,28) size 25x28
</span><span class="cx">           RenderTableRow {TR} at (0,56) size 80x50
</span><del>-            RenderTableCell {TD} at (30,56) size 50x50 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (30,56) size 51x50 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 25x25
</span><span class="cx">               RenderImage {IMG} at (0,25) size 25x25
</span><span class="cx">           RenderTableRow {TR} at (0,106) size 80x80
</span><del>-            RenderTableCell {TD} at (30,106) size 50x80 [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (30,106) size 51x80 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 25x40
</span><span class="cx">               RenderImage {IMG} at (0,40) size 25x40
</span><span class="cx">       RenderBlock (anonymous) at (0,186) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 323x19
</span><span class="cx">           text run at (0,0) width 323: &quot;Here's the same table without the off-by-one error.&quot;
</span><del>-      RenderTable {TABLE} at (0,206) size 80x186
-        RenderTableSection {TBODY} at (0,0) size 80x186
-          RenderTableRow {TR} at (0,0) size 80x56
-            RenderTableCell {TD} at (0,46) size 31x94 [r=0 c=0 rs=3 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,206) size 80x93
+        RenderTableSection {TBODY} at (0,0) size 80x93
+          RenderTableRow {TR} at (0,0) size 80x28
+            RenderTableCell {TD} at (0,0) size 30x93 [r=0 c=0 rs=3 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 30x93
</span><del>-            RenderTableCell {TD} at (30,0) size 50x56 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (30,0) size 50x28 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 25x28
</span><del>-              RenderImage {IMG} at (0,28) size 25x28
-          RenderTableRow {TR} at (0,56) size 80x50
-            RenderTableCell {TD} at (30,56) size 50x50 [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderImage {IMG} at (25,0) size 25x28
+          RenderTableRow {TR} at (0,28) size 80x25
+            RenderTableCell {TD} at (30,28) size 50x25 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 25x25
</span><del>-              RenderImage {IMG} at (0,25) size 25x25
-          RenderTableRow {TR} at (0,106) size 80x80
-            RenderTableCell {TD} at (30,106) size 50x80 [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderImage {IMG} at (25,0) size 25x25
+          RenderTableRow {TR} at (0,53) size 80x40
+            RenderTableCell {TD} at (30,53) size 50x40 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 25x40
</span><del>-              RenderImage {IMG} at (0,40) size 25x40
</del><ins>+              RenderImage {IMG} at (25,0) size 25x40
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug159108expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug159108-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug159108-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug159108-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -5,12 +5,12 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x0
</span><span class="cx"> layer at (38,38) size 78x84
</span><span class="cx">   RenderTable {TABLE} at (37,37) size 79x85 [border: (10px solid #000060)]
</span><del>-    RenderTableSection {TBODY} at (10,10) size 59x64
-      RenderTableRow {TR} at (0,0) size 59x32
-        RenderTableCell {TD} at (0,0) size 59x32 [border: (10px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTableSection {TBODY} at (10,10) size 58x64
+      RenderTableRow {TR} at (0,0) size 58x32
+        RenderTableCell {TD} at (0,0) size 58x32 [border: (10px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">           RenderText {#text} at (11,11) size 36x19
</span><span class="cx">             text run at (11,11) width 36: &quot;line 1&quot;
</span><del>-      RenderTableRow {TR} at (0,32) size 59x32
-        RenderTableCell {TD} at (0,32) size 59x32 [border: none] [r=1 c=0 rs=1 cs=1]
</del><ins>+      RenderTableRow {TR} at (0,32) size 58x32
+        RenderTableCell {TD} at (0,32) size 58x32 [border: none] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">           RenderText {#text} at (11,1) size 36x19
</span><span class="cx">             text run at (11,1) width 36: &quot;line 2&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug15933expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug15933-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug15933-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug15933-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,21 +3,21 @@
</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 6x5 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 4x3
-          RenderTableRow {TR} at (0,0) size 4x3
-            RenderTableCell {TD} at (0,0) size 4x3 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 5x5 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 3x3
+          RenderTableRow {TR} at (0,0) size 3x3
+            RenderTableCell {TD} at (0,0) size 3x3 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 1x1
</span><span class="cx">       RenderBlock (anonymous) at (0,5) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,25) size 5x4 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 3x2
-          RenderTableRow {TR} at (0,0) size 3x2
-            RenderTableCell {TD} at (0,0) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,25) size 4x4 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 2x2
+          RenderTableRow {TR} at (0,0) size 2x2
+            RenderTableCell {TD} at (0,0) size 2x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock (anonymous) at (0,29) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,49) size 6x5 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 4x3
-          RenderTableRow {TR} at (0,0) size 4x3
-            RenderTableCell {TD} at (0,0) size 4x3 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,49) size 5x5 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 3x3
+          RenderTableRow {TR} at (0,0) size 3x3
+            RenderTableCell {TD} at (0,0) size 3x3 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 1x1
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug16012expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug16012-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug16012-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug16012-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -8,18 +8,18 @@
</span><span class="cx">           text run at (0,0) width 267: &quot;Tables: both lines should be 1 pixel thick.&quot;
</span><span class="cx">         RenderBR {BR} at (266,15) size 1x0
</span><span class="cx">         RenderBR {BR} at (0,20) size 0x19
</span><del>-      RenderTable {TABLE} at (0,40) size 38x5
-        RenderTableSection {TBODY} at (0,0) size 38x5
-          RenderTableRow {TR} at (0,2) size 38x1
</del><ins>+      RenderTable {TABLE} at (0,40) size 37x5
+        RenderTableSection {TBODY} at (0,0) size 37x5
+          RenderTableRow {TR} at (0,2) size 37x1
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 31x1 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (0,0) size 30x1
</span><del>-            RenderTableCell {TD} at (35,2) size 1x0 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (35,2) size 0x0 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">       RenderBlock (anonymous) at (0,45) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,65) size 35x5
-        RenderTableSection {TBODY} at (0,0) size 35x5
-          RenderTableRow {TR} at (0,2) size 35x1
-            RenderTableCell {TD} at (2,2) size 31x1 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,65) size 34x5
+        RenderTableSection {TBODY} at (0,0) size 34x5
+          RenderTableRow {TR} at (0,2) size 34x1
+            RenderTableCell {TD} at (2,2) size 30x1 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 30x1
</span><span class="cx">       RenderBlock (anonymous) at (0,70) size 784x196
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug16252expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug16252-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug16252-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug16252-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,22 +3,22 @@
</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 601x521
-        RenderTableSection {TBODY} at (0,0) size 601x521
-          RenderTableRow {TR} at (0,0) size 601x521
-            RenderTableCell {TD} at (0,0) size 601x521 [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 601x1
</del><ins>+      RenderTable {TABLE} at (0,0) size 600x521
+        RenderTableSection {TBODY} at (0,0) size 600x521
+          RenderTableRow {TR} at (0,0) size 600x521
+            RenderTableCell {TD} at (0,0) size 600x521 [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 600x1
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 600x1
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock {BLOCKQUOTE} at (40,17) size 521x488
-                RenderBlock {BLOCKQUOTE} at (40,0) size 441x488
-                  RenderBlock (anonymous) at (0,0) size 441x240
-                    RenderTable {TABLE} at (180,0) size 261x317
</del><ins>+              RenderBlock {BLOCKQUOTE} at (40,17) size 520x488
+                RenderBlock {BLOCKQUOTE} at (40,0) size 440x488
+                  RenderBlock (anonymous) at (0,0) size 440x240
+                    RenderTable {TABLE} at (180,0) size 260x317
</ins><span class="cx">                       RenderTableSection {TBODY} at (0,0) size 260x317
</span><span class="cx">                         RenderTableRow {TR} at (0,0) size 260x24
</span><span class="cx">                           RenderTableCell {TD} at (0,0) size 6x24 [bgcolor=#FFFFFF] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                             RenderBR {BR} at (2,2) size 0x19
</span><del>-                          RenderTableCell {TD} at (5,2) size 255x20 [bgcolor=#CCCCDD] [r=0 c=1 rs=1 cs=1]
</del><ins>+                          RenderTableCell {TD} at (6,2) size 254x20 [bgcolor=#CCCCDD] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                             RenderInline {FONT} at (0,0) size 245x16
</span><span class="cx">                               RenderInline {B} at (0,0) size 245x16
</span><span class="cx">                                 RenderText {#text} at (2,2) size 245x16
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">                         RenderTableRow {TR} at (0,24) size 260x293
</span><span class="cx">                           RenderTableCell {TD} at (0,158) size 6x25 [bgcolor=#FFFFFF] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                             RenderBR {BR} at (2,137) size 0x19
</span><del>-                          RenderTableCell {TD} at (5,24) size 255x293 [r=1 c=1 rs=1 cs=1]
</del><ins>+                          RenderTableCell {TD} at (6,24) size 254x293 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                             RenderTable {TABLE} at (2,2) size 250x272
</span><span class="cx">                               RenderTableSection {TBODY} at (0,0) size 250x272
</span><span class="cx">                                 RenderTableRow {TR} at (0,0) size 250x17 [bgcolor=#EEEEEE]
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 16x13
</span><span class="cx">                                       RenderText {#text} at (16,2) size 16x13
</span><span class="cx">                                         text run at (16,2) width 16: &quot;Pts&quot;
</span><del>-                                  RenderTableCell {TD} at (223,0) size 27x17 [r=0 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,0) size 28x17 [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 22x13
</span><span class="cx">                                       RenderText {#text} at (3,2) size 22x13
</span><span class="cx">                                         text run at (3,2) width 22: &quot;PPG&quot;
</span><span class="lines">@@ -83,7 +83,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x13
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x13
</span><span class="cx">                                         text run at (9,2) width 23: &quot;2707&quot;
</span><del>-                                  RenderTableCell {TD} at (223,17) size 27x17 [r=1 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,17) size 28x17 [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x13
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x13
</span><span class="cx">                                         text run at (4,2) width 21: &quot;37.6&quot;
</span><span class="lines">@@ -112,7 +112,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x13
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x13
</span><span class="cx">                                         text run at (9,2) width 23: &quot;3033&quot;
</span><del>-                                  RenderTableCell {TD} at (223,34) size 27x17 [r=2 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,34) size 28x17 [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x13
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x13
</span><span class="cx">                                         text run at (4,2) width 21: &quot;38.4&quot;
</span><span class="lines">@@ -141,7 +141,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x13
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x13
</span><span class="cx">                                         text run at (9,2) width 23: &quot;4029&quot;
</span><del>-                                  RenderTableCell {TD} at (223,51) size 27x17 [r=3 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,51) size 28x17 [r=3 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x13
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x13
</span><span class="cx">                                         text run at (4,2) width 21: &quot;50.4&quot;
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x13
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x13
</span><span class="cx">                                         text run at (9,2) width 23: &quot;3806&quot;
</span><del>-                                  RenderTableCell {TD} at (223,68) size 27x17 [r=4 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,68) size 28x17 [r=4 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x13
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x13
</span><span class="cx">                                         text run at (4,2) width 21: &quot;44.8&quot;
</span><span class="lines">@@ -199,7 +199,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x13
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x13
</span><span class="cx">                                         text run at (9,2) width 23: &quot;2948&quot;
</span><del>-                                  RenderTableCell {TD} at (223,85) size 27x17 [r=5 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,85) size 28x17 [r=5 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x13
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x13
</span><span class="cx">                                         text run at (4,2) width 21: &quot;36.9&quot;
</span><span class="lines">@@ -228,7 +228,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x13
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x13
</span><span class="cx">                                         text run at (9,2) width 23: &quot;2534&quot;
</span><del>-                                  RenderTableCell {TD} at (223,102) size 27x17 [r=6 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,102) size 28x17 [r=6 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x13
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x13
</span><span class="cx">                                         text run at (4,2) width 21: &quot;34.7&quot;
</span><span class="lines">@@ -257,7 +257,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x13
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x13
</span><span class="cx">                                         text run at (9,2) width 23: &quot;2649&quot;
</span><del>-                                  RenderTableCell {TD} at (223,119) size 27x17 [r=7 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,119) size 28x17 [r=7 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x13
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x13
</span><span class="cx">                                         text run at (4,2) width 21: &quot;33.5&quot;
</span><span class="lines">@@ -286,7 +286,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x13
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x13
</span><span class="cx">                                         text run at (9,2) width 23: &quot;1956&quot;
</span><del>-                                  RenderTableCell {TD} at (223,136) size 27x17 [r=8 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,136) size 28x17 [r=8 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x13
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x13
</span><span class="cx">                                         text run at (4,2) width 21: &quot;24.1&quot;
</span><span class="lines">@@ -315,7 +315,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x13
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x13
</span><span class="cx">                                         text run at (9,2) width 23: &quot;1992&quot;
</span><del>-                                  RenderTableCell {TD} at (223,153) size 27x17 [r=9 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,153) size 28x17 [r=9 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x13
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x13
</span><span class="cx">                                         text run at (4,2) width 21: &quot;24.3&quot;
</span><span class="lines">@@ -344,7 +344,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x13
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x13
</span><span class="cx">                                         text run at (9,2) width 23: &quot;1664&quot;
</span><del>-                                  RenderTableCell {TD} at (223,170) size 27x17 [r=10 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,170) size 28x17 [r=10 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x13
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x13
</span><span class="cx">                                         text run at (4,2) width 21: &quot;20.5&quot;
</span><span class="lines">@@ -373,7 +373,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 18x13
</span><span class="cx">                                       RenderText {#text} at (14,2) size 18x13
</span><span class="cx">                                         text run at (14,2) width 18: &quot;328&quot;
</span><del>-                                  RenderTableCell {TD} at (223,187) size 27x17 [r=11 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,187) size 28x17 [r=11 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x13
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x13
</span><span class="cx">                                         text run at (4,2) width 21: &quot;27.3&quot;
</span><span class="lines">@@ -402,7 +402,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x13
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x13
</span><span class="cx">                                         text run at (9,2) width 23: &quot;1696&quot;
</span><del>-                                  RenderTableCell {TD} at (223,204) size 27x17 [r=12 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,204) size 28x17 [r=12 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x13
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x13
</span><span class="cx">                                         text run at (4,2) width 21: &quot;20.7&quot;
</span><span class="lines">@@ -431,7 +431,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x13
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x13
</span><span class="cx">                                         text run at (9,2) width 23: &quot;1213&quot;
</span><del>-                                  RenderTableCell {TD} at (223,221) size 27x17 [r=13 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,221) size 28x17 [r=13 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x13
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x13
</span><span class="cx">                                         text run at (4,2) width 21: &quot;14.8&quot;
</span><span class="lines">@@ -460,7 +460,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x13
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x13
</span><span class="cx">                                         text run at (9,2) width 23: &quot;1084&quot;
</span><del>-                                  RenderTableCell {TD} at (223,238) size 27x17 [r=14 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,238) size 28x17 [r=14 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x13
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x13
</span><span class="cx">                                         text run at (4,2) width 21: &quot;13.2&quot;
</span><span class="lines">@@ -485,11 +485,11 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 29x13
</span><span class="cx">                                       RenderText {#text} at (3,2) size 29x13
</span><span class="cx">                                         text run at (3,2) width 29: &quot;31419&quot;
</span><del>-                                  RenderTableCell {TD} at (223,255) size 27x17 [r=15 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,255) size 28x17 [r=15 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x13
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x13
</span><span class="cx">                                         text run at (4,2) width 21: &quot;30.1&quot;
</span><del>-                            RenderBlock {HR} at (2,282) size 251x1 [border: (1px inset #000000) none (1px inset #000000)]
</del><ins>+                            RenderBlock {HR} at (2,282) size 250x1 [border: (1px inset #000000) none (1px inset #000000)]
</ins><span class="cx">                     RenderText {#text} at (0,0) size 179x239
</span><span class="cx">                       text run at (0,0) width 167: &quot;Known as ``Wilt the Stilt''&quot;
</span><span class="cx">                       text run at (0,20) width 171: &quot;and ``The Big Dipper,'' the&quot;
</span><span class="lines">@@ -503,18 +503,18 @@
</span><span class="cx">                       text run at (0,180) width 179: &quot;scored 31,419 points during&quot;
</span><span class="cx">                       text run at (0,200) width 165: &quot;his career, averaging 30.1&quot;
</span><span class="cx">                       text run at (0,220) width 131: &quot;points for his career.&quot;
</span><del>-                  RenderBlock {P} at (0,256) size 441x60
</del><ins>+                  RenderBlock {P} at (0,256) size 440x60
</ins><span class="cx">                     RenderText {#text} at (0,0) size 158x59
</span><span class="cx">                       text run at (0,0) width 158: &quot;He also led the league in&quot;
</span><span class="cx">                       text run at (0,20) width 149: &quot;career rebounding with&quot;
</span><span class="cx">                       text run at (0,40) width 48: &quot;23,924.&quot;
</span><del>-                  RenderBlock {P} at (0,332) size 441x80
</del><ins>+                  RenderBlock {P} at (0,332) size 440x80
</ins><span class="cx">                     RenderText {#text} at (0,0) size 440x79
</span><span class="cx">                       text run at (0,0) width 406: &quot;One of only two men named MVP and rookie of the year in the&quot;
</span><span class="cx">                       text run at (0,20) width 439: &quot;same season (1959), he was also MVP in 1966 through 1968. He led&quot;
</span><span class="cx">                       text run at (0,40) width 440: &quot;the NBA in scoring seven straight seasons, 1960 to 1966, and led the&quot;
</span><span class="cx">                       text run at (0,60) width 272: &quot;league in rebounding 11 of his 14 seasons.&quot;
</span><del>-                  RenderBlock {P} at (0,428) size 441x60
</del><ins>+                  RenderBlock {P} at (0,428) size 440x60
</ins><span class="cx">                     RenderText {#text} at (0,0) size 439x59
</span><span class="cx">                       text run at (0,0) width 406: &quot;One of his most famous records is the 100 points he scored in a&quot;
</span><span class="cx">                       text run at (0,20) width 439: &quot;single game in the Philadelphia Warriors' 169-147 defeat of the New&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug17138expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug17138-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug17138-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug17138-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,11 +14,11 @@
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 450x17
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 325x17 [r=0 c=0 rs=1 cs=3]
</span><span class="cx">               RenderImage {IMG} at (0,0) size 318x17
</span><del>-            RenderTableCell {TD} at (324,0) size 126x214 [r=0 c=3 rs=2 cs=1]
-              RenderTable {TABLE} at (0,0) size 126x214 [bgcolor=#E0EBF5]
-                RenderTableSection {TBODY} at (0,0) size 126x214
-                  RenderTableRow {TR} at (0,0) size 126x214
-                    RenderTableCell {TD} at (0,0) size 126x214 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (325,0) size 125x214 [r=0 c=3 rs=2 cs=1]
+              RenderTable {TABLE} at (0,0) size 125x214 [bgcolor=#E0EBF5]
+                RenderTableSection {TBODY} at (0,0) size 125x214
+                  RenderTableRow {TR} at (0,0) size 125x214
+                    RenderTableCell {TD} at (0,0) size 125x214 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (0,0) size 125x34
</span><span class="cx">                       RenderBR {BR} at (125,34) size 0x0
</span><span class="cx">                       RenderText {#text} at (0,34) size 122x39
</span><span class="lines">@@ -33,10 +33,10 @@
</span><span class="cx">                       RenderBR {BR} at (0,174) size 0x19
</span><span class="cx">                       RenderBR {BR} at (0,194) size 0x19
</span><span class="cx">           RenderTableRow {TR} at (0,17) size 450x197
</span><del>-            RenderTableCell {TD} at (0,17) size 168x105 [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,17) size 167x105 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 167x105
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (167,105) size 5x21 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (167,105) size 4x21 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 4x20
</span><span class="cx">                 text run at (0,1) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (171,17) size 154x80 [r=1 c=2 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1754554expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug175455-4-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug175455-4-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug175455-4-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</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 [bgcolor=#FFFFFF]
</span><del>-      RenderTable {TABLE} at (0,0) size 311x42 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 309x40
-          RenderTableRow {TR} at (0,2) size 309x36
-            RenderTableCell {TD} at (2,2) size 305x36 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 310x42 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 308x40
+          RenderTableRow {TR} at (0,2) size 308x36
+            RenderTableCell {TD} at (2,2) size 304x36 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 96x32 [border: (3px solid #800080)]
</span><span class="cx">                 RenderBlock {DIV} at (3,3) size 186x26 [border: (3px solid #0000FF)]
</span><span class="cx">                   RenderText {#text} at (3,3) size 22x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug17548expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug17548-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug17548-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug17548-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x78 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x76
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x4
</span><del>-            RenderTableCell {TD} at (2,2) size 199x49 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 198x49 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 194x45
</span><span class="cx">             RenderTableCell {TD} at (202,2) size 578x4 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">           RenderTableRow {TR} at (0,8) size 782x43
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug17587expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug17587-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug17587-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug17587-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 [bgcolor=#FFFFFF]
</span><del>-      RenderTable {TABLE} at (0,0) size 607x248 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 605x246
-          RenderTableRow {TR} at (0,0) size 605x62
-            RenderTableCell {TD} at (0,0) size 115x136 [border: (1px inset #808080)] [r=0 c=0 rs=3 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 606x248 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 604x246
+          RenderTableRow {TR} at (0,0) size 604x62
+            RenderTableCell {TD} at (0,0) size 114x136 [border: (1px inset #808080)] [r=0 c=0 rs=3 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 112x134
</span><span class="cx">             RenderTableCell {TD} at (114,0) size 491x62 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=2]
</span><span class="cx">               RenderImage {IMG} at (21,1) size 469x60
</span><del>-          RenderTableRow {TR} at (0,62) size 605x22
</del><ins>+          RenderTableRow {TR} at (0,62) size 604x22
</ins><span class="cx">             RenderTableCell {TD} at (114,62) size 491x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=2]
</span><span class="cx">               RenderTable {TABLE} at (1,1) size 488x20
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 488x20
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 488x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (0,0) size 83x19
</span><span class="cx">                         text run at (0,0) width 83: &quot;Top Nav Bar&quot;
</span><del>-          RenderTableRow {TR} at (0,84) size 605x162
</del><ins>+          RenderTableRow {TR} at (0,84) size 604x162
</ins><span class="cx">             RenderTableCell {TD} at (114,164) size 338x2 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">             RenderTableCell {TD} at (451,84) size 154x162 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span><span class="cx">               RenderInline {B} at (0,0) size 150x159
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1800expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1800-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1800-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1800-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -23,10 +23,10 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,112) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 220x19
</span><span class="cx">           text run at (0,0) width 220: &quot;nested table width includes border&quot;
</span><del>-      RenderTable {TABLE} at (0,132) size 205x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 203x50
-          RenderTableRow {TR} at (0,0) size 203x50
-            RenderTableCell {TD} at (0,0) size 203x50 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,132) size 204x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 202x50
+          RenderTableRow {TR} at (0,0) size 202x50
+            RenderTableCell {TD} at (0,0) size 202x50 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (1,1) size 200x48 [border: (10px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (10,10) size 180x28
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 180x24
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1802expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1802-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1802-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1802-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,21 +9,21 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 100x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 35x19
</span><span class="cx">                 text run at (2,2) width 35: &quot;AAA&quot;
</span><del>-            RenderTableCell {TD} at (103,2) size 93x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (103,2) size 94x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 33x19
</span><span class="cx">                 text run at (2,2) width 33: &quot;BBB&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 198x24
</span><span class="cx">             RenderTableCell {TD} at (2,28) size 100x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (43,2) size 13x19
</span><span class="cx">                 text run at (43,2) width 13: &quot;A&quot;
</span><del>-            RenderTableCell {TD} at (103,28) size 93x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (103,28) size 94x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (40,2) size 12x19
</span><span class="cx">                 text run at (40,2) width 12: &quot;B&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,54) size 198x24
</span><span class="cx">             RenderTableCell {TD} at (2,54) size 100x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (85,2) size 13x19
</span><span class="cx">                 text run at (85,2) width 13: &quot;A&quot;
</span><del>-            RenderTableCell {TD} at (103,54) size 93x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (103,54) size 94x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (79,2) size 12x19
</span><span class="cx">                 text run at (79,2) width 12: &quot;B&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,82) size 784x20
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx">             RenderTableCell {TH} at (372,2) size 214x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (71,2) size 71x19
</span><span class="cx">                 text run at (71,2) width 71: &quot;th: Center&quot;
</span><del>-            RenderTableCell {TD} at (587,2) size 193x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (587,2) size 194x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 48x19
</span><span class="cx">                 text run at (2,2) width 48: &quot;td: Left&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x24
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx">             RenderTableCell {TH} at (372,28) size 214x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;th: Left&quot;
</span><del>-            RenderTableCell {TD} at (587,28) size 193x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (587,28) size 194x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 48x19
</span><span class="cx">                 text run at (2,2) width 48: &quot;td: Left&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,54) size 782x24
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">             RenderTableCell {TH} at (372,54) size 214x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (71,2) size 71x19
</span><span class="cx">                 text run at (71,2) width 71: &quot;th: Center&quot;
</span><del>-            RenderTableCell {TD} at (587,54) size 193x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (587,54) size 194x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (64,2) size 65x19
</span><span class="cx">                 text run at (64,2) width 65: &quot;td: Center&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,184) size 784x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1802sexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1802s-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1802s-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1802s-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,21 +9,21 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 100x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 35x19
</span><span class="cx">                 text run at (2,2) width 35: &quot;AAA&quot;
</span><del>-            RenderTableCell {TD} at (103,2) size 93x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (103,2) size 94x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 33x19
</span><span class="cx">                 text run at (2,2) width 33: &quot;BBB&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 198x24
</span><span class="cx">             RenderTableCell {TD} at (2,28) size 100x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (43,2) size 13x19
</span><span class="cx">                 text run at (43,2) width 13: &quot;A&quot;
</span><del>-            RenderTableCell {TD} at (103,28) size 93x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (103,28) size 94x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (40,2) size 12x19
</span><span class="cx">                 text run at (40,2) width 12: &quot;B&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,54) size 198x24
</span><span class="cx">             RenderTableCell {TD} at (2,54) size 100x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (85,2) size 13x19
</span><span class="cx">                 text run at (85,2) width 13: &quot;A&quot;
</span><del>-            RenderTableCell {TD} at (103,54) size 93x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (103,54) size 94x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (79,2) size 12x19
</span><span class="cx">                 text run at (79,2) width 12: &quot;B&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,82) size 784x20
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx">             RenderTableCell {TH} at (372,2) size 214x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (71,2) size 71x19
</span><span class="cx">                 text run at (71,2) width 71: &quot;th: Center&quot;
</span><del>-            RenderTableCell {TD} at (587,2) size 193x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (587,2) size 194x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 48x19
</span><span class="cx">                 text run at (2,2) width 48: &quot;td: Left&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x24
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx">             RenderTableCell {TH} at (372,28) size 214x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;th: Left&quot;
</span><del>-            RenderTableCell {TD} at (587,28) size 193x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (587,28) size 194x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 48x19
</span><span class="cx">                 text run at (2,2) width 48: &quot;td: Left&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,54) size 782x24
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">             RenderTableCell {TH} at (372,54) size 214x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (71,2) size 71x19
</span><span class="cx">                 text run at (71,2) width 71: &quot;th: Center&quot;
</span><del>-            RenderTableCell {TD} at (587,54) size 193x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (587,54) size 194x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (64,2) size 65x19
</span><span class="cx">                 text run at (64,2) width 65: &quot;td: Center&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,184) size 784x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug1809expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1809-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1809-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug1809-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 678x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 4x19
</span><span class="cx">                         text run at (2,2) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (695,2) size 77x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (695,2) size 78x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 62x39
</span><span class="cx">                 text run at (2,2) width 44: &quot;This is&quot;
</span><span class="cx">                 text run at (2,22) width 62: &quot;some text&quot;
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 678x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 4x19
</span><span class="cx">                         text run at (2,2) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (695,2) size 77x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (695,2) size 78x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 62x39
</span><span class="cx">                 text run at (2,2) width 44: &quot;This is&quot;
</span><span class="cx">                 text run at (2,22) width 62: &quot;some text&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug18440expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug18440-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug18440-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug18440-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 29x584 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 27x582
-          RenderTableRow {TR} at (0,2) size 27x578
-            RenderTableCell {TD} at (2,145) size 23x292 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (2,2) size 19x287 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 17x285
-                  RenderTableRow {TR} at (0,2) size 17x281
-                    RenderTableCell {TD} at (2,130) size 13x25 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 28x584 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 26x582
+          RenderTableRow {TR} at (0,2) size 26x578
+            RenderTableCell {TD} at (2,145) size 22x292 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (2,2) size 18x287 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 16x285
+                  RenderTableRow {TR} at (0,2) size 16x281
+                    RenderTableCell {TD} at (2,130) size 12x25 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 8x20
</span><span class="cx">                         text run at (2,3) width 8: &quot;x&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug18664expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug18664-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug18664-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug18664-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx">           RenderTableCell {TD} at (11,0) size 151x20 [bgcolor=#FF9900] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">             RenderText {#text} at (0,0) size 122x19
</span><span class="cx">               text run at (0,0) width 122: &quot;Test, test and test...&quot;
</span><del>-          RenderTableCell {TD} at (161,0) size 12x20 [bgcolor=#666666] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (161,0) size 13x20 [bgcolor=#666666] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (0,0) size 4x19
</span><span class="cx">               text run at (0,0) width 4: &quot; &quot;
</span><span class="cx">     RenderTable {TABLE} at (0,40) size 173x20 [bgcolor=#CC6600]
</span><span class="lines">@@ -45,6 +45,6 @@
</span><span class="cx">           RenderTableCell {TD} at (57,0) size 59x20 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">             RenderText {#text} at (0,0) size 4x19
</span><span class="cx">               text run at (0,0) width 4: &quot; &quot;
</span><del>-          RenderTableCell {TD} at (115,0) size 58x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (115,0) size 59x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (0,0) size 4x19
</span><span class="cx">               text run at (0,0) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug18955expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug18955-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug18955-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug18955-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -8,10 +8,10 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 779x39
</span><span class="cx">             text run at (0,0) width 779: &quot;original page, stripped down to the problem table (pattern: auto width table with first row has specified width and&quot;
</span><span class="cx">             text run at (0,20) width 383: &quot;colspan=2, second row has two specified width columns)&quot;
</span><del>-      RenderTable {TABLE} at (0,56) size 507x216 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 505x214
-          RenderTableRow {TR} at (0,2) size 505x104
-            RenderTableCell {TD} at (2,2) size 501x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,56) size 506x216 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 504x214
+          RenderTableRow {TR} at (0,2) size 504x104
+            RenderTableCell {TD} at (2,2) size 500x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 489x99
</span><span class="cx">                 text run at (2,2) width 439: &quot;Cons For Pokemon \&quot;They're Pokemon card sharks out there. This is &quot;
</span><span class="cx">                 text run at (440,2) width 39: &quot;worse&quot;
</span><span class="lines">@@ -22,11 +22,11 @@
</span><span class="cx">                 text run at (2,62) width 283: &quot;anything, including breaking the law, to get &quot;
</span><span class="cx">                 text run at (284,62) width 178: &quot;their grubby hands on some&quot;
</span><span class="cx">                 text run at (2,82) width 188: &quot;trading cards, observe police.&quot;
</span><del>-          RenderTableRow {TR} at (0,108) size 505x104
-            RenderTableCell {TD} at (2,108) size 273x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 504x104
+            RenderTableCell {TD} at (2,108) size 272x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 41x19
</span><span class="cx">                 text run at (2,2) width 41: &quot;ASDF&quot;
</span><del>-            RenderTableCell {TD} at (276,108) size 227x104 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (276,108) size 226x104 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 198x99
</span><span class="cx">                 text run at (2,2) width 33: &quot;Sat., &quot;
</span><span class="cx">                 text run at (34,2) width 90: &quot;Dec 11, 1999 &quot;
</span><span class="lines">@@ -42,17 +42,17 @@
</span><span class="cx">         RenderInline {B} at (0,0) size 345x19
</span><span class="cx">           RenderText {#text} at (0,0) size 345x19
</span><span class="cx">             text run at (0,0) width 345: &quot;same table, but less content (text) in the first cell ...&quot;
</span><del>-      RenderTable {TABLE} at (0,344) size 507x136 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 505x134
-          RenderTableRow {TR} at (0,2) size 505x24
-            RenderTableCell {TD} at (2,2) size 501x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,344) size 506x136 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 504x134
+          RenderTableRow {TR} at (0,2) size 504x24
+            RenderTableCell {TD} at (2,2) size 500x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 435x19
</span><span class="cx">                 text run at (2,2) width 435: &quot;Cons For Pokemon \&quot;They're Pokemon card sharks out there. This is&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 505x104
-            RenderTableCell {TD} at (2,28) size 273x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 504x104
+            RenderTableCell {TD} at (2,28) size 272x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 41x19
</span><span class="cx">                 text run at (2,2) width 41: &quot;ASDF&quot;
</span><del>-            RenderTableCell {TD} at (276,28) size 227x104 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (276,28) size 226x104 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 198x99
</span><span class="cx">                 text run at (2,2) width 33: &quot;Sat., &quot;
</span><span class="cx">                 text run at (34,2) width 90: &quot;Dec 11, 1999 &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug190611expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug19061-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug19061-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug19061-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">             RenderTableCell {TD} at (463,4) size 175x32 [border: (1px inset #808080)] [r=0 c=3 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 51x19
</span><span class="cx">                 text run at (6,6) width 51: &quot;R1-2C4&quot;
</span><del>-            RenderTableCell {TD} at (641,4) size 137x32 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (641,4) size 138x32 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x19
</span><span class="cx">                 text run at (6,6) width 38: &quot;R1C5&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,41) size 782x108 [bgcolor=#9999FF]
</span><span class="lines">@@ -78,7 +78,7 @@
</span><span class="cx">             RenderTableCell {TD} at (144,36) size 138x32 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 38x19
</span><span class="cx">                 text run at (6,6) width 38: &quot;R3C2&quot;
</span><del>-            RenderTableCell {TD} at (285,36) size 493x32 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (285,36) size 494x32 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (6,6) size 51x19
</span><span class="cx">                 text run at (6,6) width 51: &quot;R3C3-5&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,72) size 782x32
</span><span class="lines">@@ -88,7 +88,7 @@
</span><span class="cx">             RenderTableCell {TD} at (463,72) size 175x32 [border: (1px inset #808080)] [r=2 c=3 rs=3 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 51x19
</span><span class="cx">                 text run at (6,6) width 51: &quot;R4-6C4&quot;
</span><del>-            RenderTableCell {TD} at (641,72) size 137x32 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (641,72) size 138x32 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x19
</span><span class="cx">                 text run at (6,6) width 38: &quot;R4C5&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,149) size 782x72 [bgcolor=#FF99FF]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug190612expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug19061-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug19061-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug19061-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">             RenderTableCell {TD} at (463,4) size 175x32 [border: (1px inset #808080)] [r=0 c=3 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 51x19
</span><span class="cx">                 text run at (6,6) width 51: &quot;R1-2C4&quot;
</span><del>-            RenderTableCell {TD} at (641,4) size 137x32 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (641,4) size 138x32 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x19
</span><span class="cx">                 text run at (6,6) width 38: &quot;R1C5&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,149) size 782x72 [bgcolor=#FF99FF]
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx">             RenderTableCell {TD} at (463,18) size 175x32 [border: (1px inset #808080)] [r=0 c=3 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 51x19
</span><span class="cx">                 text run at (6,6) width 51: &quot;R5-6C4&quot;
</span><del>-            RenderTableCell {TD} at (641,0) size 137x32 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (641,0) size 138x32 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x19
</span><span class="cx">                 text run at (6,6) width 38: &quot;R5C5&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,36) size 782x32
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx">             RenderTableCell {TD} at (144,36) size 138x32 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 38x19
</span><span class="cx">                 text run at (6,6) width 38: &quot;R6C2&quot;
</span><del>-            RenderTableCell {TD} at (641,36) size 137x32 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (641,36) size 138x32 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x19
</span><span class="cx">                 text run at (6,6) width 38: &quot;R6C5&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,41) size 782x108 [bgcolor=#9999FF]
</span><span class="lines">@@ -105,7 +105,7 @@
</span><span class="cx">             RenderTableCell {TD} at (144,36) size 138x32 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 38x19
</span><span class="cx">                 text run at (6,6) width 38: &quot;R3C2&quot;
</span><del>-            RenderTableCell {TD} at (285,36) size 493x32 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (285,36) size 494x32 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (6,6) size 51x19
</span><span class="cx">                 text run at (6,6) width 51: &quot;R3C3-5&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,72) size 782x32
</span><span class="lines">@@ -115,6 +115,6 @@
</span><span class="cx">             RenderTableCell {TD} at (463,72) size 175x32 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 38x19
</span><span class="cx">                 text run at (6,6) width 38: &quot;R4C4&quot;
</span><del>-            RenderTableCell {TD} at (641,72) size 137x32 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (641,72) size 138x32 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x19
</span><span class="cx">                 text run at (6,6) width 38: &quot;R4C5&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug19356expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug19356-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug19356-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug19356-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x58 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x56
</span><span class="cx">           RenderTableRow {TR} at (0,4) size 782x48
</span><del>-            RenderTableCell {TD} at (4,14) size 13x28 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (4,14) size 12x28 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (20,14) size 685x28 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug20804expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug20804-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug20804-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug20804-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -21,20 +21,20 @@
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 299x62 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 250x60
</span><span class="cx">             RenderTableCell {TD} at (298,0) size 22x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><del>-              RenderImage {IMG} at (2,1) size 19x20
-            RenderTableCell {TD} at (319,0) size 463x22 [bgcolor=#000000] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=2]
</del><ins>+              RenderImage {IMG} at (2,1) size 18x20
+            RenderTableCell {TD} at (319,0) size 464x22 [bgcolor=#000000] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (73,1) size 389x19
</span><span class="cx">                 text run at (73,1) width 174: &quot;  All Products  |  Support  | &quot;
</span><span class="cx">                 text run at (246,1) width 216: &quot;  Search  |  microsoft.com Home  &quot;
</span><span class="cx">           RenderTableRow {TR} at (0,22) size 782x42
</span><span class="cx">             RenderTableCell {TD} at (298,22) size 22x42 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 19x40
</span><del>-            RenderTableCell {TD} at (319,22) size 463x42 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (319,22) size 464x42 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (149,1) size 201x40
</span><span class="cx">               RenderImage {IMG} at (349,1) size 113x40
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderTableRow {TR} at (0,64) size 782x22
</span><del>-            RenderTableCell {TD} at (0,64) size 782x22 [bgcolor=#6699CC] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=4]
</del><ins>+            RenderTableCell {TD} at (0,64) size 783x22 [bgcolor=#6699CC] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=4]
</ins><span class="cx">               RenderText {#text} at (1,1) size 705x19
</span><span class="cx">                 text run at (1,1) width 63: &quot;  Home  | &quot;
</span><span class="cx">                 text run at (63,1) width 127: &quot;  Events/Training  | &quot;
</span><span class="lines">@@ -55,20 +55,20 @@
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 299x62 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 250x60
</span><span class="cx">             RenderTableCell {TD} at (298,0) size 22x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><del>-              RenderImage {IMG} at (2,1) size 19x20
-            RenderTableCell {TD} at (319,0) size 463x22 [bgcolor=#000000] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderImage {IMG} at (2,1) size 18x20
+            RenderTableCell {TD} at (319,0) size 464x22 [bgcolor=#000000] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (73,1) size 389x19
</span><span class="cx">                 text run at (73,1) width 174: &quot;  All Products  |  Support  | &quot;
</span><span class="cx">                 text run at (246,1) width 216: &quot;  Search  |  microsoft.com Home  &quot;
</span><span class="cx">           RenderTableRow {TR} at (0,22) size 782x42
</span><span class="cx">             RenderTableCell {TD} at (298,22) size 22x42 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 19x40
</span><del>-            RenderTableCell {TD} at (319,22) size 463x42 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (319,22) size 464x42 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (149,1) size 201x40
</span><span class="cx">               RenderImage {IMG} at (349,1) size 113x40
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderTableRow {TR} at (0,64) size 782x22
</span><del>-            RenderTableCell {TD} at (0,64) size 782x22 [bgcolor=#6699CC] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (0,64) size 783x22 [bgcolor=#6699CC] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (1,1) size 705x19
</span><span class="cx">                 text run at (1,1) width 63: &quot;  Home  | &quot;
</span><span class="cx">                 text run at (63,1) width 127: &quot;  Events/Training  | &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug2123expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2123-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2123-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2123-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</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 [bgcolor=#FFFFFF]
</span><del>-      RenderTable {TABLE} at (0,0) size 481x58 [bgcolor=#000000]
-        RenderTableSection {TBODY} at (0,0) size 481x58
-          RenderTableRow {TR} at (0,0) size 481x58
-            RenderTableCell {TD} at (0,0) size 481x58 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 480x58 [bgcolor=#000000]
+        RenderTableSection {TBODY} at (0,0) size 480x58
+          RenderTableRow {TR} at (0,0) size 480x58
+            RenderTableCell {TD} at (0,0) size 480x58 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (1,1) size 478x56 [bgcolor=#959595]
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 478x56
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 478x28
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug215629expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug215629-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug215629-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug215629-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 216x19
</span><span class="cx">           text run at (0,0) width 216: &quot;Image URLs intentionally broken&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 733x57
-        RenderTableSection {TBODY} at (0,0) size 733x57
-          RenderTableRow {TR} at (0,2) size 733x53
-            RenderTableCell {TD} at (2,2) size 729x53 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 732x57
+        RenderTableSection {TBODY} at (0,0) size 732x57
+          RenderTableRow {TR} at (0,2) size 732x53
+            RenderTableCell {TD} at (2,2) size 728x53 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 167x51
</span><span class="cx">               RenderImage {IMG} at (168,1) size 181x51
</span><span class="cx">               RenderImage {IMG} at (349,1) size 205x51
</span><span class="lines">@@ -17,10 +17,10 @@
</span><span class="cx">       RenderBlock {P} at (0,109) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 462x19
</span><span class="cx">           text run at (0,0) width 462: &quot;Identical to the above except that width=\&quot;100%\&quot; was removed from TD&quot;
</span><del>-      RenderTable {TABLE} at (0,145) size 733x57
-        RenderTableSection {TBODY} at (0,0) size 733x57
-          RenderTableRow {TR} at (0,2) size 733x53
-            RenderTableCell {TD} at (2,2) size 729x53 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,145) size 732x57
+        RenderTableSection {TBODY} at (0,0) size 732x57
+          RenderTableRow {TR} at (0,2) size 732x53
+            RenderTableCell {TD} at (2,2) size 728x53 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 167x51
</span><span class="cx">               RenderImage {IMG} at (168,1) size 181x51
</span><span class="cx">               RenderImage {IMG} at (349,1) size 205x51
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug2196931expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug219693-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug219693-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug219693-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 15x584 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 13x582
-          RenderTableRow {TR} at (0,2) size 13x578
-            RenderTableCell {TD} at (2,279) size 9x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 14x584 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 12x582
+          RenderTableRow {TR} at (0,2) size 12x578
+            RenderTableCell {TD} at (2,279) size 8x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 4x19
</span><span class="cx">                 text run at (2,2) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug2196932expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug219693-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug219693-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug219693-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 15x584 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 13x582
-          RenderTableRow {TR} at (0,2) size 13x578
-            RenderTableCell {TD} at (2,279) size 9x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 14x584 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 12x582
+          RenderTableRow {TR} at (0,2) size 12x578
+            RenderTableCell {TD} at (2,279) size 8x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 4x19
</span><span class="cx">                 text run at (2,2) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug22019expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22019-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22019-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22019-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,42 +54,42 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 594x24 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 217x19
</span><span class="cx">                 text run at (2,2) width 217: &quot;600px table for width comparison&quot;
</span><del>-      RenderTable {TABLE} at (0,239) size 651x60 [border: (1px solid #FF0000)]
-        RenderTableSection {TBODY} at (1,1) size 649x58
-          RenderTableRow {TR} at (0,2) size 649x54
-            RenderTableCell {TD} at (2,2) size 645x54 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,239) size 650x60 [border: (1px solid #FF0000)]
+        RenderTableSection {TBODY} at (1,1) size 648x58
+          RenderTableRow {TR} at (0,2) size 648x54
+            RenderTableCell {TD} at (2,2) size 644x54 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (22,22) size 600x10 [border: (1px solid #FF0000)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 598x8
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 598x4
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 594x4 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</span><del>-      RenderTable {TABLE} at (0,299) size 651x80 [border: (1px solid #FF0000)]
-        RenderTableSection {TBODY} at (1,1) size 649x78
-          RenderTableRow {TR} at (0,2) size 649x74
-            RenderTableCell {TD} at (2,2) size 645x74 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,299) size 650x80 [border: (1px solid #FF0000)]
+        RenderTableSection {TBODY} at (1,1) size 648x78
+          RenderTableRow {TR} at (0,2) size 648x74
+            RenderTableCell {TD} at (2,2) size 644x74 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (22,22) size 600x30 [border: (1px solid #FF0000)]
</span><span class="cx">                 RenderTableSection {TBODY} at (11,11) size 578x8
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 578x4
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 574x4 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</span><del>-      RenderTable {TABLE} at (0,379) size 651x98 [border: (1px solid #FF0000)]
-        RenderTableSection {TBODY} at (1,1) size 649x96
-          RenderTableRow {TR} at (0,2) size 649x92
-            RenderTableCell {TD} at (2,2) size 645x92 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,379) size 650x98 [border: (1px solid #FF0000)]
+        RenderTableSection {TBODY} at (1,1) size 648x96
+          RenderTableRow {TR} at (0,2) size 648x92
+            RenderTableCell {TD} at (2,2) size 644x92 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (22,22) size 600x48 [border: (1px solid #FF0000)]
</span><span class="cx">                 RenderTableSection {TBODY} at (20,20) size 560x8
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 560x4
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 556x4 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</span><del>-      RenderTable {TABLE} at (0,477) size 651x100 [border: (1px solid #FF0000)]
-        RenderTableSection {TBODY} at (1,1) size 649x98
-          RenderTableRow {TR} at (0,2) size 649x94
-            RenderTableCell {TD} at (2,2) size 645x94 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,477) size 650x100 [border: (1px solid #FF0000)]
+        RenderTableSection {TBODY} at (1,1) size 648x98
+          RenderTableRow {TR} at (0,2) size 648x94
+            RenderTableCell {TD} at (2,2) size 644x94 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (22,22) size 600x50 [border: (1px solid #FF0000)]
</span><span class="cx">                 RenderTableSection {TBODY} at (21,21) size 558x8
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 558x4
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 554x4 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</span><del>-      RenderTable {TABLE} at (0,577) size 651x110 [border: (1px solid #FF0000)]
-        RenderTableSection {TBODY} at (1,1) size 649x108
-          RenderTableRow {TR} at (0,2) size 649x104
-            RenderTableCell {TD} at (2,2) size 645x104 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,577) size 650x110 [border: (1px solid #FF0000)]
+        RenderTableSection {TBODY} at (1,1) size 648x108
+          RenderTableRow {TR} at (0,2) size 648x104
+            RenderTableCell {TD} at (2,2) size 644x104 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (22,22) size 600x60 [border: (1px solid #FF0000)]
</span><span class="cx">                 RenderTableSection {TBODY} at (26,26) size 548x8
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 548x4
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug222336expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug222336-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug222336-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug222336-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,11 +3,11 @@
</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 2x0
-        RenderTableSection {TBODY} at (0,0) size 2x0
-          RenderTableRow {TR} at (0,0) size 2x0
-            RenderTableCell {TD} at (0,0) size 2x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 1x0
+        RenderTableSection {TBODY} at (0,0) size 1x0
+          RenderTableRow {TR} at (0,0) size 1x0
+            RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (0,0) size 1x0
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 1x0
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 1x0
</span><del>-                    RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug222462expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22246-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22246-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22246-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 240x88 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 238x86
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 238x26
</span><del>-            RenderTableCell {TD} at (2,2) size 15x26 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 14x26 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;1&quot;
</span><span class="cx">             RenderTableCell {TD} at (18,16) size 138x26 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=2]
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;3&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,30) size 238x26
</span><del>-            RenderTableCell {TD} at (2,30) size 15x26 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,30) size 14x26 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;4&quot;
</span><span class="cx">             RenderTableCell {TD} at (157,30) size 23x26 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;8&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,58) size 238x26
</span><del>-            RenderTableCell {TD} at (2,58) size 15x26 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,58) size 14x26 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;9&quot;
</span><span class="cx">             RenderTableCell {TD} at (18,58) size 69x26 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug222462aexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22246-2a-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22246-2a-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22246-2a-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 240x88 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 238x86
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 238x26
</span><del>-            RenderTableCell {TD} at (2,2) size 15x26 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 14x26 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;1&quot;
</span><span class="cx">             RenderTableCell {TD} at (18,16) size 138x26 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=2]
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;3&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,30) size 238x26
</span><del>-            RenderTableCell {TD} at (2,30) size 15x26 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,30) size 14x26 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;4&quot;
</span><span class="cx">             RenderTableCell {TD} at (157,30) size 23x26 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;8&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,58) size 238x26
</span><del>-            RenderTableCell {TD} at (2,58) size 15x26 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,58) size 14x26 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;9&quot;
</span><span class="cx">             RenderTableCell {TD} at (18,58) size 69x26 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug222463expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22246-3-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22246-3-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22246-3-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 232x88 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 230x86
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 230x26
</span><del>-            RenderTableCell {TD} at (2,2) size 15x26 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 14x26 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;1&quot;
</span><span class="cx">             RenderTableCell {TD} at (18,16) size 138x26 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=3]
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;3&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,30) size 230x26
</span><del>-            RenderTableCell {TD} at (2,30) size 15x26 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,30) size 14x26 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;4&quot;
</span><span class="cx">             RenderTableCell {TD} at (157,30) size 23x26 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;8&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,58) size 230x26
</span><del>-            RenderTableCell {TD} at (2,58) size 15x26 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,58) size 14x26 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;9&quot;
</span><span class="cx">             RenderTableCell {TD} at (18,58) size 45x26 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug222463aexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22246-3a-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22246-3a-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22246-3a-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 232x88 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 230x86
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 230x26
</span><del>-            RenderTableCell {TD} at (2,2) size 15x26 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 14x26 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;1&quot;
</span><span class="cx">             RenderTableCell {TD} at (18,16) size 138x26 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=3]
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;3&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,30) size 230x26
</span><del>-            RenderTableCell {TD} at (2,30) size 15x26 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,30) size 14x26 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;4&quot;
</span><span class="cx">             RenderTableCell {TD} at (157,30) size 23x26 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;8&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,58) size 230x26
</span><del>-            RenderTableCell {TD} at (2,58) size 15x26 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,58) size 14x26 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;9&quot;
</span><span class="cx">             RenderTableCell {TD} at (18,58) size 45x26 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug22513expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22513-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22513-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug22513-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,12 +6,12 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 130x15
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 130x15
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 130x15
</span><del>-            RenderTableCell {TD} at (0,0) size 16x15 [bgcolor=#FFCC00] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 15x15 [bgcolor=#FFCC00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 15x15
</span><span class="cx">             RenderTableCell {TD} at (15,0) size 100x15 [bgcolor=#FFCC00] [r=0 c=1 rs=1 cs=1]
</span><del>-              RenderInline {B} at (0,0) size 63x19
-                RenderInline {FONT} at (0,0) size 63x14
-                  RenderText {#text} at (18,-1) size 63x16
-                    text run at (18,0) width 63: &quot;Downloads&quot;
-            RenderTableCell {TD} at (114,0) size 16x15 [bgcolor=#FFCC00] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderInline {B} at (0,0) size 62x19
+                RenderInline {FONT} at (0,0) size 62x14
+                  RenderText {#text} at (19,-1) size 62x16
+                    text run at (19,0) width 62: &quot;Downloads&quot;
+            RenderTableCell {TD} at (115,0) size 15x15 [bgcolor=#FFCC00] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 15x15
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug2296expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2296-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2296-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2296-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</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 [bgcolor=#FFFFFF]
</span><del>-      RenderTable {TABLE} at (0,0) size 605x54 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 603x52
-          RenderTableRow {TR} at (0,0) size 603x30
-            RenderTableCell {TD} at (0,0) size 603x30 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+      RenderTable {TABLE} at (0,0) size 604x54 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 602x52
+          RenderTableRow {TR} at (0,0) size 602x30
+            RenderTableCell {TD} at (0,0) size 602x30 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderTable {TABLE} at (1,1) size 600x28 [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 598x26
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 598x26
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">                               RenderText {#text} at (1,1) size 54x19
</span><span class="cx">                                 text run at (1,1) width 54: &quot;cell data&quot;
</span><span class="cx">                               RenderText {#text} at (0,0) size 0x0
</span><del>-          RenderTableRow {TR} at (0,30) size 603x22
-            RenderTableCell {TD} at (0,30) size 603x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,30) size 602x22
+            RenderTableCell {TD} at (0,30) size 602x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 66x19
</span><span class="cx">                 text run at (1,1) width 66: &quot;cell data 2&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug23235expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug23235-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug23235-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug23235-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,25 +9,25 @@
</span><span class="cx">         RenderInline {A} at (0,0) size 189x19 [color=#0000EE]
</span><span class="cx">           RenderText {#text} at (148,0) size 189x19
</span><span class="cx">             text run at (148,0) width 189: &quot;http://webdeveloper.com/xml&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 645x105 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 643x103
-          RenderTableRow {TR} at (0,0) size 643x103
-            RenderTableCell {TD} at (0,0) size 511x103 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {UL} at (1,1) size 509x85
-                RenderListItem {LI} at (40,0) size 469x85
</del><ins>+      RenderTable {TABLE} at (0,36) size 644x105 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 642x103
+          RenderTableRow {TR} at (0,0) size 642x103
+            RenderTableCell {TD} at (0,0) size 510x103 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {UL} at (1,1) size 508x85
+                RenderListItem {LI} at (40,0) size 468x85
</ins><span class="cx">                   RenderListMarker at (-18,0) size 7x19: bullet
</span><span class="cx">                   RenderText {#text} at (0,0) size 198x19
</span><span class="cx">                     text run at (0,0) width 198: &quot;The XML Files Resources List&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                   RenderImage {IMG} at (0,20) size 468x60
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (510,22) size 133x59 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (1,1) size 131x57 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 129x55
-                  RenderTableRow {TR} at (0,2) size 129x51
-                    RenderTableCell {TD} at (2,2) size 125x51 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (510,22) size 132x59 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (1,1) size 130x57 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 128x55
+                  RenderTableRow {TR} at (0,2) size 128x51
+                    RenderTableCell {TD} at (2,2) size 124x51 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (3,3) size 118x25
</span><del>-                      RenderBR {BR} at (121,28) size 1x0
</del><ins>+                      RenderBR {BR} at (121,28) size 0x0
</ins><span class="cx">                       RenderText {#text} at (24,28) size 6x19
</span><span class="cx">                         text run at (24,28) width 6: &quot;[&quot;
</span><span class="cx">                       RenderInline {I} at (0,0) size 66x19
</span><span class="lines">@@ -41,24 +41,24 @@
</span><span class="cx">         RenderInline {CODE} at (0,0) size 134x14
</span><span class="cx">           RenderText {#text} at (187,5) size 134x14
</span><span class="cx">             text run at (187,5) width 134: &quot;&lt;SCRIPT&gt;&lt;/SCRIPT&gt;&quot;
</span><del>-      RenderTable {TABLE} at (0,193) size 645x105 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 643x103
-          RenderTableRow {TR} at (0,0) size 643x103
-            RenderTableCell {TD} at (0,0) size 511x103 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {UL} at (1,1) size 509x85
-                RenderListItem {LI} at (40,0) size 469x85
</del><ins>+      RenderTable {TABLE} at (0,193) size 644x105 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 642x103
+          RenderTableRow {TR} at (0,0) size 642x103
+            RenderTableCell {TD} at (0,0) size 510x103 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {UL} at (1,1) size 508x85
+                RenderListItem {LI} at (40,0) size 468x85
</ins><span class="cx">                   RenderListMarker at (-18,0) size 7x19: bullet
</span><span class="cx">                   RenderText {#text} at (0,0) size 198x19
</span><span class="cx">                     text run at (0,0) width 198: &quot;The XML Files Resources List&quot;
</span><span class="cx">                   RenderImage {IMG} at (0,20) size 468x60
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (510,22) size 133x59 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (1,1) size 131x57 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 129x55
-                  RenderTableRow {TR} at (0,2) size 129x51
-                    RenderTableCell {TD} at (2,2) size 125x51 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (510,22) size 132x59 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (1,1) size 130x57 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 128x55
+                  RenderTableRow {TR} at (0,2) size 128x51
+                    RenderTableCell {TD} at (2,2) size 124x51 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (3,3) size 118x25
</span><del>-                      RenderBR {BR} at (121,28) size 1x0
</del><ins>+                      RenderBR {BR} at (121,28) size 0x0
</ins><span class="cx">                       RenderText {#text} at (24,28) size 6x19
</span><span class="cx">                         text run at (24,28) width 6: &quot;[&quot;
</span><span class="cx">                       RenderInline {I} at (0,0) size 66x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug24200expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug24200-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug24200-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug24200-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -5,38 +5,38 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderBlock {CENTER} at (0,0) size 784x212
</span><span class="cx">         RenderTable {TABLE} at (76,0) size 632x212 [border: (1px solid #FF0000)]
</span><del>-          RenderTableSection {TBODY} at (1,1) size 629x209
-            RenderTableRow {TR} at (0,0) size 629x24
-              RenderTableCell {TD} at (0,0) size 629x24 [border: (2px solid #FF0000)] [r=0 c=0 rs=1 cs=2]
</del><ins>+          RenderTableSection {TBODY} at (1,1) size 628x209
+            RenderTableRow {TR} at (0,0) size 628x24
+              RenderTableCell {TD} at (0,0) size 628x24 [border: (2px solid #FF0000)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">                 RenderText {#text} at (3,3) size 180x19
</span><span class="cx">                   text run at (3,3) width 180: &quot;parent table, 1st row, 1st col&quot;
</span><del>-            RenderTableRow {TR} at (0,24) size 629x185
-              RenderTableCell {TD} at (0,24) size 144x185 [border: (1px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
-                RenderBlock {FORM} at (3,2) size 140x165
-                  RenderTable {TABLE} at (0,0) size 140x165 [border: (1px solid #00FF00)]
-                    RenderTableSection {TBODY} at (1,1) size 137x162
-                      RenderTableRow {TR} at (0,0) size 137x24
-                        RenderTableCell {TD} at (0,0) size 137x24 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,24) size 628x185
+              RenderTableCell {TD} at (0,24) size 143x185 [border: (1px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
+                RenderBlock {FORM} at (3,2) size 139x165
+                  RenderTable {TABLE} at (0,0) size 139x165 [border: (1px solid #00FF00)]
+                    RenderTableSection {TBODY} at (1,1) size 136x162
+                      RenderTableRow {TR} at (0,0) size 136x24
+                        RenderTableCell {TD} at (0,0) size 136x24 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (3,3) size 24x19
</span><span class="cx">                             text run at (3,3) width 24: &quot;text&quot;
</span><del>-                      RenderTableRow {TR} at (0,24) size 137x37
-                        RenderTableCell {TD} at (0,24) size 137x37 [border: (1px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                      RenderTableRow {TR} at (0,24) size 136x37
+                        RenderTableCell {TD} at (0,24) size 136x37 [border: (1px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                           RenderTable {TABLE} at (3,2) size 131x34 [border: (1px solid #FFFF00)]
</span><span class="cx">                             RenderTableSection {TBODY} at (1,1) size 128x31
</span><span class="cx">                               RenderTableRow {TR} at (0,0) size 128x31
</span><span class="cx">                                 RenderTableCell {TD} at (0,0) size 102x31 [border: (2px solid #FFFF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                                   RenderTextControl {INPUT} at (5,5) size 81x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</span><span class="cx">                                   RenderText {#text} at (0,0) size 0x0
</span><del>-                                RenderTableCell {TD} at (101,0) size 27x31 [border: (2px solid #FFFF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                                RenderTableCell {TD} at (101,0) size 28x31 [border: (2px solid #FFFF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                                   RenderImage {INPUT} at (3,7) size 20x18
</span><span class="cx">                                   RenderText {#text} at (0,0) size 0x0
</span><del>-                      RenderTableRow {TR} at (0,61) size 137x23
-                        RenderTableCell {TD} at (0,61) size 137x23 [border: (1px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+                      RenderTableRow {TR} at (0,61) size 136x23
+                        RenderTableCell {TD} at (0,61) size 136x23 [border: (1px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (3,2) size 24x19
</span><span class="cx">                             text run at (3,2) width 24: &quot;text&quot;
</span><del>-                      RenderTableRow {TR} at (0,84) size 137x54
-                        RenderTableCell {TD} at (0,84) size 137x54 [border: (1px solid #00FF00)] [r=3 c=0 rs=1 cs=1]
-                          RenderBlock (anonymous) at (3,2) size 132x0
</del><ins>+                      RenderTableRow {TR} at (0,84) size 136x54
+                        RenderTableCell {TD} at (0,84) size 136x54 [border: (1px solid #00FF00)] [r=3 c=0 rs=1 cs=1]
+                          RenderBlock (anonymous) at (3,2) size 131x0
</ins><span class="cx">                             RenderInline {FONT} at (0,0) size 0x0
</span><span class="cx">                           RenderTable {TABLE} at (3,2) size 131x51 [border: (1px solid #FF00FF)]
</span><span class="cx">                             RenderTableSection {TBODY} at (1,1) size 128x48
</span><span class="lines">@@ -48,11 +48,11 @@
</span><span class="cx">                                 RenderTableCell {TD} at (0,24) size 128x24 [border: (1px solid #FF00FF)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                                   RenderText {#text} at (3,2) size 54x19
</span><span class="cx">                                     text run at (3,2) width 54: &quot;problem&quot;
</span><del>-                      RenderTableRow {TR} at (0,138) size 137x24
-                        RenderTableCell {TD} at (0,138) size 137x24 [border: (1px solid #00FF00)] [r=4 c=0 rs=1 cs=1]
</del><ins>+                      RenderTableRow {TR} at (0,138) size 136x24
+                        RenderTableCell {TD} at (0,138) size 136x24 [border: (1px solid #00FF00)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (3,2) size 24x19
</span><span class="cx">                             text run at (3,2) width 24: &quot;text&quot;
</span><del>-              RenderTableCell {TD} at (143,24) size 486x32 [border: (1px solid #FF0000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (143,24) size 485x32 [border: (1px solid #FF0000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderTable {TABLE} at (2,2) size 481x28 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderTableSection {TBODY} at (1,1) size 478x25
</span><span class="cx">                     RenderTableRow {TR} at (0,0) size 478x25
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug24793expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2479-3-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2479-3-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2479-3-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx">             RenderTableCell {DIV} at (0,0) size 336x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 27x19
</span><span class="cx">                 text run at (0,0) width 27: &quot;Left&quot;
</span><del>-            RenderTableCell {DIV} at (335,0) size 449x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {DIV} at (335,0) size 450x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (412,0) size 37x19
</span><span class="cx">                 text run at (412,0) width 37: &quot;Right&quot;
</span><span class="cx">       RenderBlock {H2} at (0,423) size 784x31
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug25004expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug25004-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug25004-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug25004-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 678x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 4x19
</span><span class="cx">                         text run at (2,2) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (695,2) size 77x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (695,2) size 78x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 62x39
</span><span class="cx">                 text run at (2,2) width 44: &quot;This is&quot;
</span><span class="cx">                 text run at (2,22) width 62: &quot;some text&quot;
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 678x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 4x19
</span><span class="cx">                         text run at (2,2) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (695,2) size 77x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (695,2) size 78x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 62x39
</span><span class="cx">                 text run at (2,2) width 44: &quot;This is&quot;
</span><span class="cx">                 text run at (2,22) width 62: &quot;some text&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug25074expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug25074-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug25074-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug25074-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 53x20 [bgcolor=#00FF00]
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 53x20
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 53x20
</span><del>-            RenderTableCell {TD} at (0,2) size 8x16 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,2) size 7x16 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 7x15
</span><span class="cx">             RenderTableCell {TD} at (7,0) size 40x20 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 40x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug25663expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug25663-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug25663-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug25663-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,11 +6,11 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 610x110 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 608x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 608x104
</span><del>-            RenderTableCell {TD} at (2,19) size 480x70 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,19) size 479x70 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 475x66 [bgcolor=#BBBBBB]
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 475x66
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 475x62
</span><del>-                    RenderTableCell {TD} at (2,32) size 3x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (2,32) size 2x2 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                     RenderTableCell {TD} at (6,2) size 467x62 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,1) size 221x19
</span><span class="cx">                         text run at (1,1) width 221: &quot;Welcome to the new DaveCentral!&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug2684expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2684-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2684-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2684-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,14 +10,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,36) size 340x46 [bgcolor=#FFFFCC] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 338x44
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 338x22
</span><del>-            RenderTableCell {TD} at (0,0) size 338x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 339x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 170x19
</span><span class="cx">                 text run at (1,1) width 170: &quot;width=340 (same as table)&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,22) size 338x22
</span><span class="cx">             RenderTableCell {TD} at (0,22) size 83x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 71x19
</span><span class="cx">                 text run at (1,1) width 71: &quot;Search for:&quot;
</span><del>-            RenderTableCell {TD} at (82,22) size 256x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,22) size 257x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 224x19
</span><span class="cx">                 text run at (1,1) width 224: &quot;foo bar baz foo bar baz foo bar baz&quot;
</span><span class="cx">       RenderBlock {P} at (0,98) size 784x20
</span><span class="lines">@@ -27,14 +27,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,134) size 340x46 [bgcolor=#FFFFCC] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 338x44
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 338x22
</span><del>-            RenderTableCell {TD} at (0,0) size 338x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 339x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 114x19
</span><span class="cx">                 text run at (1,1) width 114: &quot;no width attribute&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,22) size 338x22
</span><span class="cx">             RenderTableCell {TD} at (0,22) size 83x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 71x19
</span><span class="cx">                 text run at (1,1) width 71: &quot;Search for:&quot;
</span><del>-            RenderTableCell {TD} at (82,22) size 256x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,22) size 257x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 224x19
</span><span class="cx">                 text run at (1,1) width 224: &quot;foo bar baz foo bar baz foo bar baz&quot;
</span><span class="cx">       RenderBlock {P} at (0,196) size 784x20
</span><span class="lines">@@ -44,14 +44,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,232) size 340x46 [bgcolor=#FFFFCC] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 338x44
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 338x22
</span><del>-            RenderTableCell {TD} at (0,0) size 338x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 339x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 86x19
</span><span class="cx">                 text run at (1,1) width 86: &quot;width=100px&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,22) size 338x22
</span><span class="cx">             RenderTableCell {TD} at (0,22) size 83x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 71x19
</span><span class="cx">                 text run at (1,1) width 71: &quot;Search for:&quot;
</span><del>-            RenderTableCell {TD} at (82,22) size 256x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,22) size 257x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 224x19
</span><span class="cx">                 text run at (1,1) width 224: &quot;foo bar baz foo bar baz foo bar baz&quot;
</span><span class="cx">       RenderBlock {P} at (0,294) size 784x20
</span><span class="lines">@@ -61,14 +61,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,330) size 340x46 [bgcolor=#FFFFCC] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 338x44
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 338x22
</span><del>-            RenderTableCell {TD} at (0,0) size 338x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 339x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 86x19
</span><span class="cx">                 text run at (1,1) width 86: &quot;width=200px&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,22) size 338x22
</span><span class="cx">             RenderTableCell {TD} at (0,22) size 83x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 71x19
</span><span class="cx">                 text run at (1,1) width 71: &quot;Search for:&quot;
</span><del>-            RenderTableCell {TD} at (82,22) size 256x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,22) size 257x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 224x19
</span><span class="cx">                 text run at (1,1) width 224: &quot;foo bar baz foo bar baz foo bar baz&quot;
</span><span class="cx">       RenderBlock {P} at (0,392) size 784x20
</span><span class="lines">@@ -78,13 +78,13 @@
</span><span class="cx">       RenderTable {TABLE} at (0,428) size 340x46 [bgcolor=#FFFFCC] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 338x44
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 338x22
</span><del>-            RenderTableCell {TD} at (0,0) size 338x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 339x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 83x19
</span><span class="cx">                 text run at (1,1) width 83: &quot;width=100%&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,22) size 338x22
</span><span class="cx">             RenderTableCell {TD} at (0,22) size 83x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 71x19
</span><span class="cx">                 text run at (1,1) width 71: &quot;Search for:&quot;
</span><del>-            RenderTableCell {TD} at (82,22) size 256x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,22) size 257x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 224x19
</span><span class="cx">                 text run at (1,1) width 224: &quot;foo bar baz foo bar baz foo bar baz&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug269566expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug269566-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug269566-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug269566-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -2,8 +2,8 @@
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x45
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x45
</span><del>-    RenderTable {BODY} at (8,8) size 183x29
-      RenderTableSection (anonymous) at (0,0) size 183x29
-        RenderTableRow (anonymous) at (0,0) size 183x29
-          RenderTableCell (anonymous) at (0,0) size 183x29 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {BODY} at (8,8) size 182x29
+      RenderTableSection (anonymous) at (0,0) size 182x29
+        RenderTableRow (anonymous) at (0,0) size 182x29
+          RenderTableCell (anonymous) at (0,0) size 182x29 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderImage {IMG} at (0,0) size 182x29
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug277062expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug277062-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug277062-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug277062-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -5,10 +5,10 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x0
</span><span class="cx">         RenderInline {BLA} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,0) size 11x6
-        RenderTableSection {TBODY} at (0,0) size 11x6
-          RenderTableRow {TR} at (0,2) size 11x2
-            RenderTableCell {TD} at (2,2) size 3x2 [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (6,2) size 3x2 [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 10x6
+        RenderTableSection {TBODY} at (0,0) size 10x6
+          RenderTableRow {TR} at (0,2) size 10x2
+            RenderTableCell {TD} at (2,2) size 2x2 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (6,2) size 2x2 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug2773expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2773-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2773-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2773-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,14 +10,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,36) size 340x46 [bgcolor=#FFFFCC] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 338x44
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 338x22
</span><del>-            RenderTableCell {TD} at (0,0) size 338x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 339x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 170x19
</span><span class="cx">                 text run at (1,1) width 170: &quot;width=340 (same as table)&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,22) size 338x22
</span><span class="cx">             RenderTableCell {TD} at (0,22) size 83x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 71x19
</span><span class="cx">                 text run at (1,1) width 71: &quot;Search for:&quot;
</span><del>-            RenderTableCell {TD} at (82,22) size 256x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,22) size 257x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 224x19
</span><span class="cx">                 text run at (1,1) width 224: &quot;foo bar baz foo bar baz foo bar baz&quot;
</span><span class="cx">       RenderBlock {P} at (0,98) size 784x20
</span><span class="lines">@@ -27,14 +27,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,134) size 340x46 [bgcolor=#FFFFCC] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 338x44
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 338x22
</span><del>-            RenderTableCell {TD} at (0,0) size 338x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 339x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 114x19
</span><span class="cx">                 text run at (1,1) width 114: &quot;no width attribute&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,22) size 338x22
</span><span class="cx">             RenderTableCell {TD} at (0,22) size 83x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 71x19
</span><span class="cx">                 text run at (1,1) width 71: &quot;Search for:&quot;
</span><del>-            RenderTableCell {TD} at (82,22) size 256x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,22) size 257x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 224x19
</span><span class="cx">                 text run at (1,1) width 224: &quot;foo bar baz foo bar baz foo bar baz&quot;
</span><span class="cx">       RenderBlock {P} at (0,196) size 784x20
</span><span class="lines">@@ -44,14 +44,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,232) size 340x46 [bgcolor=#FFFFCC] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 338x44
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 338x22
</span><del>-            RenderTableCell {TD} at (0,0) size 338x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 339x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 86x19
</span><span class="cx">                 text run at (1,1) width 86: &quot;width=100px&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,22) size 338x22
</span><span class="cx">             RenderTableCell {TD} at (0,22) size 83x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 71x19
</span><span class="cx">                 text run at (1,1) width 71: &quot;Search for:&quot;
</span><del>-            RenderTableCell {TD} at (82,22) size 256x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,22) size 257x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 224x19
</span><span class="cx">                 text run at (1,1) width 224: &quot;foo bar baz foo bar baz foo bar baz&quot;
</span><span class="cx">       RenderBlock {P} at (0,294) size 784x20
</span><span class="lines">@@ -61,14 +61,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,330) size 340x46 [bgcolor=#FFFFCC] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 338x44
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 338x22
</span><del>-            RenderTableCell {TD} at (0,0) size 338x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 339x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 86x19
</span><span class="cx">                 text run at (1,1) width 86: &quot;width=200px&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,22) size 338x22
</span><span class="cx">             RenderTableCell {TD} at (0,22) size 83x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 71x19
</span><span class="cx">                 text run at (1,1) width 71: &quot;Search for:&quot;
</span><del>-            RenderTableCell {TD} at (82,22) size 256x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,22) size 257x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 224x19
</span><span class="cx">                 text run at (1,1) width 224: &quot;foo bar baz foo bar baz foo bar baz&quot;
</span><span class="cx">       RenderBlock {P} at (0,392) size 784x20
</span><span class="lines">@@ -78,13 +78,13 @@
</span><span class="cx">       RenderTable {TABLE} at (0,428) size 340x46 [bgcolor=#FFFFCC] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 338x44
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 338x22
</span><del>-            RenderTableCell {TD} at (0,0) size 338x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 339x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 83x19
</span><span class="cx">                 text run at (1,1) width 83: &quot;width=100%&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,22) size 338x22
</span><span class="cx">             RenderTableCell {TD} at (0,22) size 83x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 71x19
</span><span class="cx">                 text run at (1,1) width 71: &quot;Search for:&quot;
</span><del>-            RenderTableCell {TD} at (82,22) size 256x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,22) size 257x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 224x19
</span><span class="cx">                 text run at (1,1) width 224: &quot;foo bar baz foo bar baz foo bar baz&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug279931expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug27993-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug27993-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug27993-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,10 +9,10 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 228x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 108x19
</span><span class="cx">                 text run at (2,2) width 108: &quot;R1C1 colspan=0&quot;
</span><del>-            RenderTableCell {TD} at (231,2) size 513x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (231,2) size 514x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 108x19
</span><span class="cx">                 text run at (2,2) width 108: &quot;R1C2 colspan=0&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 746x24
</span><del>-            RenderTableCell {TD} at (2,28) size 742x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,28) size 743x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 108x19
</span><span class="cx">                 text run at (2,2) width 108: &quot;R2C1 colspan=2&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug2886expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2886-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2886-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2886-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx">                       RenderBlock {DIV} at (2,2) size 35x22 [border: (1px dashed #FF0000)]
</span><span class="cx">                         RenderText {#text} at (1,1) size 33x19
</span><span class="cx">                           text run at (1,1) width 33: &quot;FOO&quot;
</span><del>-            RenderTableCell {TD} at (343,2) size 165x107 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (343,2) size 164x107 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (10,10) size 144x20
</span><span class="cx">                 RenderInline {B} at (0,0) size 144x19
</span><span class="cx">                   RenderText {#text} at (0,0) size 144x19
</span><span class="lines">@@ -74,7 +74,7 @@
</span><span class="cx">                       RenderBlock {DIV} at (2,21) size 35x22 [border: (1px dashed #FF0000)]
</span><span class="cx">                         RenderText {#text} at (1,1) size 33x19
</span><span class="cx">                           text run at (1,1) width 33: &quot;FOO&quot;
</span><del>-            RenderTableCell {TD} at (509,2) size 190x107 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (508,2) size 191x107 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (10,10) size 170x20
</span><span class="cx">                 RenderInline {B} at (0,0) size 170x19
</span><span class="cx">                   RenderText {#text} at (0,0) size 170x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug28933expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug28933-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug28933-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug28933-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 5x2
-        RenderTableSection {TBODY} at (0,0) size 5x2
-          RenderTableRow {TR} at (0,0) size 5x0
-            RenderTableCell {TD} at (0,0) size 3x2 [r=0 c=0 rs=2 cs=1]
-          RenderTableRow {TR} at (0,0) size 5x2
-            RenderTableCell {TD} at (2,0) size 3x2 [r=1 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 4x2
+        RenderTableSection {TBODY} at (0,0) size 4x2
+          RenderTableRow {TR} at (0,0) size 4x0
+            RenderTableCell {TD} at (0,0) size 2x2 [r=0 c=0 rs=2 cs=1]
+          RenderTableRow {TR} at (0,0) size 4x2
+            RenderTableCell {TD} at (2,0) size 2x2 [r=1 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug290581expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug29058-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug29058-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug29058-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,6 +16,6 @@
</span><span class="cx">             RenderTableCell {TD} at (34,2) size 78x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 27x19
</span><span class="cx">                 text run at (2,2) width 27: &quot;Test&quot;
</span><del>-            RenderTableCell {TD} at (113,2) size 667x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (113,2) size 668x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 27x19
</span><span class="cx">                 text run at (2,2) width 27: &quot;Test&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug29429expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug29429-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug29429-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug29429-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">                         text run at (2,2) width 276: &quot;yyy yyy yyy yyy yyy yyy yyy yyy yyy yyy&quot;
</span><span class="cx">                         text run at (2,22) width 276: &quot;yyy yyy yyy yyy yyy yyy yyy yyy yyy yyy&quot;
</span><span class="cx">                         text run at (2,42) width 24: &quot;yyy&quot;
</span><del>-            RenderTableCell {TD} at (303,17) size 477x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (303,17) size 478x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 472x39
</span><span class="cx">                 text run at (2,2) width 472: &quot;text text text text text text text text text text text text text text text text text&quot;
</span><span class="cx">                 text run at (2,22) width 472: &quot;text text text text text text text text text text text text text text text text text&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug2954expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2954-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2954-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2954-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 601x94
-        RenderTableSection {TBODY} at (0,0) size 601x94
-          RenderTableRow {TR} at (0,0) size 601x70
-            RenderTableCell {TD} at (0,0) size 81x70 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 600x94
+        RenderTableSection {TBODY} at (0,0) size 600x94
+          RenderTableRow {TR} at (0,0) size 600x70
+            RenderTableCell {TD} at (0,0) size 80x70 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 80x70
</span><del>-            RenderTableCell {TD} at (80,50) size 521x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (80,50) size 520x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 104x20
</span><span class="cx">               RenderImage {IMG} at (104,0) size 104x20
</span><span class="cx">               RenderImage {IMG} at (208,0) size 104x20
</span><span class="cx">               RenderImage {IMG} at (312,0) size 104x20
</span><span class="cx">               RenderImage {IMG} at (416,0) size 104x20
</span><del>-          RenderTableRow {TR} at (0,70) size 601x24
-            RenderTableCell {TD} at (0,70) size 601x24 [bgcolor=#CCCC99] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,70) size 600x24
+            RenderTableCell {TD} at (0,70) size 600x24 [bgcolor=#CCCC99] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 600x24
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug29811expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2981-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2981-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2981-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x40
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x40
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 784x40
</span><del>-            RenderTableCell {TD} at (0,0) size 136x40 [bgcolor=#DDDDDD] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 135x40 [bgcolor=#DDDDDD] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (0,0) size 135x40
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 135x40
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 135x40
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug29812expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2981-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2981-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2981-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,16 +9,16 @@
</span><span class="cx">       RenderTable {TABLE} at (0,102) size 800x130 [border: (2px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 796x126
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 796x0
</span><del>-            RenderTableCell {TD} at (0,0) size 115x126 [bgcolor=#DDDDDD] [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
-              RenderTable {TABLE} at (1,1) size 113x124 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 111x122
-                  RenderTableRow {TR} at (0,0) size 111x122
-                    RenderTableCell {TD} at (0,0) size 111x122 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 114x126 [bgcolor=#DDDDDD] [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
+              RenderTable {TABLE} at (1,1) size 112x124 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 110x122
+                  RenderTableRow {TR} at (0,0) size 110x122
+                    RenderTableCell {TD} at (0,0) size 110x122 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (5,1) size 100x100
</span><span class="cx">                       RenderText {#text} at (1,101) size 53x19
</span><span class="cx">                         text run at (1,101) width 53: &quot;HELLO&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 796x126
</span><del>-            RenderTableCell {TD} at (114,2) size 328x122 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,2) size 327x122 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 321x119
</span><span class="cx">                 text run at (1,1) width 320: &quot;The Zurich football team known as FC Blue Stars&quot;
</span><span class="cx">                 text run at (1,21) width 120: &quot;is one of the city's &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug2997expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2997-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2997-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug2997-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,15 +10,15 @@
</span><span class="cx">       RenderTable {TABLE} at (0,36) size 566x60 [bgcolor=#00FFFF]
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 566x60
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 566x40
</span><del>-            RenderTableCell {TD} at (0,0) size 223x40 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 222x40 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 222x40
</span><del>-            RenderTableCell {TD} at (222,0) size 146x40 [bgcolor=#666600] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (222,0) size 145x40 [bgcolor=#666600] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 145x40
</span><span class="cx">             RenderTableCell {TD} at (367,10) size 199x20 [bgcolor=#009999] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 43x19
</span><span class="cx">                 text run at (0,0) width 43: &quot;Empty&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,40) size 566x20
</span><del>-            RenderTableCell {TD} at (0,40) size 368x20 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,40) size 367x20 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 367x20
</span><span class="cx">             RenderTableCell {TD} at (367,40) size 199x20 [bgcolor=#990099] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 43x19
</span><span class="lines">@@ -29,9 +29,9 @@
</span><span class="cx">       RenderTable {TABLE} at (0,148) size 566x80 [bgcolor=#00FFFF]
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 566x80
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 566x60
</span><del>-            RenderTableCell {TD} at (0,10) size 223x40 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,10) size 222x40 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 222x40
</span><del>-            RenderTableCell {TD} at (222,10) size 146x40 [bgcolor=#666600] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (222,10) size 145x40 [bgcolor=#666600] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 145x40
</span><span class="cx">             RenderTableCell {TD} at (367,0) size 199x60 [bgcolor=#009999] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 197x59
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">                 text run at (0,20) width 188: &quot;and more and more and more&quot;
</span><span class="cx">                 text run at (0,40) width 54: &quot;text in it&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,60) size 566x20
</span><del>-            RenderTableCell {TD} at (0,60) size 368x20 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,60) size 367x20 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 367x20
</span><span class="cx">             RenderTableCell {TD} at (367,60) size 199x20 [bgcolor=#990099] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 43x19
</span><span class="lines">@@ -50,15 +50,15 @@
</span><span class="cx">       RenderTable {TABLE} at (0,280) size 566x80 [bgcolor=#00FFFF]
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 566x80
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 566x40
</span><del>-            RenderTableCell {TD} at (0,0) size 223x40 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 222x40 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 222x40
</span><del>-            RenderTableCell {TD} at (222,0) size 146x40 [bgcolor=#666600] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (222,0) size 145x40 [bgcolor=#666600] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 145x40
</span><span class="cx">             RenderTableCell {TD} at (367,10) size 199x20 [bgcolor=#009999] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 43x19
</span><span class="cx">                 text run at (0,0) width 43: &quot;Empty&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,40) size 566x40
</span><del>-            RenderTableCell {TD} at (0,50) size 368x20 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,50) size 367x20 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 367x20
</span><span class="cx">             RenderTableCell {TD} at (367,40) size 199x40 [bgcolor=#990099] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 186x39
</span><span class="lines">@@ -70,15 +70,15 @@
</span><span class="cx">       RenderTable {TABLE} at (0,412) size 566x70 [bgcolor=#00FFFF]
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 566x70
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 566x42
</span><del>-            RenderTableCell {TD} at (2,2) size 225x42 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 224x42 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 222x40
</span><del>-            RenderTableCell {TD} at (228,2) size 148x42 [bgcolor=#666600] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (228,2) size 147x42 [bgcolor=#666600] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 145x40
</span><span class="cx">             RenderTableCell {TD} at (377,12) size 187x22 [bgcolor=#009999] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 43x19
</span><span class="cx">                 text run at (1,1) width 43: &quot;Empty&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,46) size 566x22
</span><del>-            RenderTableCell {TD} at (2,46) size 374x22 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,46) size 373x22 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 367x20
</span><span class="cx">             RenderTableCell {TD} at (377,46) size 187x22 [bgcolor=#990099] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 43x19
</span><span class="lines">@@ -86,19 +86,19 @@
</span><span class="cx">       RenderBlock {P} at (0,498) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 324x19
</span><span class="cx">           text run at (0,0) width 324: &quot;As does removing the explicit width on the table...&quot;
</span><del>-      RenderTable {TABLE} at (0,534) size 567x60 [bgcolor=#00FFFF]
-        RenderTableSection {TBODY} at (0,0) size 567x60
-          RenderTableRow {TR} at (0,0) size 567x40
-            RenderTableCell {TD} at (0,0) size 223x40 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,534) size 566x60 [bgcolor=#00FFFF]
+        RenderTableSection {TBODY} at (0,0) size 566x60
+          RenderTableRow {TR} at (0,0) size 566x40
+            RenderTableCell {TD} at (0,0) size 222x40 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 222x40
</span><del>-            RenderTableCell {TD} at (222,0) size 146x40 [bgcolor=#666600] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (222,0) size 145x40 [bgcolor=#666600] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 145x40
</span><del>-            RenderTableCell {TD} at (367,10) size 200x20 [bgcolor=#009999] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (367,10) size 199x20 [bgcolor=#009999] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 43x19
</span><span class="cx">                 text run at (0,0) width 43: &quot;Empty&quot;
</span><del>-          RenderTableRow {TR} at (0,40) size 567x20
-            RenderTableCell {TD} at (0,40) size 368x20 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,40) size 566x20
+            RenderTableCell {TD} at (0,40) size 367x20 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 367x20
</span><del>-            RenderTableCell {TD} at (367,40) size 200x20 [bgcolor=#990099] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (367,40) size 199x20 [bgcolor=#990099] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 43x19
</span><span class="cx">                 text run at (0,0) width 43: &quot;Empty&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug30273expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug30273-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug30273-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug30273-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 225x82 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 223x80
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 223x24
</span><del>-            RenderTableCell {TD} at (2,2) size 187x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 186x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 27x19
</span><span class="cx">                 text run at (2,2) width 27: &quot;Test&quot;
</span><del>-            RenderTableCell {TD} at (190,28) size 31x24 [border: (1px inset #808080)] [r=0 c=1 rs=3 cs=1]
</del><ins>+            RenderTableCell {TD} at (189,28) size 32x24 [border: (1px inset #808080)] [r=0 c=1 rs=3 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 27x19
</span><span class="cx">                 text run at (2,2) width 27: &quot;Test&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 223x50
</span><del>-            RenderTableCell {TD} at (2,28) size 187x50 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (2,2) size 183x20
</del><ins>+            RenderTableCell {TD} at (2,28) size 186x50 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (2,2) size 182x20
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 168x19
</span><span class="cx">                   RenderText {#text} at (0,0) size 168x19
</span><span class="cx">                     text run at (0,0) width 168: &quot;This cell should be visible&quot;
</span><del>-              RenderBlock (anonymous) at (2,22) size 183x26
</del><ins>+              RenderBlock (anonymous) at (2,22) size 182x26
</ins><span class="cx">                 RenderTable {TABLE} at (0,0) size 182x26
</span><span class="cx">                   RenderTableSection {TBODY} at (0,0) size 182x26
</span><span class="cx">                     RenderTableRow {TR} at (0,2) size 182x22
</span><span class="cx">                       RenderTableCell {TD} at (2,2) size 178x22 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                         RenderText {#text} at (1,1) size 176x19
</span><span class="cx">                           text run at (1,1) width 176: &quot;This table should be visible&quot;
</span><del>-              RenderBlock (anonymous) at (2,48) size 183x0
</del><ins>+              RenderBlock (anonymous) at (2,48) size 182x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug3103expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug3103-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug3103-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug3103-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,21 +3,21 @@
</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 623x400 [border: (4px outset #808080)]
-        RenderTableSection {TBODY} at (4,4) size 615x392
-          RenderTableRow {TR} at (0,2) size 615x193
</del><ins>+      RenderTable {TABLE} at (0,0) size 622x400 [border: (4px outset #808080)]
+        RenderTableSection {TBODY} at (4,4) size 614x392
+          RenderTableRow {TR} at (0,2) size 614x193
</ins><span class="cx">             RenderTableCell {TD} at (2,164) size 204x64 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 172x59
</span><span class="cx">                 text run at (2,2) width 172: &quot;1 Some sample text for the&quot;
</span><span class="cx">                 text run at (2,22) width 148: &quot;first column. Notice its&quot;
</span><span class="cx">                 text run at (2,42) width 72: &quot;formatting.&quot;
</span><del>-            RenderTableCell {TD} at (208,66) size 405x65 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (208,66) size 404x65 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 372x60
</span><span class="cx">                 text run at (2,3) width 372: &quot;2 Here is some sample text to demonstrate the problem. Is&quot;
</span><span class="cx">                 text run at (2,23) width 361: &quot;there some setting in Navigator that will make this work&quot;
</span><span class="cx">                 text run at (2,43) width 311: &quot;correctly ? If so I haven't found it. Is this a bug ?&quot;
</span><del>-          RenderTableRow {TR} at (0,197) size 615x193
-            RenderTableCell {TD} at (208,261) size 405x65 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,197) size 614x193
+            RenderTableCell {TD} at (208,261) size 404x65 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 372x60
</span><span class="cx">                 text run at (2,3) width 372: &quot;3 Here is some sample text to demonstrate the problem. Is&quot;
</span><span class="cx">                 text run at (2,23) width 361: &quot;there some setting in Navigator that will make this work&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug322053expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug32205-3-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug32205-3-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug32205-3-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">               RenderBR {BR} at (82,284) size 1x0
</span><span class="cx">               RenderText {#text} at (2,22) size 329x19
</span><span class="cx">                 text run at (2,22) width 329: &quot;&lt;table border=\&quot;1\&quot; width=\&quot;100%\&quot; height=\&quot;100%\&quot;&gt;&quot;
</span><del>-            RenderTableCell {TD} at (368,2) size 412x578 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (368,2) size 413x578 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 408x574 [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 406x572
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 406x568
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug3260expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug3260-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug3260-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug3260-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 143x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (57,2) size 28x19
</span><span class="cx">                 text run at (57,2) width 28: &quot;One&quot;
</span><del>-            RenderTableCell {TD} at (146,2) size 150x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (146,2) size 151x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (60,2) size 29x19
</span><span class="cx">                 text run at (60,2) width 29: &quot;Two&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,30) size 300x30 [border: (1px outset #808080)]
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 143x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (113,2) size 28x19
</span><span class="cx">                 text run at (113,2) width 28: &quot;One&quot;
</span><del>-            RenderTableCell {TD} at (146,2) size 150x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (146,2) size 151x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (119,2) size 29x19
</span><span class="cx">                 text run at (119,2) width 29: &quot;Two&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,60) size 381x56 [border: (1px outset #808080)]
</span><span class="lines">@@ -43,6 +43,6 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 379x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (175,2) size 28x19
</span><span class="cx">                 text run at (175,2) width 28: &quot;One&quot;
</span><del>-            RenderTableCell {TD} at (382,2) size 398x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (382,2) size 399x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (184,2) size 29x19
</span><span class="cx">                 text run at (184,2) width 29: &quot;Two&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug32841expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug32841-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug32841-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug32841-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,24) size 360x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 4x19
</span><span class="cx">                 text run at (2,2) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (359,24) size 168x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (360,24) size 167x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 4x19
</span><span class="cx">                 text run at (2,2) width 4: &quot; &quot;
</span><span class="cx">       RenderBlock {HR} at (0,58) size 492x2 [border: (1px inset #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug33137expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug33137-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug33137-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug33137-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 86x114 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 84x112
-          RenderTableRow {TR} at (0,2) size 84x22
-            RenderTableCell {TD} at (2,2) size 80x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 85x114 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 83x112
+          RenderTableRow {TR} at (0,2) size 83x22
+            RenderTableCell {TD} at (2,2) size 79x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {HR} at (3,10) size 73x2 [border: (1px inset #000000)]
</span><del>-          RenderTableRow {TR} at (0,26) size 84x84
-            RenderTableCell {TD} at (2,26) size 80x84 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 83x84
+            RenderTableCell {TD} at (2,26) size 79x84 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 70x79
</span><span class="cx">                 text run at (2,2) width 70: &quot;this should&quot;
</span><span class="cx">                 text run at (2,22) width 32: &quot;wrap&quot;
</span><span class="lines">@@ -17,13 +17,13 @@
</span><span class="cx">                 text run at (2,62) width 22: &quot;TD&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,114) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,134) size 93x94 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 91x92
-          RenderTableRow {TR} at (0,2) size 91x22
-            RenderTableCell {TD} at (2,2) size 87x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,134) size 92x94 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 90x92
+          RenderTableRow {TR} at (0,2) size 90x22
+            RenderTableCell {TD} at (2,2) size 86x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {HR} at (2,10) size 82x2 [border: (1px inset #000000)]
</span><del>-          RenderTableRow {TR} at (0,26) size 91x64
-            RenderTableCell {TD} at (2,26) size 87x64 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 90x64
+            RenderTableCell {TD} at (2,26) size 86x64 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 77x59
</span><span class="cx">                 text run at (2,2) width 70: &quot;this should&quot;
</span><span class="cx">                 text run at (2,22) width 77: &quot;wrap within&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug33855expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug33855-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug33855-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug33855-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">                   RenderBlock (anonymous) at (12,3) size 43x14
</span><span class="cx">                     RenderText at (0,0) size 43x14
</span><span class="cx">                       text run at (0,0) width 43: &quot;Move to:&quot;
</span><del>-              RenderTableCell {TD} at (671,2) size 111x26 [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (672,2) size 110x26 [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderMenuList {SELECT} at (3,3) size 104x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                   RenderBlock (anonymous) at (6,3) size 92x14
</span><span class="cx">                     RenderText at (0,0) size 72x14
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug3454expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug3454-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug3454-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug3454-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">             RenderTableCell {TH} at (177,2) size 271x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (93,2) size 84x19
</span><span class="cx">                 text run at (93,2) width 84: &quot;Header Two&quot;
</span><del>-            RenderTableCell {TH} at (449,2) size 299x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (449,2) size 300x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (101,2) size 96x19
</span><span class="cx">                 text run at (101,2) width 96: &quot;Header Three&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 750x44
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 258x39
</span><span class="cx">                 text run at (2,2) width 258: &quot;This means that elements within the cell&quot;
</span><span class="cx">                 text run at (2,22) width 183: &quot;have border-spacing of 1em.&quot;
</span><del>-            RenderTableCell {TD} at (449,28) size 299x44 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (449,28) size 300x44 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 285x39
</span><span class="cx">                 text run at (2,2) width 209: &quot;The borders on the header cells, &quot;
</span><span class="cx">                 text run at (210,2) width 77: &quot;on all sides,&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug3977expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug3977-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug3977-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug3977-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,21 +3,21 @@
</span><span class="cx"> layer at (0,0) size 800x965
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x965
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x949
</span><del>-      RenderTable {TABLE} at (0,0) size 601x265 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 599x263
-          RenderTableRow {TR} at (0,2) size 599x77
-            RenderTableCell {TD} at (2,2) size 595x77 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+      RenderTable {TABLE} at (0,0) size 600x265 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 598x263
+          RenderTableRow {TR} at (0,2) size 598x77
+            RenderTableCell {TD} at (2,2) size 594x77 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 590x73
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-          RenderTableRow {TR} at (0,81) size 599x96
-            RenderTableCell {TD} at (2,81) size 115x44 [bgcolor=#94BD73] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,81) size 598x96
+            RenderTableCell {TD} at (2,81) size 114x44 [bgcolor=#94BD73] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 74x39
</span><span class="cx">                 text run at (2,2) width 74: &quot;LH column&quot;
</span><span class="cx">                 text run at (2,22) width 40: &quot;image&quot;
</span><del>-            RenderTableCell {TD} at (118,81) size 21x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (118,81) size 20x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                 text run at (2,2) width 16: &quot;    &quot;
</span><del>-            RenderTableCell {TD} at (140,81) size 457x96 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (140,81) size 456x96 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (2,2) size 452x20
</span><span class="cx">                 RenderText {#text} at (0,0) size 226x19
</span><span class="cx">                   text run at (0,0) width 226: &quot;HP Peripherals Developer Program&quot;
</span><span class="lines">@@ -27,15 +27,15 @@
</span><span class="cx">               RenderBlock {P} at (2,74) size 452x20
</span><span class="cx">                 RenderText {#text} at (0,0) size 70x19
</span><span class="cx">                   text run at (0,0) width 70: &quot;etc., etc. ...&quot;
</span><del>-          RenderTableRow {TR} at (0,179) size 599x37
-            RenderTableCell {TD} at (2,179) size 595x37 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=3]
</del><ins>+          RenderTableRow {TR} at (0,179) size 598x37
+            RenderTableCell {TD} at (2,179) size 594x37 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 589x33
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-          RenderTableRow {TR} at (0,218) size 599x43
-            RenderTableCell {TD} at (2,218) size 115x43 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,218) size 598x43
+            RenderTableCell {TD} at (2,218) size 114x43 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 110x39
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TH} at (118,227) size 479x25 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=2]
</del><ins>+            RenderTableCell {TH} at (118,227) size 478x25 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (207,2) size 64x20
</span><span class="cx">                 text run at (207,3) width 64: &quot;text links&quot;
</span><span class="cx">       RenderBlock {HR} at (0,273) size 784x2 [border: (1px inset #000000)]
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,327) size 590x189 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 588x187
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 588x24
</span><del>-            RenderTableCell {TD} at (2,2) size 584x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (2,2) size 585x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,2) size 129x19
</span><span class="cx">                 text run at (2,2) width 129: &quot;IMG in a colspan=3&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 588x96
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">             RenderTableCell {TD} at (114,28) size 21x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                 text run at (2,2) width 16: &quot;    &quot;
</span><del>-            RenderTableCell {TD} at (136,28) size 450x96 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (136,28) size 451x96 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (2,2) size 446x20
</span><span class="cx">                 RenderText {#text} at (0,0) size 226x19
</span><span class="cx">                   text run at (0,0) width 226: &quot;HP Peripherals Developer Program&quot;
</span><span class="lines">@@ -68,14 +68,14 @@
</span><span class="cx">                 RenderText {#text} at (0,0) size 70x19
</span><span class="cx">                   text run at (0,0) width 70: &quot;etc., etc. ...&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,126) size 588x33
</span><del>-            RenderTableCell {TD} at (2,130) size 584x25 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (2,130) size 585x25 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,2) size 129x20
</span><span class="cx">                 text run at (2,3) width 129: &quot;IMG in a colspan=3&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,161) size 588x24
</span><span class="cx">             RenderTableCell {TD} at (2,161) size 111x24 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 78x19
</span><span class="cx">                 text run at (2,2) width 78: &quot;just an IMG&quot;
</span><del>-            RenderTableCell {TH} at (114,161) size 472x24 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=2]
</del><ins>+            RenderTableCell {TH} at (114,161) size 473x24 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (204,2) size 64x19
</span><span class="cx">                 text run at (204,2) width 64: &quot;text links&quot;
</span><span class="cx">       RenderBlock {HR} at (0,524) size 784x2 [border: (1px inset #000000)]
</span><span class="lines">@@ -115,7 +115,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,821) size 590x128 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 588x126
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 588x24
</span><del>-            RenderTableCell {TD} at (2,2) size 584x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (2,2) size 585x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,2) size 213x19
</span><span class="cx">                 text run at (2,2) width 213: &quot;text instead of IMG in colspan=3&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 588x96
</span><span class="lines">@@ -126,7 +126,7 @@
</span><span class="cx">             RenderTableCell {TD} at (114,28) size 21x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                 text run at (2,2) width 16: &quot;    &quot;
</span><del>-            RenderTableCell {TD} at (136,28) size 450x96 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (136,28) size 451x96 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (2,2) size 446x20
</span><span class="cx">                 RenderText {#text} at (0,0) size 226x19
</span><span class="cx">                   text run at (0,0) width 226: &quot;HP Peripherals Developer Program&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug4093expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4093-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4093-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4093-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,26 +10,26 @@
</span><span class="cx">               RenderBlock (anonymous) at (2,2) size 772x20
</span><span class="cx">                 RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                   text run at (0,0) width 12: &quot;Y&quot;
</span><del>-                RenderTable {TABLE} at (547,0) size 225x218
-                  RenderTableSection {TBODY} at (0,0) size 225x218
-                    RenderTableRow {TR} at (0,0) size 225x163
-                      RenderTableCell {TD} at (0,108) size 11x2 [r=0 c=0 rs=4 cs=1]
</del><ins>+                RenderTable {TABLE} at (548,0) size 224x218
+                  RenderTableSection {TBODY} at (0,0) size 224x218
+                    RenderTableRow {TR} at (0,0) size 224x163
+                      RenderTableCell {TD} at (0,108) size 10x2 [r=0 c=0 rs=4 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 10x1
</span><del>-                      RenderTableCell {TD} at (10,0) size 215x163 [r=0 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (10,0) size 214x163 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 214x163
</span><del>-                    RenderTableRow {TR} at (0,163) size 225x8
-                      RenderTableCell {TD} at (10,163) size 215x8 [r=1 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,163) size 224x8
+                      RenderTableCell {TD} at (10,163) size 214x8 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 1x8
</span><del>-                    RenderTableRow {TR} at (0,171) size 225x39
-                      RenderTableCell {TD} at (10,171) size 215x39 [r=2 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,171) size 224x39
+                      RenderTableCell {TD} at (10,171) size 214x39 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderInline {FONT} at (0,0) size 209x39 [color=#666600]
</span><span class="cx">                           RenderText {#text} at (0,0) size 209x39
</span><span class="cx">                             text run at (0,0) width 196: &quot;CleanSweep Deluxe tracks the files you use&quot;
</span><span class="cx">                             text run at (0,13) width 209: &quot;most often, then recommends rarely used ones&quot;
</span><span class="cx">                             text run at (0,26) width 75: &quot;for you to delete.&quot;
</span><span class="cx">                           RenderBR {BR} at (74,36) size 1x0
</span><del>-                    RenderTableRow {TR} at (0,210) size 225x8
-                      RenderTableCell {TD} at (10,210) size 215x8 [r=3 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,210) size 224x8
+                      RenderTableCell {TD} at (10,210) size 214x8 [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 1x8
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">               RenderBlock {P} at (2,38) size 772x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug42187expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug42187-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug42187-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug42187-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,19 +6,19 @@
</span><span class="cx">       RenderBlock {H4} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 563x19
</span><span class="cx">           text run at (0,0) width 563: &quot;Try resizing the window horizantally - the red cell should be 195 pixels at all times.&quot;
</span><del>-      RenderTable {TABLE} at (0,41) size 405x87 [bgcolor=#FFFF00] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 403x84
-          RenderTableRow {TR} at (0,0) size 403x22
</del><ins>+      RenderTable {TABLE} at (0,41) size 404x87 [bgcolor=#FFFF00] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 402x84
+          RenderTableRow {TR} at (0,0) size 402x22
</ins><span class="cx">             RenderTableCell {TD} at (0,10) size 202x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">             RenderTableCell {TD} at (202,10) size 102x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (304,0) size 99x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (304,0) size 98x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 96x19
</span><span class="cx">                 text run at (1,1) width 96: &quot;xxxxxxxxxxxx&quot;
</span><del>-          RenderTableRow {TR} at (0,22) size 403x62
</del><ins>+          RenderTableRow {TR} at (0,22) size 402x62
</ins><span class="cx">             RenderTableCell {TD} at (0,42) size 202x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 4x19
</span><span class="cx">                 text run at (1,1) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (202,22) size 201x62 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (202,22) size 200x62 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 183x59
</span><span class="cx">                 text run at (1,1) width 183: &quot;Now you can vote forTLJ as&quot;
</span><span class="cx">                 text run at (1,21) width 112: &quot;game of the year &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug4385expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4385-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4385-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4385-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,11 +6,11 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x56 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x54
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x24
</span><del>-            RenderTableCell {TD} at (2,2) size 778x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,2) size 779x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 12x19
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x24
</span><del>-            RenderTableCell {TD} at (2,38) size 16x4 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (19,28) size 761x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,38) size 15x4 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (19,28) size 762x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 200x19
</span><span class="cx">                 text run at (2,2) width 200: &quot;This text is invariably wrapped&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug44505expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug44505-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug44505-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug44505-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -132,7 +132,7 @@
</span><span class="cx">           RenderText {#text} at (72,0) size 32x14
</span><span class="cx">             text run at (72,0) width 32: &quot;button&quot;
</span><span class="cx"> layer at (294,295) size 11x28 clip at (295,296) size 9x26
</span><del>-  RenderTableCell {TD} at (284,4) size 12x24 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (284,4) size 13x24 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">     RenderText {#text} at (2,2) size 4x19
</span><span class="cx">       text run at (2,2) width 4: &quot; &quot;
</span><span class="cx"> layer at (11,325) size 281x24 clip at (12,326) size 279x22
</span><span class="lines">@@ -140,7 +140,7 @@
</span><span class="cx">     RenderText {#text} at (2,2) size 4x19
</span><span class="cx">       text run at (2,2) width 4: &quot; &quot;
</span><span class="cx"> layer at (294,325) size 11x24 clip at (295,326) size 9x22
</span><del>-  RenderTableCell {TD} at (284,32) size 12x24 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (284,32) size 13x24 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">     RenderText {#text} at (2,2) size 4x19
</span><span class="cx">       text run at (2,2) width 4: &quot; &quot;
</span><span class="cx"> layer at (11,355) size 172x48 clip at (12,356) size 170x46 scrollWidth 216
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug4501expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4501-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4501-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4501-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x223 [bgcolor=#FFCC00] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x221
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x199
</span><del>-            RenderTableCell {TD} at (0,0) size 114x199 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 113x199 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 111x197
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableCell {TD} at (113,0) size 669x100 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 381x98
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderTableRow {TR} at (0,199) size 782x22
</span><del>-            RenderTableCell {TD} at (0,199) size 114x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,199) size 113x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 96x19
</span><span class="cx">                 text run at (1,1) width 96: &quot;something else&quot;
</span><span class="cx">             RenderTableCell {TD} at (113,199) size 669x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug4527expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4527-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4527-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4527-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x0
</span><span class="cx">         RenderInline {BASEFONT} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,0) size 613x156
-        RenderTableSection {TBODY} at (0,0) size 613x156
-          RenderTableRow {TR} at (0,0) size 613x130
-            RenderTableCell {TD} at (0,35) size 127x86 [r=0 c=0 rs=2 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 613x96
+        RenderTableSection {TBODY} at (0,0) size 613x96
+          RenderTableRow {TR} at (0,0) size 613x70
+            RenderTableCell {TD} at (0,5) size 126x86 [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderInline {A} at (0,0) size 126x19 [color=#0000EE]
</span><span class="cx">                 RenderImage {IMG} at (0,0) size 126x85
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (126,0) size 487x130 [r=0 c=1 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (126,0) size 488x70 [r=0 c=1 rs=1 cs=3]
</ins><span class="cx">               RenderInline {NOBR} at (0,0) size 19x19
</span><span class="cx">                 RenderPartObject {IFRAME} at (0,0) size 468x60
</span><span class="cx">                   layer at (0,0) size 468x60
</span><span class="lines">@@ -28,22 +28,22 @@
</span><span class="cx">                           RenderImage {IMG} at (0,0) size 468x60
</span><span class="cx">                         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {A} at (0,0) size 19x19 [color=#0000EE]
</span><del>-                  RenderImage {IMG} at (0,60) size 19x60
-              RenderBR {BR} at (19,120) size 0x0
-              RenderImage {IMG} at (0,120) size 470x10
-              RenderBR {BR} at (470,130) size 0x0
-          RenderTableRow {TR} at (0,130) size 613x26
-            RenderTableCell {TD} at (126,130) size 243x26 [bgcolor=#CCCCCC] [r=1 c=1 rs=1 cs=1]
</del><ins>+                  RenderImage {IMG} at (468,0) size 19x60
+              RenderBR {BR} at (487,60) size 0x0
+              RenderImage {IMG} at (0,60) size 470x10
+              RenderBR {BR} at (470,70) size 0x0
+          RenderTableRow {TR} at (0,70) size 613x26
+            RenderTableCell {TD} at (126,70) size 243x26 [bgcolor=#CCCCCC] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 232x25
</span><del>-            RenderTableCell {TD} at (368,130) size 109x26 [bgcolor=#CCCCCC] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (368,70) size 109x26 [bgcolor=#CCCCCC] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderTextControl {INPUT} at (4,2) size 75x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</span><span class="cx">               RenderImage {INPUT} at (80,3) size 26x18
</span><del>-            RenderTableCell {TD} at (476,130) size 137x26 [bgcolor=#CCCCCC] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (476,70) size 138x26 [bgcolor=#CCCCCC] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {INPUT} at (2,3) size 16x16 [bgcolor=#000000CC] [border: (1px solid #FFFFFF00)]
</span><span class="cx">               RenderImage {IMG} at (20,1) size 40x25
</span><span class="cx">               RenderBlock {INPUT} at (62,3) size 16x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">               RenderText {#text} at (80,2) size 4x19
</span><span class="cx">                 text run at (80,2) width 4: &quot; &quot;
</span><span class="cx">               RenderImage {IMG} at (84,1) size 46x25
</span><del>-layer at (388,144) size 61x14
</del><ins>+layer at (388,84) size 61x14
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 62x15
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug45350expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug45350-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug45350-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug45350-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,15 +3,15 @@
</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 39x50
-        RenderTableSection {TBODY} at (0,0) size 39x50
-          RenderTableRow {TR} at (0,2) size 39x22
-            RenderTableCell {TD} at (2,2) size 11x22 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 38x50
+        RenderTableSection {TBODY} at (0,0) size 38x50
+          RenderTableRow {TR} at (0,2) size 38x22
+            RenderTableCell {TD} at (2,2) size 10x22 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                 text run at (1,1) width 8: &quot;a&quot;
</span><del>-            RenderTableCell {TD} at (14,15) size 23x20 [bgcolor=#FFA500] [r=0 c=1 rs=2 cs=1]
</del><ins>+            RenderTableCell {TD} at (14,15) size 22x20 [bgcolor=#FFA500] [r=0 c=1 rs=2 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 20x18
</span><del>-          RenderTableRow {TR} at (0,26) size 39x22
-            RenderTableCell {TD} at (2,26) size 11x22 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 9x19
-                text run at (1,1) width 9: &quot;x&quot;
</del><ins>+          RenderTableRow {TR} at (0,26) size 38x22
+            RenderTableCell {TD} at (2,26) size 10x22 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 8x19
+                text run at (1,1) width 8: &quot;x&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug45486expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug45486-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug45486-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug45486-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 77x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x19
</span><span class="cx">                 text run at (2,2) width 30: &quot;10%&quot;
</span><del>-            RenderTableCell {TD} at (80,2) size 700x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=5]
</del><ins>+            RenderTableCell {TD} at (80,2) size 701x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=5]
</ins><span class="cx">               RenderText {#text} at (2,2) size 95x19
</span><span class="cx">                 text run at (2,2) width 95: &quot;90% colspan 5&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x24
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">             RenderTableCell {TD} at (236,28) size 389x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=3]
</span><span class="cx">               RenderText {#text} at (2,2) size 95x19
</span><span class="cx">                 text run at (2,2) width 95: &quot;50% colspan 3&quot;
</span><del>-            RenderTableCell {TD} at (626,28) size 154x24 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (626,28) size 155x24 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x19
</span><span class="cx">                 text run at (2,2) width 30: &quot;20%&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,54) size 782x24
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">             RenderTableCell {TD} at (315,54) size 310x24 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 95x19
</span><span class="cx">                 text run at (2,2) width 95: &quot;40% colspan 2&quot;
</span><del>-            RenderTableCell {TD} at (626,54) size 154x24 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (626,54) size 155x24 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x19
</span><span class="cx">                 text run at (2,2) width 30: &quot;20%&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,80) size 782x24
</span><span class="lines">@@ -39,13 +39,13 @@
</span><span class="cx">             RenderTableCell {TD} at (547,80) size 78x24 [border: (1px inset #808080)] [r=3 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x19
</span><span class="cx">                 text run at (2,2) width 30: &quot;10%&quot;
</span><del>-            RenderTableCell {TD} at (626,80) size 154x24 [border: (1px inset #808080)] [r=3 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (626,80) size 155x24 [border: (1px inset #808080)] [r=3 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x19
</span><span class="cx">                 text run at (2,2) width 30: &quot;20%&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,106) size 782x24
</span><span class="cx">             RenderTableCell {TD} at (2,106) size 623x24 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=5]
</span><span class="cx">               RenderText {#text} at (2,2) size 95x19
</span><span class="cx">                 text run at (2,2) width 95: &quot;80% colspan 5&quot;
</span><del>-            RenderTableCell {TD} at (626,106) size 154x24 [border: (1px inset #808080)] [r=4 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (626,106) size 155x24 [border: (1px inset #808080)] [r=4 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x19
</span><span class="cx">                 text run at (2,2) width 30: &quot;20%&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug4576expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4576-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4576-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4576-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,13 +7,13 @@
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 600x446
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 600x442
</span><span class="cx">             RenderTableCell {TD} at (2,222) size 98x2 [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (101,2) size 33x442 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (102,2) size 32x442 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 30x440
</span><del>-            RenderTableCell {TD} at (135,62) size 463x322 [r=0 c=2 rs=1 cs=1]
-              RenderTable {TABLE} at (1,1) size 461x230
-                RenderTableSection {TBODY} at (0,0) size 461x230
-                  RenderTableRow {TR} at (0,2) size 461x226
-                    RenderTableCell {TD} at (2,68) size 253x94 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (136,62) size 462x322 [r=0 c=2 rs=1 cs=1]
+              RenderTable {TABLE} at (1,1) size 460x230
+                RenderTableSection {TBODY} at (0,0) size 460x230
+                  RenderTableRow {TR} at (0,2) size 460x226
+                    RenderTableCell {TD} at (2,68) size 252x94 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderTable {TABLE} at (1,1) size 250x91
</span><span class="cx">                         RenderTableSection {TBODY} at (0,0) size 250x91
</span><span class="cx">                           RenderTableRow {TR} at (0,2) size 250x87
</span><span class="lines">@@ -23,26 +23,26 @@
</span><span class="cx">                                 text run at (97,1) width 121: &quot;Text text, text: text&quot;
</span><span class="cx">                                 text run at (97,21) width 125: &quot;text text; text. Text,&quot;
</span><span class="cx">                                 text run at (97,41) width 68: &quot;text text....&quot;
</span><del>-                    RenderTableCell {TD} at (256,2) size 203x226 [r=0 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (256,2) size 202x226 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderTable {TABLE} at (1,1) size 200x224 [border: (10px outset #808080)]
</span><span class="cx">                         RenderTableSection {TBODY} at (10,10) size 180x204
</span><span class="cx">                           RenderTableRow {TR} at (0,2) size 180x200
</span><span class="cx">                             RenderTableCell {TD} at (2,100) size 176x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><del>-              RenderBlock (anonymous) at (1,231) size 461x40
</del><ins>+              RenderBlock (anonymous) at (1,231) size 460x40
</ins><span class="cx">                 RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">                 RenderText {#text} at (0,20) size 108x19
</span><span class="cx">                   text run at (0,20) width 108: &quot;This is bug 2904&quot;
</span><del>-              RenderTable {TABLE} at (1,271) size 63x50 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 61x48
-                  RenderTableRow {TR} at (0,2) size 61x44
-                    RenderTableCell {TD} at (2,7) size 23x34 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                      RenderTable {TABLE} at (2,2) size 19x30 [border: (1px outset #808080)]
-                        RenderTableSection {TBODY} at (1,1) size 17x28
-                          RenderTableRow {TR} at (0,2) size 17x24
-                            RenderTableCell {TD} at (2,2) size 13x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (1,271) size 62x50 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 60x48
+                  RenderTableRow {TR} at (0,2) size 60x44
+                    RenderTableCell {TD} at (2,7) size 22x34 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                      RenderTable {TABLE} at (2,2) size 18x30 [border: (1px outset #808080)]
+                        RenderTableSection {TBODY} at (1,1) size 16x28
+                          RenderTableRow {TR} at (0,2) size 16x24
+                            RenderTableCell {TD} at (2,2) size 12x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                                 text run at (2,2) width 8: &quot;x&quot;
</span><del>-                    RenderTableCell {TD} at (26,2) size 33x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-                      RenderBlock {DIV} at (2,2) size 49x40 [border: (10px groove #008000)]
</del><ins>+                    RenderTableCell {TD} at (26,2) size 32x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+                      RenderBlock {DIV} at (2,2) size 48x40 [border: (10px groove #008000)]
</ins><span class="cx">                         RenderText {#text} at (10,10) size 8x19
</span><span class="cx">                           text run at (10,10) width 8: &quot;x&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug462681expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug46268-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug46268-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug46268-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</span><span class="cx"> layer at (0,0) size 800x110
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x110
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x94
</span><del>-      RenderTable {TABLE} at (0,0) size 212x94 [bgcolor=#FF0000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 210x92
-          RenderTableRow {TR} at (0,5) size 210x24 [bgcolor=#0000FF]
</del><ins>+      RenderTable {TABLE} at (0,0) size 211x94 [bgcolor=#FF0000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 209x92
+          RenderTableRow {TR} at (0,5) size 209x24 [bgcolor=#0000FF]
</ins><span class="cx">             RenderTableCell {TD} at (5,5) size 47x24 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x19
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell A&quot;
</span><span class="lines">@@ -15,10 +15,10 @@
</span><span class="cx">             RenderTableCell {TD} at (106,5) size 47x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 42x19
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell C&quot;
</span><del>-            RenderTableCell {TD} at (157,5) size 48x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (157,5) size 47x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x19
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell D&quot;
</span><del>-          RenderTableRow {TR} at (0,34) size 210x24
</del><ins>+          RenderTableRow {TR} at (0,34) size 209x24
</ins><span class="cx">             RenderTableCell {TD} at (5,34) size 47x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 41x19
</span><span class="cx">                 text run at (2,2) width 41: &quot;Cell E&quot;
</span><span class="lines">@@ -28,10 +28,10 @@
</span><span class="cx">             RenderTableCell {TD} at (106,34) size 47x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x19
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell G&quot;
</span><del>-            RenderTableCell {TD} at (157,34) size 48x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (157,34) size 47x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x19
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell H&quot;
</span><del>-          RenderTableRow {TR} at (0,63) size 210x24
</del><ins>+          RenderTableRow {TR} at (0,63) size 209x24
</ins><span class="cx">             RenderTableCell {TD} at (5,63) size 47x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 36x19
</span><span class="cx">                 text run at (2,2) width 36: &quot;Cell I&quot;
</span><span class="lines">@@ -41,6 +41,6 @@
</span><span class="cx">             RenderTableCell {TD} at (106,63) size 47x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x19
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell K&quot;
</span><del>-            RenderTableCell {TD} at (157,63) size 48x24 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (157,63) size 47x24 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 41x19
</span><span class="cx">                 text run at (2,2) width 41: &quot;Cell L&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug462682expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug46268-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug46268-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug46268-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 212x94 [bgcolor=#FF0000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 210x92
-          RenderTableRow {TR} at (0,5) size 210x24 [bgcolor=#0000FF]
</del><ins>+      RenderTable {TABLE} at (0,0) size 211x94 [bgcolor=#FF0000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 209x92
+          RenderTableRow {TR} at (0,5) size 209x24 [bgcolor=#0000FF]
</ins><span class="cx">             RenderTableCell {TD} at (5,5) size 47x24 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x19
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell A&quot;
</span><span class="lines">@@ -15,10 +15,10 @@
</span><span class="cx">             RenderTableCell {TD} at (106,5) size 47x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 42x19
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell C&quot;
</span><del>-            RenderTableCell {TD} at (157,5) size 48x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (157,5) size 47x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x19
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell D&quot;
</span><del>-          RenderTableRow {TR} at (0,34) size 210x24
</del><ins>+          RenderTableRow {TR} at (0,34) size 209x24
</ins><span class="cx">             RenderTableCell {TD} at (5,34) size 47x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 41x19
</span><span class="cx">                 text run at (2,2) width 41: &quot;Cell E&quot;
</span><span class="lines">@@ -28,10 +28,10 @@
</span><span class="cx">             RenderTableCell {TD} at (106,34) size 47x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x19
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell G&quot;
</span><del>-            RenderTableCell {TD} at (157,34) size 48x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (157,34) size 47x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x19
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell H&quot;
</span><del>-          RenderTableRow {TR} at (0,63) size 210x24
</del><ins>+          RenderTableRow {TR} at (0,63) size 209x24
</ins><span class="cx">             RenderTableCell {TD} at (5,63) size 47x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 36x19
</span><span class="cx">                 text run at (2,2) width 36: &quot;Cell I&quot;
</span><span class="lines">@@ -41,6 +41,6 @@
</span><span class="cx">             RenderTableCell {TD} at (106,63) size 47x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x19
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell K&quot;
</span><del>-            RenderTableCell {TD} at (157,63) size 48x24 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (157,63) size 47x24 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 41x19
</span><span class="cx">                 text run at (2,2) width 41: &quot;Cell L&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug463681expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug46368-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug46368-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug46368-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">                         text run at (208,60) width 181: &quot;See the for more info. We're&quot;
</span><span class="cx">                         text run at (2,80) width 326: &quot;gathering contributor input now, in the newsgroup.&quot;
</span><span class="cx">                       RenderBR {BR} at (327,95) size 1x0
</span><del>-            RenderTableCell {TD} at (457,26) size 323x64 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (457,26) size 324x64 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 293x59
</span><span class="cx">                 text run at (2,2) width 273: &quot;This status update contains information on&quot;
</span><span class="cx">                 text run at (2,22) width 231: &quot;MailNews, XML/DOM, XPToolkit,&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug466231expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug46623-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug46623-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug46623-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 [bgcolor=#FFFFFF]
</span><del>-      RenderTable {TABLE} at (0,0) size 361x100 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 359x98
-          RenderTableRow {TR} at (0,2) size 359x94
-            RenderTableCell {TD} at (2,2) size 355x94 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (2,2) size 351x90 [bgcolor=#FFCC99] [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 349x88
-                  RenderTableRow {TR} at (0,2) size 349x84
</del><ins>+      RenderTable {TABLE} at (0,0) size 360x100 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 358x98
+          RenderTableRow {TR} at (0,2) size 358x94
+            RenderTableCell {TD} at (2,2) size 354x94 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (2,2) size 350x90 [bgcolor=#FFCC99] [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 348x88
+                  RenderTableRow {TR} at (0,2) size 348x84
</ins><span class="cx">                     RenderTableCell {TD} at (2,16) size 247x56 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">                       RenderInline {B} at (0,0) size 101x19
</span><span class="cx">                         RenderText {#text} at (2,2) size 101x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug466232expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug46623-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug46623-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug46623-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,6 +19,6 @@
</span><span class="cx">                         text run at (2,62) width 276: &quot;of construction bid opportunities, currently&quot;
</span><span class="cx">                         text run at (2,82) width 60: &quot;covering &quot;
</span><span class="cx">                         text run at (61,82) width 62: &quot;13 states!&quot;
</span><del>-            RenderTableCell {TD} at (326,2) size 310x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (326,2) size 311x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 208x19
</span><span class="cx">                 text run at (2,2) width 208: &quot;Expanded Geographic Coverage&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug47432expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug47432-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug47432-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug47432-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,42 +6,42 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 700x56 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 698x54
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 698x24
</span><del>-            RenderTableCell {TD} at (2,2) size 694x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (2,2) size 695x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,2) size 589x19
</span><span class="cx">                 text run at (2,2) width 589: &quot;lots of text goes here even more and more and more and more and more and more and more&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 698x24
</span><span class="cx">             RenderTableCell {TD} at (2,28) size 682x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 514x19
</span><span class="cx">                 text run at (2,2) width 514: &quot;aaaaaaaaaaaa bbbbbbbbbbbbbbb cccccccccccccccccccccccccc dddddddddddddd&quot;
</span><del>-            RenderTableCell {TD} at (685,28) size 11x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (685,28) size 12x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 4x19
</span><span class="cx">                 text run at (2,2) width 4: &quot; &quot;
</span><span class="cx">       RenderBlock {P} at (0,72) size 784x0
</span><span class="cx">       RenderTable {TABLE} at (0,72) size 700x56 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 698x54
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 698x24
</span><del>-            RenderTableCell {TD} at (2,2) size 694x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (2,2) size 695x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,2) size 192x19
</span><span class="cx">                 text run at (2,2) width 192: &quot;lots of text goes here even mo&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 698x24
</span><span class="cx">             RenderTableCell {TD} at (2,28) size 682x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 514x19
</span><span class="cx">                 text run at (2,2) width 514: &quot;aaaaaaaaaaaa bbbbbbbbbbbbbbb cccccccccccccccccccccccccc dddddddddddddd&quot;
</span><del>-            RenderTableCell {TD} at (685,28) size 11x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (685,28) size 12x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 4x19
</span><span class="cx">                 text run at (2,2) width 4: &quot; &quot;
</span><span class="cx">       RenderBlock {P} at (0,144) size 784x0
</span><span class="cx">       RenderTable {TABLE} at (0,144) size 700x56 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 698x54
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 698x24
</span><del>-            RenderTableCell {TD} at (2,2) size 694x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (2,2) size 695x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,2) size 184x19
</span><span class="cx">                 text run at (2,2) width 184: &quot;lots of text goes here even m&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 698x24
</span><span class="cx">             RenderTableCell {TD} at (2,28) size 682x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 514x19
</span><span class="cx">                 text run at (2,2) width 514: &quot;aaaaaaaaaaaa bbbbbbbbbbbbbbb cccccccccccccccccccccccccc dddddddddddddd&quot;
</span><del>-            RenderTableCell {TD} at (685,28) size 11x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (685,28) size 12x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 4x19
</span><span class="cx">                 text run at (2,2) width 4: &quot; &quot;
</span><span class="cx">       RenderBlock {HR} at (0,208) size 182x2 [border: (1px inset #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug4803expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4803-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4803-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4803-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,13 +6,13 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 283x19
</span><span class="cx">           text run at (0,0) width 283: &quot;The vertical grey bar should be 1 pixel wide&quot;
</span><del>-      RenderTable {TABLE} at (0,20) size 141x40
-        RenderTableSection {TBODY} at (0,0) size 141x40
-          RenderTableRow {TR} at (0,0) size 141x40
-            RenderTableCell {TD} at (0,19) size 2x2 [bgcolor=#999999] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,20) size 140x40
+        RenderTableSection {TBODY} at (0,0) size 140x40
+          RenderTableRow {TR} at (0,0) size 140x40
+            RenderTableCell {TD} at (0,19) size 1x2 [bgcolor=#999999] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 1x2
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (1,0) size 140x40 [bgcolor=#FFFFCC] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (1,0) size 139x40 [bgcolor=#FFFFCC] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 126x39
</span><span class="cx">                 text run at (0,0) width 126: &quot; D A I LY  C H E C&quot;
</span><span class="cx">                 text run at (0,20) width 12: &quot;K&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug48492expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4849-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4849-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4849-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,15 +4,15 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584 [bgcolor=#FFFCCC]
</span><span class="cx">       RenderBlock {CENTER} at (0,0) size 784x134
</span><del>-        RenderTable {TABLE} at (91,0) size 601x134
-          RenderTableSection {TBODY} at (0,0) size 601x134
-            RenderTableRow {TR} at (0,0) size 601x97
-              RenderTableCell {TD} at (0,0) size 150x40 [r=0 c=0 rs=1 cs=1]
-                RenderBlock {CENTER} at (0,0) size 150x40
-                  RenderInline {IFRAMEX} at (0,0) size 0x39
</del><ins>+        RenderTable {TABLE} at (92,0) size 600x134
+          RenderTableSection {TBODY} at (0,0) size 600x134
+            RenderTableRow {TR} at (0,0) size 600x97
+              RenderTableCell {TD} at (0,0) size 151x40 [r=0 c=0 rs=1 cs=1]
+                RenderBlock {CENTER} at (0,0) size 151x40
+                  RenderInline {IFRAMEX} at (0,0) size 1x39
</ins><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><del>-                    RenderBR {BR} at (75,0) size 0x19
-                    RenderBR {BR} at (75,20) size 0x19
</del><ins>+                    RenderBR {BR} at (75,0) size 1x19
+                    RenderBR {BR} at (75,20) size 1x19
</ins><span class="cx">               RenderTableCell {TD} at (150,0) size 2x1 [bgcolor=#FFFFFF] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderImage {IMG} at (0,0) size 1x1
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx">                             text run at (347,4) width 47: &quot;MORE&quot;
</span><span class="cx">                           RenderImage {IMG} at (394,1) size 50x18
</span><span class="cx">                         RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableRow {TR} at (0,97) size 601x37
</del><ins>+            RenderTableRow {TR} at (0,97) size 600x37
</ins><span class="cx">               RenderTableCell {TD} at (0,97) size 601x37 [r=1 c=0 rs=1 cs=3]
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 601x1
</span><span class="cx">                   RenderImage {IMG} at (0,0) size 600x1
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug4849expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4849-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4849-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug4849-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,14 +9,14 @@
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 150x20 [bgcolor=#00EEEE] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 102x19
</span><span class="cx">                 text run at (0,0) width 102: &quot;150 pixels wide&quot;
</span><del>-            RenderTableCell {TD} at (150,9) size 2x2 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (150,9) size 1x2 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 1x1
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (151,0) size 450x20 [bgcolor=#EEEE00] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (151,0) size 449x20 [bgcolor=#EEEE00] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 102x19
</span><span class="cx">                 text run at (0,0) width 102: &quot;449 pixels wide&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,20) size 600x30
</span><del>-            RenderTableCell {TD} at (0,20) size 601x30 [bgcolor=#00FF00] [r=1 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (0,20) size 600x30 [bgcolor=#00FF00] [r=1 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (0,0) size 185x19
</span><span class="cx">                 text run at (0,0) width 185: &quot;Bottom cell, 600 pixels wide&quot;
</span><span class="cx">               RenderImage {IMG} at (0,20) size 600x10
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug51727expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug51727-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug51727-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug51727-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,9 +14,9 @@
</span><span class="cx">             RenderText at (0,0) size 131x14
</span><span class="cx">               text run at (0,0) width 131: &quot;(2) Fill cell with short string&quot;
</span><span class="cx">         RenderBR {BR} at (158,25) size 1x19
</span><del>-      RenderTable {TABLE} at (0,48) size 84x28
-        RenderTableSection {TBODY} at (0,0) size 84x28
-          RenderTableRow {TR} at (0,2) size 84x24
-            RenderTableCell {TD} at (2,2) size 80x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,48) size 83x28
+        RenderTableSection {TBODY} at (0,0) size 83x28
+          RenderTableRow {TR} at (0,2) size 83x24
+            RenderTableCell {TD} at (2,2) size 79x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 15x19
</span><span class="cx">                 text run at (2,2) width 15: &quot;aa&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug5188expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug5188-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug5188-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug5188-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 625x161
-        RenderTableSection {TBODY} at (0,0) size 625x161
-          RenderTableRow {TR} at (0,2) size 625x60
-            RenderTableCell {TD} at (2,2) size 151x1 [r=0 c=0 rs=2 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 624x161
+        RenderTableSection {TBODY} at (0,0) size 624x161
+          RenderTableRow {TR} at (0,2) size 624x60
+            RenderTableCell {TD} at (2,2) size 150x1 [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 150x1
</span><span class="cx">             RenderTableCell {TD} at (154,2) size 469x60 [r=0 c=1 rs=1 cs=2]
</span><span class="cx">               RenderImage {IMG} at (0,0) size 468x60
</span><del>-          RenderTableRow {TR} at (0,64) size 625x95
</del><ins>+          RenderTableRow {TR} at (0,64) size 624x95
</ins><span class="cx">             RenderTableCell {TD} at (154,64) size 298x95 [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderTable {TABLE} at (0,0) size 298x95
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 298x95
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug52505expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug52505-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug52505-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug52505-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,19 +12,19 @@
</span><span class="cx">           RenderBlock (anonymous) at (12,3) size 223x14
</span><span class="cx">             RenderText at (0,0) size 223x14
</span><span class="cx">               text run at (0,0) width 223: &quot;[Step 2] Set cell width to 20px (garbage seen)&quot;
</span><del>-      RenderTable {TABLE} at (0,44) size 35x58
-        RenderTableSection {TBODY} at (0,0) size 35x58
-          RenderTableRow {TR} at (0,2) size 35x26
-            RenderTableCell {TD} at (2,2) size 15x26 [border: (2px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,44) size 34x58
+        RenderTableSection {TBODY} at (0,0) size 34x58
+          RenderTableRow {TR} at (0,2) size 34x26
+            RenderTableCell {TD} at (2,2) size 14x26 [border: (2px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;1&quot;
</span><del>-            RenderTableCell {TD} at (18,2) size 15x26 [border: (2px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (18,2) size 14x26 [border: (2px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;2&quot;
</span><del>-          RenderTableRow {TR} at (0,30) size 35x26
-            RenderTableCell {TD} at (2,30) size 15x26 [border: (2px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,30) size 34x26
+            RenderTableCell {TD} at (2,30) size 14x26 [border: (2px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;2&quot;
</span><del>-            RenderTableCell {TD} at (18,30) size 15x26 [border: (2px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (18,30) size 14x26 [border: (2px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x19
</span><span class="cx">                 text run at (3,3) width 8: &quot;2&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug52506expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug52506-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug52506-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug52506-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,19 +12,19 @@
</span><span class="cx">           RenderBlock (anonymous) at (12,3) size 150x14
</span><span class="cx">             RenderText at (0,0) size 150x14
</span><span class="cx">               text run at (0,0) width 150: &quot;[Step 2] Set cell height to 20px&quot;
</span><del>-      RenderTable {TABLE} at (0,44) size 43x66
-        RenderTableSection {TBODY} at (0,0) size 43x66
-          RenderTableRow {TR} at (0,2) size 43x30
-            RenderTableCell {TD} at (2,2) size 19x30 [border: (4px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,44) size 42x66
+        RenderTableSection {TBODY} at (0,0) size 42x66
+          RenderTableRow {TR} at (0,2) size 42x30
+            RenderTableCell {TD} at (2,2) size 18x30 [border: (4px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 8x19
</span><span class="cx">                 text run at (5,5) width 8: &quot;1&quot;
</span><del>-            RenderTableCell {TD} at (22,2) size 19x30 [border: (4px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (22,2) size 18x30 [border: (4px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 8x19
</span><span class="cx">                 text run at (5,5) width 8: &quot;2&quot;
</span><del>-          RenderTableRow {TR} at (0,34) size 43x30
-            RenderTableCell {TD} at (2,34) size 19x30 [border: (4px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,34) size 42x30
+            RenderTableCell {TD} at (2,34) size 18x30 [border: (4px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 8x19
</span><span class="cx">                 text run at (5,5) width 8: &quot;2&quot;
</span><del>-            RenderTableCell {TD} at (22,34) size 19x30 [border: (4px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (22,34) size 18x30 [border: (4px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 8x19
</span><span class="cx">                 text run at (5,5) width 8: &quot;2&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug536901expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug53690-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug53690-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug53690-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,11 +6,11 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 32x26
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 32x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 32x22
</span><del>-            RenderTableCell {TD} at (2,7) size 13x12 [r=0 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (1,1) size 11x10 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 9x8
-                  RenderTableRow {TR} at (0,2) size 9x4
-                    RenderTableCell {TD} at (2,2) size 5x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,7) size 12x12 [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (1,1) size 10x10 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 8x8
+                  RenderTableRow {TR} at (0,2) size 8x4
+                    RenderTableCell {TD} at (2,2) size 4x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (16,2) size 14x22 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 12x19
</span><span class="cx">                 text run at (1,1) width 12: &quot;X&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug536902expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug53690-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug53690-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug53690-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -8,8 +8,8 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 28x30 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 26x28
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 26x24
</span><del>-            RenderTableCell {TD} at (2,4) size 5x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {FORM} at (2,2) size 1x0
</del><ins>+            RenderTableCell {TD} at (2,4) size 4x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {FORM} at (2,2) size 0x0
</ins><span class="cx">             RenderTableCell {TD} at (8,2) size 16x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 12x19
</span><span class="cx">                 text run at (2,2) width 12: &quot;X&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug53891expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug53891-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug53891-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug53891-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 289x138 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 287x136
-          RenderTableRow {TR} at (0,2) size 287x132
-            RenderTableCell {TD} at (2,2) size 205x132 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 288x138 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 286x136
+          RenderTableRow {TR} at (0,2) size 286x132
+            RenderTableCell {TD} at (2,2) size 204x132 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 200x128 [border: (10px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (10,10) size 180x108
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 180x104
</span><del>-                    RenderTableCell {TD} at (2,32) size 45x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (2,32) size 44x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (2,2) size 40x40
</span><span class="cx">                     RenderTableCell {TD} at (48,2) size 130x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 108x99
</span><span class="lines">@@ -19,6 +19,6 @@
</span><span class="cx">                         text run at (2,42) width 108: &quot;xxx xxx xxx xxx&quot;
</span><span class="cx">                         text run at (2,62) width 108: &quot;xxx xxx xxx xxx&quot;
</span><span class="cx">                         text run at (2,82) width 108: &quot;xxx xxx xxx xxx&quot;
</span><del>-            RenderTableCell {TD} at (208,56) size 77x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (208,56) size 76x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 72x19
</span><span class="cx">                 text run at (2,2) width 72: &quot;row2, cell2&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug5538expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug5538-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug5538-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug5538-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,41) size 600x90
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 600x89
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 600x89
</span><del>-            RenderTableCell {TD} at (0,0) size 129x89 [bgcolor=#336699] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 128x89 [bgcolor=#336699] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderInline {A} at (0,0) size 128x19 [color=#0000EE]
</span><span class="cx">                 RenderImage {IMG} at (0,0) size 128x89
</span><span class="cx">             RenderTableCell {TD} at (128,44) size 472x0 [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">         RenderTable {TABLE} at (0,60) size 600x89
</span><span class="cx">           RenderTableSection {TBODY} at (0,0) size 600x89
</span><span class="cx">             RenderTableRow {TR} at (0,0) size 600x89
</span><del>-              RenderTableCell {TD} at (0,0) size 129x89 [bgcolor=#336699] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 128x89 [bgcolor=#336699] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 128x89
</span><span class="cx">               RenderTableCell {TD} at (128,44) size 472x0 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">         RenderTable {TABLE} at (0,149) size 600x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug55789expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug55789-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug55789-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug55789-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 40x19
</span><span class="cx">           text run at (0,0) width 40: &quot;25016&quot;
</span><del>-      RenderTable {TABLE} at (0,20) size 39x30
-        RenderTableSection {TBODY} at (0,0) size 39x26
-          RenderTableRow {TR} at (0,2) size 39x22
-            RenderTableCell {TD} at (2,2) size 35x22 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,20) size 38x30
+        RenderTableSection {TBODY} at (0,0) size 38x26
+          RenderTableRow {TR} at (0,2) size 38x22
+            RenderTableCell {TD} at (2,2) size 34x22 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x19
</span><span class="cx">                 text run at (1,1) width 32: &quot;4659&quot;
</span><del>-        RenderBlock {CAPTION} at (0,0) size 39x0
-        RenderTableSection {TBODY} at (0,26) size 39x4
-          RenderTableRow {TR} at (0,0) size 39x2
-            RenderTableCell {TH} at (2,0) size 35x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderBlock {CAPTION} at (0,0) size 38x0
+        RenderTableSection {TBODY} at (0,26) size 38x4
+          RenderTableRow {TR} at (0,0) size 38x2
+            RenderTableCell {TH} at (2,0) size 34x2 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug578282expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug57828-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug57828-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug57828-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">                   text run at (153,7) width 63: &quot; - updated &quot;
</span><span class="cx">                   text run at (215,7) width 119: &quot;12:15 PM ET Oct 24&quot;
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (510,0) size 165x26 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (510,0) size 166x26 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 104x22
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 104x22
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 104x22
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug5797expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug5797-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug5797-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug5797-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 263x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><del>-            RenderTableCell {TD} at (266,2) size 514x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (266,2) size 515x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;y&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,30) size 784x20
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,100) size 859x610 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 857x608
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 857x604
</span><del>-            RenderTableCell {TD} at (2,2) size 805x604 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 804x604 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 800x600
</span><span class="cx">             RenderTableCell {TD} at (808,252) size 47x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x99
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 88x39
</span><span class="cx">                 text run at (2,2) width 88: &quot;I'am fine, and&quot;
</span><span class="cx">                 text run at (2,22) width 32: &quot;you?&quot;
</span><del>-            RenderTableCell {TD} at (380,12) size 400x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (380,12) size 401x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 113x19
</span><span class="cx">                 text run at (2,2) width 113: &quot;I great, thank you&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,780) size 784x20
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx">                 text run at (2,2) width 174: &quot;&lt;../images/pikajumpr.gif\&quot;&gt;&quot;
</span><span class="cx">             RenderTableCell {TD} at (330,41) size 412x146 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (2,2) size 142x142
</span><del>-            RenderTableCell {TD} at (743,2) size 37x224 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (743,2) size 38x224 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 33x219
</span><span class="cx">                 text run at (2,2) width 29: &quot;This&quot;
</span><span class="cx">                 text run at (2,22) width 22: &quot;is a&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug5835expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug5835-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug5835-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug5835-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,11 +14,11 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 414x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (417,2) size 199x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (417,2) size 200x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x19
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 618x64
</span><del>-            RenderTableCell {TD} at (2,28) size 614x64 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,28) size 615x64 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 468x60
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,168) size 784x20
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 413x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (416,2) size 200x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (416,2) size 201x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x19
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx">       RenderBlock {P} at (0,250) size 784x60
</span><span class="lines">@@ -50,11 +50,11 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 414x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (417,2) size 199x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (417,2) size 200x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x19
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 618x64
</span><del>-            RenderTableCell {TD} at (2,28) size 614x64 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,28) size 615x64 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 600x60
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,474) size 784x20
</span><span class="lines">@@ -66,7 +66,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 413x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 139x19
</span><span class="cx">                 text run at (2,2) width 139: &quot;foo (single row table)&quot;
</span><del>-            RenderTableCell {TD} at (416,2) size 200x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (416,2) size 201x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 138x19
</span><span class="cx">                 text run at (2,2) width 138: &quot;bar (single row table)&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,540) size 620x96 [border: (1px outset #808080)]
</span><span class="lines">@@ -75,11 +75,11 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 414x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (417,2) size 199x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (417,2) size 200x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x19
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 618x64
</span><del>-            RenderTableCell {TD} at (2,28) size 614x64 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,28) size 615x64 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 400x60
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,652) size 784x60
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug59354expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug59354-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug59354-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug59354-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (1,32) size 460x115 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=5]
</span><span class="cx">                       RenderBlock (anonymous) at (5,5) size 450x20
</span><span class="cx">                         RenderBR {BR} at (224,0) size 1x19
</span><del>-                      RenderTable {TABLE} at (87,25) size 286x85
</del><ins>+                      RenderTable {TABLE} at (87,25) size 285x85
</ins><span class="cx">                         RenderTableSection {TBODY} at (0,0) size 285x85
</span><span class="cx">                           RenderTableRow {TR} at (0,2) size 285x81
</span><span class="cx">                             RenderTableCell {TD} at (2,2) size 281x81 [r=0 c=0 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug60804expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug60804-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug60804-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug60804-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">                   text run at (27,1) width 51: &quot;PRICE&quot;
</span><span class="cx">             RenderTableCell {TD} at (525,9) size 6x4 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 1x1
</span><del>-            RenderTableCell {TD} at (530,0) size 68x22 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (530,0) size 69x22 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderInline {B} at (0,0) size 41x19
</span><span class="cx">                 RenderText {#text} at (13,1) size 41x19
</span><span class="cx">                   text run at (13,1) width 41: &quot;INFO&quot;
</span><span class="lines">@@ -49,9 +49,9 @@
</span><span class="cx">                   text run at (34,1) width 44: &quot;$270.00&quot;
</span><span class="cx">             RenderTableCell {TD} at (525,9) size 6x4 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 1x1
</span><del>-            RenderTableCell {TD} at (530,0) size 68x22 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (530,0) size 69x22 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (16,1) size 35x19
</span><span class="cx">                 text run at (16,1) width 35: &quot;More&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,22) size 598x3
</span><del>-            RenderTableCell {TD} at (0,22) size 598x3 [bgcolor=#000000] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=8]
</del><ins>+            RenderTableCell {TD} at (0,22) size 599x3 [bgcolor=#000000] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=8]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 1x1
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug60807expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug60807-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug60807-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug60807-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">                   text run at (27,1) width 51: &quot;PRICE&quot;
</span><span class="cx">             RenderTableCell {TD} at (525,9) size 6x4 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 1x1
</span><del>-            RenderTableCell {TD} at (530,0) size 68x22 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (530,0) size 69x22 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderInline {B} at (0,0) size 41x19
</span><span class="cx">                 RenderText {#text} at (13,1) size 41x19
</span><span class="cx">                   text run at (13,1) width 41: &quot;INFO&quot;
</span><span class="lines">@@ -49,9 +49,9 @@
</span><span class="cx">                   text run at (34,1) width 44: &quot;$270.00&quot;
</span><span class="cx">             RenderTableCell {TD} at (525,9) size 6x4 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 1x1
</span><del>-            RenderTableCell {TD} at (530,0) size 68x22 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (530,0) size 69x22 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (16,1) size 35x19
</span><span class="cx">                 text run at (16,1) width 35: &quot;More&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,22) size 598x3
</span><del>-            RenderTableCell {TD} at (0,22) size 598x3 [bgcolor=#000000] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=8]
</del><ins>+            RenderTableCell {TD} at (0,22) size 599x3 [bgcolor=#000000] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=8]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 1x1
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug6184expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug6184-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug6184-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug6184-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x70 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x68
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x44
</span><del>-            RenderTableCell {TD} at (0,0) size 782x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 783x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 732x39
</span><span class="cx">                 text run at (2,2) width 162: &quot;The Supreme Court says &quot;
</span><span class="cx">                 text run at (163,2) width 502: &quot;Wisconsin can continue using tuition vouchers to help poor parents send their &quot;
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,44) size 391x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;hello&quot;
</span><del>-            RenderTableCell {TD} at (391,44) size 391x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (391,44) size 392x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;hello&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,70) size 784x20
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,90) size 600x46 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 598x44
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 598x44
</span><del>-            RenderTableCell {TD} at (0,10) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,10) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;hello&quot;
</span><span class="cx">             RenderTableCell {TD} at (36,0) size 562x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug6304expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug6304-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug6304-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug6304-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -8,195 +8,195 @@
</span><span class="cx">           RenderText {#text} at (225,0) size 334x19
</span><span class="cx">             text run at (225,0) width 334: &quot;Tables I, II, III, IV (cellpadding=0 cellspacing=5)&quot;
</span><span class="cx">         RenderTable {TABLE} at (199,36) size 386x180 [bgcolor=#FFCC00] [border: (1px outset #808080)]
</span><del>-          RenderTableSection {TBODY} at (1,1) size 384x178
-            RenderTableRow {TR} at (0,2) size 384x174
-              RenderTableCell {TD} at (2,2) size 101x174 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                RenderTable {TABLE} at (6,6) size 89x162 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
-                  RenderBlock {CAPTION} at (0,0) size 89x20
</del><ins>+          RenderTableSection {TBODY} at (1,1) size 383x178
+            RenderTableRow {TR} at (0,2) size 383x174
+              RenderTableCell {TD} at (2,2) size 100x174 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderTable {TABLE} at (6,6) size 88x162 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
+                  RenderBlock {CAPTION} at (0,0) size 88x20
</ins><span class="cx">                     RenderInline {NOBR} at (0,0) size 46x19
</span><span class="cx">                       RenderText {#text} at (21,0) size 46x19
</span><span class="cx">                         text run at (21,0) width 46: &quot;Table I&quot;
</span><del>-                  RenderTableSection {TBODY} at (1,21) size 87x140
-                    RenderTableRow {TR} at (0,5) size 87x22
-                      RenderTableCell {TD} at (5,5) size 23x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableSection {TBODY} at (1,21) size 86x140
+                    RenderTableRow {TR} at (0,5) size 86x22
+                      RenderTableCell {TD} at (5,5) size 22x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,5) size 23x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,5) size 22x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,5) size 23x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,5) size 22x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,3&quot;
</span><del>-                    RenderTableRow {TR} at (0,32) size 87x22
-                      RenderTableCell {TD} at (5,32) size 23x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,32) size 86x22
+                      RenderTableCell {TD} at (5,32) size 22x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,32) size 23x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,32) size 22x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,32) size 23x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,32) size 22x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,3&quot;
</span><del>-                    RenderTableRow {TR} at (0,59) size 87x22
-                      RenderTableCell {TD} at (5,59) size 23x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,59) size 86x22
+                      RenderTableCell {TD} at (5,59) size 22x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,59) size 23x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,59) size 22x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,59) size 23x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,59) size 22x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,3&quot;
</span><del>-                    RenderTableRow {TR} at (0,86) size 87x22
-                      RenderTableCell {TD} at (5,86) size 23x22 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,86) size 86x22
+                      RenderTableCell {TD} at (5,86) size 22x22 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;4,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,86) size 23x22 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,86) size 22x22 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;4,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,86) size 23x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,86) size 22x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;4,3&quot;
</span><del>-                    RenderTableRow {TR} at (0,113) size 87x22
-                      RenderTableCell {TD} at (5,113) size 23x22 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,113) size 86x22
+                      RenderTableCell {TD} at (5,113) size 22x22 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;5,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,113) size 23x22 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,113) size 22x22 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;5,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,113) size 23x22 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,113) size 22x22 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;5,3&quot;
</span><del>-              RenderTableCell {TD} at (104,2) size 101x174 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-                RenderTable {TABLE} at (6,6) size 89x162 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
-                  RenderBlock {CAPTION} at (0,0) size 89x20
-                    RenderInline {NOBR} at (0,0) size 51x19
-                      RenderText {#text} at (19,0) size 51x19
-                        text run at (19,0) width 51: &quot;Table II&quot;
-                  RenderTableSection {TBODY} at (1,21) size 87x140
-                    RenderTableRow {TR} at (0,5) size 87x22
-                      RenderTableCell {TD} at (5,5) size 23x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (104,2) size 100x174 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+                RenderTable {TABLE} at (6,6) size 88x162 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
+                  RenderBlock {CAPTION} at (0,0) size 88x20
+                    RenderInline {NOBR} at (0,0) size 50x19
+                      RenderText {#text} at (19,0) size 50x19
+                        text run at (19,0) width 50: &quot;Table II&quot;
+                  RenderTableSection {TBODY} at (1,21) size 86x140
+                    RenderTableRow {TR} at (0,5) size 86x22
+                      RenderTableCell {TD} at (5,5) size 22x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,5) size 23x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,5) size 22x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,5) size 23x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,5) size 22x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,3&quot;
</span><del>-                    RenderTableRow {TR} at (0,32) size 87x22
-                      RenderTableCell {TD} at (5,32) size 23x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,32) size 86x22
+                      RenderTableCell {TD} at (5,32) size 22x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,45) size 23x23 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,45) size 22x23 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x20
</span><span class="cx">                           text run at (1,2) width 20: &quot;2,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,32) size 23x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,32) size 22x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,3&quot;
</span><del>-                    RenderTableRow {TR} at (0,59) size 87x22
-                      RenderTableCell {TD} at (5,72) size 23x23 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,59) size 86x22
+                      RenderTableCell {TD} at (5,72) size 22x23 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x20
</span><span class="cx">                           text run at (1,2) width 20: &quot;3,1&quot;
</span><del>-                      RenderTableCell {TD} at (59,59) size 23x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,59) size 22x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,3&quot;
</span><del>-                    RenderTableRow {TR} at (0,86) size 87x22
-                      RenderTableCell {TD} at (32,86) size 23x22 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,86) size 86x22
+                      RenderTableCell {TD} at (32,86) size 22x22 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;4,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,86) size 23x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,86) size 22x22 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;4,3&quot;
</span><del>-                    RenderTableRow {TR} at (0,113) size 87x22
-                      RenderTableCell {TD} at (5,113) size 23x22 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,113) size 86x22
+                      RenderTableCell {TD} at (5,113) size 22x22 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;5,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,113) size 23x22 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,113) size 22x22 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;5,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,113) size 23x22 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,113) size 22x22 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;5,3&quot;
</span><del>-              RenderTableCell {TD} at (206,2) size 101x154 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-                RenderTable {TABLE} at (6,6) size 89x142 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
-                  RenderBlock {CAPTION} at (0,0) size 89x20
</del><ins>+              RenderTableCell {TD} at (206,2) size 100x154 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+                RenderTable {TABLE} at (6,6) size 88x142 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
+                  RenderBlock {CAPTION} at (0,0) size 88x20
</ins><span class="cx">                     RenderInline {NOBR} at (0,0) size 56x19
</span><span class="cx">                       RenderText {#text} at (16,0) size 56x19
</span><span class="cx">                         text run at (16,0) width 56: &quot;Table III&quot;
</span><del>-                  RenderTableSection {TBODY} at (1,21) size 87x120
-                    RenderTableRow {TR} at (0,5) size 87x22
-                      RenderTableCell {TD} at (5,5) size 23x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableSection {TBODY} at (1,21) size 86x120
+                    RenderTableRow {TR} at (0,5) size 86x22
+                      RenderTableCell {TD} at (5,5) size 22x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,5) size 23x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,5) size 22x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,5) size 23x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,5) size 22x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,3&quot;
</span><del>-                    RenderTableRow {TR} at (0,32) size 87x22
-                      RenderTableCell {TD} at (5,32) size 23x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,32) size 86x22
+                      RenderTableCell {TD} at (5,32) size 22x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,35) size 23x23 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,35) size 22x23 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x20
</span><span class="cx">                           text run at (1,2) width 20: &quot;2,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,42) size 23x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
-                    RenderTableRow {TR} at (0,59) size 87x2
-                      RenderTableCell {TD} at (5,62) size 23x23 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,42) size 22x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
+                    RenderTableRow {TR} at (0,59) size 86x2
+                      RenderTableCell {TD} at (5,62) size 22x23 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x20
</span><span class="cx">                           text run at (1,2) width 20: &quot;3,1&quot;
</span><del>-                      RenderTableCell {TD} at (59,59) size 23x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
-                    RenderTableRow {TR} at (0,66) size 87x22
-                      RenderTableCell {TD} at (32,66) size 23x22 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,59) size 22x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
+                    RenderTableRow {TR} at (0,66) size 86x22
+                      RenderTableCell {TD} at (32,66) size 22x22 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;4,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,76) size 23x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
-                    RenderTableRow {TR} at (0,93) size 87x22
-                      RenderTableCell {TD} at (5,93) size 23x22 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,76) size 22x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
+                    RenderTableRow {TR} at (0,93) size 86x22
+                      RenderTableCell {TD} at (5,93) size 22x22 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;5,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,93) size 23x22 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,93) size 22x22 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;5,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,93) size 23x22 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,93) size 22x22 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;5,3&quot;
</span><del>-              RenderTableCell {TD} at (308,2) size 74x152 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-                RenderTable {TABLE} at (6,6) size 62x140 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
-                  RenderBlock {CAPTION} at (0,0) size 62x20
</del><ins>+              RenderTableCell {TD} at (308,2) size 73x152 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+                RenderTable {TABLE} at (6,6) size 61x140 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
+                  RenderBlock {CAPTION} at (0,0) size 61x20
</ins><span class="cx">                     RenderInline {NOBR} at (0,0) size 57x19
</span><span class="cx">                       RenderText {#text} at (2,0) size 57x19
</span><span class="cx">                         text run at (2,0) width 57: &quot;Table IV&quot;
</span><del>-                  RenderTableSection {TBODY} at (1,21) size 60x118
-                    RenderTableRow {TR} at (0,5) size 60x22
-                      RenderTableCell {TD} at (5,5) size 23x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableSection {TBODY} at (1,21) size 59x118
+                    RenderTableRow {TR} at (0,5) size 59x22
+                      RenderTableCell {TD} at (5,5) size 22x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,5) size 23x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,5) size 22x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,2&quot;
</span><del>-                    RenderTableRow {TR} at (0,32) size 60x22
-                      RenderTableCell {TD} at (5,32) size 23x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,32) size 59x22
+                      RenderTableCell {TD} at (5,32) size 22x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,34) size 23x23 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,34) size 22x23 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x20
</span><span class="cx">                           text run at (1,2) width 20: &quot;2,2&quot;
</span><del>-                    RenderTableRow {TR} at (0,59) size 60x0
-                      RenderTableCell {TD} at (5,61) size 23x23 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,59) size 59x0
+                      RenderTableCell {TD} at (5,61) size 22x23 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x20
</span><span class="cx">                           text run at (1,2) width 20: &quot;3,1&quot;
</span><del>-                    RenderTableRow {TR} at (0,64) size 60x22
-                      RenderTableCell {TD} at (32,64) size 23x22 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,64) size 59x22
+                      RenderTableCell {TD} at (32,64) size 22x22 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;4,2&quot;
</span><del>-                    RenderTableRow {TR} at (0,91) size 60x22
-                      RenderTableCell {TD} at (5,91) size 23x22 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,91) size 59x22
+                      RenderTableCell {TD} at (5,91) size 22x22 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;5,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,91) size 23x22 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,91) size 22x22 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,1) width 20: &quot;5,2&quot;
</span><span class="cx">       RenderBlock {HR} at (0,224) size 784x2 [border: (1px inset #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug6404expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug6404-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug6404-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug6404-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">             RenderTableCell {TD} at (152,2) size 150x22 [bgcolor=#DDDDDD] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 12x19
</span><span class="cx">                 text run at (1,1) width 12: &quot;X&quot;
</span><del>-            RenderTableCell {TD} at (303,2) size 479x22 [bgcolor=#00FF00] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (303,2) size 480x22 [bgcolor=#00FF00] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 12x19
</span><span class="cx">                 text run at (1,1) width 12: &quot;X&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 784x162
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx">                 text run at (1,61) width 270: &quot;characters long. (I could have used a table&quot;
</span><span class="cx">                 text run at (1,81) width 50: &quot;instead &quot;
</span><span class="cx">                 text run at (50,81) width 124: &quot;but this is simpler).&quot;
</span><del>-            RenderTableCell {TD} at (303,26) size 479x162 [bgcolor=#9999FF] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (303,26) size 480x162 [bgcolor=#9999FF] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 471x39
</span><span class="cx">                 text run at (1,1) width 471: &quot;Try shrinking this table to ~250px wide. The left hand (gold) column will&quot;
</span><span class="cx">                 text run at (1,21) width 169: &quot;suddenly expand in width.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug647expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug647-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug647-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug647-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,11 +6,11 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 441x19
</span><span class="cx">           text run at (0,0) width 441: &quot;If the font size is too big for the inside table, it is probably bug 6925.&quot;
</span><del>-      RenderTable {TABLE} at (0,20) size 111x53 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 109x51
-          RenderTableRow {TR} at (0,2) size 109x47
-            RenderTableCell {TD} at (2,2) size 105x47 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {CENTER} at (2,2) size 101x43
</del><ins>+      RenderTable {TABLE} at (0,20) size 110x53 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 108x51
+          RenderTableRow {TR} at (0,2) size 108x47
+            RenderTableCell {TD} at (2,2) size 104x47 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {CENTER} at (2,2) size 100x43
</ins><span class="cx">                 RenderTable {TABLE} at (0,0) size 100x23 [border: (1px outset #808080)]
</span><span class="cx">                   RenderTableSection {TBODY} at (1,1) size 98x21
</span><span class="cx">                     RenderTableRow {TR} at (0,2) size 98x17
</span><span class="lines">@@ -23,6 +23,6 @@
</span><span class="cx">                             RenderText {#text} at (33,0) size 24x12
</span><span class="cx">                               text run at (33,0) width 24: &quot;inside&quot;
</span><span class="cx">                           RenderText {#text} at (0,0) size 0x0
</span><del>-                RenderBlock (anonymous) at (0,23) size 101x20
</del><ins>+                RenderBlock (anonymous) at (0,23) size 100x20
</ins><span class="cx">                   RenderText {#text} at (9,0) size 82x19
</span><span class="cx">                     text run at (9,0) width 82: &quot;outside table&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug6674expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug6674-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug6674-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug6674-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</span><span class="cx"> layer at (0,0) size 800x130
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x130
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x114
</span><del>-      RenderTable {TABLE} at (0,0) size 97x36 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 95x34
-          RenderTableRow {TR} at (0,2) size 95x30
-            RenderTableCell {TD} at (2,2) size 91x30 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 96x36 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 94x34
+          RenderTableRow {TR} at (0,2) size 94x30
+            RenderTableCell {TD} at (2,2) size 90x30 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 86x26 [border: (3px dotted #00FF00)]
</span><span class="cx">                 RenderText {#text} at (3,3) size 181x19
</span><span class="cx">                   text run at (3,3) width 181: &quot;Truncated? It should not be!&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug68998expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug68998-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug68998-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug68998-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 375x68 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 373x66
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 373x22
</span><del>-            RenderTableCell {TD} at (0,22) size 7x22 [bgcolor=#CCCCCC] [border: (1px inset #808080)] [r=0 c=0 rs=3 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,22) size 6x22 [bgcolor=#CCCCCC] [border: (1px inset #808080)] [r=0 c=0 rs=3 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 4x19
</span><span class="cx">                 text run at (1,1) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (6,0) size 361x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug693821expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug69382-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug69382-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug69382-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,23 +7,23 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 784x322 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 782x320
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 782x24
</span><del>-              RenderTableCell {TH} at (2,2) size 21x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                RenderText {#text} at (6,2) size 9x19
-                  text run at (6,2) width 9: &quot;#&quot;
</del><ins>+              RenderTableCell {TH} at (2,2) size 20x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (6,2) size 8x19
+                  text run at (6,2) width 8: &quot;#&quot;
</ins><span class="cx">               RenderTableCell {TH} at (24,2) size 74x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 70x19
</span><span class="cx">                   text run at (2,2) width 70: &quot;Relevance&quot;
</span><span class="cx">               RenderTableCell {TH} at (99,2) size 531x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (229,2) size 72x19
</span><span class="cx">                   text run at (229,2) width 72: &quot;Title Long&quot;
</span><del>-              RenderTableCell {TH} at (631,2) size 109x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TH} at (631,2) size 110x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (29,2) size 50x19
</span><span class="cx">                   text run at (29,2) width 50: &quot;Author&quot;
</span><del>-              RenderTableCell {TH} at (741,2) size 37x24 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TH} at (742,2) size 37x24 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;Date&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,28) size 782x44
</span><del>-              RenderTableCell {TD} at (2,54) size 21x24 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,54) size 20x24 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                   text run at (2,2) width 16: &quot; 1 &quot;
</span><span class="cx">               RenderTableCell {TD} at (24,54) size 74x24 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1]
</span><span class="lines">@@ -33,14 +33,14 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 486x39
</span><span class="cx">                   text run at (2,2) width 486: &quot;UNIX and Windows 2000 integration toolkit : a complete guide for systems&quot;
</span><span class="cx">                   text run at (2,22) width 182: &quot;administrators / Rawn Shah.&quot;
</span><del>-              RenderTableCell {TD} at (631,38) size 109x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (631,38) size 110x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 82x19
</span><span class="cx">                   text run at (2,2) width 82: &quot;Shah, Rawn.&quot;
</span><del>-              RenderTableCell {TD} at (741,38) size 37x24 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (742,38) size 37x24 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;2000&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,74) size 782x30
</span><del>-              RenderTableCell {TD} at (99,74) size 681x30 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (99,74) size 682x30 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=4]
</ins><span class="cx">                 RenderTable {TABLE} at (2,2) size 677x26
</span><span class="cx">                   RenderTableSection {TBODY} at (0,0) size 677x26
</span><span class="cx">                     RenderTableRow {TR} at (0,2) size 677x22
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">                         RenderText {#text} at (1,1) size 172x19
</span><span class="cx">                           text run at (1,1) width 172: &quot;Title has multiple holdings&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,106) size 782x44
</span><del>-              RenderTableCell {TD} at (2,132) size 21x24 [border: (1px inset #808080)] [r=3 c=0 rs=2 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,132) size 20x24 [border: (1px inset #808080)] [r=3 c=0 rs=2 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                   text run at (2,2) width 16: &quot; 2 &quot;
</span><span class="cx">               RenderTableCell {TD} at (24,132) size 74x24 [border: (1px inset #808080)] [r=3 c=1 rs=2 cs=1]
</span><span class="lines">@@ -57,15 +57,15 @@
</span><span class="cx">               RenderTableCell {TD} at (99,116) size 531x24 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 258x19
</span><span class="cx">                   text run at (2,2) width 258: &quot;Learning Red Hat Linux / Bill McCarty.&quot;
</span><del>-              RenderTableCell {TD} at (631,106) size 109x44 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (631,106) size 110x44 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 92x39
</span><span class="cx">                   text run at (2,2) width 92: &quot;McCarty, Bill,&quot;
</span><span class="cx">                   text run at (2,22) width 38: &quot;1953-&quot;
</span><del>-              RenderTableCell {TD} at (741,116) size 37x24 [border: (1px inset #808080)] [r=3 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (742,116) size 37x24 [border: (1px inset #808080)] [r=3 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;1999&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,152) size 782x30
</span><del>-              RenderTableCell {TD} at (99,152) size 681x30 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (99,152) size 682x30 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=4]
</ins><span class="cx">                 RenderTable {TABLE} at (2,2) size 677x26
</span><span class="cx">                   RenderTableSection {TBODY} at (0,0) size 677x26
</span><span class="cx">                     RenderTableRow {TR} at (0,2) size 677x22
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx">                         RenderText {#text} at (1,1) size 172x19
</span><span class="cx">                           text run at (1,1) width 172: &quot;Title has multiple holdings&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,184) size 782x44
</span><del>-              RenderTableCell {TD} at (2,210) size 21x24 [border: (1px inset #808080)] [r=5 c=0 rs=2 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,210) size 20x24 [border: (1px inset #808080)] [r=5 c=0 rs=2 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                   text run at (2,2) width 16: &quot; 3 &quot;
</span><span class="cx">               RenderTableCell {TD} at (24,210) size 74x24 [border: (1px inset #808080)] [r=5 c=1 rs=2 cs=1]
</span><span class="lines">@@ -82,15 +82,15 @@
</span><span class="cx">               RenderTableCell {TD} at (99,194) size 531x24 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 286x19
</span><span class="cx">                   text run at (2,2) width 286: &quot;Learning Debian GNU/Linux / Bill Mccarty.&quot;
</span><del>-              RenderTableCell {TD} at (631,184) size 109x44 [border: (1px inset #808080)] [r=5 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (631,184) size 110x44 [border: (1px inset #808080)] [r=5 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 92x39
</span><span class="cx">                   text run at (2,2) width 92: &quot;McCarty, Bill,&quot;
</span><span class="cx">                   text run at (2,22) width 38: &quot;1953-&quot;
</span><del>-              RenderTableCell {TD} at (741,194) size 37x24 [border: (1px inset #808080)] [r=5 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (742,194) size 37x24 [border: (1px inset #808080)] [r=5 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;1999&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,230) size 782x30
</span><del>-              RenderTableCell {TD} at (99,230) size 681x30 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (99,230) size 682x30 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=4]
</ins><span class="cx">                 RenderTable {TABLE} at (2,2) size 677x26
</span><span class="cx">                   RenderTableSection {TBODY} at (0,0) size 677x26
</span><span class="cx">                     RenderTableRow {TR} at (0,2) size 677x22
</span><span class="lines">@@ -98,7 +98,7 @@
</span><span class="cx">                         RenderText {#text} at (1,1) size 172x19
</span><span class="cx">                           text run at (1,1) width 172: &quot;Title has multiple holdings&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,262) size 782x24
</span><del>-              RenderTableCell {TD} at (2,278) size 21x24 [border: (1px inset #808080)] [r=7 c=0 rs=2 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,278) size 20x24 [border: (1px inset #808080)] [r=7 c=0 rs=2 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                   text run at (2,2) width 16: &quot; 4 &quot;
</span><span class="cx">               RenderTableCell {TD} at (24,278) size 74x24 [border: (1px inset #808080)] [r=7 c=1 rs=2 cs=1]
</span><span class="lines">@@ -107,14 +107,14 @@
</span><span class="cx">               RenderTableCell {TD} at (99,262) size 531x24 [border: (1px inset #808080)] [r=7 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 398x19
</span><span class="cx">                   text run at (2,2) width 398: &quot;Advanced Java networking / Dick Steflik, Prashant Sridharan.&quot;
</span><del>-              RenderTableCell {TD} at (631,262) size 109x24 [border: (1px inset #808080)] [r=7 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (631,262) size 110x24 [border: (1px inset #808080)] [r=7 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 86x19
</span><span class="cx">                   text run at (2,2) width 86: &quot;Steflik, Dick.&quot;
</span><del>-              RenderTableCell {TD} at (741,262) size 37x24 [border: (1px inset #808080)] [r=7 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (742,262) size 37x24 [border: (1px inset #808080)] [r=7 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;2000&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,288) size 782x30
</span><del>-              RenderTableCell {TD} at (99,288) size 681x30 [border: (1px inset #808080)] [r=8 c=2 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (99,288) size 682x30 [border: (1px inset #808080)] [r=8 c=2 rs=1 cs=4]
</ins><span class="cx">                 RenderTable {TABLE} at (2,2) size 677x26
</span><span class="cx">                   RenderTableSection {TBODY} at (0,0) size 677x26
</span><span class="cx">                     RenderTableRow {TR} at (0,2) size 677x22
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug693822expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug69382-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug69382-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug69382-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,10 +7,10 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 194x108 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 192x106
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 192x24
</span><del>-              RenderTableCell {TD} at (2,15) size 13x24 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,15) size 12x24 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                   text run at (2,2) width 8: &quot;5&quot;
</span><del>-              RenderTableCell {TD} at (16,15) size 21x24 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,15) size 20x24 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                   text run at (2,2) width 16: &quot;**&quot;
</span><span class="cx">               RenderTableCell {TD} at (38,2) size 97x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="lines">@@ -27,10 +27,10 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 148x19
</span><span class="cx">                   text run at (2,2) width 148: &quot;No Holdings Available&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,54) size 192x24
</span><del>-              RenderTableCell {TD} at (2,67) size 13x24 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,67) size 12x24 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                   text run at (2,2) width 8: &quot;6&quot;
</span><del>-              RenderTableCell {TD} at (16,67) size 21x24 [border: (1px inset #808080)] [r=2 c=1 rs=2 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,67) size 20x24 [border: (1px inset #808080)] [r=2 c=1 rs=2 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                   text run at (2,2) width 16: &quot;**&quot;
</span><span class="cx">               RenderTableCell {TD} at (38,54) size 97x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug72359expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug72359-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug72359-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug72359-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -8,8 +8,8 @@
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 153x60
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 153x20
</span><span class="cx">               RenderTableCell {cell} at (0,0) size 153x20 [color=#FFFFFF] [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</span><del>-                RenderText {#text} at (50,0) size 53x19
-                  text run at (50,0) width 53: &quot;THERE&quot;
</del><ins>+                RenderText {#text} at (50,0) size 52x19
+                  text run at (50,0) width 52: &quot;THERE&quot;
</ins><span class="cx">             RenderTableRow {row} at (0,20) size 153x20
</span><span class="cx">               RenderTableCell (anonymous) at (0,20) size 153x20 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderTable {table} at (0,0) size 153x20
</span><span class="lines">@@ -26,5 +26,5 @@
</span><span class="cx">                           text run at (0,0) width 48: &quot;O RED&quot;
</span><span class="cx">             RenderTableRow (anonymous) at (0,40) size 153x20
</span><span class="cx">               RenderTableCell {cell} at (0,40) size 153x20 [color=#FFFFFF] [bgcolor=#008000] [r=2 c=0 rs=1 cs=1]
</span><del>-                RenderText {#text} at (30,0) size 93x19
-                  text run at (30,0) width 93: &quot;ANYWHERE&quot;
</del><ins>+                RenderText {#text} at (30,0) size 92x19
+                  text run at (30,0) width 92: &quot;ANYWHERE&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug7342expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug7342-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug7342-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug7342-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx">                               RenderText {#text} at (3,3) size 66x19
</span><span class="cx">                                 text run at (3,3) width 66: &quot;Directory&quot;
</span><span class="cx">                           RenderText {#text} at (0,0) size 0x0
</span><del>-                RenderTableCell {TD} at (129,23) size 466x88 [bgcolor=#CCCCCC] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (129,23) size 467x88 [bgcolor=#CCCCCC] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                   RenderTable {TABLE} at (4,4) size 458x79 [border: (1px outset #808080)]
</span><span class="cx">                     RenderTableSection {TBODY} at (1,1) size 456x77
</span><span class="cx">                       RenderTableRow {TR} at (0,4) size 456x35
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug7714expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug7714-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug7714-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug7714-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,65 +9,65 @@
</span><span class="cx">           text run at (0,20) width 717: &quot;cellspacing=0 for this table. In Nav4.5, this example can be viewed. In 5.0 (jun08 win95), this example displays&quot;
</span><span class="cx">           text run at (0,40) width 778: &quot;(apparently) as a simple 2x2 table (i.e., some elements are not displayed at all). (The numbers are the position of each TD&quot;
</span><span class="cx">           text run at (0,60) width 140: &quot;in the HTML source).&quot;
</span><del>-      RenderTable {TABLE} at (0,96) size 23x126 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 21x124
-          RenderTableRow {TR} at (0,0) size 21x22
-            RenderTableCell {TD} at (0,9) size 11x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,96) size 22x126 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 20x124
+          RenderTableRow {TR} at (0,0) size 20x22
+            RenderTableCell {TD} at (0,9) size 10x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                 text run at (1,1) width 8: &quot;1&quot;
</span><del>-            RenderTableCell {TD} at (10,0) size 11x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (10,0) size 10x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                 text run at (1,1) width 8: &quot;2&quot;
</span><del>-          RenderTableRow {TR} at (0,22) size 21x18
-            RenderTableCell {TD} at (10,31) size 11x22 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,22) size 20x18
+            RenderTableCell {TD} at (10,31) size 10x22 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                 text run at (1,1) width 8: &quot;3&quot;
</span><del>-          RenderTableRow {TR} at (0,40) size 21x22
-            RenderTableCell {TD} at (0,49) size 11x22 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,40) size 20x22
+            RenderTableCell {TD} at (0,49) size 10x22 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                 text run at (1,1) width 8: &quot;4&quot;
</span><del>-          RenderTableRow {TR} at (0,62) size 21x18
-            RenderTableCell {TD} at (10,71) size 11x22 [border: (1px inset #808080)] [r=3 c=1 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,62) size 20x18
+            RenderTableCell {TD} at (10,71) size 10x22 [border: (1px inset #808080)] [r=3 c=1 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                 text run at (1,1) width 8: &quot;5&quot;
</span><del>-          RenderTableRow {TR} at (0,80) size 21x22
-            RenderTableCell {TD} at (0,91) size 11x22 [border: (1px inset #808080)] [r=4 c=0 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,80) size 20x22
+            RenderTableCell {TD} at (0,91) size 10x22 [border: (1px inset #808080)] [r=4 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                 text run at (1,1) width 8: &quot;6&quot;
</span><del>-          RenderTableRow {TR} at (0,102) size 21x22
-            RenderTableCell {TD} at (10,102) size 11x22 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,102) size 20x22
+            RenderTableCell {TD} at (10,102) size 10x22 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                 text run at (1,1) width 8: &quot;7&quot;
</span><span class="cx">       RenderBlock {P} at (0,238) size 784x40
</span><span class="cx">         RenderText {#text} at (0,0) size 781x39
</span><span class="cx">           text run at (0,0) width 781: &quot;This is the same table as above, but cellspacing=5 in this case. For 5.0, (jun08 win95) notice the odd cellspacing overlaps.&quot;
</span><span class="cx">           text run at (0,20) width 129: &quot;See also bug #6304.&quot;
</span><del>-      RenderTable {TABLE} at (0,294) size 38x151 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 36x149
-          RenderTableRow {TR} at (0,5) size 36x22
-            RenderTableCell {TD} at (5,14) size 11x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,294) size 37x151 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 35x149
+          RenderTableRow {TR} at (0,5) size 35x22
+            RenderTableCell {TD} at (5,14) size 10x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                 text run at (1,1) width 8: &quot;1&quot;
</span><del>-            RenderTableCell {TD} at (20,5) size 11x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (20,5) size 10x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                 text run at (1,1) width 8: &quot;2&quot;
</span><del>-          RenderTableRow {TR} at (0,32) size 36x13
-            RenderTableCell {TD} at (20,41) size 11x22 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,32) size 35x13
+            RenderTableCell {TD} at (20,41) size 10x22 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                 text run at (1,1) width 8: &quot;3&quot;
</span><del>-          RenderTableRow {TR} at (0,50) size 36x22
-            RenderTableCell {TD} at (5,59) size 11x22 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,50) size 35x22
+            RenderTableCell {TD} at (5,59) size 10x22 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                 text run at (1,1) width 8: &quot;4&quot;
</span><del>-          RenderTableRow {TR} at (0,77) size 36x13
-            RenderTableCell {TD} at (20,86) size 11x22 [border: (1px inset #808080)] [r=3 c=1 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,77) size 35x13
+            RenderTableCell {TD} at (20,86) size 10x22 [border: (1px inset #808080)] [r=3 c=1 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                 text run at (1,1) width 8: &quot;5&quot;
</span><del>-          RenderTableRow {TR} at (0,95) size 36x22
-            RenderTableCell {TD} at (5,108) size 11x23 [border: (1px inset #808080)] [r=4 c=0 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,95) size 35x22
+            RenderTableCell {TD} at (5,108) size 10x23 [border: (1px inset #808080)] [r=4 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x20
</span><span class="cx">                 text run at (1,2) width 8: &quot;6&quot;
</span><del>-          RenderTableRow {TR} at (0,122) size 36x22
-            RenderTableCell {TD} at (20,122) size 11x22 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,122) size 35x22
+            RenderTableCell {TD} at (20,122) size 10x22 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                 text run at (1,1) width 8: &quot;7&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug78162expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug78162-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug78162-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug78162-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,15 +3,15 @@
</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 [bgcolor=#FFFFFF]
</span><del>-      RenderTable {TABLE} at (0,0) size 643x180 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 641x178
-          RenderTableRow {TR} at (0,2) size 641x174
-            RenderTableCell {TD} at (2,84) size 125x10 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 642x180 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 640x178
+          RenderTableRow {TR} at (0,2) size 640x174
+            RenderTableCell {TD} at (2,84) size 124x10 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 120x6
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 120x6
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 120x2
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 116x2 [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (128,2) size 511x174 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (128,2) size 510x174 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 506x170 [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 504x168
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 504x164
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug829462expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug82946-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug82946-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug82946-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,22 +6,22 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 768x197
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 768x197
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 768x143
</span><del>-            RenderTableCell {TD} at (2,2) size 759x143 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 760x143 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (1,1) size 506x141
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 506x141
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 506x137
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 502x137 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderImage {IMG} at (1,1) size 220x135
</span><span class="cx">                       RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (762,87) size 4x23 [r=0 c=1 rs=2 cs=1]
</del><ins>+            RenderTableCell {TD} at (763,87) size 4x23 [r=0 c=1 rs=2 cs=1]
</ins><span class="cx">               RenderBR {BR} at (1,87) size 0x19
</span><span class="cx">           RenderTableRow {TR} at (0,147) size 768x48
</span><del>-            RenderTableCell {TD} at (2,147) size 764x48 [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,147) size 765x48 [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderTable {TABLE} at (1,1) size 468x46
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 468x46
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 468x42
</span><span class="cx">                     RenderTableCell {TD} at (2,22) size 85x2 [r=0 c=0 rs=1 cs=1]
</span><del>-                    RenderTableCell {TD} at (88,2) size 378x42 [r=0 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (88,2) size 379x42 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderBlock {P} at (1,1) size 376x40
</span><span class="cx">                         RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                           text run at (0,0) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug86708expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug86708-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug86708-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug86708-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 478x212 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderInline {A} at (0,0) size 286x19 [color=#0000EE]
</span><span class="cx">                 RenderImage {IMG} at (1,1) size 286x210
</span><del>-            RenderTableCell {TD} at (477,0) size 269x22 [bgcolor=#FFFF00] [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</del><ins>+            RenderTableCell {TD} at (477,0) size 270x22 [bgcolor=#FFFF00] [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 169x19
</span><span class="cx">                 text run at (1,1) width 169: &quot;ROWSPAN =2 in this cell&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,212) size 746x22
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug8950expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug8950-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug8950-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug8950-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -29,17 +29,17 @@
</span><span class="cx">                               RenderText {#text} at (2,2) size 20x19
</span><span class="cx">                                 text run at (2,2) width 20: &quot;faz&quot;
</span><span class="cx">                             RenderTableCell {TD} at (28,51) size 596x142 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><del>-                              RenderTable {TABLE} at (2,2) size 592x138 [border: (1px outset #808080)]
-                                RenderTableSection {TBODY} at (1,1) size 590x136
-                                  RenderTableRow {TR} at (0,2) size 590x132
-                                    RenderTableCell {TD} at (2,2) size 586x132 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+                              RenderTable {TABLE} at (2,2) size 591x138 [border: (1px outset #808080)]
+                                RenderTableSection {TBODY} at (1,1) size 589x136
+                                  RenderTableRow {TR} at (0,2) size 589x132
+                                    RenderTableCell {TD} at (2,2) size 585x132 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">                                       RenderTable {TABLE} at (2,2) size 581x128 [border: (1px outset #808080)]
</span><span class="cx">                                         RenderTableSection {TBODY} at (1,1) size 579x126
</span><span class="cx">                                           RenderTableRow {TR} at (0,2) size 579x122
</span><span class="cx">                                             RenderTableCell {TD} at (2,2) size 113x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                                               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                                                 text run at (2,2) width 24: &quot;frip&quot;
</span><del>-                                            RenderTableCell {TD} at (116,2) size 461x122 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                                            RenderTableCell {TD} at (116,2) size 462x122 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                                               RenderBlock (anonymous) at (2,2) size 457x20
</span><span class="cx">                                                 RenderText {#text} at (158,0) size 140x19
</span><span class="cx">                                                   text run at (158,0) width 140: &quot;Feel free to browse ...&quot;
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx">                                                         RenderInline {A} at (0,0) size 52x19 [color=#551A8B]
</span><span class="cx">                                                           RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                                                             text run at (2,2) width 52: &quot;Holiday&quot;
</span><del>-                                                      RenderTableCell {TD} at (148,2) size 121x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                                                      RenderTableCell {TD} at (148,2) size 122x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                                                         RenderInline {A} at (0,0) size 30x19 [color=#551A8B]
</span><span class="cx">                                                           RenderText {#text} at (2,2) size 30x19
</span><span class="cx">                                                             text run at (2,2) width 30: &quot;Cars&quot;
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx">                                                         RenderInline {A} at (0,0) size 41x19 [color=#551A8B]
</span><span class="cx">                                                           RenderText {#text} at (2,2) size 41x19
</span><span class="cx">                                                             text run at (2,2) width 41: &quot;Sports&quot;
</span><del>-                                                      RenderTableCell {TD} at (148,28) size 121x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                                                      RenderTableCell {TD} at (148,28) size 122x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                                                         RenderInline {A} at (0,0) size 55x19 [color=#551A8B]
</span><span class="cx">                                                           RenderText {#text} at (2,2) size 55x19
</span><span class="cx">                                                             text run at (2,2) width 55: &quot;Animals&quot;
</span><span class="lines">@@ -70,7 +70,7 @@
</span><span class="cx">                                                         RenderInline {A} at (0,0) size 71x19 [color=#551A8B]
</span><span class="cx">                                                           RenderText {#text} at (2,2) size 71x19
</span><span class="cx">                                                             text run at (2,2) width 71: &quot;Computers&quot;
</span><del>-                                                      RenderTableCell {TD} at (148,54) size 121x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+                                                      RenderTableCell {TD} at (148,54) size 122x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                                                         RenderInline {A} at (0,0) size 58x19 [color=#551A8B]
</span><span class="cx">                                                           RenderText {#text} at (2,2) size 58x19
</span><span class="cx">                                                             text run at (2,2) width 58: &quot;Cartoons&quot;
</span><span class="lines">@@ -103,10 +103,10 @@
</span><span class="cx">                 text run at (2,2) width 177: &quot;300px wide for comparison&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,385) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,405) size 511x50 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 509x48
-          RenderTableRow {TR} at (0,2) size 509x44
-            RenderTableCell {TD} at (2,2) size 505x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,405) size 510x50 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 508x48
+          RenderTableRow {TR} at (0,2) size 508x44
+            RenderTableCell {TD} at (2,2) size 504x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 500x40 [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 498x38
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 498x34
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug91231expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug9123-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug9123-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug9123-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -17,19 +17,19 @@
</span><span class="cx">       RenderTable {TABLE} at (0,76) size 800x41 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 798x39
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 798x17
</span><del>-            RenderTableCell {TD} at (0,7) size 18x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,7) size 17x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">             RenderTableCell {TD} at (17,0) size 764x17 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 110x15
</span><del>-            RenderTableCell {TD} at (780,7) size 18x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (781,7) size 17x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">           RenderTableRow {TR} at (0,17) size 798x22
</span><del>-            RenderTableCell {TD} at (0,26) size 18x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,26) size 17x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">             RenderTableCell {TD} at (17,17) size 764x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 24x19
</span><span class="cx">                 text run at (1,1) width 24: &quot;that&quot;
</span><del>-            RenderTableCell {TD} at (780,26) size 18x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (781,26) size 17x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">       RenderBlock {P} at (0,133) size 800x40
</span><span class="cx">         RenderText {#text} at (20,0) size 730x39
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">             RenderTableCell {TD} at (84,0) size 630x17 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 110x15
</span><del>-            RenderTableCell {TD} at (713,7) size 85x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (713,7) size 86x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">       RenderBlock {P} at (0,224) size 800x40
</span><span class="cx">         RenderText {#text} at (20,0) size 749x39
</span><span class="lines">@@ -53,12 +53,12 @@
</span><span class="cx">       RenderTable {TABLE} at (0,280) size 800x24 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 798x22
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 798x22
</span><del>-            RenderTableCell {TD} at (0,9) size 18x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,9) size 17x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">             RenderTableCell {TD} at (17,0) size 764x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 24x19
</span><span class="cx">                 text run at (1,1) width 24: &quot;that&quot;
</span><del>-            RenderTableCell {TD} at (780,9) size 18x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (781,9) size 17x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">       RenderBlock {P} at (0,320) size 800x40
</span><span class="cx">         RenderText {#text} at (20,0) size 742x39
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug91232expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug9123-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug9123-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug9123-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,36 +12,36 @@
</span><span class="cx">       RenderTable {TABLE} at (0,56) size 800x41 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 798x39
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 798x17
</span><del>-            RenderTableCell {TD} at (0,7) size 18x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,7) size 17x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">             RenderTableCell {TD} at (17,0) size 764x17 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 110x15
</span><del>-            RenderTableCell {TD} at (780,7) size 18x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (781,7) size 17x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">           RenderTableRow {TR} at (0,17) size 798x22
</span><del>-            RenderTableCell {TD} at (0,26) size 18x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,26) size 17x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">             RenderTableCell {TD} at (17,17) size 764x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 24x19
</span><span class="cx">                 text run at (1,1) width 24: &quot;that&quot;
</span><del>-            RenderTableCell {TD} at (780,26) size 18x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (781,26) size 17x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">       RenderBlock (anonymous) at (0,97) size 800x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderTable {TABLE} at (0,117) size 800x41 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 798x39
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 798x22
</span><del>-            RenderTableCell {TD} at (0,9) size 18x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,9) size 17x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">             RenderTableCell {TD} at (17,0) size 764x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 24x19
</span><span class="cx">                 text run at (1,1) width 24: &quot;that&quot;
</span><del>-            RenderTableCell {TD} at (780,9) size 18x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (781,9) size 17x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">           RenderTableRow {TR} at (0,22) size 798x17
</span><del>-            RenderTableCell {TD} at (0,29) size 18x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,29) size 17x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">             RenderTableCell {TD} at (17,22) size 764x17 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 110x15
</span><del>-            RenderTableCell {TD} at (780,29) size 18x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (781,29) size 17x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug92143expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug92143-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug92143-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug92143-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -5,10 +5,10 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,20) size 325x64 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 323x62
-          RenderTableRow {TR} at (0,0) size 323x62
-            RenderTableCell {TD} at (0,0) size 323x62 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,20) size 324x64 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 322x62
+          RenderTableRow {TR} at (0,0) size 322x62
+            RenderTableCell {TD} at (0,0) size 322x62 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 318x59
</span><span class="cx">                 text run at (1,1) width 287: &quot;Hotmail's Junk Mail spreading effort just got&quot;
</span><span class="cx">                 text run at (1,21) width 46: &quot;better! &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug963expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug963-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug963-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug963-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -25,10 +25,10 @@
</span><span class="cx">             RenderTableCell {TD} at (189,2) size 47x22 [r=0 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 44x19
</span><span class="cx">                 text run at (1,1) width 44: &quot;Search&quot;
</span><del>-            RenderTableCell {TD} at (237,2) size 88x22 [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (237,2) size 87x22 [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 85x19
</span><span class="cx">                 text run at (1,1) width 85: &quot;My Netscape&quot;
</span><del>-            RenderTableCell {TD} at (326,2) size 34x22 [r=0 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (325,2) size 35x22 [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x19
</span><span class="cx">                 text run at (1,1) width 32: &quot;Print&quot;
</span><span class="cx">             RenderTableCell {TD} at (361,2) size 56x22 [r=0 c=7 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug96334expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug96334-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug96334-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug96334-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,30 +6,30 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 984x155 [border: (2px solid #0000FF)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 980x151
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 980x147
</span><del>-            RenderTableCell {TD} at (2,2) size 219x147 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (2,2) size 215x143 [border: (2px solid #008000)]
-                RenderTableSection {TBODY} at (2,2) size 211x139
-                  RenderTableRow {TR} at (0,2) size 211x93
-                    RenderTableCell {TD} at (2,2) size 207x93 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 218x147 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (2,2) size 214x143 [border: (2px solid #008000)]
+                RenderTableSection {TBODY} at (2,2) size 210x139
+                  RenderTableRow {TR} at (0,2) size 210x93
+                    RenderTableCell {TD} at (2,2) size 206x93 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderTable {TABLE} at (2,2) size 152x37 [border: (2px solid #FF0000)]
</span><span class="cx">                         RenderTableSection {TBODY} at (2,2) size 148x33
</span><span class="cx">                           RenderTableRow {TR} at (0,2) size 148x29
</span><span class="cx">                             RenderTableCell {TD} at (2,2) size 144x29 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                               RenderTextControl {INPUT} at (4,4) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</span><span class="cx">                               RenderText {#text} at (0,0) size 0x0
</span><del>-                      RenderTable {TABLE} at (2,39) size 203x52 [border: (2px solid #FF0000)]
-                        RenderTableSection {TBODY} at (2,2) size 199x48
-                          RenderTableRow {TR} at (0,2) size 199x44
-                            RenderTableCell {TD} at (2,2) size 195x44 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                      RenderTable {TABLE} at (2,39) size 202x52 [border: (2px solid #FF0000)]
+                        RenderTableSection {TBODY} at (2,2) size 198x48
+                          RenderTableRow {TR} at (0,2) size 198x44
+                            RenderTableCell {TD} at (2,2) size 194x44 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderText {#text} at (2,2) size 171x39
</span><span class="cx">                                 text run at (2,2) width 171: &quot;THIS TABLE NEEDS TO&quot;
</span><span class="cx">                                 text run at (2,22) width 67: &quot;BE HERE&quot;
</span><del>-                  RenderTableRow {TR} at (0,97) size 211x40
-                    RenderTableCell {TD} at (2,97) size 207x40 [border: (1px solid #C0C0C0)] [r=1 c=0 rs=1 cs=1]
-                      RenderTable {TABLE} at (2,2) size 203x36 [border: (2px solid #FF0000)]
-                        RenderTableSection {TBODY} at (2,2) size 199x32
-                          RenderTableRow {TR} at (0,2) size 199x28
-                            RenderTableCell {TD} at (2,2) size 195x28 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableRow {TR} at (0,97) size 210x40
+                    RenderTableCell {TD} at (2,97) size 206x40 [border: (1px solid #C0C0C0)] [r=1 c=0 rs=1 cs=1]
+                      RenderTable {TABLE} at (2,2) size 202x36 [border: (2px solid #FF0000)]
+                        RenderTableSection {TBODY} at (2,2) size 198x32
+                          RenderTableRow {TR} at (0,2) size 198x28
+                            RenderTableCell {TD} at (2,2) size 194x28 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderMenuList {SELECT} at (4,4) size 186x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                                 RenderBlock (anonymous) at (6,3) size 174x14
</span><span class="cx">                                   RenderText at (0,0) size 154x14
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug97383expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug97383-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug97383-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug97383-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x231
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x231
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 784x227
</span><del>-            RenderTableCell {TD} at (2,2) size 128x227 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 127x227 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock (floating) {DIV} at (1,1) size 15x100 [bgcolor=#0000FF]
</span><span class="cx">                 RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug98791expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug9879-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug9879-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug9879-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -45,14 +45,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,152) size 170x56 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 168x54
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 168x24
</span><del>-            RenderTableCell {TD} at (2,2) size 13x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 12x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;1&quot;
</span><span class="cx">             RenderTableCell {TD} at (16,15) size 136x24 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 132x19
</span><span class="cx">                 text run at (2,2) width 132: &quot;rowspan 0 colspan 0&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 168x24
</span><del>-            RenderTableCell {TD} at (2,28) size 13x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,28) size 12x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;4&quot;
</span><span class="cx">             RenderTableCell {TD} at (153,28) size 13x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="lines">@@ -60,19 +60,19 @@
</span><span class="cx">                 text run at (2,2) width 8: &quot;6&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,208) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,228) size 33x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 31x54
-          RenderTableRow {TR} at (0,2) size 31x24
-            RenderTableCell {TD} at (2,2) size 13x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,228) size 32x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 30x54
+          RenderTableRow {TR} at (0,2) size 30x24
+            RenderTableCell {TD} at (2,2) size 12x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;1&quot;
</span><del>-            RenderTableCell {TD} at (16,15) size 13x24 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</del><ins>+            RenderTableCell {TD} at (16,15) size 12x24 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;2&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 31x24
-            RenderTableCell {TD} at (2,28) size 13x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 9x19
-                text run at (2,2) width 9: &quot;3&quot;
</del><ins>+          RenderTableRow {TR} at (0,28) size 30x24
+            RenderTableCell {TD} at (2,28) size 12x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 8x19
+                text run at (2,2) width 8: &quot;3&quot;
</ins><span class="cx">       RenderBlock (anonymous) at (0,284) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderTable {TABLE} at (0,304) size 144x56 [border: (1px outset #808080)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillacollapsing_bordersbug412623expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/collapsing_borders/bug41262-3-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/collapsing_borders/bug41262-3-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/collapsing_borders/bug41262-3-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -33,60 +33,60 @@
</span><span class="cx">             text run at (99,0) width 157: &quot;collapsing border model&quot;
</span><span class="cx">         RenderText {#text} at (255,0) size 127x19
</span><span class="cx">           text run at (255,0) width 127: &quot; for following tests:&quot;
</span><del>-      RenderTable {TABLE} at (0,162) size 159x282 [border: (2px solid #FFFF00)]
</del><ins>+      RenderTable {TABLE} at (0,162) size 158x282 [border: (2px solid #FFFF00)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [border: (3px solid #000000)]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (2,2) size 154x277
-          RenderTableRow {TR} at (0,0) size 154x57
-            RenderTableCell {TD} at (0,1) size 53x55 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (2,2) size 153x277
+          RenderTableRow {TR} at (0,0) size 153x57
+            RenderTableCell {TD} at (0,1) size 52x55 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (19,19) size 8x19
</span><span class="cx">                 text run at (19,19) width 8: &quot;1&quot;
</span><del>-            RenderTableCell {TD} at (52,0) size 51x57 [border: (3px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (52,0) size 50x57 [border: (3px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (18,19) size 8x19
</span><span class="cx">                 text run at (18,19) width 8: &quot;2&quot;
</span><del>-            RenderTableCell {TD} at (102,0) size 52x57 [border: (3px solid #FF0000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (102,0) size 51x57 [border: (3px solid #FF0000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,19) size 8x19
</span><span class="cx">                 text run at (17,19) width 8: &quot;3&quot;
</span><del>-          RenderTableRow {TR} at (0,57) size 154x57
-            RenderTableCell {TD} at (0,59) size 53x53 [border: (1px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,57) size 153x57
+            RenderTableCell {TD} at (0,59) size 52x53 [border: (1px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (19,17) size 8x19
</span><span class="cx">                 text run at (19,17) width 8: &quot;4&quot;
</span><del>-            RenderTableCell {TD} at (52,57) size 51x57 [border: (3px dashed #0000FF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (52,57) size 50x57 [border: (3px dashed #0000FF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (19,19) size 8x19
</span><span class="cx">                 text run at (19,19) width 8: &quot;5&quot;
</span><del>-            RenderTableCell {TD} at (102,57) size 52x57 [border: (3px solid #008000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (102,57) size 51x57 [border: (3px solid #008000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (19,19) size 8x19
</span><span class="cx">                 text run at (19,19) width 8: &quot;6&quot;
</span><del>-          RenderTableRow {TR} at (0,114) size 154x55
-            RenderTableCell {TD} at (0,115) size 53x53 [border: (1px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,114) size 153x55
+            RenderTableCell {TD} at (0,115) size 52x53 [border: (1px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (19,17) size 8x19
</span><span class="cx">                 text run at (19,17) width 8: &quot;7&quot;
</span><del>-            RenderTableCell {TD} at (52,114) size 51x55 [border: (3px solid #FF0000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (52,114) size 50x55 [border: (3px solid #FF0000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (18,19) size 8x19
</span><span class="cx">                 text run at (18,19) width 8: &quot;8&quot;
</span><del>-            RenderTableCell {TD} at (102,114) size 52x55 [border: (3px solid #FF0000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (102,114) size 51x55 [border: (3px solid #FF0000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,19) size 8x19
</span><span class="cx">                 text run at (17,19) width 8: &quot;9&quot;
</span><del>-          RenderTableRow {TR} at (0,169) size 154x53
-            RenderTableCell {TD} at (0,169) size 53x53 [border: (1px solid #FF0000)] [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,169) size 153x53
+            RenderTableCell {TD} at (0,169) size 52x53 [border: (1px solid #FF0000)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (19,17) size 16x19
</span><span class="cx">                 text run at (19,17) width 16: &quot;10&quot;
</span><del>-            RenderTableCell {TD} at (52,169) size 51x53 [border: (1px solid #FF0000)] [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (52,169) size 50x53 [border: (1px solid #FF0000)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (18,17) size 16x19
</span><span class="cx">                 text run at (18,17) width 16: &quot;11&quot;
</span><del>-            RenderTableCell {TD} at (102,169) size 52x53 [border: (1px solid #FF0000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (102,169) size 51x53 [border: (1px solid #FF0000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,17) size 16x19
</span><span class="cx">                 text run at (17,17) width 16: &quot;12&quot;
</span><del>-          RenderTableRow {TR} at (0,222) size 154x55
-            RenderTableCell {TD} at (0,222) size 53x55 [border: (1px solid #FF0000)] [r=4 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,222) size 153x55
+            RenderTableCell {TD} at (0,222) size 52x55 [border: (1px solid #FF0000)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (19,17) size 16x19
</span><span class="cx">                 text run at (19,17) width 16: &quot;13&quot;
</span><del>-            RenderTableCell {TD} at (52,222) size 51x55 [border: (1px solid #FF0000)] [r=4 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (52,222) size 50x55 [border: (1px solid #FF0000)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (18,17) size 16x19
</span><span class="cx">                 text run at (18,17) width 16: &quot;14&quot;
</span><del>-            RenderTableCell {TD} at (102,222) size 52x55 [border: (1px solid #FF0000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (102,222) size 51x55 [border: (1px solid #FF0000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,17) size 16x19
</span><span class="cx">                 text run at (17,17) width 16: &quot;15&quot;
</span><span class="cx">       RenderBlock {P} at (0,460) size 784x63
</span><span class="lines">@@ -111,35 +111,35 @@
</span><span class="cx">             text run at (217,25) width 111: &quot;tr:first-child&quot;
</span><span class="cx">         RenderText {#text} at (327,20) size 5x19
</span><span class="cx">           text run at (327,20) width 5: &quot;.&quot;
</span><del>-      RenderTable {TABLE} at (0,595) size 151x72 [border: (1px none #808080)]
-        RenderTableSection {TBODY} at (0,1) size 151x71
-          RenderTableRow {TR} at (0,0) size 151x24 [border: (2px solid #000000) none]
-            RenderTableCell {TD} at (0,0) size 51x24 [border: (1px none #000000)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (21,2) size 9x19
-                text run at (21,2) width 9: &quot;a&quot;
-            RenderTableCell {TD} at (50,0) size 51x24 [border: (1px none #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,595) size 150x72 [border: (1px none #808080)]
+        RenderTableSection {TBODY} at (0,1) size 150x71
+          RenderTableRow {TR} at (0,0) size 150x24 [border: (2px solid #000000) none]
+            RenderTableCell {TD} at (0,0) size 50x24 [border: (1px none #000000)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (21,2) size 8x19
+                text run at (21,2) width 8: &quot;a&quot;
+            RenderTableCell {TD} at (50,0) size 50x24 [border: (1px none #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (20,2) size 10x19
</span><span class="cx">                 text run at (20,2) width 10: &quot;b&quot;
</span><del>-            RenderTableCell {TD} at (100,0) size 51x24 [border: (1px none #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (100,0) size 50x24 [border: (1px none #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (21,2) size 8x19
</span><span class="cx">                 text run at (21,2) width 8: &quot;c&quot;
</span><del>-          RenderTableRow {TR} at (0,24) size 151x24 [border: (2px solid #000000) none]
-            RenderTableCell {TD} at (0,24) size 51x24 [border: (1px none #000000)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (21,2) size 9x19
-                text run at (21,2) width 9: &quot;3&quot;
-            RenderTableCell {TD} at (50,24) size 51x24 [border: (1px none #000000)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (21,2) size 9x19
-                text run at (21,2) width 9: &quot;4&quot;
-            RenderTableCell {TD} at (100,24) size 51x24 [border: (1px none #000000)] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (21,2) size 9x19
-                text run at (21,2) width 9: &quot;5&quot;
-          RenderTableRow {TR} at (0,48) size 151x23 [border: (2px solid #000000) none]
-            RenderTableCell {TD} at (0,48) size 51x23 [border: (1px none #000000)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (21,2) size 9x19
-                text run at (21,2) width 9: &quot;5&quot;
-            RenderTableCell {TD} at (50,48) size 51x23 [border: (1px none #000000)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (17,2) size 17x19
-                text run at (17,2) width 17: &quot;12&quot;
-            RenderTableCell {TD} at (100,48) size 51x23 [border: (1px none #000000)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (17,2) size 17x19
-                text run at (17,2) width 17: &quot;13&quot;
</del><ins>+          RenderTableRow {TR} at (0,24) size 150x24 [border: (2px solid #000000) none]
+            RenderTableCell {TD} at (0,24) size 50x24 [border: (1px none #000000)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (21,2) size 8x19
+                text run at (21,2) width 8: &quot;3&quot;
+            RenderTableCell {TD} at (50,24) size 50x24 [border: (1px none #000000)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (21,2) size 8x19
+                text run at (21,2) width 8: &quot;4&quot;
+            RenderTableCell {TD} at (100,24) size 50x24 [border: (1px none #000000)] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (21,2) size 8x19
+                text run at (21,2) width 8: &quot;5&quot;
+          RenderTableRow {TR} at (0,48) size 150x23 [border: (2px solid #000000) none]
+            RenderTableCell {TD} at (0,48) size 50x23 [border: (1px none #000000)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (21,2) size 8x19
+                text run at (21,2) width 8: &quot;5&quot;
+            RenderTableCell {TD} at (50,48) size 50x23 [border: (1px none #000000)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (17,2) size 16x19
+                text run at (17,2) width 16: &quot;12&quot;
+            RenderTableCell {TD} at (100,48) size 50x23 [border: (1px none #000000)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (17,2) size 16x19
+                text run at (17,2) width 16: &quot;13&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillacorebloombergexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/bloomberg-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/bloomberg-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/bloomberg-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</span><span class="cx"> layer at (0,0) size 800x716
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x716
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x692 [color=#333333] [bgcolor=#FFFFFF]
</span><del>-      RenderTable {TABLE} at (0,0) size 637x663 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 635x661
-          RenderTableRow {TR} at (0,0) size 635x24
-            RenderTableCell {TD} at (0,0) size 149x661 [bgcolor=#660000] [border: (1px inset #808080)] [r=0 c=0 rs=6 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 636x663 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 634x661
+          RenderTableRow {TR} at (0,0) size 634x24
+            RenderTableCell {TD} at (0,0) size 148x661 [bgcolor=#660000] [border: (1px inset #808080)] [r=0 c=0 rs=6 cs=1]
</ins><span class="cx">               RenderInline {B} at (0,0) size 65x19
</span><span class="cx">                 RenderInline {A} at (0,0) size 65x19
</span><span class="cx">                   RenderInline {FONT} at (0,0) size 65x16 [color=#FFFFFF]
</span><span class="lines">@@ -212,25 +212,25 @@
</span><span class="cx">                     text run at (4,621) width 72: &quot;To Advertise&quot;
</span><span class="cx">                 RenderBR {BR} at (75,634) size 1x0
</span><span class="cx">               RenderBR {BR} at (4,637) size 0x19
</span><del>-            RenderTableCell {TD} at (148,0) size 487x24 [bgcolor=#660000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (148,0) size 486x24 [bgcolor=#660000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=3]
</ins><span class="cx">               RenderImage {IMG} at (10,4) size 466x16
</span><del>-          RenderTableRow {TR} at (0,24) size 635x69
-            RenderTableCell {TD} at (148,24) size 129x69 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderInline {A} at (0,0) size 121x19
</del><ins>+          RenderTableRow {TR} at (0,24) size 634x69
+            RenderTableCell {TD} at (148,24) size 128x69 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderInline {A} at (0,0) size 120x19
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderImage {IMG} at (4,4) size 120x60
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">               RenderImage {IMG} at (4,64) size 120x1
</span><del>-            RenderTableCell {TD} at (276,24) size 176x69 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
-              RenderInline {A} at (0,0) size 168x19
</del><ins>+            RenderTableCell {TD} at (276,24) size 175x69 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
+              RenderInline {A} at (0,0) size 167x19
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-                RenderImage {IMG} at (4,4) size 168x60
</del><ins>+                RenderImage {IMG} at (4,4) size 167x60
</ins><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderImage {IMG} at (4,64) size 168x1
-            RenderTableCell {TD} at (451,24) size 184x533 [bgcolor=#CCCC99] [border: (1px inset #808080)] [r=1 c=3 rs=6 cs=1]
-              RenderBlock (anonymous) at (4,4) size 176x30
</del><ins>+              RenderImage {IMG} at (4,64) size 167x1
+            RenderTableCell {TD} at (451,24) size 183x533 [bgcolor=#CCCC99] [border: (1px inset #808080)] [r=1 c=3 rs=6 cs=1]
+              RenderBlock (anonymous) at (4,4) size 175x30
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 137x12
</span><span class="cx">                   RenderInline {FONT} at (0,0) size 137x13
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 137x13
</span><span class="lines">@@ -245,12 +245,12 @@
</span><span class="cx">                         text run at (35,14) width 105: &quot;Market Snapshot&quot;
</span><span class="cx">                       RenderBR {BR} at (139,26) size 1x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock {CENTER} at (4,34) size 176x495
-                RenderInline {A} at (0,0) size 176x19
</del><ins>+              RenderBlock {CENTER} at (4,34) size 175x495
+                RenderInline {A} at (0,0) size 175x19
</ins><span class="cx">                   RenderImage {IMG} at (0,0) size 175x270
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-                RenderInline {A} at (0,0) size 162x19
</del><ins>+                RenderInline {A} at (0,0) size 161x19
</ins><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                   RenderImage {IMG} at (7,270) size 161x30
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -277,13 +277,13 @@
</span><span class="cx">                 RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">                 RenderBR {BR} at (87,330) size 1x19
</span><span class="cx">                 RenderBR {BR} at (87,350) size 1x19
</span><del>-                RenderInline {A} at (0,0) size 126x19
</del><ins>+                RenderInline {A} at (0,0) size 125x19
</ins><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                   RenderImage {IMG} at (25,370) size 125x125
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-          RenderTableRow {TR} at (0,93) size 635x128
-            RenderTableCell {TD} at (148,93) size 304x128 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,93) size 634x128
+            RenderTableCell {TD} at (148,93) size 303x128 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=2]
</ins><span class="cx">               RenderInline {A} at (0,0) size 0x0
</span><span class="cx">                 RenderImage {IMG} at (4,4) size 288x26
</span><span class="cx">               RenderBR {BR} at (295,4) size 0x19
</span><span class="lines">@@ -300,8 +300,8 @@
</span><span class="cx">                   RenderText {#text} at (4,104) size 47x19
</span><span class="cx">                     text run at (4,104) width 47: &quot;More...&quot;
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-          RenderTableRow {TR} at (0,221) size 635x440
-            RenderTableCell {TD} at (148,221) size 304x331 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,221) size 634x440
+            RenderTableCell {TD} at (148,221) size 303x331 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (4,4) size 290x35
</span><span class="cx">               RenderBR {BR} at (294,39) size 0x0
</span><span class="cx">               RenderInline {A} at (0,0) size 248x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillacorebordersexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/borders-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/borders-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/borders-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,136) size 68x26
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 68x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 68x22
</span><del>-            RenderTableCell {TD} at (2,2) size 19x22 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 18x22 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 16x19
</span><span class="cx">                 text run at (1,1) width 16: &quot;no&quot;
</span><span class="cx">             RenderTableCell {TD} at (22,2) size 44x22 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillacorecell_heightsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/cell_heights-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/cell_heights-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/cell_heights-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -27,53 +27,53 @@
</span><span class="cx">                 text run at (2,2) width 16: &quot;50&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,712) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,732) size 27x122 [bgcolor=#0000FF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 25x120
-          RenderTableRow {TR} at (0,2) size 25x64
-            RenderTableCell {TD} at (2,2) size 21x64 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,732) size 26x122 [bgcolor=#0000FF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 24x120
+          RenderTableRow {TR} at (0,2) size 24x64
+            RenderTableCell {TD} at (2,2) size 20x64 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x59
</span><span class="cx">                 text run at (2,2) width 8: &quot;5&quot;
</span><span class="cx">                 text run at (2,22) width 8: &quot;5&quot;
</span><span class="cx">                 text run at (2,42) width 8: &quot;5&quot;
</span><del>-          RenderTableRow {TR} at (0,68) size 25x50
-            RenderTableCell {TD} at (2,81) size 21x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,68) size 24x50
+            RenderTableCell {TD} at (2,81) size 20x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                 text run at (2,2) width 16: &quot;50&quot;
</span><del>-      RenderTable {TABLE} at (0,854) size 35x258 [bgcolor=#0000FF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 33x256
-          RenderTableRow {TR} at (0,2) size 33x200
-            RenderTableCell {TD} at (2,90) size 29x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,854) size 34x258 [bgcolor=#0000FF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 32x256
+          RenderTableRow {TR} at (0,2) size 32x200
+            RenderTableCell {TD} at (2,90) size 28x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-          RenderTableRow {TR} at (0,204) size 33x50
-            RenderTableCell {TD} at (2,217) size 29x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,204) size 32x50
+            RenderTableCell {TD} at (2,217) size 28x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                 text run at (2,2) width 16: &quot;50&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,1112) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,1132) size 35x258 [bgcolor=#0000FF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 33x256
-          RenderTableRow {TR} at (0,2) size 33x200
-            RenderTableCell {TD} at (2,90) size 29x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,1132) size 34x258 [bgcolor=#0000FF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 32x256
+          RenderTableRow {TR} at (0,2) size 32x200
+            RenderTableCell {TD} at (2,90) size 28x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-          RenderTableRow {TR} at (0,204) size 33x50
-            RenderTableCell {TD} at (2,217) size 29x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,204) size 32x50
+            RenderTableCell {TD} at (2,217) size 28x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                 text run at (2,2) width 16: &quot;50&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,1390) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,1410) size 65x208 [bgcolor=#FFA500] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 63x206
-          RenderTableRow {TR} at (0,2) size 63x100
-            RenderTableCell {TD} at (2,91) size 29x24 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,1410) size 64x208 [bgcolor=#FFA500] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 62x206
+          RenderTableRow {TR} at (0,2) size 62x100
+            RenderTableCell {TD} at (2,91) size 28x24 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (32,40) size 29x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (32,40) size 28x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-          RenderTableRow {TR} at (0,104) size 63x100
-            RenderTableCell {TD} at (32,122) size 29x64 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,104) size 62x100
+            RenderTableCell {TD} at (32,122) size 28x64 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x59
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><span class="cx">                 text run at (2,22) width 24: &quot;100&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillacorecol_spanexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_span-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_span-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_span-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,14 +14,14 @@
</span><span class="cx">                 text run at (2,2) width 70: &quot;30% width&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,30) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,50) size 217x50 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 215x48
-          RenderTableRow {TR} at (0,2) size 215x44
-            RenderTableCell {TD} at (2,2) size 105x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,50) size 216x50 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 214x48
+          RenderTableRow {TR} at (0,2) size 214x44
+            RenderTableCell {TD} at (2,2) size 104x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 80x39
</span><span class="cx">                 text run at (2,2) width 80: &quot;100 100 100&quot;
</span><span class="cx">                 text run at (2,22) width 80: &quot;100 100 100&quot;
</span><del>-            RenderTableCell {TD} at (108,12) size 105x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (108,12) size 104x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 70x19
</span><span class="cx">                 text run at (2,2) width 70: &quot;50% width&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,100) size 784x20
</span><span class="lines">@@ -94,13 +94,13 @@
</span><span class="cx">                   RenderText {#text} at (0,0) size 69x39
</span><span class="cx">                     text run at (0,0) width 45: &quot;This is&quot;
</span><span class="cx">                     text run at (0,20) width 69: &quot;colspan=2&quot;
</span><del>-            RenderTableCell {TD} at (114,0) size 284x48 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,0) size 285x48 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 270x39
</span><span class="cx">                 text run at (4,4) width 270: &quot;Blah Blah Blah Blah Blah Blah Blah Blah&quot;
</span><span class="cx">                 text run at (4,24) width 31: &quot;Blah&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,48) size 398x48
</span><del>-            RenderTableCell {TD} at (0,48) size 398x48 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=3]
-              RenderBlock {P} at (4,4) size 390x40
</del><ins>+            RenderTableCell {TD} at (0,48) size 399x48 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=3]
+              RenderBlock {P} at (4,4) size 391x40
</ins><span class="cx">                 RenderInline {B} at (0,0) size 118x19
</span><span class="cx">                   RenderText {#text} at (0,0) size 118x19
</span><span class="cx">                     text run at (0,0) width 118: &quot;This is colspan=3&quot;
</span><span class="lines">@@ -119,12 +119,12 @@
</span><span class="cx">                 RenderInline {B} at (0,0) size 135x19
</span><span class="cx">                   RenderText {#text} at (0,0) size 135x19
</span><span class="cx">                     text run at (0,0) width 135: &quot;no colspan declared&quot;
</span><del>-            RenderTableCell {TD} at (161,0) size 237x28 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (161,0) size 238x28 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 202x19
</span><span class="cx">                 text run at (4,4) width 202: &quot;Blah Blah Blah Blah Blah Blah&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 398x48
</span><del>-            RenderTableCell {TD} at (0,28) size 398x48 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
-              RenderBlock {P} at (4,4) size 390x40
</del><ins>+            RenderTableCell {TD} at (0,28) size 399x48 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
+              RenderBlock {P} at (4,4) size 391x40
</ins><span class="cx">                 RenderInline {B} at (0,0) size 118x19
</span><span class="cx">                   RenderText {#text} at (0,0) size 118x19
</span><span class="cx">                     text run at (0,0) width 118: &quot;This is colspan=2&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillacorecol_widths_auto_autoFixexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_auto_autoFix-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_auto_autoFix-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_auto_autoFix-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 88x30 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 86x28
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 86x24
</span><del>-            RenderTableCell {TD} at (2,2) size 49x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 48x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x19
</span><span class="cx">                 text run at (2,2) width 44: &quot;0 0 0 0&quot;
</span><span class="cx">             RenderTableCell {TD} at (52,2) size 32x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,160) size 638x136 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 636x134
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 636x104
</span><del>-            RenderTableCell {TD} at (2,2) size 605x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (2,2) size 604x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 600x100
</span><span class="cx">             RenderTableCell {TD} at (608,42) size 26x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">             RenderTableCell {TD} at (29,108) size 25x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 21x19
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><del>-            RenderTableCell {TD} at (55,108) size 552x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (55,108) size 551x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">             RenderTableCell {TD} at (608,108) size 26x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="lines">@@ -56,22 +56,22 @@
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,296) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,316) size 535x65 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 533x63
-          RenderTableRow {TR} at (0,5) size 533x24
-            RenderTableCell {TD} at (5,5) size 414x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,316) size 534x65 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 532x63
+          RenderTableRow {TR} at (0,5) size 532x24
+            RenderTableCell {TD} at (5,5) size 413x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-            RenderTableCell {TD} at (423,5) size 105x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (423,5) size 104x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-          RenderTableRow {TR} at (0,34) size 533x24
</del><ins>+          RenderTableRow {TR} at (0,34) size 532x24
</ins><span class="cx">             RenderTableCell {TD} at (5,34) size 104x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (114,34) size 305x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,34) size 304x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span><del>-            RenderTableCell {TD} at (423,34) size 105x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (423,34) size 104x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillacorecol_widths_auto_autoFixPerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,2) size 310x24 [bgcolor=#FFA500] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 98x19
</span><span class="cx">                 text run at (2,2) width 98: &quot;foo foo foo foo&quot;
</span><del>-            RenderTableCell {TD} at (479,2) size 301x24 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (479,2) size 302x24 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 98x19
</span><span class="cx">                 text run at (2,2) width 98: &quot;foo foo foo foo&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x24
</span><span class="lines">@@ -28,10 +28,10 @@
</span><span class="cx">             RenderTableCell {TD} at (168,28) size 154x24 [bgcolor=#FFA500] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 98x19
</span><span class="cx">                 text run at (2,2) width 98: &quot;foo foo foo foo&quot;
</span><del>-            RenderTableCell {TD} at (324,28) size 154x24 [bgcolor=#FFA500] [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (323,28) size 155x24 [bgcolor=#FFA500] [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 98x19
</span><span class="cx">                 text run at (2,2) width 98: &quot;foo foo foo foo&quot;
</span><del>-            RenderTableCell {TD} at (479,28) size 301x24 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (479,28) size 302x24 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 98x19
</span><span class="cx">                 text run at (2,2) width 98: &quot;foo foo foo foo&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,56) size 784x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillacorecol_widths_auto_fixexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_auto_fix-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_auto_fix-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_auto_fix-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 67x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (70,2) size 76x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,2) size 77x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 64x19
</span><span class="cx">                 text run at (2,2) width 64: &quot;one_hund&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,30) size 784x20
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx">             RenderTableCell {TD} at (178,2) size 175x24 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 78x19
</span><span class="cx">                 text run at (2,2) width 78: &quot;fooooooooo&quot;
</span><del>-            RenderTableCell {TD} at (354,2) size 142x24 [bgcolor=#FFA500] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (354,2) size 143x24 [bgcolor=#FFA500] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 98x19
</span><span class="cx">                 text run at (2,2) width 98: &quot;foo foo foo foo&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,80) size 784x40
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,12) size 260x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (263,2) size 133x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (263,2) size 134x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 123x39
</span><span class="cx">                 text run at (2,2) width 123: &quot;foo foo foo foo foo&quot;
</span><span class="cx">                 text run at (2,22) width 72: &quot;foo foo foo&quot;
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 22x39
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">                 text run at (2,22) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (38,12) size 58x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,12) size 59x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,280) size 784x40
</span><span class="lines">@@ -124,17 +124,17 @@
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderText {#text} at (0,20) size 304x19
</span><span class="cx">           text run at (0,20) width 304: &quot;auto table - cell width does not include padding&quot;
</span><del>-      RenderTable {TABLE} at (0,650) size 149x68 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 147x66
-          RenderTableRow {TR} at (0,2) size 147x62
-            RenderTableCell {TD} at (2,2) size 143x62 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,650) size 148x68 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 146x66
+          RenderTableRow {TR} at (0,2) size 146x62
+            RenderTableCell {TD} at (2,2) size 142x62 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (21,21) size 73x19
</span><span class="cx">                 text run at (21,21) width 73: &quot;cell=100px&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,718) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,738) size 111x30 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 109x28
-          RenderTableRow {TR} at (0,2) size 109x24
-            RenderTableCell {TD} at (2,2) size 105x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,738) size 110x30 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 108x28
+          RenderTableRow {TR} at (0,2) size 108x24
+            RenderTableCell {TD} at (2,2) size 104x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 73x19
</span><span class="cx">                 text run at (2,2) width 73: &quot;cell=100px&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillacorecol_widths_auto_fixPerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_auto_fixPer-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_auto_fixPer-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_auto_fixPer-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx">             RenderTableCell {TD} at (322,32) size 431x24 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (330,2) size 99x19
</span><span class="cx">                 text run at (330,2) width 99: &quot;foo foo foo foo&quot;
</span><del>-            RenderTableCell {TD} at (754,2) size 26x84 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (754,2) size 27x84 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x79
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">                 text run at (2,22) width 22: &quot;foo&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillacorecol_widths_auto_perexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_auto_per-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_auto_per-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_auto_per-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx">             RenderTableCell {TD} at (10,10) size 85x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;1%&quot;
</span><del>-            RenderTableCell {TD} at (104,10) size 668x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,10) size 669x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x19
</span><span class="cx">                 text run at (2,2) width 30: &quot;10%&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,172) size 784x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillacorecol_widths_fix_autoFixexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_fix_autoFix-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_fix_autoFix-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_fix_autoFix-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx">             RenderTableCell {TD} at (286,2) size 283x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 21x19
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><del>-            RenderTableCell {TD} at (570,2) size 26x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (570,2) size 27x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,368) size 784x40
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillacorecol_widths_fix_fixexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_fix_fix-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_fix_fix-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_fix_fix-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 67x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (70,2) size 76x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,2) size 77x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 64x19
</span><span class="cx">                 text run at (2,2) width 64: &quot;one_hund&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,30) size 784x20
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx">             RenderTableCell {TD} at (178,2) size 175x24 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 78x19
</span><span class="cx">                 text run at (2,2) width 78: &quot;fooooooooo&quot;
</span><del>-            RenderTableCell {TD} at (354,2) size 142x24 [bgcolor=#FFA500] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (354,2) size 143x24 [bgcolor=#FFA500] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 98x19
</span><span class="cx">                 text run at (2,2) width 98: &quot;foo foo foo foo&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,80) size 784x20
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,12) size 260x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (263,2) size 133x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (263,2) size 134x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 123x39
</span><span class="cx">                 text run at (2,2) width 123: &quot;foo foo foo foo foo&quot;
</span><span class="cx">                 text run at (2,22) width 72: &quot;foo foo foo&quot;
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 22x39
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">                 text run at (2,22) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (38,12) size 58x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,12) size 59x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,298) size 784x40
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillacorecol_widths_fix_fixPerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_fix_fixPer-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_fix_fixPer-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_fix_fixPer-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -22,7 +22,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,90) size 300x50 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 298x48
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 298x44
</span><del>-            RenderTableCell {TD} at (2,2) size 45x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 44x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x39
</span><span class="cx">                 text run at (2,2) width 40: &quot;100px&quot;
</span><span class="cx">                 text run at (2,22) width 40: &quot;100px&quot;
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,180) size 300x50 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 298x48
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 298x44
</span><del>-            RenderTableCell {TD} at (2,2) size 45x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 44x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x39
</span><span class="cx">                 text run at (2,2) width 40: &quot;100px&quot;
</span><span class="cx">                 text run at (2,22) width 40: &quot;100px&quot;
</span><span class="lines">@@ -70,7 +70,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,376) size 200x86 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 198x84
</span><span class="cx">           RenderTableRow {TR} at (0,10) size 198x64
</span><del>-            RenderTableCell {TD} at (10,20) size 45x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (10,20) size 44x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x39
</span><span class="cx">                 text run at (2,2) width 40: &quot;100px&quot;
</span><span class="cx">                 text run at (2,22) width 40: &quot;100px&quot;
</span><span class="lines">@@ -91,15 +91,15 @@
</span><span class="cx">       RenderTable {TABLE} at (0,502) size 400x66 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 398x64
</span><span class="cx">           RenderTableRow {TR} at (0,10) size 398x44
</span><del>-            RenderTableCell {TD} at (10,10) size 45x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (10,10) size 44x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x39
</span><span class="cx">                 text run at (2,2) width 40: &quot;100px&quot;
</span><span class="cx">                 text run at (2,22) width 40: &quot;100px&quot;
</span><del>-            RenderTableCell {TD} at (64,10) size 45x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (64,10) size 44x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x39
</span><span class="cx">                 text run at (2,2) width 40: &quot;100px&quot;
</span><span class="cx">                 text run at (2,22) width 40: &quot;100px&quot;
</span><del>-            RenderTableCell {TD} at (118,20) size 131x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (118,20) size 130x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 96x19
</span><span class="cx">                 text run at (2,2) width 96: &quot;50% 50% 50%&quot;
</span><span class="cx">             RenderTableCell {TD} at (258,20) size 130x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="lines">@@ -112,11 +112,11 @@
</span><span class="cx">       RenderTable {TABLE} at (0,608) size 400x86 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 398x84
</span><span class="cx">           RenderTableRow {TR} at (0,10) size 398x64
</span><del>-            RenderTableCell {TD} at (10,20) size 45x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (10,20) size 44x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x39
</span><span class="cx">                 text run at (2,2) width 40: &quot;100px&quot;
</span><span class="cx">                 text run at (2,22) width 40: &quot;100px&quot;
</span><del>-            RenderTableCell {TD} at (64,20) size 45x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (64,20) size 44x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x39
</span><span class="cx">                 text run at (2,2) width 40: &quot;100px&quot;
</span><span class="cx">                 text run at (2,22) width 40: &quot;100px&quot;
</span><span class="lines">@@ -126,7 +126,7 @@
</span><span class="cx">             RenderTableCell {TD} at (236,30) size 109x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 96x19
</span><span class="cx">                 text run at (2,2) width 96: &quot;50% 50% 50%&quot;
</span><del>-            RenderTableCell {TD} at (354,10) size 34x64 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (354,10) size 35x64 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x59
</span><span class="cx">                 text run at (2,2) width 30: &quot;50%&quot;
</span><span class="cx">                 text run at (2,22) width 30: &quot;50%&quot;
</span><span class="lines">@@ -142,7 +142,7 @@
</span><span class="cx">             RenderTableCell {TD} at (29,2) size 83x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 21x19
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><del>-            RenderTableCell {TD} at (113,2) size 83x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (113,2) size 84x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x19
</span><span class="cx">                 text run at (2,2) width 23: &quot;zap&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,744) size 784x40
</span><span class="lines">@@ -161,7 +161,7 @@
</span><span class="cx">             RenderTableCell {TD} at (305,32) size 448x24 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (347,2) size 99x19
</span><span class="cx">                 text run at (347,2) width 99: &quot;foo foo foo foo&quot;
</span><del>-            RenderTableCell {TD} at (754,2) size 26x84 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (754,2) size 27x84 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x79
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">                 text run at (2,22) width 22: &quot;foo&quot;
</span><span class="lines">@@ -187,7 +187,7 @@
</span><span class="cx">             RenderTableCell {TD} at (322,32) size 431x24 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (330,2) size 99x19
</span><span class="cx">                 text run at (330,2) width 99: &quot;foo foo foo foo&quot;
</span><del>-            RenderTableCell {TD} at (754,2) size 26x84 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (754,2) size 27x84 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x79
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">                 text run at (2,22) width 22: &quot;foo&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillacorecol_widths_fix_perexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_fix_per-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_fix_per-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/col_widths_fix_per-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx">             RenderTableCell {TD} at (236,32) size 233x24 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 78x19
</span><span class="cx">                 text run at (2,2) width 78: &quot;fooooooooo&quot;
</span><del>-            RenderTableCell {TD} at (470,2) size 26x84 [bgcolor=#FFA500] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (470,2) size 27x84 [bgcolor=#FFA500] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x79
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">                 text run at (2,22) width 22: &quot;foo&quot;
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">             RenderTableCell {TD} at (158,2) size 156x24 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 98x19
</span><span class="cx">                 text run at (2,2) width 98: &quot;foo foo foo foo&quot;
</span><del>-            RenderTableCell {TD} at (315,2) size 465x24 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (315,2) size 466x24 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (365,2) size 98x19
</span><span class="cx">                 text run at (365,2) width 98: &quot;foo foo foo foo&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,260) size 784x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillacoremarginsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/margins-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/margins-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/margins-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 26x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                         text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (119,7) size 275x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (119,7) size 276x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 80x19
</span><span class="cx">                 text run at (2,2) width 80: &quot;x x x x x x x&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,380) size 784x20
</span><span class="lines">@@ -92,12 +92,12 @@
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 396x34
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 169x34 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderTable {TABLE} at (54,2) size 61x30 [border: (1px outset #808080)]
</span><del>-                RenderTableSection {TBODY} at (1,1) size 59x28
-                  RenderTableRow {TR} at (0,2) size 59x24
-                    RenderTableCell {TD} at (2,2) size 55x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTableSection {TBODY} at (1,1) size 58x28
+                  RenderTableRow {TR} at (0,2) size 58x24
+                    RenderTableCell {TD} at (2,2) size 54x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                         text run at (2,2) width 16: &quot;50&quot;
</span><del>-            RenderTableCell {TD} at (172,7) size 222x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (172,7) size 223x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 80x19
</span><span class="cx">                 text run at (2,2) width 80: &quot;x x x x x x x&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,442) size 784x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillacoremiscexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/misc-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/misc-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/misc-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -23,17 +23,17 @@
</span><span class="cx">       RenderTable {TABLE} at (0,108) size 600x116
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 600x116
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 600x44
</span><del>-            RenderTableCell {TD} at (2,2) size 594x44 [r=0 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (2,2) size 595x44 [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderImage {IMG} at (7,1) size 580x42
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderTableRow {TR} at (0,48) size 600x42
</span><span class="cx">             RenderTableCell {TD} at (2,50) size 243x38 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 232x35 [border: (1px solid #000000)]
</span><del>-            RenderTableCell {TD} at (246,48) size 142x42 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (246,48) size 143x42 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (32,1) size 78x39
</span><span class="cx">                 text run at (32,1) width 78: &quot;Hassle-Free&quot;
</span><span class="cx">                 text run at (40,21) width 62: &quot;Upgrades&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,92) size 600x22
</span><del>-            RenderTableCell {TD} at (2,92) size 596x22 [bgcolor=#99CCCC] [r=2 c=0 rs=1 cs=4]
</del><ins>+            RenderTableCell {TD} at (2,92) size 597x22 [bgcolor=#99CCCC] [r=2 c=0 rs=1 cs=4]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                 text run at (1,1) width 8: &quot;x&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillacorenested1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/nested1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/nested1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/nested1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -65,7 +65,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 337x22 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,1) size 182x19
</span><span class="cx">                         text run at (1,1) width 182: &quot;nested in 100%, width=50%&quot;
</span><del>-            RenderTableCell {TD} at (689,5) size 91x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (689,5) size 92x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,280) size 784x20
</span><span class="lines">@@ -84,6 +84,6 @@
</span><span class="cx">                             RenderTableCell {TD} at (2,2) size 130x22 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                               RenderText {#text} at (1,1) size 46x19
</span><span class="cx">                                 text run at (1,1) width 46: &quot;2n50%&quot;
</span><del>-            RenderTableCell {TD} at (553,8) size 227x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (553,8) size 228x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillacoreone_rowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/one_row-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/one_row-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/one_row-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx">             RenderTableCell {TD} at (357,2) size 99x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 64x19
</span><span class="cx">                 text run at (2,2) width 64: &quot;barrrrrrrrr&quot;
</span><del>-            RenderTableCell {TD} at (457,2) size 39x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (457,2) size 40x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x19
</span><span class="cx">                 text run at (2,2) width 23: &quot;zap&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,120) size 784x40
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx">                 text run at (2,2) width 26: &quot;barr&quot;
</span><span class="cx">                 text run at (2,22) width 22: &quot;rrrr&quot;
</span><span class="cx">                 text run at (2,42) width 22: &quot;rrrr&quot;
</span><del>-            RenderTableCell {TD} at (169,22) size 27x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (169,22) size 28x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x19
</span><span class="cx">                 text run at (2,2) width 23: &quot;zap&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,230) size 784x40
</span><span class="lines">@@ -110,13 +110,13 @@
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderText {#text} at (0,20) size 174x19
</span><span class="cx">           text run at (0,20) width 174: &quot;Table auto, both cells fixed&quot;
</span><del>-      RenderTable {TABLE} at (0,550) size 217x30 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 215x28
-          RenderTableRow {TR} at (0,2) size 215x24
-            RenderTableCell {TD} at (2,2) size 105x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,550) size 216x30 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 214x28
+          RenderTableRow {TR} at (0,2) size 214x24
+            RenderTableCell {TD} at (2,2) size 104x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 38x19
</span><span class="cx">                 text run at (2,2) width 38: &quot;foooo&quot;
</span><del>-            RenderTableCell {TD} at (108,2) size 105x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (108,2) size 104x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x19
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,580) size 784x40
</span><span class="lines">@@ -155,7 +155,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 344x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 238x19
</span><span class="cx">                 text run at (2,2) width 238: &quot;fooooooooooooooooooooooooooooo&quot;
</span><del>-            RenderTableCell {TD} at (347,2) size 149x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (347,2) size 150x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x19
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,790) size 784x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillacoretable_frameexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/table_frame-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/table_frame-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/table_frame-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -69,13 +69,13 @@
</span><span class="cx">                 text run at (2,2) width 20: &quot;rhs&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,272) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,292) size 72x28 [border: none (1px solid #808080)]
-        RenderTableSection {TBODY} at (1,0) size 71x28
-          RenderTableRow {TR} at (0,2) size 71x24
</del><ins>+      RenderTable {TABLE} at (0,292) size 71x28 [border: none (1px solid #808080)]
+        RenderTableSection {TBODY} at (1,0) size 70x28
+          RenderTableRow {TR} at (0,2) size 70x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 42x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 38x19
</span><span class="cx">                 text run at (2,2) width 38: &quot;frame&quot;
</span><del>-            RenderTableCell {TD} at (45,2) size 24x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (45,2) size 23x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 19x19
</span><span class="cx">                 text run at (2,2) width 19: &quot;lhs&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,320) size 784x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillacoretable_heightsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/table_heights-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/table_heights-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/table_heights-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,6 +9,6 @@
</span><span class="cx">             RenderTableCell {TD} at (2,265) size 370x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 33x19
</span><span class="cx">                 text run at (2,2) width 33: &quot;FOO&quot;
</span><del>-            RenderTableCell {TD} at (373,265) size 379x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (373,265) size 380x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 33x19
</span><span class="cx">                 text run at (2,2) width 33: &quot;BAR&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillacoretable_rulesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/table_rules-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/table_rules-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/table_rules-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,38 +54,38 @@
</span><span class="cx">                 text run at (1,1) width 79: &quot;row group 2&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,157) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,177) size 220x46 [border: none]
</del><ins>+      RenderTable {TABLE} at (0,177) size 219x46 [border: none]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: none (1px solid #000000) none (1px solid #000000)]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: none (1px solid #000000) none (1px solid #000000)]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (0,0) size 219x45 [border: (1px solid #808080) none (1px solid #808080) none]
-          RenderTableRow {TR} at (0,0) size 219x23
</del><ins>+        RenderTableSection {TBODY} at (0,0) size 218x45 [border: (1px solid #808080) none (1px solid #808080) none]
+          RenderTableRow {TR} at (0,0) size 218x23
</ins><span class="cx">             RenderTableCell {TD} at (0,0) size 35x23 [border: (1px none #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;rules&quot;
</span><del>-            RenderTableCell {TD} at (34,0) size 76x23 [border: (1px none #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (34,0) size 75x23 [border: (1px none #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,2) size 73x19
</span><span class="cx">                 text run at (1,2) width 73: &quot;col group 1&quot;
</span><del>-            RenderTableCell {TD} at (109,0) size 35x23 [border: (1px none #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (108,0) size 36x23 [border: (1px none #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;rules&quot;
</span><del>-            RenderTableCell {TD} at (143,0) size 76x23 [border: (1px none #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,0) size 75x23 [border: (1px none #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,2) size 73x19
</span><span class="cx">                 text run at (1,2) width 73: &quot;col group 2&quot;
</span><del>-          RenderTableRow {TR} at (0,23) size 219x22
</del><ins>+          RenderTableRow {TR} at (0,23) size 218x22
</ins><span class="cx">             RenderTableCell {TD} at (0,23) size 35x22 [border: none] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,1) size 32x19
</span><span class="cx">                 text run at (2,1) width 32: &quot;rules&quot;
</span><del>-            RenderTableCell {TD} at (34,23) size 76x22 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (34,23) size 75x22 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 73x19
</span><span class="cx">                 text run at (1,1) width 73: &quot;col group 1&quot;
</span><del>-            RenderTableCell {TD} at (109,23) size 35x22 [border: none] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (108,23) size 36x22 [border: none] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,1) size 32x19
</span><span class="cx">                 text run at (2,1) width 32: &quot;rules&quot;
</span><del>-            RenderTableCell {TD} at (143,23) size 76x22 [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,23) size 75x22 [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 73x19
</span><span class="cx">                 text run at (1,1) width 73: &quot;col group 2&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,223) size 784x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillacoretable_widthsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/table_widths-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/table_widths-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/core/table_widths-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -17,10 +17,10 @@
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderText {#text} at (0,20) size 220x19
</span><span class="cx">           text run at (0,20) width 220: &quot;nested table width includes border&quot;
</span><del>-      RenderTable {TABLE} at (0,126) size 205x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 203x50
-          RenderTableRow {TR} at (0,0) size 203x50
-            RenderTableCell {TD} at (0,0) size 203x50 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,126) size 204x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 202x50
+          RenderTableRow {TR} at (0,0) size 202x50
+            RenderTableCell {TD} at (0,0) size 202x50 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (1,1) size 200x48 [border: (10px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (10,10) size 180x28
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 180x24
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilladominsertColGroups1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertColGroups1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertColGroups1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertColGroups1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,40 +6,40 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 218x19
</span><span class="cx">           text run at (0,0) width 218: &quot;The 2 tables should look the same&quot;
</span><del>-      RenderTable {TABLE} at (0,20) size 611x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,20) size 610x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 609x28
-          RenderTableRow {TR} at (0,2) size 609x24
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 608x28
+          RenderTableRow {TR} at (0,2) size 608x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 201x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,2) size 200x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (306,2) size 301x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (306,2) size 300x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,50) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,70) size 611x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,70) size 610x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 609x28
-          RenderTableRow {TR} at (0,2) size 609x24
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 608x28
+          RenderTableRow {TR} at (0,2) size 608x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 201x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,2) size 200x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (306,2) size 301x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (306,2) size 300x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,100) size 784x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilladominsertColGroups2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertColGroups2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertColGroups2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertColGroups2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 218x19
</span><span class="cx">           text run at (0,0) width 218: &quot;The 2 tables should look the same&quot;
</span><del>-      RenderTable {TABLE} at (0,20) size 513x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,20) size 512x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -14,23 +14,23 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 511x28
-          RenderTableRow {TR} at (0,2) size 511x24
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 510x28
+          RenderTableRow {TR} at (0,2) size 510x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 50x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                 text run at (2,2) width 16: &quot;50&quot;
</span><del>-            RenderTableCell {TD} at (54,2) size 101x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,2) size 100x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (156,2) size 151x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (156,2) size 150x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;150&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 201x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,2) size 200x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,50) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,70) size 513x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,70) size 512x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -38,18 +38,18 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 511x28
-          RenderTableRow {TR} at (0,2) size 511x24
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 510x28
+          RenderTableRow {TR} at (0,2) size 510x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 50x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                 text run at (2,2) width 16: &quot;50&quot;
</span><del>-            RenderTableCell {TD} at (54,2) size 101x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,2) size 100x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (156,2) size 151x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (156,2) size 150x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;150&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 201x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,2) size 200x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,100) size 784x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilladominsertCols1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertCols1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertCols1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertCols1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,37 +6,37 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 218x19
</span><span class="cx">           text run at (0,0) width 218: &quot;The 2 tables should look the same&quot;
</span><del>-      RenderTable {TABLE} at (0,20) size 611x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,20) size 610x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 609x28
-          RenderTableRow {TR} at (0,2) size 609x24
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 608x28
+          RenderTableRow {TR} at (0,2) size 608x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 201x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,2) size 200x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (306,2) size 301x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (306,2) size 300x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,50) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,70) size 611x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,70) size 610x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 609x28
-          RenderTableRow {TR} at (0,2) size 609x24
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 608x28
+          RenderTableRow {TR} at (0,2) size 608x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 201x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,2) size 200x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (306,2) size 301x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (306,2) size 300x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilladominsertCols2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertCols2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertCols2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertCols2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,37 +6,37 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 218x19
</span><span class="cx">           text run at (0,0) width 218: &quot;The 2 tables should look the same&quot;
</span><del>-      RenderTable {TABLE} at (0,20) size 611x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,20) size 610x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 609x28
-          RenderTableRow {TR} at (0,2) size 609x24
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 608x28
+          RenderTableRow {TR} at (0,2) size 608x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 201x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,2) size 200x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (306,2) size 301x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (306,2) size 300x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,50) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,70) size 611x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,70) size 610x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 609x28
-          RenderTableRow {TR} at (0,2) size 609x24
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 608x28
+          RenderTableRow {TR} at (0,2) size 608x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 201x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,2) size 200x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (306,2) size 301x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (306,2) size 300x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilladominsertCols3expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertCols3-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertCols3-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertCols3-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,45 +6,45 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 218x19
</span><span class="cx">           text run at (0,0) width 218: &quot;The 2 tables should look the same&quot;
</span><del>-      RenderTable {TABLE} at (0,20) size 513x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,20) size 512x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 511x28
-          RenderTableRow {TR} at (0,2) size 511x24
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 510x28
+          RenderTableRow {TR} at (0,2) size 510x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 50x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                 text run at (2,2) width 16: &quot;50&quot;
</span><del>-            RenderTableCell {TD} at (54,2) size 101x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,2) size 100x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (156,2) size 151x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (156,2) size 150x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;150&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 201x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,2) size 200x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,50) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,70) size 513x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,70) size 512x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 511x28
-          RenderTableRow {TR} at (0,2) size 511x24
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 510x28
+          RenderTableRow {TR} at (0,2) size 510x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 50x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                 text run at (2,2) width 16: &quot;50&quot;
</span><del>-            RenderTableCell {TD} at (54,2) size 101x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,2) size 100x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (156,2) size 151x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (156,2) size 150x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;150&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 201x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,2) size 200x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilladominsertCols4expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertCols4-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertCols4-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertCols4-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,37 +6,37 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 218x19
</span><span class="cx">           text run at (0,0) width 218: &quot;The 2 tables should look the same&quot;
</span><del>-      RenderTable {TABLE} at (0,20) size 611x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,20) size 610x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 609x28
-          RenderTableRow {TR} at (0,2) size 609x24
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 608x28
+          RenderTableRow {TR} at (0,2) size 608x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 201x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,2) size 200x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (306,2) size 301x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (306,2) size 300x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,50) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,70) size 611x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,70) size 610x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 609x28
-          RenderTableRow {TR} at (0,2) size 609x24
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 608x28
+          RenderTableRow {TR} at (0,2) size 608x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 201x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,2) size 200x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (306,2) size 301x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (306,2) size 300x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilladominsertCols5expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertCols5-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertCols5-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/dom/insertCols5-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,37 +6,37 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 218x19
</span><span class="cx">           text run at (0,0) width 218: &quot;The 2 tables should look the same&quot;
</span><del>-      RenderTable {TABLE} at (0,20) size 611x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,20) size 610x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 609x28
-          RenderTableRow {TR} at (0,2) size 609x24
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 608x28
+          RenderTableRow {TR} at (0,2) size 608x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 201x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,2) size 200x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (306,2) size 301x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (306,2) size 300x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,50) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,70) size 611x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,70) size 610x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 609x28
-          RenderTableRow {TR} at (0,2) size 609x24
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 608x28
+          RenderTableRow {TR} at (0,2) size 608x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 201x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,2) size 200x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (306,2) size 301x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (306,2) size 300x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinbackgr_layersopacityexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_layers-opacity-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_layers-opacity-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_layers-opacity-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -51,8 +51,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x14
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,278) size 619x468 [color=#000000] [bgcolor=#FFFFFF] [border: (1px dotted #000000)]
-        RenderBlock {CAPTION} at (0,0) size 619x23 [color=#FFFFFF]
</del><ins>+      RenderTable {TABLE} at (0,278) size 618x468 [color=#000000] [bgcolor=#FFFFFF] [border: (1px dotted #000000)]
+        RenderBlock {CAPTION} at (0,0) size 618x23 [color=#FFFFFF]
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x23
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -61,10 +61,10 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,24) size 617x114
-        RenderTableSection {TBODY} at (1,138) size 617x206
-      RenderTable {TABLE} at (0,745) size 579x434 [color=#000000] [bgcolor=#FFFFFF] [border: (6px dotted #000000)]
-        RenderBlock {CAPTION} at (0,0) size 579x23 [color=#FFFFFF]
</del><ins>+        RenderTableSection {THEAD} at (1,24) size 616x114
+        RenderTableSection {TBODY} at (1,138) size 616x206
+      RenderTable {TABLE} at (0,745) size 578x434 [color=#000000] [bgcolor=#FFFFFF] [border: (6px dotted #000000)]
+        RenderBlock {CAPTION} at (0,0) size 578x23 [color=#FFFFFF]
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x23
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -73,8 +73,8 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,29) size 578x99
-        RenderTableSection {TBODY} at (0,128) size 578x190
</del><ins>+        RenderTableSection {THEAD} at (0,29) size 577x99
+        RenderTableSection {TBODY} at (0,128) size 577x190
</ins><span class="cx">       RenderBlock {DIV} at (0,1178) size 784x36
</span><span class="cx">         RenderInline {A} at (0,0) size 88x14 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="lines">@@ -83,12 +83,12 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 687x14
</span><span class="cx">           text run at (0,0) width 687: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span><span class="cx"> layer at (9,327) size 616x100
</span><del>-  RenderTableRow {TR} at (0,7) size 617x100 [bgcolor=#FF0000]
-    RenderTableCell {TH} at (144,31) size 221x52 [border: (13px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+  RenderTableRow {TR} at (0,7) size 616x100 [bgcolor=#FF0000]
+    RenderTableCell {TH} at (144,31) size 220x52 [border: (13px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (87,14) size 46x24
</span><span class="cx">         text run at (87,15) width 46: &quot;TH B&quot;
</span><del>-    RenderTableCell {TH} at (371,55) size 119x4 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
-    RenderTableCell {TH} at (496,43) size 114x28 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+    RenderTableCell {TH} at (371,55) size 118x4 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
+    RenderTableCell {TH} at (496,43) size 113x28 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (34,2) size 45x24
</span><span class="cx">         text run at (34,3) width 45: &quot;TH D&quot;
</span><span class="cx"> layer at (16,327) size 130x100
</span><span class="lines">@@ -96,51 +96,51 @@
</span><span class="cx">     RenderText {#text} at (42,2) size 46x24
</span><span class="cx">       text run at (42,3) width 46: &quot;TH A&quot;
</span><span class="cx"> layer at (9,640) size 616x122
</span><del>-  RenderTableSection {TFOOT} at (1,344) size 617x122 [bgcolor=#FFFF00]
</del><ins>+  RenderTableSection {TFOOT} at (1,344) size 616x122 [bgcolor=#FFFF00]
</ins><span class="cx"> layer at (9,640) size 616x115
</span><del>-  RenderTableRow {TR} at (0,0) size 617x115 [bgcolor=#FF0000]
-    RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</del><ins>+  RenderTableRow {TR} at (0,0) size 616x115 [bgcolor=#FF0000]
+    RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">       RenderText {#text} at (2,2) size 47x23
</span><span class="cx">         text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-    RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (2,2) size 46x23
</span><span class="cx">         text run at (2,2) width 46: &quot;TD O&quot;
</span><span class="cx"> layer at (505,640) size 113x115
</span><del>-  RenderTableCell {TD} at (496,44) size 114x27 [bgcolor=#0000FF] [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (496,44) size 113x27 [bgcolor=#0000FF] [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">     RenderText {#text} at (2,2) size 44x23
</span><span class="cx">       text run at (2,2) width 44: &quot;TD P&quot;
</span><span class="cx"> layer at (9,434) size 616x108
</span><del>-  RenderTableRow {TR} at (0,0) size 617x108 [bgcolor=#FF0000]
</del><ins>+  RenderTableRow {TR} at (0,0) size 616x108 [bgcolor=#FF0000]
</ins><span class="cx">     RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #000000)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">       RenderText {#text} at (14,14) size 44x23
</span><span class="cx">         text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-    RenderTableCell {TD} at (144,40) size 221x28 [border: (1px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (144,40) size 220x28 [border: (1px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (2,2) size 43x24
</span><span class="cx">         text run at (2,3) width 43: &quot;TD F&quot;
</span><del>-    RenderTableCell {TD} at (371,40) size 119x28 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (371,40) size 118x28 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (2,2) size 46x24
</span><span class="cx">         text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-    RenderTableCell {TD} at (496,40) size 114x28 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (496,40) size 113x28 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (2,2) size 45x24
</span><span class="cx">         text run at (2,3) width 45: &quot;TD H&quot;
</span><span class="cx"> layer at (9,549) size 616x84
</span><del>-  RenderTableRow {TR} at (0,115) size 617x84 [bgcolor=#FF0000]
-    RenderTableCell {TD} at (144,143) size 221x28 [border: (1px dotted #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+  RenderTableRow {TR} at (0,115) size 616x84 [bgcolor=#FF0000]
+    RenderTableCell {TD} at (144,143) size 220x28 [border: (1px dotted #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (2,2) size 42x24
</span><span class="cx">         text run at (2,3) width 42: &quot;TD J&quot;
</span><del>-    RenderTableCell {TD} at (371,143) size 119x28 [border: (1px dotted #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (371,143) size 118x28 [border: (1px dotted #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (2,2) size 45x24
</span><span class="cx">         text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-    RenderTableCell {TD} at (496,143) size 114x28 [border: (1px dotted #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (496,143) size 113x28 [border: (1px dotted #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (2,2) size 43x24
</span><span class="cx">         text run at (2,3) width 43: &quot;TD L&quot;
</span><span class="cx"> layer at (8,792) size 577x99
</span><del>-  RenderTableRow {TR} at (0,0) size 578x99 [bgcolor=#FF0000]
-    RenderTableCell {TH} at (135,30) size 208x39 [border: (7px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+  RenderTableRow {TR} at (0,0) size 577x99 [bgcolor=#FF0000]
+    RenderTableCell {TH} at (135,30) size 207x39 [border: (7px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (81,8) size 46x24
</span><span class="cx">         text run at (81,9) width 46: &quot;TH B&quot;
</span><del>-    RenderTableCell {TH} at (342,48) size 124x3 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
-    RenderTableCell {TH} at (465,36) size 113x27 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+    RenderTableCell {TH} at (342,48) size 123x3 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
+    RenderTableCell {TH} at (465,36) size 112x27 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (34,2) size 45x24
</span><span class="cx">         text run at (34,3) width 45: &quot;TH D&quot;
</span><span class="cx"> layer at (8,792) size 135x99
</span><span class="lines">@@ -148,41 +148,41 @@
</span><span class="cx">     RenderText {#text} at (42,2) size 46x24
</span><span class="cx">       text run at (42,3) width 46: &quot;TH A&quot;
</span><span class="cx"> layer at (8,1081) size 577x114
</span><del>-  RenderTableSection {TFOOT} at (0,318) size 578x114 [bgcolor=#FFFF00]
</del><ins>+  RenderTableSection {TFOOT} at (0,318) size 577x114 [bgcolor=#FFFF00]
</ins><span class="cx"> layer at (8,1081) size 577x114
</span><del>-  RenderTableRow {TR} at (0,0) size 578x114 [bgcolor=#FF0000]
-    RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</del><ins>+  RenderTableRow {TR} at (0,0) size 577x114 [bgcolor=#FF0000]
+    RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">       RenderText {#text} at (2,8) size 47x23
</span><span class="cx">         text run at (2,8) width 47: &quot;TD M&quot;
</span><del>-    RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (2,2) size 46x23
</span><span class="cx">         text run at (2,2) width 46: &quot;TD O&quot;
</span><span class="cx"> layer at (473,1081) size 112x114
</span><del>-  RenderTableCell {TD} at (465,44) size 113x26 [bgcolor=#0000FF] [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (465,44) size 112x26 [bgcolor=#0000FF] [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">     RenderText {#text} at (2,2) size 44x23
</span><span class="cx">       text run at (2,2) width 44: &quot;TD P&quot;
</span><span class="cx"> layer at (8,891) size 577x107
</span><del>-  RenderTableRow {TR} at (0,0) size 578x107 [bgcolor=#FF0000]
</del><ins>+  RenderTableRow {TR} at (0,0) size 577x107 [bgcolor=#FF0000]
</ins><span class="cx">     RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #000000)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">       RenderText {#text} at (8,8) size 44x23
</span><span class="cx">         text run at (8,8) width 44: &quot;TD E&quot;
</span><del>-    RenderTableCell {TD} at (135,37) size 208x33 [border: (7px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (135,37) size 207x33 [border: (7px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (8,8) size 43x24
</span><span class="cx">         text run at (8,9) width 43: &quot;TD F&quot;
</span><del>-    RenderTableCell {TD} at (342,40) size 124x27 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (342,40) size 123x27 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (2,2) size 46x24
</span><span class="cx">         text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-    RenderTableCell {TD} at (465,40) size 113x27 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (465,40) size 112x27 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (2,2) size 45x24
</span><span class="cx">         text run at (2,3) width 45: &quot;TD H&quot;
</span><span class="cx"> layer at (8,998) size 577x83
</span><del>-  RenderTableRow {TR} at (0,107) size 578x83 [bgcolor=#FF0000]
-    RenderTableCell {TD} at (135,135) size 208x27 [border: (1px dotted #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+  RenderTableRow {TR} at (0,107) size 577x83 [bgcolor=#FF0000]
+    RenderTableCell {TD} at (135,135) size 207x27 [border: (1px dotted #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (8,2) size 42x24
</span><span class="cx">         text run at (8,3) width 42: &quot;TD J&quot;
</span><del>-    RenderTableCell {TD} at (342,135) size 124x27 [border: (1px dotted #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (342,135) size 123x27 [border: (1px dotted #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (2,2) size 45x24
</span><span class="cx">         text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-    RenderTableCell {TD} at (465,135) size 113x27 [border: (1px dotted #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (465,135) size 112x27 [border: (1px dotted #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (2,2) size 43x24
</span><span class="cx">         text run at (2,3) width 43: &quot;TD L&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinbackgr_positiontableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_position-table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_position-table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_position-table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -40,8 +40,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x14
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,236) size 619x468 [color=#FFFFFF] [bgcolor=#000000] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x23
</del><ins>+      RenderTable {TABLE} at (0,236) size 618x468 [color=#FFFFFF] [bgcolor=#000000] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x23
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x23
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -50,57 +50,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,24) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,24) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,43) size 130x28 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (144,31) size 221x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,31) size 220x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x24
</span><span class="cx">                 text run at (87,15) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,43) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,43) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x24
</span><span class="cx">                 text run at (36,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,43) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,43) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TBODY} at (1,138) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,138) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,40) size 221x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,40) size 220x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,40) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,40) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,40) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,40) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,143) size 221x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,143) size 220x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x24
</span><span class="cx">                 text run at (2,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,143) size 119x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,143) size 118x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,143) size 114x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,143) size 113x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,344) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,344) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-      RenderTable {TABLE} at (0,703) size 579x434 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x23
</del><ins>+      RenderTable {TABLE} at (0,703) size 578x434 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x23
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x23
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -109,53 +109,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,29) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,29) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,33) size 135x33 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (135,30) size 208x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,30) size 207x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x24
</span><span class="cx">                 text run at (81,9) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,36) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,36) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,36) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,36) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,318) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,318) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,8) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,128) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,128) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,8) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,37) size 208x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,37) size 207x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x24
</span><span class="cx">                 text run at (8,9) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,40) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,40) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (465,40) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,40) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,107) size 578x83
-            RenderTableCell {TD} at (135,135) size 208x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,135) size 207x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x24
</span><span class="cx">                 text run at (8,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,135) size 124x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,135) size 123x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (465,135) size 113x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,135) size 112x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1136) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinbackgr_simpletablecellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -49,8 +49,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x14
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,291) size 619x468 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x23
</del><ins>+      RenderTable {TABLE} at (0,291) size 618x468 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x23
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x23
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -59,57 +59,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,24) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,24) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,43) size 130x28 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (144,31) size 221x52 [bgcolor=#000000] [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,31) size 220x52 [bgcolor=#000000] [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x24
</span><span class="cx">                 text run at (87,15) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,43) size 119x28 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,43) size 118x28 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x24
</span><span class="cx">                 text run at (36,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,43) size 114x28 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,43) size 113x28 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,344) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,344) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,138) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,138) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [bgcolor=#000000] [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,40) size 221x28 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,40) size 220x28 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,40) size 119x28 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,40) size 118x28 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,40) size 114x28 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,40) size 113x28 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,143) size 221x28 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,143) size 220x28 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x24
</span><span class="cx">                 text run at (2,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,143) size 119x28 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,143) size 118x28 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,143) size 114x28 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,143) size 113x28 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,758) size 579x434 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x23
</del><ins>+      RenderTable {TABLE} at (0,758) size 578x434 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x23
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x23
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -118,53 +118,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,29) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,29) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,33) size 135x33 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (135,30) size 208x39 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,30) size 207x39 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x24
</span><span class="cx">                 text run at (81,9) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,36) size 124x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,36) size 123x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,36) size 113x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,36) size 112x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,318) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,318) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,8) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,128) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,128) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,8) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,37) size 208x33 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,37) size 207x33 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x24
</span><span class="cx">                 text run at (8,9) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,40) size 124x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,40) size 123x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (465,40) size 113x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,40) size 112x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,107) size 578x83
-            RenderTableCell {TD} at (135,135) size 208x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,135) size 207x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x24
</span><span class="cx">                 text run at (8,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,135) size 124x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,135) size 123x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (465,135) size 113x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,135) size 112x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1191) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinbackgr_simpletablecolumnexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-column-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-column-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-column-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -59,8 +59,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x14
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,360) size 619x468 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x23
</del><ins>+      RenderTable {TABLE} at (0,360) size 618x468 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x23
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x23
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -69,57 +69,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#000000]
</span><del>-        RenderTableSection {THEAD} at (1,24) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,24) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,43) size 130x28 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (144,31) size 221x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,31) size 220x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x24
</span><span class="cx">                 text run at (87,15) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,43) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,43) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x24
</span><span class="cx">                 text run at (36,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,43) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,43) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,344) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,344) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,138) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,138) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,40) size 221x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,40) size 220x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,40) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,40) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,40) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,40) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,143) size 221x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,143) size 220x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x24
</span><span class="cx">                 text run at (2,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,143) size 119x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,143) size 118x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,143) size 114x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,143) size 113x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,827) size 579x434 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x23
</del><ins>+      RenderTable {TABLE} at (0,827) size 578x434 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x23
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x23
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -128,53 +128,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#000000]
</span><del>-        RenderTableSection {THEAD} at (0,29) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,29) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,33) size 135x33 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (135,30) size 208x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,30) size 207x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x24
</span><span class="cx">                 text run at (81,9) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,36) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,36) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,36) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,36) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,318) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,318) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,8) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,128) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,128) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,8) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,37) size 208x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,37) size 207x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x24
</span><span class="cx">                 text run at (8,9) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,40) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,40) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (465,40) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,40) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,107) size 578x83
-            RenderTableCell {TD} at (135,135) size 208x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,135) size 207x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x24
</span><span class="cx">                 text run at (8,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,135) size 124x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,135) size 123x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (465,135) size 113x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,135) size 112x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1260) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinbackgr_simpletablecolumngroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -61,8 +61,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x14
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,374) size 619x468 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x23
</del><ins>+      RenderTable {TABLE} at (0,374) size 618x468 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x23
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x23
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="lines">@@ -71,57 +71,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,24) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,24) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,43) size 130x28 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (144,31) size 221x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,31) size 220x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x24
</span><span class="cx">                 text run at (87,15) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,43) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,43) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x24
</span><span class="cx">                 text run at (36,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,43) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,43) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,344) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,344) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,138) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,138) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,40) size 221x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,40) size 220x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,40) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,40) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,40) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,40) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,143) size 221x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,143) size 220x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x24
</span><span class="cx">                 text run at (2,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,143) size 119x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,143) size 118x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,143) size 114x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,143) size 113x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,841) size 579x434 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x23
</del><ins>+      RenderTable {TABLE} at (0,841) size 578x434 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x23
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x23
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="lines">@@ -130,53 +130,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,29) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,29) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,33) size 135x33 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (135,30) size 208x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,30) size 207x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x24
</span><span class="cx">                 text run at (81,9) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,36) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,36) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,36) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,36) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,318) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,318) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,8) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,128) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,128) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,8) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,37) size 208x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,37) size 207x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x24
</span><span class="cx">                 text run at (8,9) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,40) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,40) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (465,40) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,40) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,107) size 578x83
-            RenderTableCell {TD} at (135,135) size 208x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,135) size 207x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x24
</span><span class="cx">                 text run at (8,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,135) size 124x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,135) size 123x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (465,135) size 113x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,135) size 112x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1274) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinbackgr_simpletableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -48,8 +48,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x14
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,291) size 619x468 [color=#FFFFFF] [bgcolor=#000000] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x23
</del><ins>+      RenderTable {TABLE} at (0,291) size 618x468 [color=#FFFFFF] [bgcolor=#000000] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x23
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x23
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -58,57 +58,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,24) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,24) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,43) size 130x28 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (144,31) size 221x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,31) size 220x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x24
</span><span class="cx">                 text run at (87,15) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,43) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,43) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x24
</span><span class="cx">                 text run at (36,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,43) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,43) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,344) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,344) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,138) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,138) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,40) size 221x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,40) size 220x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,40) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,40) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,40) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,40) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,143) size 221x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,143) size 220x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x24
</span><span class="cx">                 text run at (2,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,143) size 119x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,143) size 118x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,143) size 114x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,143) size 113x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,758) size 579x434 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x23
</del><ins>+      RenderTable {TABLE} at (0,758) size 578x434 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x23
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x23
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -117,53 +117,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,29) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,29) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,33) size 135x33 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (135,30) size 208x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,30) size 207x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x24
</span><span class="cx">                 text run at (81,9) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,36) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,36) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,36) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,36) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,318) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,318) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,8) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,128) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,128) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,8) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,37) size 208x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,37) size 207x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x24
</span><span class="cx">                 text run at (8,9) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,40) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,40) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (465,40) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,40) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,107) size 578x83
-            RenderTableCell {TD} at (135,135) size 208x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,135) size 207x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x24
</span><span class="cx">                 text run at (8,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,135) size 124x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,135) size 123x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (465,135) size 113x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,135) size 112x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1191) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinbackgr_simpletablerowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-row-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-row-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-row-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -58,8 +58,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x14
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,346) size 619x468 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x23
</del><ins>+      RenderTable {TABLE} at (0,346) size 618x468 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x23
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x23
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -68,57 +68,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,24) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100 [bgcolor=#000000]
</del><ins>+        RenderTableSection {THEAD} at (1,24) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100 [bgcolor=#000000]
</ins><span class="cx">             RenderTableCell {TH} at (7,43) size 130x28 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (144,31) size 221x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,31) size 220x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x24
</span><span class="cx">                 text run at (87,15) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,43) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,43) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x24
</span><span class="cx">                 text run at (36,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,43) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,43) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,344) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115 [bgcolor=#000000]
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,344) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115 [bgcolor=#000000]
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,138) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108 [bgcolor=#000000]
</del><ins>+        RenderTableSection {TBODY} at (1,138) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108 [bgcolor=#000000]
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,40) size 221x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,40) size 220x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,40) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,40) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,40) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,40) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84 [bgcolor=#000000]
-            RenderTableCell {TD} at (144,143) size 221x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84 [bgcolor=#000000]
+            RenderTableCell {TD} at (144,143) size 220x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x24
</span><span class="cx">                 text run at (2,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,143) size 119x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,143) size 118x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,143) size 114x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,143) size 113x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,813) size 579x434 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x23
</del><ins>+      RenderTable {TABLE} at (0,813) size 578x434 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x23
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x23
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -127,53 +127,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,29) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99 [bgcolor=#000000]
</del><ins>+        RenderTableSection {THEAD} at (0,29) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99 [bgcolor=#000000]
</ins><span class="cx">             RenderTableCell {TH} at (0,33) size 135x33 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (135,30) size 208x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,30) size 207x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x24
</span><span class="cx">                 text run at (81,9) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,36) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,36) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,36) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,36) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,318) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114 [bgcolor=#000000]
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,318) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114 [bgcolor=#000000]
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,8) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,128) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107 [bgcolor=#000000]
</del><ins>+        RenderTableSection {TBODY} at (0,128) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107 [bgcolor=#000000]
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,8) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,37) size 208x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,37) size 207x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x24
</span><span class="cx">                 text run at (8,9) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,40) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,40) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (465,40) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,40) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,107) size 578x83 [bgcolor=#000000]
-            RenderTableCell {TD} at (135,135) size 208x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83 [bgcolor=#000000]
+            RenderTableCell {TD} at (135,135) size 207x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x24
</span><span class="cx">                 text run at (8,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,135) size 124x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,135) size 123x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (465,135) size 113x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,135) size 112x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1246) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinbackgr_simpletablerowgroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -57,8 +57,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x14
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,346) size 619x468 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x23
</del><ins>+      RenderTable {TABLE} at (0,346) size 618x468 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x23
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x23
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -67,57 +67,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,24) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,24) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,43) size 130x28 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (144,31) size 221x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,31) size 220x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x24
</span><span class="cx">                 text run at (87,15) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,43) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,43) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x24
</span><span class="cx">                 text run at (36,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,43) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,43) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,344) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,344) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,138) size 617x206 [bgcolor=#000000]
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,138) size 616x206 [bgcolor=#000000]
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,40) size 221x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,40) size 220x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,40) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,40) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,40) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,40) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,143) size 221x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,143) size 220x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x24
</span><span class="cx">                 text run at (2,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,143) size 119x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,143) size 118x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,143) size 114x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,143) size 113x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,813) size 579x434 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x23
</del><ins>+      RenderTable {TABLE} at (0,813) size 578x434 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x23
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x23
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -126,53 +126,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,29) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,29) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,33) size 135x33 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (135,30) size 208x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,30) size 207x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x24
</span><span class="cx">                 text run at (81,9) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,36) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,36) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,36) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,36) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,318) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,318) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,8) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,128) size 578x190 [bgcolor=#000000]
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,128) size 577x190 [bgcolor=#000000]
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,8) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,37) size 208x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,37) size 207x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x24
</span><span class="cx">                 text run at (8,9) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,40) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,40) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (465,40) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,40) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,107) size 578x83
-            RenderTableCell {TD} at (135,135) size 208x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,135) size 207x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x24
</span><span class="cx">                 text run at (8,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,135) size 124x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,135) size 123x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (465,135) size 113x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,135) size 112x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1246) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvincolgroup_spanexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_span-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_span-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_span-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,9 +15,9 @@
</span><span class="cx">             RenderTableCell {TH} at (2,2) size 162x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (22,2) size 118x19
</span><span class="cx">                 text run at (22,2) width 118: &quot;Airport Location&quot;
</span><del>-            RenderTableCell {TH} at (166,2) size 329x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
-              RenderText {#text} at (83,2) size 163x19
-                text run at (83,2) width 163: &quot;Car Rental information&quot;
</del><ins>+            RenderTableCell {TH} at (165,2) size 330x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
+              RenderText {#text} at (83,2) size 162x19
+                text run at (83,2) width 162: &quot;Car Rental information&quot;
</ins><span class="cx">           RenderTableRow {TR} at (0,28) size 497x24
</span><span class="cx">             RenderTableCell {TH} at (2,28) size 82x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (11,2) size 59x19
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">             RenderTableCell {TH} at (85,28) size 79x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (24,2) size 30x19
</span><span class="cx">                 text run at (24,2) width 30: &quot;City&quot;
</span><del>-            RenderTableCell {TH} at (166,28) size 109x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (165,28) size 110x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 105x19
</span><span class="cx">                 text run at (2,2) width 105: &quot;ABC Company&quot;
</span><span class="cx">             RenderTableCell {TH} at (276,28) size 109x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,54) size 79x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;Paris&quot;
</span><del>-            RenderTableCell {TD} at (166,54) size 109x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,54) size 110x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,54) size 109x24 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,80) size 79x24 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x19
</span><span class="cx">                 text run at (2,2) width 61: &quot;Frankfurt&quot;
</span><del>-            RenderTableCell {TD} at (166,80) size 109x24 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,80) size 110x24 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,80) size 109x24 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,106) size 79x24 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 50x19
</span><span class="cx">                 text run at (2,2) width 50: &quot;London&quot;
</span><del>-            RenderTableCell {TD} at (166,106) size 109x24 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,106) size 110x24 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,106) size 109x24 [border: (1px inset #808080)] [r=4 c=3 rs=1 cs=1]
</span><span class="lines">@@ -89,7 +89,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,132) size 79x24 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 75x19
</span><span class="cx">                 text run at (2,2) width 75: &quot;Amsterdam&quot;
</span><del>-            RenderTableCell {TD} at (166,132) size 109x24 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,132) size 110x24 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,132) size 109x24 [border: (1px inset #808080)] [r=5 c=3 rs=1 cs=1]
</span><span class="lines">@@ -105,7 +105,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,158) size 79x24 [border: (1px inset #808080)] [r=6 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 66x19
</span><span class="cx">                 text run at (2,2) width 66: &quot;New York&quot;
</span><del>-            RenderTableCell {TD} at (166,158) size 109x24 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,158) size 110x24 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,158) size 109x24 [border: (1px inset #808080)] [r=6 c=3 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvincolgroup_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,9 +19,9 @@
</span><span class="cx">             RenderTableCell {TH} at (2,15) size 162x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (22,2) size 118x19
</span><span class="cx">                 text run at (22,2) width 118: &quot;Airport Location&quot;
</span><del>-            RenderTableCell {TH} at (166,15) size 329x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
-              RenderText {#text} at (83,2) size 163x19
-                text run at (83,2) width 163: &quot;Car Rental information&quot;
</del><ins>+            RenderTableCell {TH} at (165,15) size 330x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
+              RenderText {#text} at (83,2) size 162x19
+                text run at (83,2) width 162: &quot;Car Rental information&quot;
</ins><span class="cx">           RenderTableRow {TR} at (0,54) size 497x50
</span><span class="cx">             RenderTableCell {TH} at (2,67) size 82x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (11,2) size 59x19
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">             RenderTableCell {TH} at (85,67) size 79x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (24,2) size 30x19
</span><span class="cx">                 text run at (24,2) width 30: &quot;City&quot;
</span><del>-            RenderTableCell {TH} at (166,67) size 109x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (165,67) size 110x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 105x19
</span><span class="cx">                 text run at (2,2) width 105: &quot;ABC Company&quot;
</span><span class="cx">             RenderTableCell {TH} at (276,67) size 109x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,119) size 79x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;Paris&quot;
</span><del>-            RenderTableCell {TD} at (166,119) size 109x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,119) size 110x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,119) size 109x24 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,171) size 79x24 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x19
</span><span class="cx">                 text run at (2,2) width 61: &quot;Frankfurt&quot;
</span><del>-            RenderTableCell {TD} at (166,171) size 109x24 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,171) size 110x24 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,171) size 109x24 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,223) size 79x24 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 50x19
</span><span class="cx">                 text run at (2,2) width 50: &quot;London&quot;
</span><del>-            RenderTableCell {TD} at (166,223) size 109x24 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,223) size 110x24 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,223) size 109x24 [border: (1px inset #808080)] [r=4 c=3 rs=1 cs=1]
</span><span class="lines">@@ -93,7 +93,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,275) size 79x24 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 75x19
</span><span class="cx">                 text run at (2,2) width 75: &quot;Amsterdam&quot;
</span><del>-            RenderTableCell {TD} at (166,275) size 109x24 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,275) size 110x24 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,275) size 109x24 [border: (1px inset #808080)] [r=5 c=3 rs=1 cs=1]
</span><span class="lines">@@ -109,7 +109,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,327) size 79x24 [border: (1px inset #808080)] [r=6 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 66x19
</span><span class="cx">                 text run at (2,2) width 66: &quot;New York&quot;
</span><del>-            RenderTableCell {TD} at (166,327) size 109x24 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,327) size 110x24 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,327) size 109x24 [border: (1px inset #808080)] [r=6 c=3 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvincolgroup_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,9 +19,9 @@
</span><span class="cx">             RenderTableCell {TH} at (2,15) size 162x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (22,2) size 118x19
</span><span class="cx">                 text run at (22,2) width 118: &quot;Airport Location&quot;
</span><del>-            RenderTableCell {TH} at (166,15) size 329x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
-              RenderText {#text} at (83,2) size 163x19
-                text run at (83,2) width 163: &quot;Car Rental information&quot;
</del><ins>+            RenderTableCell {TH} at (165,15) size 330x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
+              RenderText {#text} at (83,2) size 162x19
+                text run at (83,2) width 162: &quot;Car Rental information&quot;
</ins><span class="cx">           RenderTableRow {TR} at (0,54) size 497x50
</span><span class="cx">             RenderTableCell {TH} at (2,67) size 82x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (11,2) size 59x19
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">             RenderTableCell {TH} at (85,67) size 79x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (24,2) size 30x19
</span><span class="cx">                 text run at (24,2) width 30: &quot;City&quot;
</span><del>-            RenderTableCell {TH} at (166,67) size 109x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (165,67) size 110x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 105x19
</span><span class="cx">                 text run at (2,2) width 105: &quot;ABC Company&quot;
</span><span class="cx">             RenderTableCell {TH} at (276,67) size 109x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,119) size 79x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;Paris&quot;
</span><del>-            RenderTableCell {TD} at (166,119) size 109x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,119) size 110x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,119) size 109x24 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,171) size 79x24 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x19
</span><span class="cx">                 text run at (2,2) width 61: &quot;Frankfurt&quot;
</span><del>-            RenderTableCell {TD} at (166,171) size 109x24 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,171) size 110x24 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,171) size 109x24 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,223) size 79x24 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 50x19
</span><span class="cx">                 text run at (2,2) width 50: &quot;London&quot;
</span><del>-            RenderTableCell {TD} at (166,223) size 109x24 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,223) size 110x24 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,223) size 109x24 [border: (1px inset #808080)] [r=4 c=3 rs=1 cs=1]
</span><span class="lines">@@ -93,7 +93,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,275) size 79x24 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 75x19
</span><span class="cx">                 text run at (2,2) width 75: &quot;Amsterdam&quot;
</span><del>-            RenderTableCell {TD} at (166,275) size 109x24 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,275) size 110x24 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,275) size 109x24 [border: (1px inset #808080)] [r=5 c=3 rs=1 cs=1]
</span><span class="lines">@@ -109,7 +109,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,327) size 79x24 [border: (1px inset #808080)] [r=6 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 66x19
</span><span class="cx">                 text run at (2,2) width 66: &quot;New York&quot;
</span><del>-            RenderTableCell {TD} at (166,327) size 109x24 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,327) size 110x24 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,327) size 109x24 [border: (1px inset #808080)] [r=6 c=3 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvincolgroup_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,9 +19,9 @@
</span><span class="cx">             RenderTableCell {TH} at (2,15) size 162x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (22,2) size 118x19
</span><span class="cx">                 text run at (22,2) width 118: &quot;Airport Location&quot;
</span><del>-            RenderTableCell {TH} at (166,15) size 329x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
-              RenderText {#text} at (83,2) size 163x19
-                text run at (83,2) width 163: &quot;Car Rental information&quot;
</del><ins>+            RenderTableCell {TH} at (165,15) size 330x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
+              RenderText {#text} at (83,2) size 162x19
+                text run at (83,2) width 162: &quot;Car Rental information&quot;
</ins><span class="cx">           RenderTableRow {TR} at (0,54) size 497x50
</span><span class="cx">             RenderTableCell {TH} at (2,67) size 82x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (11,2) size 59x19
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">             RenderTableCell {TH} at (85,67) size 79x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (24,2) size 30x19
</span><span class="cx">                 text run at (24,2) width 30: &quot;City&quot;
</span><del>-            RenderTableCell {TH} at (166,67) size 109x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (165,67) size 110x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 105x19
</span><span class="cx">                 text run at (2,2) width 105: &quot;ABC Company&quot;
</span><span class="cx">             RenderTableCell {TH} at (276,67) size 109x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,119) size 79x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;Paris&quot;
</span><del>-            RenderTableCell {TD} at (166,119) size 109x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,119) size 110x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,119) size 109x24 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,171) size 79x24 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x19
</span><span class="cx">                 text run at (2,2) width 61: &quot;Frankfurt&quot;
</span><del>-            RenderTableCell {TD} at (166,171) size 109x24 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,171) size 110x24 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,171) size 109x24 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,223) size 79x24 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 50x19
</span><span class="cx">                 text run at (2,2) width 50: &quot;London&quot;
</span><del>-            RenderTableCell {TD} at (166,223) size 109x24 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,223) size 110x24 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,223) size 109x24 [border: (1px inset #808080)] [r=4 c=3 rs=1 cs=1]
</span><span class="lines">@@ -93,7 +93,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,275) size 79x24 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 75x19
</span><span class="cx">                 text run at (2,2) width 75: &quot;Amsterdam&quot;
</span><del>-            RenderTableCell {TD} at (166,275) size 109x24 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,275) size 110x24 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,275) size 109x24 [border: (1px inset #808080)] [r=5 c=3 rs=1 cs=1]
</span><span class="lines">@@ -109,7 +109,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,327) size 79x24 [border: (1px inset #808080)] [r=6 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 66x19
</span><span class="cx">                 text run at (2,2) width 66: &quot;New York&quot;
</span><del>-            RenderTableCell {TD} at (166,327) size 109x24 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,327) size 110x24 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,327) size 109x24 [border: (1px inset #808080)] [r=6 c=3 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvincolgroup_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,9 +19,9 @@
</span><span class="cx">             RenderTableCell {TH} at (2,15) size 162x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (22,2) size 118x19
</span><span class="cx">                 text run at (22,2) width 118: &quot;Airport Location&quot;
</span><del>-            RenderTableCell {TH} at (166,15) size 329x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
-              RenderText {#text} at (83,2) size 163x19
-                text run at (83,2) width 163: &quot;Car Rental information&quot;
</del><ins>+            RenderTableCell {TH} at (165,15) size 330x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
+              RenderText {#text} at (83,2) size 162x19
+                text run at (83,2) width 162: &quot;Car Rental information&quot;
</ins><span class="cx">           RenderTableRow {TR} at (0,54) size 497x50
</span><span class="cx">             RenderTableCell {TH} at (2,67) size 82x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (11,2) size 59x19
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">             RenderTableCell {TH} at (85,67) size 79x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (24,2) size 30x19
</span><span class="cx">                 text run at (24,2) width 30: &quot;City&quot;
</span><del>-            RenderTableCell {TH} at (166,67) size 109x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (165,67) size 110x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 105x19
</span><span class="cx">                 text run at (2,2) width 105: &quot;ABC Company&quot;
</span><span class="cx">             RenderTableCell {TH} at (276,67) size 109x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,119) size 79x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;Paris&quot;
</span><del>-            RenderTableCell {TD} at (166,119) size 109x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,119) size 110x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,119) size 109x24 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,171) size 79x24 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x19
</span><span class="cx">                 text run at (2,2) width 61: &quot;Frankfurt&quot;
</span><del>-            RenderTableCell {TD} at (166,171) size 109x24 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,171) size 110x24 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,171) size 109x24 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,223) size 79x24 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 50x19
</span><span class="cx">                 text run at (2,2) width 50: &quot;London&quot;
</span><del>-            RenderTableCell {TD} at (166,223) size 109x24 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,223) size 110x24 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,223) size 109x24 [border: (1px inset #808080)] [r=4 c=3 rs=1 cs=1]
</span><span class="lines">@@ -93,7 +93,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,275) size 79x24 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 75x19
</span><span class="cx">                 text run at (2,2) width 75: &quot;Amsterdam&quot;
</span><del>-            RenderTableCell {TD} at (166,275) size 109x24 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,275) size 110x24 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,275) size 109x24 [border: (1px inset #808080)] [r=5 c=3 rs=1 cs=1]
</span><span class="lines">@@ -109,7 +109,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,327) size 79x24 [border: (1px inset #808080)] [r=6 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 66x19
</span><span class="cx">                 text run at (2,2) width 66: &quot;New York&quot;
</span><del>-            RenderTableCell {TD} at (166,327) size 109x24 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,327) size 110x24 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,327) size 109x24 [border: (1px inset #808080)] [r=6 c=3 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvincolgroup_width_pctexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_width_pct-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_width_pct-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_width_pct-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">             RenderTableCell {TH} at (2,2) size 464x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (173,2) size 118x19
</span><span class="cx">                 text run at (173,2) width 118: &quot;Airport Location&quot;
</span><del>-            RenderTableCell {TH} at (468,2) size 312x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
</del><ins>+            RenderTableCell {TH} at (468,2) size 313x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (74,2) size 164x19
</span><span class="cx">                 text run at (74,2) width 164: &quot;Car Rental Information&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x44
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx">               RenderText {#text} at (34,2) size 68x39
</span><span class="cx">                 text run at (34,2) width 34: &quot;EFG&quot;
</span><span class="cx">                 text run at (17,22) width 68: &quot;Company&quot;
</span><del>-            RenderTableCell {TH} at (677,28) size 103x44 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (677,28) size 104x44 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 67x39
</span><span class="cx">                 text run at (34,2) width 35: &quot;XYZ&quot;
</span><span class="cx">                 text run at (18,22) width 67: &quot;Company&quot;
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx">             RenderTableCell {TD} at (572,74) size 104x24 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (677,74) size 103x24 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (677,74) size 104x24 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,100) size 782x24
</span><span class="lines">@@ -66,7 +66,7 @@
</span><span class="cx">             RenderTableCell {TD} at (572,100) size 104x24 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (677,100) size 103x24 [border: (1px inset #808080)] [r=3 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (677,100) size 104x24 [border: (1px inset #808080)] [r=3 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,126) size 782x24
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx">             RenderTableCell {TD} at (572,126) size 104x24 [border: (1px inset #808080)] [r=4 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (677,126) size 103x24 [border: (1px inset #808080)] [r=4 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (677,126) size 104x24 [border: (1px inset #808080)] [r=4 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,152) size 782x24
</span><span class="lines">@@ -98,7 +98,7 @@
</span><span class="cx">             RenderTableCell {TD} at (572,152) size 104x24 [border: (1px inset #808080)] [r=5 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (677,152) size 103x24 [border: (1px inset #808080)] [r=5 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (677,152) size 104x24 [border: (1px inset #808080)] [r=5 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,178) size 782x24
</span><span class="lines">@@ -114,6 +114,6 @@
</span><span class="cx">             RenderTableCell {TD} at (572,178) size 104x24 [border: (1px inset #808080)] [r=6 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (677,178) size 103x24 [border: (1px inset #808080)] [r=6 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (677,178) size 104x24 [border: (1px inset #808080)] [r=6 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvincolgroup_width_pxexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_width_px-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_width_px-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/colgroup_width_px-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">             RenderTableCell {TH} at (2,2) size 560x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (221,2) size 118x19
</span><span class="cx">                 text run at (221,2) width 118: &quot;Airport Location&quot;
</span><del>-            RenderTableCell {TH} at (563,2) size 217x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
</del><ins>+            RenderTableCell {TH} at (563,2) size 218x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (26,2) size 164x19
</span><span class="cx">                 text run at (26,2) width 164: &quot;Car Rental Information&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x44
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx">               RenderText {#text} at (18,2) size 67x39
</span><span class="cx">                 text run at (18,2) width 34: &quot;EFG&quot;
</span><span class="cx">                 text run at (2,22) width 67: &quot;Company&quot;
</span><del>-            RenderTableCell {TH} at (709,28) size 71x44 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (709,28) size 72x44 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (18,2) size 67x39
</span><span class="cx">                 text run at (18,2) width 35: &quot;XYZ&quot;
</span><span class="cx">                 text run at (2,22) width 67: &quot;Company&quot;
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx">             RenderTableCell {TD} at (636,74) size 72x24 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (709,74) size 71x24 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (709,74) size 72x24 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,100) size 782x24
</span><span class="lines">@@ -66,7 +66,7 @@
</span><span class="cx">             RenderTableCell {TD} at (636,100) size 72x24 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (709,100) size 71x24 [border: (1px inset #808080)] [r=3 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (709,100) size 72x24 [border: (1px inset #808080)] [r=3 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,126) size 782x24
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx">             RenderTableCell {TD} at (636,126) size 72x24 [border: (1px inset #808080)] [r=4 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (709,126) size 71x24 [border: (1px inset #808080)] [r=4 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (709,126) size 72x24 [border: (1px inset #808080)] [r=4 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,152) size 782x24
</span><span class="lines">@@ -98,7 +98,7 @@
</span><span class="cx">             RenderTableCell {TD} at (636,152) size 72x24 [border: (1px inset #808080)] [r=5 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (709,152) size 71x24 [border: (1px inset #808080)] [r=5 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (709,152) size 72x24 [border: (1px inset #808080)] [r=5 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,178) size 782x24
</span><span class="lines">@@ -114,6 +114,6 @@
</span><span class="cx">             RenderTableCell {TD} at (636,178) size 72x24 [border: (1px inset #808080)] [r=6 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (709,178) size 71x24 [border: (1px inset #808080)] [r=6 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (709,178) size 72x24 [border: (1px inset #808080)] [r=6 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintable_overflow_td_dynamic_deactivateexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,42) size 60x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (63,50) size 133x56 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (63,50) size 134x56 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 52x52 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 42x22 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,1) size 8x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintable_row_align_centerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/table_row_align_center-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/table_row_align_center-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/table_row_align_center-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">             RenderTableCell {TD} at (101,2) size 103x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (16,2) size 70x19
</span><span class="cx">                 text run at (16,2) width 70: &quot;Messenger&quot;
</span><del>-            RenderTableCell {TD} at (205,2) size 91x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,2) size 91x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,2) size 56x19
</span><span class="cx">                 text run at (17,2) width 56: &quot;Collabra&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 298x24
</span><span class="lines">@@ -29,6 +29,6 @@
</span><span class="cx">             RenderTableCell {TD} at (101,28) size 103x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (22,2) size 59x19
</span><span class="cx">                 text run at (22,2) width 59: &quot;Calendar&quot;
</span><del>-            RenderTableCell {TD} at (205,28) size 91x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,28) size 91x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,2) size 62x19
</span><span class="cx">                 text run at (14,2) width 62: &quot;Netcaster&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintable_row_align_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/table_row_align_left-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/table_row_align_left-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/table_row_align_left-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">             RenderTableCell {TD} at (101,2) size 103x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 70x19
</span><span class="cx">                 text run at (2,2) width 70: &quot;Messenger&quot;
</span><del>-            RenderTableCell {TD} at (205,2) size 91x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,2) size 91x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x19
</span><span class="cx">                 text run at (2,2) width 56: &quot;Collabra&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 298x24
</span><span class="lines">@@ -29,6 +29,6 @@
</span><span class="cx">             RenderTableCell {TD} at (101,28) size 103x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 58x19
</span><span class="cx">                 text run at (2,2) width 58: &quot;Calendar&quot;
</span><del>-            RenderTableCell {TD} at (205,28) size 91x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,28) size 91x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x19
</span><span class="cx">                 text run at (2,2) width 61: &quot;Netcaster&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintable_row_align_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/table_row_align_right-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/table_row_align_right-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/table_row_align_right-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">             RenderTableCell {TD} at (101,2) size 103x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (31,2) size 70x19
</span><span class="cx">                 text run at (31,2) width 70: &quot;Messenger&quot;
</span><del>-            RenderTableCell {TD} at (205,2) size 91x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,2) size 91x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (32,2) size 57x19
</span><span class="cx">                 text run at (32,2) width 57: &quot;Collabra&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 298x24
</span><span class="lines">@@ -29,6 +29,6 @@
</span><span class="cx">             RenderTableCell {TD} at (101,28) size 103x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 59x19
</span><span class="cx">                 text run at (42,2) width 59: &quot;Calendar&quot;
</span><del>-            RenderTableCell {TD} at (205,28) size 91x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,28) size 91x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (27,2) size 62x19
</span><span class="cx">                 text run at (27,2) width 62: &quot;Netcaster&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_aquaexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 269x19
</span><span class="cx">           text run at (0,0) width 269: &quot;Aqua table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#00FFFF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#00FFFF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_aqua_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 269x19
</span><span class="cx">           text run at (0,0) width 269: &quot;Aqua table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#00FFFF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#00FFFF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_blackexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_black-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_black-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_black-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 272x19
</span><span class="cx">           text run at (0,0) width 272: &quot;Black table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#000000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#000000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_black_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 272x19
</span><span class="cx">           text run at (0,0) width 272: &quot;Black table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#000000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#000000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_blueexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 264x19
</span><span class="cx">           text run at (0,0) width 264: &quot;Blue table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#0000FF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#0000FF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_blue_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 264x19
</span><span class="cx">           text run at (0,0) width 264: &quot;Blue table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#0000FF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#0000FF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_fuchsiaexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 284x19
</span><span class="cx">           text run at (0,0) width 284: &quot;Fuchsia table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#FF00FF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#FF00FF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_fuchsia_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 284x19
</span><span class="cx">           text run at (0,0) width 284: &quot;Fuchsia table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#FF00FF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#FF00FF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_grayexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 266x19
</span><span class="cx">           text run at (0,0) width 266: &quot;Gray table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#808080] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#808080] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_gray_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 266x19
</span><span class="cx">           text run at (0,0) width 266: &quot;Gray table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#808080] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#808080] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_greenexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_green-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_green-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_green-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 273x19
</span><span class="cx">           text run at (0,0) width 273: &quot;Green table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#008000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#008000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_green_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 273x19
</span><span class="cx">           text run at (0,0) width 273: &quot;Green table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#008000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#008000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_limeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 268x19
</span><span class="cx">           text run at (0,0) width 268: &quot;Lime table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#00FF00] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#00FF00] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_lime_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 268x19
</span><span class="cx">           text run at (0,0) width 268: &quot;Lime table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#00FF00] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#00FF00] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_maroonexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 285x19
</span><span class="cx">           text run at (0,0) width 285: &quot;Maroon table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#800000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#800000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_maroon_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 285x19
</span><span class="cx">           text run at (0,0) width 285: &quot;Maroon table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#800000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#800000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_navyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 269x19
</span><span class="cx">           text run at (0,0) width 269: &quot;Navy table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#000080] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#000080] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_navy_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 269x19
</span><span class="cx">           text run at (0,0) width 269: &quot;Navy table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#000080] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#000080] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_oliveexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 270x19
</span><span class="cx">           text run at (0,0) width 270: &quot;Olive table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#808000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#808000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_olive_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 270x19
</span><span class="cx">           text run at (0,0) width 270: &quot;Olive table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#808000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#808000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_purpleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 276x19
</span><span class="cx">           text run at (0,0) width 276: &quot;Purple table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#800080] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#800080] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_purple_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 276x19
</span><span class="cx">           text run at (0,0) width 276: &quot;Purple table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#800080] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#800080] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_redexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_red-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_red-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_red-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 260x19
</span><span class="cx">           text run at (0,0) width 260: &quot;Red table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#FF0000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#FF0000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_red_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 260x19
</span><span class="cx">           text run at (0,0) width 260: &quot;Red table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#FF0000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#FF0000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_silverexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 272x19
</span><span class="cx">           text run at (0,0) width 272: &quot;Silver table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#C0C0C0] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#C0C0C0] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_silver_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 272x19
</span><span class="cx">           text run at (0,0) width 272: &quot;Silver table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#C0C0C0] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#C0C0C0] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_tealexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 262x19
</span><span class="cx">           text run at (0,0) width 262: &quot;Teal table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#008080] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#008080] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_teal_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 262x19
</span><span class="cx">           text run at (0,0) width 262: &quot;Teal table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#008080] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#008080] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_whiteexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_white-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_white-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_white-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 258x19
</span><span class="cx">           text run at (0,0) width 258: &quot;White table with a red body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_white_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 258x19
</span><span class="cx">           text run at (0,0) width 258: &quot;White table with a red body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_yellowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 280x19
</span><span class="cx">           text run at (0,0) width 280: &quot;Yellow table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#FFFF00] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#FFFF00] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_bgcolor_yellow_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 280x19
</span><span class="cx">           text run at (0,0) width 280: &quot;Yellow table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [bgcolor=#FFFF00] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [bgcolor=#FFFF00] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_cellpadding_pctexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,50 +7,50 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 736x39
</span><span class="cx">           text run at (0,0) width 736: &quot;CELLPADDING specifies the amount of space between the border of the cell and its contents. The first table has a&quot;
</span><span class="cx">           text run at (0,20) width 451: &quot;cellpadding value of 20%; the second table does not have cellpadding.&quot;
</span><del>-      RenderTable {TABLE} at (0,56) size 209x132 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 207x130
-          RenderTableRow {TR} at (0,2) size 207x62
-            RenderTableCell {TD} at (2,2) size 67x62 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,56) size 208x132 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 206x130
+          RenderTableRow {TR} at (0,2) size 206x62
+            RenderTableCell {TD} at (2,2) size 66x62 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (21,21) size 24x19
</span><span class="cx">                 text run at (21,21) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (70,2) size 67x62 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,2) size 66x62 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (21,21) size 24x19
</span><span class="cx">                 text run at (21,21) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (138,2) size 67x62 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,2) size 66x62 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (21,21) size 24x19
</span><span class="cx">                 text run at (21,21) width 24: &quot;text&quot;
</span><del>-          RenderTableRow {TR} at (0,66) size 207x62
-            RenderTableCell {TD} at (2,66) size 67x62 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,66) size 206x62
+            RenderTableCell {TD} at (2,66) size 66x62 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (21,21) size 24x19
</span><span class="cx">                 text run at (21,21) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (70,66) size 67x62 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,66) size 66x62 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (21,21) size 24x19
</span><span class="cx">                 text run at (21,21) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (138,66) size 67x62 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,66) size 66x62 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (21,21) size 24x19
</span><span class="cx">                 text run at (21,21) width 24: &quot;text&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,188) size 784x40
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderBR {BR} at (0,20) size 0x19
</span><del>-      RenderTable {TABLE} at (0,228) size 95x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 93x54
-          RenderTableRow {TR} at (0,2) size 93x24
-            RenderTableCell {TD} at (2,2) size 29x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,228) size 94x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 92x54
+          RenderTableRow {TR} at (0,2) size 92x24
+            RenderTableCell {TD} at (2,2) size 28x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (32,2) size 29x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (32,2) size 28x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (62,2) size 29x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (62,2) size 28x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 93x24
-            RenderTableCell {TD} at (2,28) size 29x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 92x24
+            RenderTableCell {TD} at (2,28) size 28x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (32,28) size 29x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (32,28) size 28x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (62,28) size 29x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (62,28) size 28x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_td_widthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_td_width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_td_width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_td_width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,14 +7,14 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 544x19
</span><span class="cx">           text run at (0,0) width 544: &quot;The TD tag uses the WIDTH attribute. The first table's TD width is set to 500 pixels.&quot;
</span><span class="cx">         RenderBR {BR} at (543,15) size 1x0
</span><del>-      RenderTable {TABLE} at (0,20) size 611x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 609x54
-          RenderTableRow {TR} at (0,2) size 609x24
-            RenderTableCell {TD} at (2,2) size 605x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,20) size 610x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 608x54
+          RenderTableRow {TR} at (0,2) size 608x24
+            RenderTableCell {TD} at (2,2) size 604x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 248x19
</span><span class="cx">                 text run at (2,2) width 248: &quot;Netscape Communicator Version 4.0.6&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 609x24
-            RenderTableCell {TD} at (2,28) size 605x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 608x24
+            RenderTableCell {TD} at (2,28) size 604x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                 text run at (2,2) width 63: &quot;Platforms&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,76) size 784x40
</span><span class="lines">@@ -22,14 +22,14 @@
</span><span class="cx">         RenderText {#text} at (0,20) size 314x19
</span><span class="cx">           text run at (0,20) width 314: &quot;This second table's TD width is set to 200 pixels.&quot;
</span><span class="cx">         RenderBR {BR} at (313,35) size 1x0
</span><del>-      RenderTable {TABLE} at (0,116) size 211x76 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 209x74
-          RenderTableRow {TR} at (0,2) size 209x44
-            RenderTableCell {TD} at (2,2) size 205x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,116) size 210x76 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 208x74
+          RenderTableRow {TR} at (0,2) size 208x44
+            RenderTableCell {TD} at (2,2) size 204x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 159x39
</span><span class="cx">                 text run at (2,2) width 159: &quot;Netscape Communicator&quot;
</span><span class="cx">                 text run at (2,22) width 85: &quot;Version 4.0.6&quot;
</span><del>-          RenderTableRow {TR} at (0,48) size 209x24
-            RenderTableCell {TD} at (2,48) size 205x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,48) size 208x24
+            RenderTableCell {TD} at (2,48) size 204x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                 text run at (2,2) width 63: &quot;Platforms&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_th_colspanexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_th_colspan-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_th_colspan-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_th_colspan-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,8 +12,8 @@
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 345x54
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 345x24
</span><span class="cx">             RenderTableCell {TH} at (2,2) size 341x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=6]
</span><del>-              RenderText {#text} at (32,2) size 277x19
-                text run at (32,2) width 277: &quot;Netscape Communicator 4.0.6 Platforms&quot;
</del><ins>+              RenderText {#text} at (31,2) size 278x19
+                text run at (31,2) width 278: &quot;Netscape Communicator 4.0.6 Platforms&quot;
</ins><span class="cx">           RenderTableRow {TR} at (0,28) size 345x24
</span><span class="cx">             RenderTableCell {TD} at (2,28) size 61x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 57x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_th_widthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_th_width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_th_width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_th_width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,14 +7,14 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 544x19
</span><span class="cx">           text run at (0,0) width 544: &quot;The TH tag uses the WIDTH attribute. The first table's TH width is set to 500 pixels.&quot;
</span><span class="cx">         RenderBR {BR} at (543,15) size 1x0
</span><del>-      RenderTable {TABLE} at (0,20) size 611x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 609x54
-          RenderTableRow {TR} at (0,2) size 609x24
-            RenderTableCell {TH} at (2,2) size 605x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,20) size 610x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 608x54
+          RenderTableRow {TR} at (0,2) size 608x24
+            RenderTableCell {TH} at (2,2) size 604x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (171,2) size 262x19
</span><span class="cx">                 text run at (171,2) width 262: &quot;Netscape Communicator Version 4.0.6&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 609x24
-            RenderTableCell {TD} at (2,28) size 605x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 608x24
+            RenderTableCell {TD} at (2,28) size 604x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                 text run at (2,2) width 63: &quot;Platforms&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,76) size 784x40
</span><span class="lines">@@ -22,14 +22,14 @@
</span><span class="cx">         RenderText {#text} at (0,20) size 314x19
</span><span class="cx">           text run at (0,20) width 314: &quot;This second table's TH width is set to 200 pixels.&quot;
</span><span class="cx">         RenderBR {BR} at (313,35) size 1x0
</span><del>-      RenderTable {TABLE} at (0,116) size 211x76 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 209x74
-          RenderTableRow {TR} at (0,2) size 209x44
-            RenderTableCell {TH} at (2,2) size 205x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,116) size 210x76 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 208x74
+          RenderTableRow {TR} at (0,2) size 208x44
+            RenderTableCell {TH} at (2,2) size 204x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,2) size 170x39
</span><span class="cx">                 text run at (17,2) width 170: &quot;Netscape Communicator&quot;
</span><span class="cx">                 text run at (58,22) width 88: &quot;Version 4.0.6&quot;
</span><del>-          RenderTableRow {TR} at (0,48) size 209x24
-            RenderTableCell {TD} at (2,48) size 205x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,48) size 208x24
+            RenderTableCell {TD} at (2,48) size 204x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 63x19
</span><span class="cx">                 text run at (2,2) width 63: &quot;Platforms&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintables_width_pxexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_width_px-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_width_px-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tables_width_px-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">             RenderTableCell {TD} at (135,2) size 140x22 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;Messenger&quot;
</span><del>-            RenderTableCell {TD} at (276,2) size 122x22 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (276,2) size 123x22 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 56x19
</span><span class="cx">                 text run at (1,1) width 56: &quot;Collabra&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 400x22
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx">             RenderTableCell {TD} at (135,26) size 140x22 [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x19
</span><span class="cx">                 text run at (1,1) width 58: &quot;Calendar&quot;
</span><del>-            RenderTableCell {TD} at (276,26) size 122x22 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (276,26) size 123x22 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 61x19
</span><span class="cx">                 text run at (1,1) width 61: &quot;Netcaster&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,90) size 784x40
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx">             RenderTableCell {TD} at (102,2) size 104x22 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;Messenger&quot;
</span><del>-            RenderTableCell {TD} at (207,2) size 91x22 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (207,2) size 92x22 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 56x19
</span><span class="cx">                 text run at (1,1) width 56: &quot;Collabra&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 300x22
</span><span class="lines">@@ -53,6 +53,6 @@
</span><span class="cx">             RenderTableCell {TD} at (102,26) size 104x22 [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x19
</span><span class="cx">                 text run at (1,1) width 58: &quot;Calendar&quot;
</span><del>-            RenderTableCell {TD} at (207,26) size 91x22 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (207,26) size 92x22 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 61x19
</span><span class="cx">                 text run at (1,1) width 61: &quot;Netcaster&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintbody_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tbody_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tbody_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tbody_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x272 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x28
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x24
</span><del>-            RenderTableCell {TD} at (2,2) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x19
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,245) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x24
</span><del>-            RenderTableCell {TD} at (2,0) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,29) size 782x216
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x214
</span><del>-            RenderTableCell {TD} at (2,0) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,170) size 472x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 462x39
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintbody_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tbody_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tbody_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tbody_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x247 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x28
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x24
</span><del>-            RenderTableCell {TD} at (2,2) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x19
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,220) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x24
</span><del>-            RenderTableCell {TD} at (2,0) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,29) size 782x191
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x189
</span><del>-            RenderTableCell {TD} at (2,0) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,145) size 472x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 462x39
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintbody_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tbody_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tbody_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tbody_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x247 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x28
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x24
</span><del>-            RenderTableCell {TD} at (2,2) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x19
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,220) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x24
</span><del>-            RenderTableCell {TD} at (2,0) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,29) size 782x191
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x189
</span><del>-            RenderTableCell {TD} at (2,0) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,72) size 472x45 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 462x40
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintbody_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tbody_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tbody_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tbody_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x247 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x28
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x24
</span><del>-            RenderTableCell {TD} at (2,2) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x19
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,220) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x24
</span><del>-            RenderTableCell {TD} at (2,0) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,29) size 782x191
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x189
</span><del>-            RenderTableCell {TD} at (2,0) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 462x39
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintd_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/td_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/td_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/td_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x195 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 235x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 187x39
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintd_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/td_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/td_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/td_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x195 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,147) size 235x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 187x39
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintd_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/td_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/td_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/td_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x195 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,74) size 235x45 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 187x40
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintd_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/td_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/td_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/td_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x195 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 235x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 187x39
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintfoot_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x272 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x28
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x24
</span><del>-            RenderTableCell {TD} at (2,2) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x19
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,55) size 782x216
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x214
</span><del>-            RenderTableCell {TD} at (2,0) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,170) size 472x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 458x39
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,22) width 93: &quot;to the baseline&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,29) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x24
</span><del>-            RenderTableCell {TD} at (2,0) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x19
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintfoot_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x247 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x28
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x24
</span><del>-            RenderTableCell {TD} at (2,2) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x19
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,55) size 782x191
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x189
</span><del>-            RenderTableCell {TD} at (2,0) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,145) size 472x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 458x39
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,22) width 86: &quot;to the bottom&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,29) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x24
</span><del>-            RenderTableCell {TD} at (2,0) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x19
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintfoot_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x247 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x28
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x24
</span><del>-            RenderTableCell {TD} at (2,2) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x19
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,55) size 782x191
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x189
</span><del>-            RenderTableCell {TD} at (2,0) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,72) size 472x45 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 458x40
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,23) width 85: &quot;to the middle&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,29) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x24
</span><del>-            RenderTableCell {TD} at (2,0) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x19
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintfoot_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x247 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x28
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x24
</span><del>-            RenderTableCell {TD} at (2,2) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x19
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,55) size 782x191
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x189
</span><del>-            RenderTableCell {TD} at (2,0) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 458x39
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,22) width 61: &quot;to the top&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,29) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x24
</span><del>-            RenderTableCell {TD} at (2,0) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x19
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinth_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/th_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/th_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/th_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x195 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TH} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableCell {TH} at (308,2) size 235x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinth_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/th_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/th_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/th_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x195 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TH} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableCell {TH} at (308,147) size 235x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinth_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/th_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/th_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/th_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x195 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TH} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableCell {TH} at (308,74) size 235x45 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinth_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/th_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/th_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/th_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x195 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TH} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableCell {TH} at (308,2) size 235x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinthead_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/thead_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/thead_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/thead_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x272 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x218
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x214
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,172) size 472x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 461x39
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,22) width 93: &quot;to the baseline&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,245) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x24
</span><del>-            RenderTableCell {TD} at (2,0) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,219) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x24
</span><del>-            RenderTableCell {TD} at (2,0) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x19
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinthead_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/thead_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/thead_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/thead_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x247 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,147) size 472x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 461x39
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,22) width 86: &quot;to the bottom&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,220) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x24
</span><del>-            RenderTableCell {TD} at (2,0) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,194) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x24
</span><del>-            RenderTableCell {TD} at (2,0) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x19
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinthead_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/thead_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/thead_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/thead_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x247 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,74) size 472x45 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 461x40
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,23) width 85: &quot;to the middle&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,220) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x24
</span><del>-            RenderTableCell {TD} at (2,0) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,194) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x24
</span><del>-            RenderTableCell {TD} at (2,0) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x19
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinthead_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/thead_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/thead_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/thead_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x247 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 461x39
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,22) width 61: &quot;to the top&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,220) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x24
</span><del>-            RenderTableCell {TD} at (2,0) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,194) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x24
</span><del>-            RenderTableCell {TD} at (2,0) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x19
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_aqua_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 281x19
</span><span class="cx">           text run at (0,0) width 281: &quot;Table with one aqua row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#00FFFF]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#00FFFF]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_blackexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_black-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_black-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_black-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 286x19
</span><span class="cx">           text run at (0,0) width 286: &quot;Table with one black row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#000000]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#000000]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_black_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 286x19
</span><span class="cx">           text run at (0,0) width 286: &quot;Table with one black row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#000000]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#000000]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_blueexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 278x19
</span><span class="cx">           text run at (0,0) width 278: &quot;Table with one blue row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#0000FF]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#0000FF]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_blue_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 278x19
</span><span class="cx">           text run at (0,0) width 278: &quot;Table with one blue row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#0000FF]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#0000FF]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_fuchsiaexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 297x19
</span><span class="cx">           text run at (0,0) width 297: &quot;Table with one fuchsia row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#FF00FF]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#FF00FF]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_fuchsia_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 297x19
</span><span class="cx">           text run at (0,0) width 297: &quot;Table with one fuchsia row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#FF00FF]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#FF00FF]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_grayexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 279x19
</span><span class="cx">           text run at (0,0) width 279: &quot;Table with one gray row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#808080]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#808080]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_gray_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 279x19
</span><span class="cx">           text run at (0,0) width 279: &quot;Table with one gray row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#808080]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#808080]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_greenexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_green-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_green-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_green-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 286x19
</span><span class="cx">           text run at (0,0) width 286: &quot;Table with one green row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#008000]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#008000]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_green_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 286x19
</span><span class="cx">           text run at (0,0) width 286: &quot;Table with one green row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#008000]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#008000]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_limeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 279x19
</span><span class="cx">           text run at (0,0) width 279: &quot;Table with one lime row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#00FF00]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#00FF00]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_lime_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 279x19
</span><span class="cx">           text run at (0,0) width 279: &quot;Table with one lime row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#00FF00]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#00FF00]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_maroonexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 300x19
</span><span class="cx">           text run at (0,0) width 300: &quot;Table with one maroon row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#800000]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#800000]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_maroon_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 300x19
</span><span class="cx">           text run at (0,0) width 300: &quot;Table with one maroon row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#800000]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#800000]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_navyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 282x19
</span><span class="cx">           text run at (0,0) width 282: &quot;Table with one navy row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#000080]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#000080]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_navy_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 282x19
</span><span class="cx">           text run at (0,0) width 282: &quot;Table with one navy row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#000080]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#000080]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_oliveexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 283x19
</span><span class="cx">           text run at (0,0) width 283: &quot;Table with one olive row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#808000]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#808000]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_olive_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 283x19
</span><span class="cx">           text run at (0,0) width 283: &quot;Table with one olive row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#808000]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#808000]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_purpleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 292x19
</span><span class="cx">           text run at (0,0) width 292: &quot;Table with one purple row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#800080]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#800080]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_purple_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 292x19
</span><span class="cx">           text run at (0,0) width 292: &quot;Table with one purple row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#800080]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#800080]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_redexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_red-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_red-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_red-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 271x19
</span><span class="cx">           text run at (0,0) width 271: &quot;Table with one red row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#FF0000]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#FF0000]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_red_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 271x19
</span><span class="cx">           text run at (0,0) width 271: &quot;Table with one red row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#FF0000]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#FF0000]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_silverexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 286x19
</span><span class="cx">           text run at (0,0) width 286: &quot;Table with one silver row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#C0C0C0]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#C0C0C0]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_silver_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 286x19
</span><span class="cx">           text run at (0,0) width 286: &quot;Table with one silver row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#C0C0C0]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#C0C0C0]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_tealexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 274x19
</span><span class="cx">           text run at (0,0) width 274: &quot;Table with one teal row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#008080]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#008080]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_teal_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 274x19
</span><span class="cx">           text run at (0,0) width 274: &quot;Table with one teal row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#008080]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#008080]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_whiteexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_white-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_white-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_white-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 443x19
</span><span class="cx">           text run at (0,0) width 443: &quot;Table with one white row and one red row. This tests the color white.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#FFFFFF]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#FFFFFF]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_white_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 443x19
</span><span class="cx">           text run at (0,0) width 443: &quot;Table with one white row and one red row. This tests the color white.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#FFFFFF]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#FFFFFF]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_yellowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 294x19
</span><span class="cx">           text run at (0,0) width 294: &quot;Table with one yellow row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#FFFF00]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#FFFF00]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_bgcolor_yellow_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 294x19
</span><span class="cx">           text run at (0,0) width 294: &quot;Table with one yellow row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 119x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x54
-          RenderTableRow {TR} at (0,2) size 117x24 [bgcolor=#FFFF00]
-            RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 118x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x54
+          RenderTableRow {TR} at (0,2) size 116x24 [bgcolor=#FFFF00]
+            RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 117x24
-            RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 116x24
+            RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,28) size 37x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,28) size 36x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x220 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x218
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x214
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,172) size 235x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 187x39
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x195 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,147) size 235x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 187x39
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x195 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,74) size 235x45 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 187x40
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvintr_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/tr_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 784x195 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 235x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 187x39
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_col_align_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_align_char-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_align_char-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_align_char-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,13 +15,13 @@
</span><span class="cx">             RenderTableCell {td} at (2,2) size 183x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 36x19
</span><span class="cx">                 text run at (2,2) width 36: &quot;55.00&quot;
</span><del>-            RenderTableCell {td} at (186,2) size 210x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (186,2) size 211x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x19
</span><span class="cx">                 text run at (2,2) width 60: &quot;55555.00&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,28) size 398x24
</span><span class="cx">             RenderTableCell {td} at (2,28) size 183x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;1234.56&quot;
</span><del>-            RenderTableCell {td} at (186,28) size 210x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (186,28) size 211x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x19
</span><span class="cx">                 text run at (2,2) width 44: &quot;123.45&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_col_spanexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_span-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_span-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_span-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,16 +3,16 @@
</span><span class="cx"> layer at (0,0) size 800x66
</span><span class="cx">   RenderBlock {html} at (0,0) size 800x66
</span><span class="cx">     RenderBody {body} at (8,8) size 784x50
</span><del>-      RenderTable {table} at (0,0) size 409x50 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,0) size 408x50 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><del>-        RenderTableSection (anonymous) at (1,1) size 407x48
-          RenderTableRow {tr} at (0,2) size 407x44
-            RenderTableCell {td} at (2,2) size 201x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection (anonymous) at (1,1) size 406x48
+          RenderTableRow {tr} at (0,2) size 406x44
+            RenderTableCell {td} at (2,2) size 200x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 191x39
</span><span class="cx">                 text run at (2,2) width 191: &quot;This column should be 200px&quot;
</span><span class="cx">                 text run at (2,22) width 32: &quot;wide&quot;
</span><del>-            RenderTableCell {td} at (204,2) size 201x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (204,2) size 200x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 191x39
</span><span class="cx">                 text run at (2,2) width 191: &quot;This column should be 200px&quot;
</span><span class="cx">                 text run at (2,22) width 32: &quot;wide&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_col_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -21,7 +21,7 @@
</span><span class="cx">                 text run at (2,63) width 119: &quot;the next cell: they &quot;
</span><span class="cx">                 text run at (120,63) width 62: &quot;should be&quot;
</span><span class="cx">                 text run at (2,83) width 112: &quot;vertically aligned&quot;
</span><del>-            RenderTableCell {td} at (221,2) size 559x239 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,2) size 560x239 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,3) size 533x233
</span><span class="cx">                 text run at (2,3) width 524: &quot;Compare the baseline of the first&quot;
</span><span class="cx">                 text run at (2,50) width 70: &quot;line &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_col_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 782x213
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x209
</span><del>-            RenderTableCell {td} at (2,2) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,74) size 572x65 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 559x60
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_col_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 718x213
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 718x209
</span><del>-            RenderTableCell {td} at (2,2) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,94) size 508x25 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 504x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_col_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 666x213
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 666x209
</span><del>-            RenderTableCell {td} at (2,2) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,94) size 456x25 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 452x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_col_width_pxexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_width_px-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_width_px-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_width_px-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,16 +6,16 @@
</span><span class="cx">       RenderBlock {p} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 114x19
</span><span class="cx">           text run at (0,0) width 114: &quot;COL WIDTH=px&quot;
</span><del>-      RenderTable {table} at (0,36) size 609x50 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,36) size 608x50 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><del>-        RenderTableSection (anonymous) at (1,1) size 607x48
-          RenderTableRow {tr} at (0,2) size 607x44
</del><ins>+        RenderTableSection (anonymous) at (1,1) size 606x48
+          RenderTableRow {tr} at (0,2) size 606x44
</ins><span class="cx">             RenderTableCell {td} at (2,2) size 200x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 173x39
</span><span class="cx">                 text run at (2,2) width 173: &quot;This column should have a&quot;
</span><span class="cx">                 text run at (2,22) width 124: &quot;width of 200 pixels&quot;
</span><del>-            RenderTableCell {td} at (204,12) size 401x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (204,12) size 400x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 301x19
</span><span class="cx">                 text run at (2,2) width 301: &quot;This column should have a width of 400 pixels&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_col_width_relexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_width_rel-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_width_rel-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_col_width_rel-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">                 text run at (2,22) width 128: &quot;This column should&quot;
</span><span class="cx">                 text run at (2,42) width 110: &quot;be 1/2 as wide as&quot;
</span><span class="cx">                 text run at (2,62) width 125: &quot;Column 2 or 100px&quot;
</span><del>-            RenderTableCell {td} at (148,2) size 148x84 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (148,2) size 149x84 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 139x79
</span><span class="cx">                 text run at (2,2) width 139: &quot;Table width is 300px.&quot;
</span><span class="cx">                 text run at (2,22) width 128: &quot;This column should&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_colgroup_align_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_align_char-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_align_char-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_align_char-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,13 +15,13 @@
</span><span class="cx">             RenderTableCell {td} at (2,2) size 277x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 36x19
</span><span class="cx">                 text run at (2,2) width 36: &quot;55.00&quot;
</span><del>-            RenderTableCell {td} at (280,2) size 316x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (280,2) size 317x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x19
</span><span class="cx">                 text run at (2,2) width 60: &quot;55555.00&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,28) size 598x24
</span><span class="cx">             RenderTableCell {td} at (2,28) size 277x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;1234.56&quot;
</span><del>-            RenderTableCell {td} at (280,28) size 316x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (280,28) size 317x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x19
</span><span class="cx">                 text run at (2,2) width 44: &quot;123.45&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_colgroup_spanexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_span-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_span-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_span-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,15 +3,15 @@
</span><span class="cx"> layer at (0,0) size 800x66
</span><span class="cx">   RenderBlock {html} at (0,0) size 800x66
</span><span class="cx">     RenderBody {body} at (8,8) size 784x50
</span><del>-      RenderTable {table} at (0,0) size 409x50 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,0) size 408x50 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><del>-        RenderTableSection (anonymous) at (1,1) size 407x48
-          RenderTableRow {tr} at (0,2) size 407x44
-            RenderTableCell {td} at (2,2) size 201x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection (anonymous) at (1,1) size 406x48
+          RenderTableRow {tr} at (0,2) size 406x44
+            RenderTableCell {td} at (2,2) size 200x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 191x39
</span><span class="cx">                 text run at (2,2) width 191: &quot;This column should be 200px&quot;
</span><span class="cx">                 text run at (2,22) width 32: &quot;wide&quot;
</span><del>-            RenderTableCell {td} at (204,2) size 201x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (204,2) size 200x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 191x39
</span><span class="cx">                 text run at (2,2) width 191: &quot;This column should be 200px&quot;
</span><span class="cx">                 text run at (2,22) width 32: &quot;wide&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_colgroup_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -21,7 +21,7 @@
</span><span class="cx">                 text run at (2,63) width 119: &quot;the next cell: they &quot;
</span><span class="cx">                 text run at (120,63) width 62: &quot;should be&quot;
</span><span class="cx">                 text run at (2,83) width 112: &quot;vertically aligned&quot;
</span><del>-            RenderTableCell {td} at (221,2) size 559x239 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,2) size 560x239 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,3) size 533x233
</span><span class="cx">                 text run at (2,3) width 524: &quot;Compare the baseline of the first&quot;
</span><span class="cx">                 text run at (2,50) width 70: &quot;line &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_colgroup_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 782x213
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x209
</span><del>-            RenderTableCell {td} at (2,2) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,74) size 572x65 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 559x60
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_colgroup_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 687x213
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 687x209
</span><del>-            RenderTableCell {td} at (2,2) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,94) size 477x25 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 473x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_colgroup_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 666x213
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 666x209
</span><del>-            RenderTableCell {td} at (2,2) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,94) size 456x25 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 452x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_colgroup_width_relexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,22) width 128: &quot;This column should&quot;
</span><span class="cx">                 text run at (2,42) width 110: &quot;be 1/2 as wide as&quot;
</span><span class="cx">                 text run at (2,62) width 125: &quot;Column 2 or 100px&quot;
</span><del>-            RenderTableCell {td} at (148,2) size 148x84 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (148,2) size 149x84 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 139x79
</span><span class="cx">                 text run at (2,2) width 139: &quot;Table width is 300px.&quot;
</span><span class="cx">                 text run at (2,22) width 128: &quot;This column should&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tbody_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">             RenderTableCell {td} at (2,2) size 218x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 55x19
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><del>-            RenderTableCell {td} at (221,2) size 559x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,2) size 560x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x19
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {tfoot} at (1,270) size 782x26
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx">             RenderTableCell {td} at (2,0) size 218x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (221,0) size 559x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,0) size 560x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,29) size 782x241
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx">                 text run at (2,62) width 119: &quot;the next cell: they &quot;
</span><span class="cx">                 text run at (120,62) width 62: &quot;should be&quot;
</span><span class="cx">                 text run at (2,82) width 112: &quot;vertically aligned&quot;
</span><del>-            RenderTableCell {td} at (221,0) size 559x239 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,0) size 560x239 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,3) size 533x233
</span><span class="cx">                 text run at (2,3) width 524: &quot;Compare the baseline of the first&quot;
</span><span class="cx">                 text run at (2,50) width 70: &quot;line &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tbody_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,36) size 784x267 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {thead} at (1,1) size 782x28
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x24
</span><del>-            RenderTableCell {td} at (2,2) size 205x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x19
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {td} at (208,2) size 572x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {tfoot} at (1,240) size 782x26
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 782x24
</span><del>-            RenderTableCell {td} at (2,0) size 205x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 572x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,29) size 782x211
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 782x209
</span><del>-            RenderTableCell {td} at (2,0) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,145) size 572x64 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 559x59
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tbody_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,36) size 627x267 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {thead} at (1,1) size 625x28
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 625x24
</span><del>-            RenderTableCell {td} at (2,2) size 205x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x19
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {td} at (208,2) size 415x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {tfoot} at (1,240) size 625x26
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 625x24
</span><del>-            RenderTableCell {td} at (2,0) size 205x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 415x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,29) size 625x211
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 625x209
</span><del>-            RenderTableCell {td} at (2,0) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,92) size 415x25 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 411x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tbody_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,36) size 668x267 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {thead} at (1,1) size 666x28
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 666x24
</span><del>-            RenderTableCell {td} at (2,2) size 205x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x19
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {td} at (208,2) size 456x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {tfoot} at (1,240) size 666x26
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 666x24
</span><del>-            RenderTableCell {td} at (2,0) size 205x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 456x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,29) size 666x211
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 666x209
</span><del>-            RenderTableCell {td} at (2,0) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,0) size 456x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 452x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_td_align_centerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_align_center-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_align_center-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_align_center-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -27,14 +27,14 @@
</span><span class="cx">         RenderText {#text} at (0,20) size 433x19
</span><span class="cx">           text run at (0,20) width 408: &quot;No specific table width; text in second row exceeds text in first &quot;
</span><span class="cx">           text run at (407,20) width 26: &quot;row&quot;
</span><del>-      RenderTable {table} at (0,194) size 567x56 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 565x54
-          RenderTableRow {tr} at (0,2) size 565x24
-            RenderTableCell {td} at (2,2) size 561x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,194) size 566x56 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 564x54
+          RenderTableRow {tr} at (0,2) size 564x24
+            RenderTableCell {td} at (2,2) size 560x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (172,2) size 216x19
</span><span class="cx">                 text run at (172,2) width 216: &quot;Cell text should be center aligned&quot;
</span><del>-          RenderTableRow {tr} at (0,28) size 565x24
-            RenderTableCell {td} at (2,28) size 561x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,28) size 564x24
+            RenderTableCell {td} at (2,28) size 560x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 556x19
</span><span class="cx">                 text run at (2,2) width 448: &quot;xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx &quot;
</span><span class="cx">                 text run at (450,2) width 108: &quot;xxx xxx xxx xxx&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_td_align_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_align_char-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_align_char-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_align_char-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {p} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 305x19
</span><span class="cx">           text run at (0,0) width 305: &quot;TEST: Numbers should align by decimal points&quot;
</span><del>-      RenderTable {table} at (0,36) size 195x56 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 193x54
-          RenderTableRow {tr} at (0,2) size 193x24
-            RenderTableCell {td} at (2,2) size 57x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,36) size 194x56 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 192x54
+          RenderTableRow {tr} at (0,2) size 192x24
+            RenderTableCell {td} at (2,2) size 56x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x19
</span><span class="cx">                 text run at (2,2) width 36: &quot;55.00&quot;
</span><del>-            RenderTableCell {td} at (60,2) size 65x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (60,2) size 64x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x19
</span><span class="cx">                 text run at (2,2) width 60: &quot;55555.00&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 65x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,2) size 64x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x19
</span><span class="cx">                 text run at (2,2) width 44: &quot;555.00&quot;
</span><del>-          RenderTableRow {tr} at (0,28) size 193x24
-            RenderTableCell {td} at (2,28) size 57x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,28) size 192x24
+            RenderTableCell {td} at (2,28) size 56x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;1234.56&quot;
</span><del>-            RenderTableCell {td} at (60,28) size 65x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (60,28) size 64x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x19
</span><span class="cx">                 text run at (2,2) width 44: &quot;123.45&quot;
</span><del>-            RenderTableCell {td} at (126,28) size 65x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,28) size 64x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x19
</span><span class="cx">                 text run at (2,2) width 60: &quot;12345.67&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_td_align_justifyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_align_justify-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_align_justify-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_align_justify-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,6 +15,6 @@
</span><span class="cx">                 text run at (2,42) width 294: &quot;content becomes (except the last line which &quot;
</span><span class="cx">                 text run at (295,42) width 92: &quot;should be left&quot;
</span><span class="cx">                 text run at (2,62) width 53: &quot;aligned)&quot;
</span><del>-            RenderTableCell {td} at (392,32) size 388x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (392,32) size 389x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 232x19
</span><span class="cx">                 text run at (2,2) width 232: &quot;This cell text should be left justified&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_td_align_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_align_left-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_align_left-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_align_left-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -27,14 +27,14 @@
</span><span class="cx">         RenderText {#text} at (0,20) size 433x19
</span><span class="cx">           text run at (0,20) width 408: &quot;No specific table width; text in second row exceeds text in first &quot;
</span><span class="cx">           text run at (407,20) width 26: &quot;row&quot;
</span><del>-      RenderTable {table} at (0,194) size 567x56 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 565x54
-          RenderTableRow {tr} at (0,2) size 565x24
-            RenderTableCell {td} at (2,2) size 561x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,194) size 566x56 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 564x54
+          RenderTableRow {tr} at (0,2) size 564x24
+            RenderTableCell {td} at (2,2) size 560x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 197x19
</span><span class="cx">                 text run at (2,2) width 197: &quot;Cell text should be left aligned&quot;
</span><del>-          RenderTableRow {tr} at (0,28) size 565x24
-            RenderTableCell {td} at (2,28) size 561x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,28) size 564x24
+            RenderTableCell {td} at (2,28) size 560x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 556x19
</span><span class="cx">                 text run at (2,2) width 448: &quot;xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx &quot;
</span><span class="cx">                 text run at (450,2) width 108: &quot;xxx xxx xxx xxx&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_td_align_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_align_right-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_align_right-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_align_right-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -27,14 +27,14 @@
</span><span class="cx">         RenderText {#text} at (0,20) size 433x19
</span><span class="cx">           text run at (0,20) width 408: &quot;No specific table width; text in second row exceeds text in first &quot;
</span><span class="cx">           text run at (407,20) width 26: &quot;row&quot;
</span><del>-      RenderTable {table} at (0,194) size 567x56 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 565x54
-          RenderTableRow {tr} at (0,2) size 565x24
-            RenderTableCell {td} at (2,2) size 561x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (352,2) size 207x19
-                text run at (352,2) width 207: &quot;Cell text should be right aligned&quot;
-          RenderTableRow {tr} at (0,28) size 565x24
-            RenderTableCell {td} at (2,28) size 561x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,194) size 566x56 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 564x54
+          RenderTableRow {tr} at (0,2) size 564x24
+            RenderTableCell {td} at (2,2) size 560x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (352,2) size 206x19
+                text run at (352,2) width 206: &quot;Cell text should be right aligned&quot;
+          RenderTableRow {tr} at (0,28) size 564x24
+            RenderTableCell {td} at (2,28) size 560x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 556x19
</span><span class="cx">                 text run at (2,2) width 448: &quot;xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx &quot;
</span><span class="cx">                 text run at (450,2) width 108: &quot;xxx xxx xxx xxx&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_td_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,42) width 213: &quot;baseline of the first line of text in&quot;
</span><span class="cx">                 text run at (2,62) width 180: &quot;the next cell: they should be&quot;
</span><span class="cx">                 text run at (2,82) width 112: &quot;vertically aligned&quot;
</span><del>-            RenderTableCell {td} at (221,2) size 559x239 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,2) size 560x239 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,3) size 533x233
</span><span class="cx">                 text run at (2,3) width 357: &quot;Compare the baseline &quot;
</span><span class="cx">                 text run at (358,3) width 168: &quot;of the first&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_td_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,36) size 784x215 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 782x213
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x209
</span><del>-            RenderTableCell {td} at (2,2) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,147) size 572x64 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 559x59
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_td_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,36) size 627x215 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 625x213
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 625x209
</span><del>-            RenderTableCell {td} at (2,2) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,94) size 415x25 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 411x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_td_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,36) size 668x215 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 666x213
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 666x209
</span><del>-            RenderTableCell {td} at (2,2) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,2) size 456x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 452x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_td_widthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_td_width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,44 +3,44 @@
</span><span class="cx"> layer at (0,0) size 800x306
</span><span class="cx">   RenderBlock {html} at (0,0) size 800x306
</span><span class="cx">     RenderBody {body} at (8,8) size 784x290
</span><del>-      RenderTable {table} at (0,0) size 111x70 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 109x68
-          RenderTableRow {tr} at (0,2) size 109x64
-            RenderTableCell {td} at (2,2) size 105x64 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,0) size 110x70 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 108x68
+          RenderTableRow {tr} at (0,2) size 108x64
+            RenderTableCell {td} at (2,2) size 104x64 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 97x59
</span><span class="cx">                 text run at (2,2) width 83: &quot;The width of&quot;
</span><span class="cx">                 text run at (2,22) width 97: &quot;this cell should&quot;
</span><span class="cx">                 text run at (2,42) width 86: &quot;be 100 pixels&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,70) size 784x20
</span><span class="cx">         RenderBR {br} at (0,0) size 0x19
</span><del>-      RenderTable {table} at (0,90) size 211x50 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 209x48
-          RenderTableRow {tr} at (0,2) size 209x44
-            RenderTableCell {td} at (2,2) size 205x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,90) size 210x50 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 208x48
+          RenderTableRow {tr} at (0,2) size 208x44
+            RenderTableCell {td} at (2,2) size 204x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 184x39
</span><span class="cx">                 text run at (2,2) width 184: &quot;The width of this cell should&quot;
</span><span class="cx">                 text run at (2,22) width 86: &quot;be 200 pixels&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,140) size 784x20
</span><span class="cx">         RenderBR {br} at (0,0) size 0x19
</span><del>-      RenderTable {table} at (0,160) size 311x30 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 309x28
-          RenderTableRow {tr} at (0,2) size 309x24
-            RenderTableCell {td} at (2,2) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,160) size 310x30 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 308x28
+          RenderTableRow {tr} at (0,2) size 308x24
+            RenderTableCell {td} at (2,2) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 273x19
</span><span class="cx">                 text run at (2,2) width 273: &quot;The width of this cell should be 300 pixels&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,190) size 784x20
</span><span class="cx">         RenderBR {br} at (0,0) size 0x19
</span><del>-      RenderTable {table} at (0,210) size 411x30 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 409x28
-          RenderTableRow {tr} at (0,2) size 409x24
-            RenderTableCell {td} at (2,2) size 405x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,210) size 410x30 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 408x28
+          RenderTableRow {tr} at (0,2) size 408x24
+            RenderTableCell {td} at (2,2) size 404x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 273x19
</span><span class="cx">                 text run at (2,2) width 273: &quot;The width of this cell should be 400 pixels&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,240) size 784x20
</span><span class="cx">         RenderBR {br} at (0,0) size 0x19
</span><del>-      RenderTable {table} at (0,260) size 511x30 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 509x28
-          RenderTableRow {tr} at (0,2) size 509x24
-            RenderTableCell {td} at (2,2) size 505x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,260) size 510x30 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 508x28
+          RenderTableRow {tr} at (0,2) size 508x24
+            RenderTableCell {td} at (2,2) size 504x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 273x19
</span><span class="cx">                 text run at (2,2) width 273: &quot;The width of this cell should be 500 pixels&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tfoot_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">             RenderTableCell {td} at (2,2) size 218x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 55x19
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><del>-            RenderTableCell {td} at (221,2) size 559x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,2) size 560x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x19
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {tfoot} at (1,55) size 782x241
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">                 text run at (2,62) width 119: &quot;the next cell: they &quot;
</span><span class="cx">                 text run at (120,62) width 62: &quot;should be&quot;
</span><span class="cx">                 text run at (2,82) width 112: &quot;vertically aligned&quot;
</span><del>-            RenderTableCell {td} at (221,0) size 559x239 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,0) size 560x239 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,3) size 533x233
</span><span class="cx">                 text run at (2,3) width 524: &quot;Compare the baseline of the first&quot;
</span><span class="cx">                 text run at (2,50) width 70: &quot;line &quot;
</span><span class="lines">@@ -39,6 +39,6 @@
</span><span class="cx">             RenderTableCell {td} at (2,0) size 218x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x19
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (221,0) size 559x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,0) size 560x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x19
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tfoot_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,36) size 784x267 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {thead} at (1,1) size 782x28
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x24
</span><del>-            RenderTableCell {td} at (2,2) size 205x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x19
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {td} at (208,2) size 572x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {tfoot} at (1,55) size 782x211
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 782x209
</span><del>-            RenderTableCell {td} at (2,0) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,145) size 572x64 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 559x59
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">                 text run at (253,42) width 141: &quot;x-fill x-fill x-fill x-fill&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,29) size 782x26
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 782x24
</span><del>-            RenderTableCell {td} at (2,0) size 205x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x19
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 572x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tfoot_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,36) size 627x267 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {thead} at (1,1) size 625x28
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 625x24
</span><del>-            RenderTableCell {td} at (2,2) size 205x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x19
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {td} at (208,2) size 415x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {tfoot} at (1,55) size 625x211
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 625x209
</span><del>-            RenderTableCell {td} at (2,0) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,92) size 415x25 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 411x20
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (373,3) width 40: &quot;image&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,29) size 625x26
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 625x24
</span><del>-            RenderTableCell {td} at (2,0) size 205x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x19
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 415x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tfoot_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,36) size 668x267 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {thead} at (1,1) size 666x28
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 666x24
</span><del>-            RenderTableCell {td} at (2,2) size 205x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x19
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {td} at (208,2) size 456x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {tfoot} at (1,55) size 666x211
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 666x209
</span><del>-            RenderTableCell {td} at (2,0) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,0) size 456x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 452x19
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (390,2) width 64: &quot;the image&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,29) size 666x26
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 666x24
</span><del>-            RenderTableCell {td} at (2,0) size 205x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x19
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 456x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_th_align_centerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_align_center-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_align_center-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_align_center-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -27,14 +27,14 @@
</span><span class="cx">         RenderText {#text} at (0,20) size 433x19
</span><span class="cx">           text run at (0,20) width 408: &quot;No specific table width; text in second row exceeds text in first &quot;
</span><span class="cx">           text run at (407,20) width 26: &quot;row&quot;
</span><del>-      RenderTable {table} at (0,194) size 567x56 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 565x54
-          RenderTableRow {tr} at (0,2) size 565x24
-            RenderTableCell {th} at (2,2) size 561x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,194) size 566x56 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 564x54
+          RenderTableRow {tr} at (0,2) size 564x24
+            RenderTableCell {th} at (2,2) size 560x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (166,2) size 228x19
</span><span class="cx">                 text run at (166,2) width 228: &quot;Cell text should be center aligned&quot;
</span><del>-          RenderTableRow {tr} at (0,28) size 565x24
-            RenderTableCell {th} at (2,28) size 561x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 557x19
-                text run at (2,2) width 449: &quot;xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx &quot;
-                text run at (450,2) width 109: &quot;xxx xxx xxx xxx&quot;
</del><ins>+          RenderTableRow {tr} at (0,28) size 564x24
+            RenderTableCell {th} at (2,28) size 560x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 556x19
+                text run at (2,2) width 448: &quot;xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx &quot;
+                text run at (450,2) width 108: &quot;xxx xxx xxx xxx&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_th_align_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_align_char-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_align_char-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_align_char-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {p} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 305x19
</span><span class="cx">           text run at (0,0) width 305: &quot;TEST: Numbers should align by decimal points&quot;
</span><del>-      RenderTable {table} at (0,36) size 195x56 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 193x54
-          RenderTableRow {tr} at (0,2) size 193x24
-            RenderTableCell {th} at (2,2) size 57x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (10,2) size 37x19
-                text run at (10,2) width 37: &quot;55.00&quot;
-            RenderTableCell {th} at (60,2) size 65x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 61x19
-                text run at (2,2) width 61: &quot;55555.00&quot;
-            RenderTableCell {th} at (126,2) size 65x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (10,2) size 45x19
-                text run at (10,2) width 45: &quot;555.00&quot;
-          RenderTableRow {tr} at (0,28) size 193x24
-            RenderTableCell {th} at (2,28) size 57x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 53x19
-                text run at (2,2) width 53: &quot;1234.56&quot;
-            RenderTableCell {th} at (60,28) size 65x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (10,2) size 45x19
-                text run at (10,2) width 45: &quot;123.45&quot;
-            RenderTableCell {th} at (126,28) size 65x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 61x19
-                text run at (2,2) width 61: &quot;12345.67&quot;
</del><ins>+      RenderTable {table} at (0,36) size 194x56 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 192x54
+          RenderTableRow {tr} at (0,2) size 192x24
+            RenderTableCell {th} at (2,2) size 56x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (10,2) size 36x19
+                text run at (10,2) width 36: &quot;55.00&quot;
+            RenderTableCell {th} at (60,2) size 64x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 60x19
+                text run at (2,2) width 60: &quot;55555.00&quot;
+            RenderTableCell {th} at (126,2) size 64x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (10,2) size 44x19
+                text run at (10,2) width 44: &quot;555.00&quot;
+          RenderTableRow {tr} at (0,28) size 192x24
+            RenderTableCell {th} at (2,28) size 56x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 52x19
+                text run at (2,2) width 52: &quot;1234.56&quot;
+            RenderTableCell {th} at (60,28) size 64x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (10,2) size 44x19
+                text run at (10,2) width 44: &quot;123.45&quot;
+            RenderTableCell {th} at (126,28) size 64x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 60x19
+                text run at (2,2) width 60: &quot;12345.67&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_th_align_justifyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_align_justify-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_align_justify-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_align_justify-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,7 +14,7 @@
</span><span class="cx">                 text run at (304,22) width 83: &quot;matter how&quot;
</span><span class="cx">                 text run at (2,42) width 385: &quot;long the content becomes (except the last line which&quot;
</span><span class="cx">                 text run at (2,62) width 151: &quot;should be left aligned)&quot;
</span><del>-            RenderTableCell {th} at (392,32) size 388x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {th} at (392,32) size 389x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 243x19
</span><span class="cx">                 text run at (2,2) width 187: &quot;This cell text should be left &quot;
</span><span class="cx">                 text run at (188,2) width 57: &quot;justified&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_th_align_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_align_left-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_align_left-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_align_left-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -27,14 +27,14 @@
</span><span class="cx">         RenderText {#text} at (0,20) size 433x19
</span><span class="cx">           text run at (0,20) width 408: &quot;No specific table width; text in second row exceeds text in first &quot;
</span><span class="cx">           text run at (407,20) width 26: &quot;row&quot;
</span><del>-      RenderTable {table} at (0,194) size 567x56 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 565x54
-          RenderTableRow {tr} at (0,2) size 565x24
-            RenderTableCell {th} at (2,2) size 561x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,194) size 566x56 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 564x54
+          RenderTableRow {tr} at (0,2) size 564x24
+            RenderTableCell {th} at (2,2) size 560x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 207x19
</span><span class="cx">                 text run at (2,2) width 207: &quot;Cell text should be left aligned&quot;
</span><del>-          RenderTableRow {tr} at (0,28) size 565x24
-            RenderTableCell {th} at (2,28) size 561x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 557x19
-                text run at (2,2) width 449: &quot;xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx &quot;
-                text run at (450,2) width 109: &quot;xxx xxx xxx xxx&quot;
</del><ins>+          RenderTableRow {tr} at (0,28) size 564x24
+            RenderTableCell {th} at (2,28) size 560x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 556x19
+                text run at (2,2) width 448: &quot;xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx &quot;
+                text run at (450,2) width 108: &quot;xxx xxx xxx xxx&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_th_align_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_align_right-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_align_right-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_align_right-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -27,14 +27,14 @@
</span><span class="cx">         RenderText {#text} at (0,20) size 433x19
</span><span class="cx">           text run at (0,20) width 408: &quot;No specific table width; text in second row exceeds text in first &quot;
</span><span class="cx">           text run at (407,20) width 26: &quot;row&quot;
</span><del>-      RenderTable {table} at (0,194) size 567x56 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 565x54
-          RenderTableRow {tr} at (0,2) size 565x24
-            RenderTableCell {th} at (2,2) size 561x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (339,2) size 220x19
-                text run at (339,2) width 220: &quot;Cell text should be right aligned&quot;
-          RenderTableRow {tr} at (0,28) size 565x24
-            RenderTableCell {th} at (2,28) size 561x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 557x19
-                text run at (2,2) width 449: &quot;xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx &quot;
-                text run at (450,2) width 109: &quot;xxx xxx xxx xxx&quot;
</del><ins>+      RenderTable {table} at (0,194) size 566x56 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 564x54
+          RenderTableRow {tr} at (0,2) size 564x24
+            RenderTableCell {th} at (2,2) size 560x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (339,2) size 219x19
+                text run at (339,2) width 219: &quot;Cell text should be right aligned&quot;
+          RenderTableRow {tr} at (0,28) size 564x24
+            RenderTableCell {th} at (2,28) size 560x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 556x19
+                text run at (2,2) width 448: &quot;xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx &quot;
+                text run at (450,2) width 108: &quot;xxx xxx xxx xxx&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_th_rowspanexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_rowspan-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_rowspan-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_rowspan-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,9 +10,9 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 166x19
</span><span class="cx">                 text run at (2,2) width 166: &quot;This cell spans two rows&quot;
</span><span class="cx">             RenderTableCell {th} at (173,2) size 57x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><del>-              RenderText {#text} at (2,2) size 53x19
-                text run at (2,2) width 53: &quot;xxx xxx&quot;
</del><ins>+              RenderText {#text} at (2,2) size 52x19
+                text run at (2,2) width 52: &quot;xxx xxx&quot;
</ins><span class="cx">           RenderTableRow {tr} at (0,28) size 232x24
</span><span class="cx">             RenderTableCell {th} at (173,28) size 57x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><del>-              RenderText {#text} at (2,2) size 53x19
-                text run at (2,2) width 53: &quot;xxx xxx&quot;
</del><ins>+              RenderText {#text} at (2,2) size 52x19
+                text run at (2,2) width 52: &quot;xxx xxx&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_th_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">                 text run at (24,62) width 49: &quot;text in &quot;
</span><span class="cx">                 text run at (72,62) width 121: &quot;the next cell: they&quot;
</span><span class="cx">                 text run at (15,82) width 188: &quot;should be vertically aligned&quot;
</span><del>-            RenderTableCell {th} at (221,2) size 559x239 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {th} at (221,2) size 560x239 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (40,3) size 531x233
</span><span class="cx">                 text run at (40,3) width 382: &quot;Compare the baseline &quot;
</span><span class="cx">                 text run at (421,3) width 97: &quot;of the&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_th_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,36) size 784x215 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 782x213
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x209
</span><del>-            RenderTableCell {th} at (2,2) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {th} at (2,2) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {th} at (208,147) size 572x64 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (10,2) size 560x59
</span><span class="lines">@@ -19,4 +19,4 @@
</span><span class="cx">                 text run at (137,22) width 325: &quot;x-fill x-fill x-fill x-fill x-fill x-fill x-fill x-fill x-fill &quot;
</span><span class="cx">                 text run at (461,22) width 105: &quot;x-fill x-fill x-fill&quot;
</span><span class="cx">                 text run at (72,42) width 216: &quot;x-fill x-fill x-fill x-fill x-fill x-fill &quot;
</span><del>-                text run at (287,42) width 213: &quot;x-fill x-fill x-fill x-fill x-fill x-fill&quot;
</del><ins>+                text run at (288,42) width 212: &quot;x-fill x-fill x-fill x-fill x-fill x-fill&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_th_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,36) size 649x215 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 647x213
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 647x209
</span><del>-            RenderTableCell {th} at (2,2) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {th} at (2,2) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {th} at (208,94) size 437x25 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 433x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_th_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,36) size 693x215 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 691x213
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 691x209
</span><del>-            RenderTableCell {th} at (2,2) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {th} at (2,2) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {th} at (208,2) size 481x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 477x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_th_widthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_th_width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,45 +3,45 @@
</span><span class="cx"> layer at (0,0) size 800x326
</span><span class="cx">   RenderBlock {html} at (0,0) size 800x326
</span><span class="cx">     RenderBody {body} at (8,8) size 784x310
</span><del>-      RenderTable {table} at (0,0) size 111x90 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 109x88
-          RenderTableRow {tr} at (0,2) size 109x84
-            RenderTableCell {th} at (2,2) size 105x84 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,0) size 110x90 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 108x88
+          RenderTableRow {tr} at (0,2) size 108x84
+            RenderTableCell {th} at (2,2) size 104x84 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 94x79
</span><span class="cx">                 text run at (8,2) width 88: &quot;The width of&quot;
</span><del>-                text run at (26,22) width 53: &quot;this cell&quot;
</del><ins>+                text run at (26,22) width 52: &quot;this cell&quot;
</ins><span class="cx">                 text run at (5,42) width 94: &quot;should be 100&quot;
</span><span class="cx">                 text run at (32,62) width 40: &quot;pixels&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,90) size 784x20
</span><span class="cx">         RenderBR {br} at (0,0) size 0x19
</span><del>-      RenderTable {table} at (0,110) size 211x50 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 209x48
-          RenderTableRow {tr} at (0,2) size 209x44
-            RenderTableCell {th} at (2,2) size 205x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,110) size 210x50 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 208x48
+          RenderTableRow {tr} at (0,2) size 208x44
+            RenderTableCell {th} at (2,2) size 204x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,2) size 194x39
</span><span class="cx">                 text run at (5,2) width 194: &quot;The width of this cell should&quot;
</span><span class="cx">                 text run at (58,22) width 88: &quot;be 200 pixels&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,160) size 784x20
</span><span class="cx">         RenderBR {br} at (0,0) size 0x19
</span><del>-      RenderTable {table} at (0,180) size 311x30 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 309x28
-          RenderTableRow {tr} at (0,2) size 309x24
-            RenderTableCell {th} at (2,2) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,180) size 310x30 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 308x28
+          RenderTableRow {tr} at (0,2) size 308x24
+            RenderTableCell {th} at (2,2) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (10,2) size 284x19
</span><span class="cx">                 text run at (10,2) width 284: &quot;The width of this cell should be 300 pixels&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,210) size 784x20
</span><span class="cx">         RenderBR {br} at (0,0) size 0x19
</span><del>-      RenderTable {table} at (0,230) size 411x30 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 409x28
-          RenderTableRow {tr} at (0,2) size 409x24
-            RenderTableCell {th} at (2,2) size 405x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,230) size 410x30 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 408x28
+          RenderTableRow {tr} at (0,2) size 408x24
+            RenderTableCell {th} at (2,2) size 404x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (60,2) size 284x19
</span><span class="cx">                 text run at (60,2) width 284: &quot;The width of this cell should be 400 pixels&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,260) size 784x20
</span><span class="cx">         RenderBR {br} at (0,0) size 0x19
</span><del>-      RenderTable {table} at (0,280) size 511x30 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 509x28
-          RenderTableRow {tr} at (0,2) size 509x24
-            RenderTableCell {th} at (2,2) size 505x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,280) size 510x30 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 508x28
+          RenderTableRow {tr} at (0,2) size 508x24
+            RenderTableCell {th} at (2,2) size 504x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (110,2) size 284x19
</span><span class="cx">                 text run at (110,2) width 284: &quot;The width of this cell should be 500 pixels&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_thead_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">                 text run at (2,62) width 119: &quot;the next cell: they &quot;
</span><span class="cx">                 text run at (120,62) width 62: &quot;should be&quot;
</span><span class="cx">                 text run at (2,82) width 112: &quot;vertically aligned&quot;
</span><del>-            RenderTableCell {td} at (221,2) size 559x239 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,2) size 560x239 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,3) size 533x233
</span><span class="cx">                 text run at (2,3) width 524: &quot;Compare the baseline of the first&quot;
</span><span class="cx">                 text run at (2,50) width 70: &quot;line &quot;
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx">             RenderTableCell {td} at (2,0) size 218x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (221,0) size 559x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,0) size 560x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,244) size 782x26
</span><span class="lines">@@ -39,6 +39,6 @@
</span><span class="cx">             RenderTableCell {td} at (2,0) size 218x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x19
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (221,0) size 559x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,0) size 560x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x19
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_thead_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,36) size 784x267 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {thead} at (1,1) size 782x213
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x209
</span><del>-            RenderTableCell {td} at (2,2) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,147) size 572x64 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 559x59
</span><span class="lines">@@ -22,7 +22,7 @@
</span><span class="cx">                 text run at (253,42) width 141: &quot;x-fill x-fill x-fill x-fill&quot;
</span><span class="cx">         RenderTableSection {tfoot} at (1,240) size 782x26
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 782x24
</span><del>-            RenderTableCell {td} at (2,0) size 205x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 572x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,214) size 782x26
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 782x24
</span><del>-            RenderTableCell {td} at (2,0) size 205x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x19
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 572x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_thead_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,36) size 627x267 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {thead} at (1,1) size 625x213
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 625x209
</span><del>-            RenderTableCell {td} at (2,2) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,94) size 415x25 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 411x20
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (373,3) width 40: &quot;image&quot;
</span><span class="cx">         RenderTableSection {tfoot} at (1,240) size 625x26
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 625x24
</span><del>-            RenderTableCell {td} at (2,0) size 205x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 415x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,214) size 625x26
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 625x24
</span><del>-            RenderTableCell {td} at (2,0) size 205x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x19
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 415x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_thead_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,36) size 668x267 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {thead} at (1,1) size 666x213
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 666x209
</span><del>-            RenderTableCell {td} at (2,2) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,2) size 456x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 452x19
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (390,2) width 64: &quot;the image&quot;
</span><span class="cx">         RenderTableSection {tfoot} at (1,240) size 666x26
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 666x24
</span><del>-            RenderTableCell {td} at (2,0) size 205x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 456x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,214) size 666x26
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 666x24
</span><del>-            RenderTableCell {td} at (2,0) size 205x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x19
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 456x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tr_align_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tr_align_char-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tr_align_char-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tr_align_char-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {p} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 305x19
</span><span class="cx">           text run at (0,0) width 305: &quot;TEST: Numbers should align by decimal points&quot;
</span><del>-      RenderTable {table} at (0,36) size 195x56 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 193x54
-          RenderTableRow {tr} at (0,2) size 193x24
-            RenderTableCell {td} at (2,2) size 57x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,36) size 194x56 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 192x54
+          RenderTableRow {tr} at (0,2) size 192x24
+            RenderTableCell {td} at (2,2) size 56x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x19
</span><span class="cx">                 text run at (2,2) width 36: &quot;55.00&quot;
</span><del>-            RenderTableCell {td} at (60,2) size 65x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (60,2) size 64x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x19
</span><span class="cx">                 text run at (2,2) width 60: &quot;55555.00&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 65x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,2) size 64x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x19
</span><span class="cx">                 text run at (2,2) width 44: &quot;555.00&quot;
</span><del>-          RenderTableRow {tr} at (0,28) size 193x24
-            RenderTableCell {td} at (2,28) size 57x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,28) size 192x24
+            RenderTableCell {td} at (2,28) size 56x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;1234.56&quot;
</span><del>-            RenderTableCell {td} at (60,28) size 65x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (60,28) size 64x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x19
</span><span class="cx">                 text run at (2,2) width 44: &quot;123.45&quot;
</span><del>-            RenderTableCell {td} at (126,28) size 65x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,28) size 64x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x19
</span><span class="cx">                 text run at (2,2) width 60: &quot;12345.67&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tr_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">                 text run at (2,62) width 119: &quot;the next cell: they &quot;
</span><span class="cx">                 text run at (120,62) width 62: &quot;should be&quot;
</span><span class="cx">                 text run at (2,82) width 112: &quot;vertically aligned&quot;
</span><del>-            RenderTableCell {td} at (221,2) size 559x239 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,2) size 560x239 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,3) size 533x233
</span><span class="cx">                 text run at (2,3) width 524: &quot;Compare the baseline of the first&quot;
</span><span class="cx">                 text run at (2,50) width 70: &quot;line &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tr_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,36) size 784x215 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 782x213
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x209
</span><del>-            RenderTableCell {td} at (2,2) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,147) size 572x64 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 559x59
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tr_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,36) size 627x215 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 625x213
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 625x209
</span><del>-            RenderTableCell {td} at (2,2) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,94) size 415x25 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 411x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillamarvinx_tr_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,36) size 668x215 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 666x213
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 666x209
</span><del>-            RenderTableCell {td} at (2,2) size 205x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x209 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,2) size 456x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 452x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillaothercell_widthsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/cell_widths-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/cell_widths-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/cell_widths-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,20) size 500x110 [bgcolor=#FFA500] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 498x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 498x104
</span><del>-            RenderTableCell {TD} at (2,2) size 105x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 104x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 100x100
</span><span class="cx">             RenderTableCell {TD} at (108,22) size 388x64 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 379x59
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,170) size 500x70 [bgcolor=#FFA500] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 498x68
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 498x64
</span><del>-            RenderTableCell {TD} at (2,19) size 105x30 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,19) size 104x30 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 100x26
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 100x26
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 100x22
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,280) size 784x110 [bgcolor=#FFA500] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x104
</span><del>-            RenderTableCell {TD} at (2,2) size 105x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 104x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 100x100
</span><span class="cx">             RenderTableCell {TD} at (108,32) size 672x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 668x39
</span><span class="lines">@@ -58,7 +58,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,430) size 500x110 [bgcolor=#FFA500] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 498x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 498x104
</span><del>-            RenderTableCell {TD} at (2,2) size 105x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 104x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 100x100
</span><span class="cx">             RenderTableCell {TD} at (108,22) size 388x64 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 379x59
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,580) size 784x110 [bgcolor=#FFA500] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x104
</span><del>-            RenderTableCell {TD} at (2,2) size 105x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 104x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 100x100
</span><span class="cx">             RenderTableCell {TD} at (108,32) size 672x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 668x39
</span><span class="lines">@@ -87,7 +87,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,730) size 156x510 [bgcolor=#FFA500] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 154x508
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 154x504
</span><del>-            RenderTableCell {TD} at (2,202) size 105x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,202) size 104x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 100x100
</span><span class="cx">             RenderTableCell {TD} at (108,2) size 44x504 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 40x499
</span><span class="lines">@@ -141,12 +141,12 @@
</span><span class="cx">         RenderText {#text} at (0,20) size 764x39
</span><span class="cx">           text run at (0,20) width 764: &quot;auto width table with 100px image in 1st cell, 100px 2nd cell containing text. This differs from Nav4.5 but is similar to&quot;
</span><span class="cx">           text run at (0,40) width 24: &quot;IE5&quot;
</span><del>-      RenderTable {TABLE} at (0,1510) size 217x170 [bgcolor=#FFA500] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 215x168
-          RenderTableRow {TR} at (0,2) size 215x164
-            RenderTableCell {TD} at (2,32) size 105x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,1510) size 216x170 [bgcolor=#FFA500] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 214x168
+          RenderTableRow {TR} at (0,2) size 214x164
+            RenderTableCell {TD} at (2,32) size 104x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 100x100
</span><del>-            RenderTableCell {TD} at (108,2) size 105x164 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (108,2) size 104x164 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x159
</span><span class="cx">                 text run at (2,2) width 100: &quot;a bunch of text,&quot;
</span><span class="cx">                 text run at (2,22) width 100: &quot;a bunch of text,&quot;
</span><span class="lines">@@ -167,7 +167,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 392x19
</span><span class="cx">                 text run at (2,2) width 392: &quot;hello hello hello hello hello hello hello hello hello hello hello&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 498x104
</span><del>-            RenderTableCell {TD} at (2,28) size 105x104 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,28) size 104x104 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 100x100
</span><span class="cx">             RenderTableCell {TD} at (108,58) size 388x44 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 356x39
</span><span class="lines">@@ -184,7 +184,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 392x19
</span><span class="cx">                 text run at (2,2) width 392: &quot;hello hello hello hello hello hello hello hello hello hello hello&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 542x104
</span><del>-            RenderTableCell {TD} at (2,28) size 105x104 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,28) size 104x104 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 100x100
</span><span class="cx">             RenderTableCell {TD} at (108,68) size 432x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 428x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillaothermsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/ms-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/ms-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/ms-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                   RenderImage {IMG} at (0,0) size 250x60
</span><span class="cx">               RenderTableCell {TD} at (324,0) size 25x20 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderImage {IMG} at (5,0) size 19x20
</span><del>-              RenderTableCell {TD} at (348,3) size 452x14 [bgcolor=#000000] [r=0 c=2 rs=1 cs=2]
</del><ins>+              RenderTableCell {TD} at (348,3) size 453x14 [bgcolor=#000000] [r=0 c=2 rs=1 cs=2]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 349x14 [color=#FFFFFF]
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                   RenderInline {B} at (0,0) size 349x14
</span><span class="lines">@@ -67,11 +67,11 @@
</span><span class="cx">                       text run at (445,0) width 7: &quot;  &quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableRow {TR} at (0,20) size 800x40
</span><del>-              RenderTableCell {TD} at (324,20) size 476x40 [r=1 c=1 rs=1 cs=2]
</del><ins>+              RenderTableCell {TD} at (324,20) size 477x40 [r=1 c=1 rs=1 cs=2]
</ins><span class="cx">                 RenderInline {A} at (0,0) size 113x19 [color=#003399]
</span><span class="cx">                   RenderImage {IMG} at (363,0) size 113x40
</span><span class="cx">             RenderTableRow {TR} at (0,60) size 800x20
</span><del>-              RenderTableCell {TD} at (0,63) size 800x14 [bgcolor=#6699CC] [r=2 c=0 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (0,63) size 801x14 [bgcolor=#6699CC] [r=2 c=0 rs=1 cs=4]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 596x14 [color=#FFFFFF]
</span><span class="cx">                   RenderInline {B} at (0,0) size 596x14
</span><span class="cx">                     RenderText {#text} at (0,0) size 7x14
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillaothernested2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/nested2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/nested2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/nested2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,7 +14,7 @@
</span><span class="cx">                       RenderText {#text} at (1,1) size 164x39
</span><span class="cx">                         text run at (1,1) width 164: &quot;TheMozillaOrganization-&quot;
</span><span class="cx">                         text run at (1,21) width 158: &quot;TheMozillaOrganization&quot;
</span><del>-            RenderTableCell {TD} at (271,8) size 506x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (271,8) size 507x44 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 401x39
</span><span class="cx">                 text run at (2,2) width 401: &quot;Checkin Guidelines for the Seamonkey Tree xxxxxxxxxxxxxx&quot;
</span><span class="cx">                 text run at (2,22) width 228: &quot;xxxxxxxxxxxxxxxx xxxxxxxxxxxx&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillaothernestedTablesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/nestedTables-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/nestedTables-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/nestedTables-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">             RenderTableCell {TD} at (628,2) size 76x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 35x19
</span><span class="cx">                 text run at (2,2) width 35: &quot;Cell2&quot;
</span><del>-            RenderTableCell {TD} at (705,2) size 75x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (705,2) size 76x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 39x19
</span><span class="cx">                 text run at (2,2) width 39: &quot;Cell 3&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x24
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">             RenderTableCell {TD} at (628,28) size 76x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 39x19
</span><span class="cx">                 text run at (2,2) width 39: &quot;Cell 5&quot;
</span><del>-            RenderTableCell {TD} at (705,28) size 75x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (705,28) size 76x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 39x19
</span><span class="cx">                 text run at (2,2) width 39: &quot;Cell 6&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,54) size 782x724
</span><span class="lines">@@ -433,7 +433,7 @@
</span><span class="cx">             RenderTableCell {TD} at (628,404) size 76x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;8&quot;
</span><del>-            RenderTableCell {TD} at (705,404) size 75x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (705,404) size 76x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;9&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,802) size 784x40
</span><span class="lines">@@ -442,17 +442,17 @@
</span><span class="cx">         RenderBR {BR} at (8,15) size 0x0
</span><span class="cx">         RenderText {#text} at (0,20) size 286x19
</span><span class="cx">           text run at (0,20) width 286: &quot;the following text should display on one line&quot;
</span><del>-      RenderTable {TABLE} at (0,842) size 208x20
-        RenderTableSection {TBODY} at (0,0) size 208x20
-          RenderTableRow {TR} at (0,0) size 208x20
-            RenderTableCell {TD} at (0,0) size 208x20 [bgcolor=#B70000] [r=0 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (0,0) size 208x20
-                RenderTableSection {TBODY} at (0,0) size 208x20
-                  RenderTableRow {TR} at (0,0) size 208x20
-                    RenderTableCell {TD} at (0,0) size 14x16 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,842) size 207x20
+        RenderTableSection {TBODY} at (0,0) size 207x20
+          RenderTableRow {TR} at (0,0) size 207x20
+            RenderTableCell {TD} at (0,0) size 207x20 [bgcolor=#B70000] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (0,0) size 207x20
+                RenderTableSection {TBODY} at (0,0) size 207x20
+                  RenderTableRow {TR} at (0,0) size 207x20
+                    RenderTableCell {TD} at (0,0) size 13x16 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (0,0) size 13x16
</span><del>-                    RenderTableCell {TD} at (13,0) size 191x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (13,0) size 190x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (0,0) size 165x19
</span><span class="cx">                         text run at (0,0) width 165: &quot;AlphaLinux Distributions&quot;
</span><del>-                    RenderTableCell {TD} at (203,0) size 5x4 [r=0 c=2 rs=1 cs=1]
-                      RenderImage {IMG} at (0,0) size 5x4
</del><ins>+                    RenderTableCell {TD} at (203,0) size 4x4 [r=0 c=2 rs=1 cs=1]
+                      RenderImage {IMG} at (0,0) size 4x4
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillaotherslashlogoexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/slashlogo-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/slashlogo-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/slashlogo-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -78,11 +78,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,0) size 8x13 [bgcolor=#027777] [r=0 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,0) size 9x13 [bgcolor=#027777] [r=0 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,0) size 9x13 [bgcolor=#027777] [r=0 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,0) size 8x13 [bgcolor=#027777] [r=0 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -102,11 +102,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,0) size 8x13 [bgcolor=#EDEEEF] [r=0 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,0) size 9x13 [bgcolor=#EDEEEF] [r=0 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,0) size 8x13 [bgcolor=#FDFDFB] [r=0 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -134,7 +134,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,0) size 8x13 [bgcolor=#FDFDFB] [r=0 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -154,11 +154,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -178,11 +178,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -202,15 +202,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -230,11 +230,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,0) size 9x13 [bgcolor=#EDEEEF] [r=0 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,0) size 8x13 [bgcolor=#EDEEEF] [r=0 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -254,15 +254,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,0) size 8x13 [bgcolor=#FDFDFB] [r=0 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,0) size 8x13 [bgcolor=#FDFDFB] [r=0 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,0) size 8x13 [bgcolor=#FDFDFB] [r=0 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -278,15 +278,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,0) size 8x13 [bgcolor=#FDFDFB] [r=0 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,0) size 8x13 [bgcolor=#FDFDFB] [r=0 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -302,15 +302,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,0) size 8x13 [bgcolor=#E0EAE9] [r=0 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,0) size 9x13 [bgcolor=#E0EAE9] [r=0 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -330,15 +330,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -354,15 +354,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -378,19 +378,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,0) size 9x13 [bgcolor=#E0EAE9] [r=0 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,0) size 9x13 [bgcolor=#E0EAE9] [r=0 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,0) size 8x13 [bgcolor=#FDFDFB] [r=0 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,0) size 8x13 [bgcolor=#FDFDFB] [r=0 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -402,7 +402,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,0) size 8x13 [bgcolor=#FDFDFB] [r=0 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -479,11 +479,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,13) size 8x13 [bgcolor=#027777] [r=1 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,13) size 9x13 [bgcolor=#027777] [r=1 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,13) size 9x13 [bgcolor=#027777] [r=1 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,13) size 8x13 [bgcolor=#027777] [r=1 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -503,11 +503,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,13) size 8x13 [bgcolor=#589594] [r=1 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,13) size 9x13 [bgcolor=#589594] [r=1 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,13) size 9x13 [bgcolor=#BEC2C2] [r=1 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,13) size 8x13 [bgcolor=#BEC2C2] [r=1 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -535,7 +535,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,13) size 9x13 [bgcolor=#FDFDFB] [r=1 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,13) size 8x13 [bgcolor=#FDFDFB] [r=1 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -555,11 +555,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,13) size 8x13 [bgcolor=#249393] [r=1 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,13) size 9x13 [bgcolor=#249393] [r=1 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,13) size 9x13 [bgcolor=#1B8685] [r=1 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,13) size 8x13 [bgcolor=#1B8685] [r=1 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -579,11 +579,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,13) size 8x13 [bgcolor=#1B8685] [r=1 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,13) size 9x13 [bgcolor=#1B8685] [r=1 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,13) size 9x13 [bgcolor=#1B8685] [r=1 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,13) size 8x13 [bgcolor=#1B8685] [r=1 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -603,15 +603,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,13) size 8x13 [bgcolor=#1B8685] [r=1 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,13) size 9x13 [bgcolor=#1B8685] [r=1 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,13) size 9x13 [bgcolor=#1B8685] [r=1 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,13) size 9x13 [bgcolor=#1B8685] [r=1 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,13) size 9x13 [bgcolor=#1E7A79] [r=1 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,13) size 8x13 [bgcolor=#1E7A79] [r=1 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -631,11 +631,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,13) size 8x13 [bgcolor=#1A6B6A] [r=1 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,13) size 9x13 [bgcolor=#1A6B6A] [r=1 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,13) size 9x13 [bgcolor=#BEC2C2] [r=1 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,13) size 8x13 [bgcolor=#BEC2C2] [r=1 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -655,15 +655,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,13) size 8x13 [bgcolor=#FDFDFB] [r=1 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,13) size 9x13 [bgcolor=#FDFDFB] [r=1 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,13) size 9x13 [bgcolor=#FDFDFB] [r=1 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,13) size 8x13 [bgcolor=#FDFDFB] [r=1 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,13) size 9x13 [bgcolor=#FDFDFB] [r=1 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,13) size 8x13 [bgcolor=#FDFDFB] [r=1 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -679,15 +679,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,13) size 8x13 [bgcolor=#E0EAE9] [r=1 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,13) size 9x13 [bgcolor=#E0EAE9] [r=1 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,13) size 9x13 [bgcolor=#B6D8D7] [r=1 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,13) size 9x13 [bgcolor=#B6D8D7] [r=1 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,13) size 9x13 [bgcolor=#7DBAB9] [r=1 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,13) size 8x13 [bgcolor=#7DBAB9] [r=1 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -703,15 +703,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,13) size 8x13 [bgcolor=#249393] [r=1 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,13) size 9x13 [bgcolor=#249393] [r=1 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,13) size 9x13 [bgcolor=#1B8685] [r=1 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,13) size 9x13 [bgcolor=#1B8685] [r=1 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,13) size 9x13 [bgcolor=#1B8685] [r=1 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,13) size 8x13 [bgcolor=#1B8685] [r=1 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -731,15 +731,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,13) size 8x13 [bgcolor=#1B8685] [r=1 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,13) size 9x13 [bgcolor=#1B8685] [r=1 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,13) size 9x13 [bgcolor=#1B8685] [r=1 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,13) size 9x13 [bgcolor=#1B8685] [r=1 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,13) size 9x13 [bgcolor=#1B8685] [r=1 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,13) size 8x13 [bgcolor=#1B8685] [r=1 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -755,15 +755,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,13) size 8x13 [bgcolor=#1B8685] [r=1 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,13) size 9x13 [bgcolor=#1B8685] [r=1 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,13) size 9x13 [bgcolor=#1B8685] [r=1 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,13) size 9x13 [bgcolor=#1B8685] [r=1 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,13) size 9x13 [bgcolor=#1B8685] [r=1 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,13) size 8x13 [bgcolor=#1B8685] [r=1 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -779,19 +779,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,13) size 8x13 [bgcolor=#1A6B6A] [r=1 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,13) size 9x13 [bgcolor=#1A6B6A] [r=1 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,13) size 9x13 [bgcolor=#91A3A3] [r=1 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,13) size 9x13 [bgcolor=#91A3A3] [r=1 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,13) size 9x13 [bgcolor=#E0EAE9] [r=1 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,13) size 8x13 [bgcolor=#E0EAE9] [r=1 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,13) size 9x13 [bgcolor=#EDEEEF] [r=1 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,13) size 8x13 [bgcolor=#EDEEEF] [r=1 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -803,7 +803,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,13) size 8x13 [bgcolor=#FDFDFB] [r=1 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,13) size 9x13 [bgcolor=#FDFDFB] [r=1 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -880,11 +880,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,26) size 8x13 [bgcolor=#025E5E] [r=2 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,26) size 9x13 [bgcolor=#025E5E] [r=2 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,26) size 9x13 [bgcolor=#026766] [r=2 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,26) size 8x13 [bgcolor=#026766] [r=2 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -904,11 +904,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,26) size 8x13 [bgcolor=#026766] [r=2 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,26) size 9x13 [bgcolor=#026766] [r=2 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,26) size 9x13 [bgcolor=#026766] [r=2 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,26) size 8x13 [bgcolor=#026766] [r=2 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -936,7 +936,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,26) size 9x13 [bgcolor=#FDFDFB] [r=2 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,26) size 8x13 [bgcolor=#FDFDFB] [r=2 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -956,11 +956,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,26) size 8x13 [bgcolor=#048485] [r=2 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,26) size 9x13 [bgcolor=#048485] [r=2 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,26) size 9x13 [bgcolor=#027777] [r=2 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,26) size 8x13 [bgcolor=#027777] [r=2 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -980,11 +980,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,26) size 8x13 [bgcolor=#027777] [r=2 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,26) size 9x13 [bgcolor=#027777] [r=2 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,26) size 9x13 [bgcolor=#027777] [r=2 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,26) size 8x13 [bgcolor=#027777] [r=2 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1004,15 +1004,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,26) size 8x13 [bgcolor=#027777] [r=2 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,26) size 9x13 [bgcolor=#027777] [r=2 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,26) size 9x13 [bgcolor=#027777] [r=2 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,26) size 9x13 [bgcolor=#027777] [r=2 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,26) size 9x13 [bgcolor=#026766] [r=2 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,26) size 8x13 [bgcolor=#026766] [r=2 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1032,11 +1032,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,26) size 8x13 [bgcolor=#044F4F] [r=2 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,26) size 9x13 [bgcolor=#044F4F] [r=2 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,26) size 9x13 [bgcolor=#939494] [r=2 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,26) size 8x13 [bgcolor=#939494] [r=2 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1056,15 +1056,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,26) size 8x13 [bgcolor=#FDFDFB] [r=2 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,26) size 9x13 [bgcolor=#FDFDFB] [r=2 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,26) size 9x13 [bgcolor=#FDFDFB] [r=2 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,26) size 8x13 [bgcolor=#FDFDFB] [r=2 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,26) size 9x13 [bgcolor=#FDFDFB] [r=2 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,26) size 8x13 [bgcolor=#FDFDFB] [r=2 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1080,15 +1080,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,26) size 8x13 [bgcolor=#158E8C] [r=2 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,26) size 9x13 [bgcolor=#158E8C] [r=2 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,26) size 9x13 [bgcolor=#048485] [r=2 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,26) size 9x13 [bgcolor=#048485] [r=2 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,26) size 9x13 [bgcolor=#048485] [r=2 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,26) size 8x13 [bgcolor=#048485] [r=2 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1104,15 +1104,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,26) size 8x13 [bgcolor=#027777] [r=2 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,26) size 9x13 [bgcolor=#027777] [r=2 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,26) size 9x13 [bgcolor=#027777] [r=2 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,26) size 9x13 [bgcolor=#027777] [r=2 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,26) size 9x13 [bgcolor=#027777] [r=2 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,26) size 8x13 [bgcolor=#027777] [r=2 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1132,15 +1132,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,26) size 8x13 [bgcolor=#027777] [r=2 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,26) size 9x13 [bgcolor=#027777] [r=2 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,26) size 9x13 [bgcolor=#027777] [r=2 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,26) size 9x13 [bgcolor=#027777] [r=2 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,26) size 9x13 [bgcolor=#027777] [r=2 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,26) size 8x13 [bgcolor=#027777] [r=2 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1156,15 +1156,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,26) size 8x13 [bgcolor=#027777] [r=2 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,26) size 9x13 [bgcolor=#027777] [r=2 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,26) size 9x13 [bgcolor=#027777] [r=2 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,26) size 9x13 [bgcolor=#027777] [r=2 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,26) size 9x13 [bgcolor=#027777] [r=2 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,26) size 8x13 [bgcolor=#027777] [r=2 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1180,19 +1180,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,26) size 8x13 [bgcolor=#044F4F] [r=2 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,26) size 9x13 [bgcolor=#044F4F] [r=2 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,26) size 9x13 [bgcolor=#647979] [r=2 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,26) size 9x13 [bgcolor=#647979] [r=2 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,26) size 9x13 [bgcolor=#BEC2C2] [r=2 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,26) size 8x13 [bgcolor=#BEC2C2] [r=2 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,26) size 9x13 [bgcolor=#E0EAE9] [r=2 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,26) size 8x13 [bgcolor=#E0EAE9] [r=2 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1204,7 +1204,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,26) size 8x13 [bgcolor=#FDFDFB] [r=2 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,26) size 9x13 [bgcolor=#FDFDFB] [r=2 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1281,11 +1281,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,39) size 8x13 [bgcolor=#1A5C5C] [r=3 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,39) size 9x13 [bgcolor=#1A5C5C] [r=3 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,39) size 9x13 [bgcolor=#026766] [r=3 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,39) size 8x13 [bgcolor=#026766] [r=3 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1305,11 +1305,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,39) size 8x13 [bgcolor=#026766] [r=3 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,39) size 9x13 [bgcolor=#026766] [r=3 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,39) size 9x13 [bgcolor=#026766] [r=3 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,39) size 8x13 [bgcolor=#026766] [r=3 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1337,7 +1337,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,39) size 9x13 [bgcolor=#B4B4B4] [r=3 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,39) size 8x13 [bgcolor=#B4B4B4] [r=3 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1357,11 +1357,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,39) size 8x13 [bgcolor=#027777] [r=3 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,39) size 9x13 [bgcolor=#027777] [r=3 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,39) size 9x13 [bgcolor=#026766] [r=3 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,39) size 8x13 [bgcolor=#026766] [r=3 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1381,11 +1381,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,39) size 8x13 [bgcolor=#026766] [r=3 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,39) size 9x13 [bgcolor=#026766] [r=3 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,39) size 9x13 [bgcolor=#026766] [r=3 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,39) size 8x13 [bgcolor=#026766] [r=3 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1405,15 +1405,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,39) size 8x13 [bgcolor=#026766] [r=3 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,39) size 9x13 [bgcolor=#026766] [r=3 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,39) size 9x13 [bgcolor=#026766] [r=3 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,39) size 9x13 [bgcolor=#026766] [r=3 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,39) size 9x13 [bgcolor=#026766] [r=3 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,39) size 8x13 [bgcolor=#026766] [r=3 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1433,11 +1433,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,39) size 8x13 [bgcolor=#044140] [r=3 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,39) size 9x13 [bgcolor=#044140] [r=3 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,39) size 9x13 [bgcolor=#515C5B] [r=3 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,39) size 8x13 [bgcolor=#515C5B] [r=3 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1457,15 +1457,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,39) size 8x13 [bgcolor=#B4B4B4] [r=3 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,39) size 9x13 [bgcolor=#B4B4B4] [r=3 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,39) size 9x13 [bgcolor=#B4B4B4] [r=3 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,39) size 8x13 [bgcolor=#B4B4B4] [r=3 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,39) size 9x13 [bgcolor=#72A3A1] [r=3 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,39) size 8x13 [bgcolor=#72A3A1] [r=3 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1481,15 +1481,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,39) size 8x13 [bgcolor=#027777] [r=3 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,39) size 9x13 [bgcolor=#027777] [r=3 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,39) size 9x13 [bgcolor=#027777] [r=3 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,39) size 9x13 [bgcolor=#027777] [r=3 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,39) size 9x13 [bgcolor=#027777] [r=3 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,39) size 8x13 [bgcolor=#027777] [r=3 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1505,15 +1505,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,39) size 8x13 [bgcolor=#025E5E] [r=3 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,39) size 9x13 [bgcolor=#025E5E] [r=3 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,39) size 9x13 [bgcolor=#025E5E] [r=3 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,39) size 9x13 [bgcolor=#025E5E] [r=3 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,39) size 9x13 [bgcolor=#025E5E] [r=3 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,39) size 8x13 [bgcolor=#025E5E] [r=3 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1533,15 +1533,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,39) size 8x13 [bgcolor=#026766] [r=3 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,39) size 9x13 [bgcolor=#026766] [r=3 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,39) size 9x13 [bgcolor=#026766] [r=3 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,39) size 9x13 [bgcolor=#026766] [r=3 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,39) size 9x13 [bgcolor=#026766] [r=3 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,39) size 8x13 [bgcolor=#026766] [r=3 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1557,15 +1557,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,39) size 8x13 [bgcolor=#026766] [r=3 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,39) size 9x13 [bgcolor=#026766] [r=3 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,39) size 9x13 [bgcolor=#026766] [r=3 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,39) size 9x13 [bgcolor=#026766] [r=3 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,39) size 9x13 [bgcolor=#026766] [r=3 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,39) size 8x13 [bgcolor=#026766] [r=3 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1581,19 +1581,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,39) size 8x13 [bgcolor=#044140] [r=3 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,39) size 9x13 [bgcolor=#044140] [r=3 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,39) size 9x13 [bgcolor=#344C4E] [r=3 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,39) size 9x13 [bgcolor=#344C4E] [r=3 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,39) size 9x13 [bgcolor=#777878] [r=3 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,39) size 8x13 [bgcolor=#777878] [r=3 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,39) size 9x13 [bgcolor=#91A3A3] [r=3 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,39) size 8x13 [bgcolor=#91A3A3] [r=3 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1605,7 +1605,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,39) size 8x13 [bgcolor=#848788] [r=3 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,39) size 9x13 [bgcolor=#848788] [r=3 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1682,11 +1682,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,52) size 8x13 [bgcolor=#526B6B] [r=4 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,52) size 9x13 [bgcolor=#526B6B] [r=4 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,52) size 9x13 [bgcolor=#026766] [r=4 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,52) size 8x13 [bgcolor=#026766] [r=4 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1706,11 +1706,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,52) size 8x13 [bgcolor=#026766] [r=4 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,52) size 9x13 [bgcolor=#026766] [r=4 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,52) size 9x13 [bgcolor=#026766] [r=4 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,52) size 8x13 [bgcolor=#026766] [r=4 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1738,7 +1738,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,52) size 9x13 [bgcolor=#A5A6A6] [r=4 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,52) size 8x13 [bgcolor=#A5A6A6] [r=4 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1758,11 +1758,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,52) size 8x13 [bgcolor=#027777] [r=4 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,52) size 9x13 [bgcolor=#027777] [r=4 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,52) size 9x13 [bgcolor=#026766] [r=4 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,52) size 8x13 [bgcolor=#026766] [r=4 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1782,11 +1782,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,52) size 8x13 [bgcolor=#026766] [r=4 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,52) size 9x13 [bgcolor=#026766] [r=4 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,52) size 9x13 [bgcolor=#026766] [r=4 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,52) size 8x13 [bgcolor=#026766] [r=4 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1806,15 +1806,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,52) size 8x13 [bgcolor=#026766] [r=4 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,52) size 9x13 [bgcolor=#026766] [r=4 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,52) size 9x13 [bgcolor=#026766] [r=4 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,52) size 9x13 [bgcolor=#026766] [r=4 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,52) size 9x13 [bgcolor=#026766] [r=4 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,52) size 8x13 [bgcolor=#026766] [r=4 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1834,11 +1834,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,52) size 8x13 [bgcolor=#083131] [r=4 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,52) size 9x13 [bgcolor=#083131] [r=4 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,52) size 9x13 [bgcolor=#4D4F4F] [r=4 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,52) size 8x13 [bgcolor=#4D4F4F] [r=4 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1858,15 +1858,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,52) size 8x13 [bgcolor=#A5A6A6] [r=4 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,52) size 9x13 [bgcolor=#A5A6A6] [r=4 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,52) size 9x13 [bgcolor=#589594] [r=4 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,52) size 8x13 [bgcolor=#589594] [r=4 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,52) size 9x13 [bgcolor=#048485] [r=4 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,52) size 8x13 [bgcolor=#048485] [r=4 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1882,15 +1882,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,52) size 8x13 [bgcolor=#026766] [r=4 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,52) size 9x13 [bgcolor=#026766] [r=4 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,52) size 9x13 [bgcolor=#026766] [r=4 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,52) size 9x13 [bgcolor=#026766] [r=4 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,52) size 9x13 [bgcolor=#026766] [r=4 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,52) size 8x13 [bgcolor=#026766] [r=4 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1906,15 +1906,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,52) size 8x13 [bgcolor=#044F4F] [r=4 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,52) size 9x13 [bgcolor=#044F4F] [r=4 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,52) size 9x13 [bgcolor=#044140] [r=4 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,52) size 9x13 [bgcolor=#044140] [r=4 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,52) size 9x13 [bgcolor=#044F4F] [r=4 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,52) size 8x13 [bgcolor=#044F4F] [r=4 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1934,15 +1934,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,52) size 8x13 [bgcolor=#026766] [r=4 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,52) size 9x13 [bgcolor=#026766] [r=4 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,52) size 9x13 [bgcolor=#026766] [r=4 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,52) size 9x13 [bgcolor=#026766] [r=4 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,52) size 9x13 [bgcolor=#026766] [r=4 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,52) size 8x13 [bgcolor=#026766] [r=4 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1958,15 +1958,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,52) size 8x13 [bgcolor=#026766] [r=4 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,52) size 9x13 [bgcolor=#026766] [r=4 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,52) size 9x13 [bgcolor=#026766] [r=4 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,52) size 9x13 [bgcolor=#026766] [r=4 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,52) size 9x13 [bgcolor=#026766] [r=4 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,52) size 8x13 [bgcolor=#026766] [r=4 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1982,19 +1982,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,52) size 8x13 [bgcolor=#044140] [r=4 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,52) size 9x13 [bgcolor=#044140] [r=4 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,52) size 9x13 [bgcolor=#3D4242] [r=4 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,52) size 9x13 [bgcolor=#3D4242] [r=4 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,52) size 9x13 [bgcolor=#696A69] [r=4 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,52) size 8x13 [bgcolor=#696A69] [r=4 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,52) size 9x13 [bgcolor=#939494] [r=4 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,52) size 8x13 [bgcolor=#939494] [r=4 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2006,7 +2006,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,52) size 8x13 [bgcolor=#696A69] [r=4 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,52) size 9x13 [bgcolor=#696A69] [r=4 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2083,11 +2083,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,65) size 8x13 [bgcolor=#777878] [r=5 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,65) size 9x13 [bgcolor=#777878] [r=5 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,65) size 9x13 [bgcolor=#1E7A79] [r=5 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,65) size 8x13 [bgcolor=#1E7A79] [r=5 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2107,11 +2107,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,65) size 8x13 [bgcolor=#026766] [r=5 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,65) size 9x13 [bgcolor=#026766] [r=5 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,65) size 9x13 [bgcolor=#026766] [r=5 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,65) size 8x13 [bgcolor=#026766] [r=5 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2139,7 +2139,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,65) size 9x13 [bgcolor=#939494] [r=5 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,65) size 8x13 [bgcolor=#939494] [r=5 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2159,11 +2159,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,65) size 8x13 [bgcolor=#027777] [r=5 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,65) size 9x13 [bgcolor=#027777] [r=5 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,65) size 9x13 [bgcolor=#026766] [r=5 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,65) size 8x13 [bgcolor=#026766] [r=5 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2183,11 +2183,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,65) size 8x13 [bgcolor=#026766] [r=5 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,65) size 9x13 [bgcolor=#026766] [r=5 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,65) size 9x13 [bgcolor=#026766] [r=5 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,65) size 8x13 [bgcolor=#026766] [r=5 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2207,15 +2207,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,65) size 8x13 [bgcolor=#026766] [r=5 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,65) size 9x13 [bgcolor=#026766] [r=5 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,65) size 9x13 [bgcolor=#026766] [r=5 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,65) size 9x13 [bgcolor=#026766] [r=5 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,65) size 9x13 [bgcolor=#025E5E] [r=5 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,65) size 8x13 [bgcolor=#025E5E] [r=5 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2235,11 +2235,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,65) size 8x13 [bgcolor=#083131] [r=5 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,65) size 9x13 [bgcolor=#083131] [r=5 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,65) size 9x13 [bgcolor=#4D4F4F] [r=5 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,65) size 8x13 [bgcolor=#4D4F4F] [r=5 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2259,15 +2259,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,65) size 8x13 [bgcolor=#469191] [r=5 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,65) size 9x13 [bgcolor=#469191] [r=5 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,65) size 9x13 [bgcolor=#048485] [r=5 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,65) size 8x13 [bgcolor=#048485] [r=5 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,65) size 9x13 [bgcolor=#048485] [r=5 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,65) size 8x13 [bgcolor=#048485] [r=5 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2283,15 +2283,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,65) size 8x13 [bgcolor=#026766] [r=5 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,65) size 9x13 [bgcolor=#026766] [r=5 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,65) size 9x13 [bgcolor=#026766] [r=5 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,65) size 9x13 [bgcolor=#026766] [r=5 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,65) size 9x13 [bgcolor=#026766] [r=5 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,65) size 8x13 [bgcolor=#026766] [r=5 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2307,15 +2307,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,65) size 8x13 [bgcolor=#083131] [r=5 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,65) size 9x13 [bgcolor=#083131] [r=5 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,65) size 9x13 [bgcolor=#083131] [r=5 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,65) size 9x13 [bgcolor=#083131] [r=5 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,65) size 9x13 [bgcolor=#223C3D] [r=5 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,65) size 8x13 [bgcolor=#223C3D] [r=5 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2335,15 +2335,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,65) size 8x13 [bgcolor=#026766] [r=5 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,65) size 9x13 [bgcolor=#026766] [r=5 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,65) size 9x13 [bgcolor=#026766] [r=5 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,65) size 9x13 [bgcolor=#026766] [r=5 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,65) size 9x13 [bgcolor=#026766] [r=5 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,65) size 8x13 [bgcolor=#026766] [r=5 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2359,15 +2359,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,65) size 8x13 [bgcolor=#026766] [r=5 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,65) size 9x13 [bgcolor=#026766] [r=5 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,65) size 9x13 [bgcolor=#026766] [r=5 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,65) size 9x13 [bgcolor=#026766] [r=5 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,65) size 9x13 [bgcolor=#026766] [r=5 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,65) size 8x13 [bgcolor=#026766] [r=5 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2383,19 +2383,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,65) size 8x13 [bgcolor=#044140] [r=5 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,65) size 9x13 [bgcolor=#044140] [r=5 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,65) size 9x13 [bgcolor=#223C3D] [r=5 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,65) size 9x13 [bgcolor=#223C3D] [r=5 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,65) size 9x13 [bgcolor=#696A69] [r=5 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,65) size 8x13 [bgcolor=#696A69] [r=5 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,65) size 9x13 [bgcolor=#848788] [r=5 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,65) size 8x13 [bgcolor=#848788] [r=5 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2407,7 +2407,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,65) size 8x13 [bgcolor=#515C5B] [r=5 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,65) size 9x13 [bgcolor=#515C5B] [r=5 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2484,11 +2484,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,78) size 8x13 [bgcolor=#848788] [r=6 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,78) size 9x13 [bgcolor=#848788] [r=6 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,78) size 9x13 [bgcolor=#1E7A79] [r=6 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,78) size 8x13 [bgcolor=#1E7A79] [r=6 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2508,11 +2508,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,78) size 8x13 [bgcolor=#026766] [r=6 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,78) size 9x13 [bgcolor=#026766] [r=6 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,78) size 9x13 [bgcolor=#026766] [r=6 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,78) size 8x13 [bgcolor=#026766] [r=6 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2540,7 +2540,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,78) size 9x13 [bgcolor=#848788] [r=6 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,78) size 8x13 [bgcolor=#848788] [r=6 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2560,11 +2560,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,78) size 8x13 [bgcolor=#027777] [r=6 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,78) size 9x13 [bgcolor=#027777] [r=6 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,78) size 9x13 [bgcolor=#026766] [r=6 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,78) size 8x13 [bgcolor=#026766] [r=6 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2584,11 +2584,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,78) size 8x13 [bgcolor=#026766] [r=6 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,78) size 9x13 [bgcolor=#026766] [r=6 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,78) size 9x13 [bgcolor=#026766] [r=6 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,78) size 8x13 [bgcolor=#026766] [r=6 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2608,15 +2608,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,78) size 8x13 [bgcolor=#72A3A1] [r=6 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,78) size 9x13 [bgcolor=#72A3A1] [r=6 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,78) size 9x13 [bgcolor=#338686] [r=6 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,78) size 9x13 [bgcolor=#338686] [r=6 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,78) size 9x13 [bgcolor=#025E5E] [r=6 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,78) size 8x13 [bgcolor=#025E5E] [r=6 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2636,11 +2636,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,78) size 8x13 [bgcolor=#3D4242] [r=6 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,78) size 9x13 [bgcolor=#3D4242] [r=6 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,78) size 9x13 [bgcolor=#515C5B] [r=6 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,78) size 8x13 [bgcolor=#515C5B] [r=6 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2660,15 +2660,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,78) size 8x13 [bgcolor=#048485] [r=6 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,78) size 9x13 [bgcolor=#048485] [r=6 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,78) size 9x13 [bgcolor=#048485] [r=6 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,78) size 8x13 [bgcolor=#048485] [r=6 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,78) size 9x13 [bgcolor=#027777] [r=6 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,78) size 8x13 [bgcolor=#027777] [r=6 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2684,15 +2684,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,78) size 8x13 [bgcolor=#026766] [r=6 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,78) size 9x13 [bgcolor=#026766] [r=6 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,78) size 9x13 [bgcolor=#026766] [r=6 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,78) size 9x13 [bgcolor=#026766] [r=6 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,78) size 9x13 [bgcolor=#1A6B6A] [r=6 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,78) size 8x13 [bgcolor=#1A6B6A] [r=6 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2708,15 +2708,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,78) size 8x13 [bgcolor=#2D3433] [r=6 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,78) size 9x13 [bgcolor=#2D3433] [r=6 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,78) size 9x13 [bgcolor=#3D4242] [r=6 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,78) size 9x13 [bgcolor=#3D4242] [r=6 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,78) size 9x13 [bgcolor=#4D4F4F] [r=6 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,78) size 8x13 [bgcolor=#4D4F4F] [r=6 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2736,15 +2736,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,78) size 8x13 [bgcolor=#026766] [r=6 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,78) size 9x13 [bgcolor=#026766] [r=6 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,78) size 9x13 [bgcolor=#026766] [r=6 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,78) size 9x13 [bgcolor=#026766] [r=6 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,78) size 9x13 [bgcolor=#026766] [r=6 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,78) size 8x13 [bgcolor=#026766] [r=6 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2760,15 +2760,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,78) size 8x13 [bgcolor=#026766] [r=6 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,78) size 9x13 [bgcolor=#026766] [r=6 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,78) size 9x13 [bgcolor=#026766] [r=6 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,78) size 9x13 [bgcolor=#026766] [r=6 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,78) size 9x13 [bgcolor=#026766] [r=6 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,78) size 8x13 [bgcolor=#026766] [r=6 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2784,19 +2784,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,78) size 8x13 [bgcolor=#044140] [r=6 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,78) size 9x13 [bgcolor=#044140] [r=6 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,78) size 9x13 [bgcolor=#223C3D] [r=6 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,78) size 9x13 [bgcolor=#223C3D] [r=6 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,78) size 9x13 [bgcolor=#5E5F60] [r=6 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,78) size 8x13 [bgcolor=#5E5F60] [r=6 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,78) size 9x13 [bgcolor=#777878] [r=6 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,78) size 8x13 [bgcolor=#777878] [r=6 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2808,7 +2808,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,78) size 8x13 [bgcolor=#4D4F4F] [r=6 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,78) size 9x13 [bgcolor=#4D4F4F] [r=6 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2885,11 +2885,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,91) size 8x13 [bgcolor=#4D4F4F] [r=7 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,91) size 9x13 [bgcolor=#4D4F4F] [r=7 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,91) size 9x13 [bgcolor=#1E7A79] [r=7 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,91) size 8x13 [bgcolor=#1E7A79] [r=7 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2909,11 +2909,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,91) size 8x13 [bgcolor=#026766] [r=7 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,91) size 9x13 [bgcolor=#026766] [r=7 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,91) size 9x13 [bgcolor=#026766] [r=7 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,91) size 8x13 [bgcolor=#026766] [r=7 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2941,7 +2941,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,91) size 9x13 [bgcolor=#777878] [r=7 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,91) size 8x13 [bgcolor=#777878] [r=7 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2961,11 +2961,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,91) size 8x13 [bgcolor=#027777] [r=7 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,91) size 9x13 [bgcolor=#027777] [r=7 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,91) size 9x13 [bgcolor=#026766] [r=7 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,91) size 8x13 [bgcolor=#026766] [r=7 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2985,11 +2985,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,91) size 8x13 [bgcolor=#026766] [r=7 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,91) size 9x13 [bgcolor=#026766] [r=7 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,91) size 9x13 [bgcolor=#026766] [r=7 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,91) size 8x13 [bgcolor=#026766] [r=7 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3009,15 +3009,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,91) size 8x13 [bgcolor=#FDFDFB] [r=7 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,91) size 9x13 [bgcolor=#FDFDFB] [r=7 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,91) size 9x13 [bgcolor=#7B918F] [r=7 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,91) size 9x13 [bgcolor=#7B918F] [r=7 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,91) size 9x13 [bgcolor=#044140] [r=7 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,91) size 8x13 [bgcolor=#044140] [r=7 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3037,11 +3037,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,91) size 8x13 [bgcolor=#5E5F60] [r=7 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,91) size 9x13 [bgcolor=#5E5F60] [r=7 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,91) size 9x13 [bgcolor=#777878] [r=7 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,91) size 8x13 [bgcolor=#777878] [r=7 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3061,15 +3061,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,91) size 8x13 [bgcolor=#048485] [r=7 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,91) size 9x13 [bgcolor=#048485] [r=7 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,91) size 9x13 [bgcolor=#027777] [r=7 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,91) size 8x13 [bgcolor=#027777] [r=7 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,91) size 9x13 [bgcolor=#026766] [r=7 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,91) size 8x13 [bgcolor=#026766] [r=7 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3085,15 +3085,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,91) size 8x13 [bgcolor=#026766] [r=7 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,91) size 9x13 [bgcolor=#026766] [r=7 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,91) size 9x13 [bgcolor=#026766] [r=7 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,91) size 9x13 [bgcolor=#026766] [r=7 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,91) size 9x13 [bgcolor=#1E7A79] [r=7 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,91) size 8x13 [bgcolor=#1E7A79] [r=7 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3109,15 +3109,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,91) size 8x13 [bgcolor=#3D4242] [r=7 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,91) size 9x13 [bgcolor=#3D4242] [r=7 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,91) size 9x13 [bgcolor=#515C5B] [r=7 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,91) size 9x13 [bgcolor=#515C5B] [r=7 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,91) size 9x13 [bgcolor=#696A69] [r=7 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,91) size 8x13 [bgcolor=#696A69] [r=7 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3137,15 +3137,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,91) size 8x13 [bgcolor=#026766] [r=7 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,91) size 9x13 [bgcolor=#026766] [r=7 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,91) size 9x13 [bgcolor=#026766] [r=7 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,91) size 9x13 [bgcolor=#026766] [r=7 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,91) size 9x13 [bgcolor=#026766] [r=7 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,91) size 8x13 [bgcolor=#026766] [r=7 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3161,15 +3161,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,91) size 8x13 [bgcolor=#026766] [r=7 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,91) size 9x13 [bgcolor=#026766] [r=7 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,91) size 9x13 [bgcolor=#026766] [r=7 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,91) size 9x13 [bgcolor=#026766] [r=7 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,91) size 9x13 [bgcolor=#026766] [r=7 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,91) size 8x13 [bgcolor=#026766] [r=7 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3185,19 +3185,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,91) size 8x13 [bgcolor=#274C4D] [r=7 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,91) size 9x13 [bgcolor=#274C4D] [r=7 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,91) size 9x13 [bgcolor=#223C3D] [r=7 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,91) size 9x13 [bgcolor=#223C3D] [r=7 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,91) size 9x13 [bgcolor=#5E5F60] [r=7 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,91) size 8x13 [bgcolor=#5E5F60] [r=7 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,91) size 9x13 [bgcolor=#777878] [r=7 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,91) size 8x13 [bgcolor=#777878] [r=7 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3209,7 +3209,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,91) size 8x13 [bgcolor=#4D4F4F] [r=7 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,91) size 9x13 [bgcolor=#4D4F4F] [r=7 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3286,11 +3286,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,104) size 8x13 [bgcolor=#2D3433] [r=8 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,104) size 9x13 [bgcolor=#2D3433] [r=8 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,104) size 9x13 [bgcolor=#1E7A79] [r=8 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,104) size 8x13 [bgcolor=#1E7A79] [r=8 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3310,11 +3310,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,104) size 8x13 [bgcolor=#026766] [r=8 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,104) size 9x13 [bgcolor=#026766] [r=8 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,104) size 9x13 [bgcolor=#026766] [r=8 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,104) size 8x13 [bgcolor=#026766] [r=8 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3342,7 +3342,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,104) size 9x13 [bgcolor=#515C5B] [r=8 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,104) size 8x13 [bgcolor=#515C5B] [r=8 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3362,11 +3362,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,104) size 8x13 [bgcolor=#027777] [r=8 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,104) size 9x13 [bgcolor=#027777] [r=8 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,104) size 9x13 [bgcolor=#026766] [r=8 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,104) size 8x13 [bgcolor=#026766] [r=8 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3386,11 +3386,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,104) size 8x13 [bgcolor=#026766] [r=8 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,104) size 9x13 [bgcolor=#026766] [r=8 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,104) size 9x13 [bgcolor=#026766] [r=8 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,104) size 8x13 [bgcolor=#026766] [r=8 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3410,15 +3410,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,104) size 8x13 [bgcolor=#FDFDFB] [r=8 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,104) size 9x13 [bgcolor=#FDFDFB] [r=8 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,104) size 9x13 [bgcolor=#848788] [r=8 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,104) size 9x13 [bgcolor=#848788] [r=8 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,104) size 9x13 [bgcolor=#083131] [r=8 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,104) size 8x13 [bgcolor=#083131] [r=8 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3438,11 +3438,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,104) size 8x13 [bgcolor=#777878] [r=8 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,104) size 9x13 [bgcolor=#777878] [r=8 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,104) size 9x13 [bgcolor=#848788] [r=8 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,104) size 8x13 [bgcolor=#848788] [r=8 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3462,15 +3462,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,104) size 8x13 [bgcolor=#027777] [r=8 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,104) size 9x13 [bgcolor=#027777] [r=8 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,104) size 9x13 [bgcolor=#026766] [r=8 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,104) size 8x13 [bgcolor=#026766] [r=8 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,104) size 9x13 [bgcolor=#026766] [r=8 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,104) size 8x13 [bgcolor=#026766] [r=8 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3486,15 +3486,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,104) size 8x13 [bgcolor=#026766] [r=8 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,104) size 9x13 [bgcolor=#026766] [r=8 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,104) size 9x13 [bgcolor=#026766] [r=8 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,104) size 9x13 [bgcolor=#026766] [r=8 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,104) size 9x13 [bgcolor=#1E7A79] [r=8 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,104) size 8x13 [bgcolor=#1E7A79] [r=8 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3510,15 +3510,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,104) size 8x13 [bgcolor=#515C5B] [r=8 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,104) size 9x13 [bgcolor=#515C5B] [r=8 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,104) size 9x13 [bgcolor=#777878] [r=8 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,104) size 9x13 [bgcolor=#777878] [r=8 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,104) size 9x13 [bgcolor=#848788] [r=8 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,104) size 8x13 [bgcolor=#848788] [r=8 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3538,15 +3538,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,104) size 8x13 [bgcolor=#026766] [r=8 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,104) size 9x13 [bgcolor=#026766] [r=8 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,104) size 9x13 [bgcolor=#026766] [r=8 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,104) size 9x13 [bgcolor=#026766] [r=8 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,104) size 9x13 [bgcolor=#026766] [r=8 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,104) size 8x13 [bgcolor=#026766] [r=8 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3562,15 +3562,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,104) size 8x13 [bgcolor=#026766] [r=8 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,104) size 9x13 [bgcolor=#026766] [r=8 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,104) size 9x13 [bgcolor=#026766] [r=8 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,104) size 9x13 [bgcolor=#026766] [r=8 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,104) size 9x13 [bgcolor=#026766] [r=8 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,104) size 8x13 [bgcolor=#026766] [r=8 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3586,19 +3586,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,104) size 8x13 [bgcolor=#223C3D] [r=8 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,104) size 9x13 [bgcolor=#223C3D] [r=8 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,104) size 9x13 [bgcolor=#223C3D] [r=8 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,104) size 9x13 [bgcolor=#223C3D] [r=8 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,104) size 9x13 [bgcolor=#5E5F60] [r=8 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,104) size 8x13 [bgcolor=#5E5F60] [r=8 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,104) size 9x13 [bgcolor=#777878] [r=8 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,104) size 8x13 [bgcolor=#777878] [r=8 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3610,7 +3610,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,104) size 8x13 [bgcolor=#4D4F4F] [r=8 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,104) size 9x13 [bgcolor=#4D4F4F] [r=8 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3687,11 +3687,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,117) size 8x13 [bgcolor=#2D3433] [r=9 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,117) size 9x13 [bgcolor=#2D3433] [r=9 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,117) size 9x13 [bgcolor=#1E7A79] [r=9 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,117) size 8x13 [bgcolor=#1E7A79] [r=9 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3711,11 +3711,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,117) size 8x13 [bgcolor=#7CAEAF] [r=9 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,117) size 9x13 [bgcolor=#7CAEAF] [r=9 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,117) size 9x13 [bgcolor=#97C1C0] [r=9 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,117) size 8x13 [bgcolor=#97C1C0] [r=9 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3743,7 +3743,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,117) size 9x13 [bgcolor=#344C4E] [r=9 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,117) size 8x13 [bgcolor=#344C4E] [r=9 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3763,11 +3763,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,117) size 8x13 [bgcolor=#60A2A3] [r=9 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,117) size 9x13 [bgcolor=#60A2A3] [r=9 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,117) size 9x13 [bgcolor=#8DB7B6] [r=9 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,117) size 8x13 [bgcolor=#8DB7B6] [r=9 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3787,11 +3787,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,117) size 8x13 [bgcolor=#287A7A] [r=9 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,117) size 9x13 [bgcolor=#287A7A] [r=9 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,117) size 9x13 [bgcolor=#026766] [r=9 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,117) size 8x13 [bgcolor=#026766] [r=9 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3811,15 +3811,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,117) size 8x13 [bgcolor=#FDFDFB] [r=9 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,117) size 9x13 [bgcolor=#FDFDFB] [r=9 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,117) size 9x13 [bgcolor=#848788] [r=9 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,117) size 9x13 [bgcolor=#848788] [r=9 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,117) size 9x13 [bgcolor=#274C4D] [r=9 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,117) size 8x13 [bgcolor=#274C4D] [r=9 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3839,11 +3839,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,117) size 8x13 [bgcolor=#B4B4B4] [r=9 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,117) size 9x13 [bgcolor=#B4B4B4] [r=9 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,117) size 9x13 [bgcolor=#A5A6A6] [r=9 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,117) size 8x13 [bgcolor=#A5A6A6] [r=9 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3863,15 +3863,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,117) size 8x13 [bgcolor=#027777] [r=9 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,117) size 9x13 [bgcolor=#027777] [r=9 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,117) size 9x13 [bgcolor=#1A6B6A] [r=9 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,117) size 8x13 [bgcolor=#1A6B6A] [r=9 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,117) size 9x13 [bgcolor=#469191] [r=9 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,117) size 8x13 [bgcolor=#469191] [r=9 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3887,15 +3887,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,117) size 8x13 [bgcolor=#7CAEAF] [r=9 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,117) size 9x13 [bgcolor=#7CAEAF] [r=9 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,117) size 9x13 [bgcolor=#469191] [r=9 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,117) size 9x13 [bgcolor=#469191] [r=9 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,117) size 9x13 [bgcolor=#338686] [r=9 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,117) size 8x13 [bgcolor=#338686] [r=9 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3911,15 +3911,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,117) size 8x13 [bgcolor=#5E5F60] [r=9 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,117) size 9x13 [bgcolor=#5E5F60] [r=9 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,117) size 9x13 [bgcolor=#777878] [r=9 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,117) size 9x13 [bgcolor=#777878] [r=9 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,117) size 9x13 [bgcolor=#939494] [r=9 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,117) size 8x13 [bgcolor=#939494] [r=9 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3939,15 +3939,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,117) size 8x13 [bgcolor=#97C1C0] [r=9 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,117) size 9x13 [bgcolor=#97C1C0] [r=9 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,117) size 9x13 [bgcolor=#97C1C0] [r=9 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,117) size 9x13 [bgcolor=#97C1C0] [r=9 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,117) size 9x13 [bgcolor=#7CAEAF] [r=9 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,117) size 8x13 [bgcolor=#7CAEAF] [r=9 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3963,15 +3963,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,117) size 8x13 [bgcolor=#026766] [r=9 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,117) size 9x13 [bgcolor=#026766] [r=9 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,117) size 9x13 [bgcolor=#026766] [r=9 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,117) size 9x13 [bgcolor=#026766] [r=9 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,117) size 9x13 [bgcolor=#469191] [r=9 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,117) size 8x13 [bgcolor=#469191] [r=9 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3987,19 +3987,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,117) size 8x13 [bgcolor=#848788] [r=9 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,117) size 9x13 [bgcolor=#848788] [r=9 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,117) size 9x13 [bgcolor=#848788] [r=9 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,117) size 9x13 [bgcolor=#848788] [r=9 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,117) size 9x13 [bgcolor=#777878] [r=9 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,117) size 8x13 [bgcolor=#777878] [r=9 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,117) size 9x13 [bgcolor=#777878] [r=9 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,117) size 8x13 [bgcolor=#777878] [r=9 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4011,7 +4011,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,117) size 8x13 [bgcolor=#4D4F4F] [r=9 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,117) size 9x13 [bgcolor=#4D4F4F] [r=9 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4088,11 +4088,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,130) size 8x13 [bgcolor=#2D3433] [r=10 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,130) size 9x13 [bgcolor=#2D3433] [r=10 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,130) size 9x13 [bgcolor=#1E7A79] [r=10 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,130) size 8x13 [bgcolor=#1E7A79] [r=10 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4112,11 +4112,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,130) size 8x13 [bgcolor=#BEC2C2] [r=10 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,130) size 9x13 [bgcolor=#BEC2C2] [r=10 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,130) size 9x13 [bgcolor=#939494] [r=10 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,130) size 8x13 [bgcolor=#939494] [r=10 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4144,7 +4144,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,130) size 9x13 [bgcolor=#044140] [r=10 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,130) size 8x13 [bgcolor=#044140] [r=10 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4164,11 +4164,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,130) size 8x13 [bgcolor=#EDEEEF] [r=10 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,130) size 9x13 [bgcolor=#EDEEEF] [r=10 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,130) size 9x13 [bgcolor=#A5A6A6] [r=10 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,130) size 8x13 [bgcolor=#A5A6A6] [r=10 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4188,11 +4188,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,130) size 8x13 [bgcolor=#E0EAE9] [r=10 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,130) size 9x13 [bgcolor=#E0EAE9] [r=10 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,130) size 9x13 [bgcolor=#589594] [r=10 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,130) size 8x13 [bgcolor=#589594] [r=10 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4212,15 +4212,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,130) size 8x13 [bgcolor=#FDFDFB] [r=10 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,130) size 9x13 [bgcolor=#FDFDFB] [r=10 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,130) size 9x13 [bgcolor=#CECFCF] [r=10 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,130) size 9x13 [bgcolor=#CECFCF] [r=10 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,130) size 9x13 [bgcolor=#CECFCF] [r=10 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,130) size 8x13 [bgcolor=#CECFCF] [r=10 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4240,11 +4240,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,130) size 8x13 [bgcolor=#FDFDFB] [r=10 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,130) size 9x13 [bgcolor=#FDFDFB] [r=10 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,130) size 9x13 [bgcolor=#EDEEEF] [r=10 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,130) size 8x13 [bgcolor=#EDEEEF] [r=10 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4264,15 +4264,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,130) size 8x13 [bgcolor=#349392] [r=10 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,130) size 9x13 [bgcolor=#349392] [r=10 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,130) size 9x13 [bgcolor=#B6D0D1] [r=10 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,130) size 8x13 [bgcolor=#B6D0D1] [r=10 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,130) size 9x13 [bgcolor=#EDEEEF] [r=10 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,130) size 8x13 [bgcolor=#EDEEEF] [r=10 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4288,15 +4288,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,130) size 8x13 [bgcolor=#939494] [r=10 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,130) size 9x13 [bgcolor=#939494] [r=10 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,130) size 9x13 [bgcolor=#CECFCF] [r=10 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,130) size 9x13 [bgcolor=#CECFCF] [r=10 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,130) size 9x13 [bgcolor=#B6D8D7] [r=10 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,130) size 8x13 [bgcolor=#B6D8D7] [r=10 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4312,15 +4312,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,130) size 8x13 [bgcolor=#5E5F60] [r=10 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,130) size 9x13 [bgcolor=#5E5F60] [r=10 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,130) size 9x13 [bgcolor=#848788] [r=10 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,130) size 9x13 [bgcolor=#848788] [r=10 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,130) size 9x13 [bgcolor=#939494] [r=10 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,130) size 8x13 [bgcolor=#939494] [r=10 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4340,15 +4340,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,130) size 8x13 [bgcolor=#848788] [r=10 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,130) size 9x13 [bgcolor=#848788] [r=10 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,130) size 9x13 [bgcolor=#939494] [r=10 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,130) size 9x13 [bgcolor=#939494] [r=10 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,130) size 9x13 [bgcolor=#BEC2C2] [r=10 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,130) size 8x13 [bgcolor=#BEC2C2] [r=10 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4364,15 +4364,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,130) size 8x13 [bgcolor=#026766] [r=10 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,130) size 9x13 [bgcolor=#026766] [r=10 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,130) size 9x13 [bgcolor=#026766] [r=10 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,130) size 9x13 [bgcolor=#026766] [r=10 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,130) size 9x13 [bgcolor=#7CAEAF] [r=10 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,130) size 8x13 [bgcolor=#7CAEAF] [r=10 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4388,19 +4388,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,130) size 8x13 [bgcolor=#BEC2C2] [r=10 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,130) size 9x13 [bgcolor=#BEC2C2] [r=10 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,130) size 9x13 [bgcolor=#B4B4B4] [r=10 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,130) size 9x13 [bgcolor=#B4B4B4] [r=10 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,130) size 9x13 [bgcolor=#696A69] [r=10 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,130) size 8x13 [bgcolor=#696A69] [r=10 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,130) size 9x13 [bgcolor=#696A69] [r=10 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,130) size 8x13 [bgcolor=#696A69] [r=10 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4412,7 +4412,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,130) size 8x13 [bgcolor=#4D4F4F] [r=10 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,130) size 9x13 [bgcolor=#4D4F4F] [r=10 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4489,11 +4489,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,143) size 8x13 [bgcolor=#2D3433] [r=11 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,143) size 9x13 [bgcolor=#2D3433] [r=11 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,143) size 9x13 [bgcolor=#1E7A79] [r=11 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,143) size 8x13 [bgcolor=#1E7A79] [r=11 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4513,11 +4513,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,143) size 8x13 [bgcolor=#072323] [r=11 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,143) size 9x13 [bgcolor=#072323] [r=11 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,143) size 9x13 [bgcolor=#044140] [r=11 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,143) size 8x13 [bgcolor=#044140] [r=11 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4545,7 +4545,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,143) size 9x13 [bgcolor=#083131] [r=11 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,143) size 8x13 [bgcolor=#083131] [r=11 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4565,11 +4565,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,143) size 8x13 [bgcolor=#5E5F60] [r=11 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,143) size 9x13 [bgcolor=#5E5F60] [r=11 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,143) size 9x13 [bgcolor=#083131] [r=11 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,143) size 8x13 [bgcolor=#083131] [r=11 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4589,11 +4589,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,143) size 8x13 [bgcolor=#CECFCF] [r=11 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,143) size 9x13 [bgcolor=#CECFCF] [r=11 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,143) size 9x13 [bgcolor=#A5A6A6] [r=11 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,143) size 8x13 [bgcolor=#A5A6A6] [r=11 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4613,15 +4613,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,143) size 8x13 [bgcolor=#FDFDFB] [r=11 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,143) size 9x13 [bgcolor=#FDFDFB] [r=11 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,143) size 9x13 [bgcolor=#EDEEEF] [r=11 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,143) size 9x13 [bgcolor=#EDEEEF] [r=11 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,143) size 9x13 [bgcolor=#4D4F4F] [r=11 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,143) size 8x13 [bgcolor=#4D4F4F] [r=11 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4641,11 +4641,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,143) size 8x13 [bgcolor=#B4B4B4] [r=11 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,143) size 9x13 [bgcolor=#B4B4B4] [r=11 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,143) size 9x13 [bgcolor=#FDFDFB] [r=11 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,143) size 8x13 [bgcolor=#FDFDFB] [r=11 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4665,15 +4665,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,143) size 8x13 [bgcolor=#E0EAE9] [r=11 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,143) size 9x13 [bgcolor=#E0EAE9] [r=11 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,143) size 9x13 [bgcolor=#FDFDFB] [r=11 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,143) size 8x13 [bgcolor=#FDFDFB] [r=11 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,143) size 9x13 [bgcolor=#777878] [r=11 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,143) size 8x13 [bgcolor=#777878] [r=11 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4689,15 +4689,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,143) size 8x13 [bgcolor=#044F4F] [r=11 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,143) size 9x13 [bgcolor=#044F4F] [r=11 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,143) size 9x13 [bgcolor=#1A5C5C] [r=11 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,143) size 9x13 [bgcolor=#1A5C5C] [r=11 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,143) size 9x13 [bgcolor=#A2B5B4] [r=11 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,143) size 8x13 [bgcolor=#A2B5B4] [r=11 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4713,15 +4713,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,143) size 8x13 [bgcolor=#5E5F60] [r=11 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,143) size 9x13 [bgcolor=#5E5F60] [r=11 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,143) size 9x13 [bgcolor=#848788] [r=11 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,143) size 9x13 [bgcolor=#848788] [r=11 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,143) size 9x13 [bgcolor=#CECFCF] [r=11 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,143) size 8x13 [bgcolor=#CECFCF] [r=11 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4741,15 +4741,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,143) size 8x13 [bgcolor=#044F4F] [r=11 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,143) size 9x13 [bgcolor=#044F4F] [r=11 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,143) size 9x13 [bgcolor=#044F4F] [r=11 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,143) size 9x13 [bgcolor=#044F4F] [r=11 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,143) size 9x13 [bgcolor=#044F4F] [r=11 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,143) size 8x13 [bgcolor=#044F4F] [r=11 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4765,15 +4765,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,143) size 8x13 [bgcolor=#5A8787] [r=11 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,143) size 9x13 [bgcolor=#5A8787] [r=11 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,143) size 9x13 [bgcolor=#025E5E] [r=11 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,143) size 9x13 [bgcolor=#025E5E] [r=11 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,143) size 9x13 [bgcolor=#025E5E] [r=11 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,143) size 8x13 [bgcolor=#025E5E] [r=11 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4789,19 +4789,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,143) size 8x13 [bgcolor=#2D3433] [r=11 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,143) size 9x13 [bgcolor=#2D3433] [r=11 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,143) size 9x13 [bgcolor=#1C2524] [r=11 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,143) size 9x13 [bgcolor=#1C2524] [r=11 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,143) size 9x13 [bgcolor=#3D4242] [r=11 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,143) size 8x13 [bgcolor=#3D4242] [r=11 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,143) size 9x13 [bgcolor=#777878] [r=11 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,143) size 8x13 [bgcolor=#777878] [r=11 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4813,7 +4813,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,143) size 8x13 [bgcolor=#4D4F4F] [r=11 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,143) size 9x13 [bgcolor=#4D4F4F] [r=11 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4890,11 +4890,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,156) size 8x13 [bgcolor=#2D3433] [r=12 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,156) size 9x13 [bgcolor=#2D3433] [r=12 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,156) size 9x13 [bgcolor=#1E7A79] [r=12 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,156) size 8x13 [bgcolor=#1E7A79] [r=12 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4914,11 +4914,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,156) size 8x13 [bgcolor=#287A7A] [r=12 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,156) size 9x13 [bgcolor=#287A7A] [r=12 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,156) size 9x13 [bgcolor=#338686] [r=12 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,156) size 8x13 [bgcolor=#338686] [r=12 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4946,7 +4946,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,156) size 9x13 [bgcolor=#072323] [r=12 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,156) size 8x13 [bgcolor=#072323] [r=12 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4966,11 +4966,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,156) size 8x13 [bgcolor=#CECFCF] [r=12 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,156) size 9x13 [bgcolor=#CECFCF] [r=12 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,156) size 9x13 [bgcolor=#8DB7B6] [r=12 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,156) size 8x13 [bgcolor=#8DB7B6] [r=12 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4990,11 +4990,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,156) size 8x13 [bgcolor=#1A5C5C] [r=12 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,156) size 9x13 [bgcolor=#1A5C5C] [r=12 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,156) size 9x13 [bgcolor=#044F4F] [r=12 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,156) size 8x13 [bgcolor=#044F4F] [r=12 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5014,15 +5014,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,156) size 8x13 [bgcolor=#FDFDFB] [r=12 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,156) size 9x13 [bgcolor=#FDFDFB] [r=12 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,156) size 9x13 [bgcolor=#A5A6A6] [r=12 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,156) size 9x13 [bgcolor=#A5A6A6] [r=12 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,156) size 9x13 [bgcolor=#072323] [r=12 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,156) size 8x13 [bgcolor=#072323] [r=12 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5042,11 +5042,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,156) size 8x13 [bgcolor=#B4B4B4] [r=12 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,156) size 9x13 [bgcolor=#B4B4B4] [r=12 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,156) size 9x13 [bgcolor=#FDFDFB] [r=12 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,156) size 8x13 [bgcolor=#FDFDFB] [r=12 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5066,15 +5066,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,156) size 8x13 [bgcolor=#FDFDFB] [r=12 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,156) size 9x13 [bgcolor=#FDFDFB] [r=12 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,156) size 9x13 [bgcolor=#DEDFDF] [r=12 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,156) size 8x13 [bgcolor=#DEDFDF] [r=12 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,156) size 9x13 [bgcolor=#072323] [r=12 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,156) size 8x13 [bgcolor=#072323] [r=12 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5090,15 +5090,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,156) size 8x13 [bgcolor=#026766] [r=12 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,156) size 9x13 [bgcolor=#026766] [r=12 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,156) size 9x13 [bgcolor=#026766] [r=12 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,156) size 9x13 [bgcolor=#026766] [r=12 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,156) size 9x13 [bgcolor=#287A7A] [r=12 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,156) size 8x13 [bgcolor=#287A7A] [r=12 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5114,15 +5114,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,156) size 8x13 [bgcolor=#5E5F60] [r=12 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,156) size 9x13 [bgcolor=#5E5F60] [r=12 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,156) size 9x13 [bgcolor=#91A3A3] [r=12 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,156) size 9x13 [bgcolor=#91A3A3] [r=12 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,156) size 9x13 [bgcolor=#FDFDFB] [r=12 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,156) size 8x13 [bgcolor=#FDFDFB] [r=12 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5142,15 +5142,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,156) size 8x13 [bgcolor=#026766] [r=12 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,156) size 9x13 [bgcolor=#026766] [r=12 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,156) size 9x13 [bgcolor=#026766] [r=12 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,156) size 9x13 [bgcolor=#026766] [r=12 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,156) size 9x13 [bgcolor=#026766] [r=12 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,156) size 8x13 [bgcolor=#026766] [r=12 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5166,15 +5166,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,156) size 8x13 [bgcolor=#BEC2C2] [r=12 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,156) size 9x13 [bgcolor=#BEC2C2] [r=12 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,156) size 9x13 [bgcolor=#1A5C5C] [r=12 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,156) size 9x13 [bgcolor=#1A5C5C] [r=12 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,156) size 9x13 [bgcolor=#026766] [r=12 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,156) size 8x13 [bgcolor=#026766] [r=12 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5190,19 +5190,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,156) size 8x13 [bgcolor=#2D3433] [r=12 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,156) size 9x13 [bgcolor=#2D3433] [r=12 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,156) size 9x13 [bgcolor=#223C3D] [r=12 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,156) size 9x13 [bgcolor=#223C3D] [r=12 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,156) size 9x13 [bgcolor=#5E5F60] [r=12 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,156) size 8x13 [bgcolor=#5E5F60] [r=12 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,156) size 9x13 [bgcolor=#777878] [r=12 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,156) size 8x13 [bgcolor=#777878] [r=12 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5214,7 +5214,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,156) size 8x13 [bgcolor=#4D4F4F] [r=12 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,156) size 9x13 [bgcolor=#4D4F4F] [r=12 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5291,11 +5291,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,169) size 8x13 [bgcolor=#2D3433] [r=13 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,169) size 9x13 [bgcolor=#2D3433] [r=13 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,169) size 9x13 [bgcolor=#1E7A79] [r=13 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,169) size 8x13 [bgcolor=#1E7A79] [r=13 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5315,11 +5315,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,169) size 8x13 [bgcolor=#E0EAE9] [r=13 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,169) size 9x13 [bgcolor=#E0EAE9] [r=13 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,169) size 9x13 [bgcolor=#E0EAE9] [r=13 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,169) size 8x13 [bgcolor=#E0EAE9] [r=13 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5347,7 +5347,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,169) size 9x13 [bgcolor=#072323] [r=13 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,169) size 8x13 [bgcolor=#072323] [r=13 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5367,11 +5367,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,169) size 8x13 [bgcolor=#B4B4B4] [r=13 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,169) size 9x13 [bgcolor=#B4B4B4] [r=13 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,169) size 9x13 [bgcolor=#DEDFDF] [r=13 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,169) size 8x13 [bgcolor=#DEDFDF] [r=13 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5391,11 +5391,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,169) size 8x13 [bgcolor=#97C1C0] [r=13 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,169) size 9x13 [bgcolor=#97C1C0] [r=13 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,169) size 9x13 [bgcolor=#469191] [r=13 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,169) size 8x13 [bgcolor=#469191] [r=13 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5415,15 +5415,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,169) size 8x13 [bgcolor=#FDFDFB] [r=13 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,169) size 9x13 [bgcolor=#FDFDFB] [r=13 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,169) size 9x13 [bgcolor=#848788] [r=13 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,169) size 9x13 [bgcolor=#848788] [r=13 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,169) size 9x13 [bgcolor=#072323] [r=13 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,169) size 8x13 [bgcolor=#072323] [r=13 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5443,11 +5443,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,169) size 8x13 [bgcolor=#B4B4B4] [r=13 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,169) size 9x13 [bgcolor=#B4B4B4] [r=13 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,169) size 9x13 [bgcolor=#FDFDFB] [r=13 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,169) size 8x13 [bgcolor=#FDFDFB] [r=13 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5467,15 +5467,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,169) size 8x13 [bgcolor=#FDFDFB] [r=13 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,169) size 9x13 [bgcolor=#FDFDFB] [r=13 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,169) size 9x13 [bgcolor=#BEC2C2] [r=13 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,169) size 8x13 [bgcolor=#BEC2C2] [r=13 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,169) size 9x13 [bgcolor=#083131] [r=13 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,169) size 8x13 [bgcolor=#083131] [r=13 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5491,15 +5491,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,169) size 8x13 [bgcolor=#026766] [r=13 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,169) size 9x13 [bgcolor=#026766] [r=13 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,169) size 9x13 [bgcolor=#026766] [r=13 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,169) size 9x13 [bgcolor=#026766] [r=13 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,169) size 9x13 [bgcolor=#1E7A79] [r=13 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,169) size 8x13 [bgcolor=#1E7A79] [r=13 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5515,15 +5515,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,169) size 8x13 [bgcolor=#5E5F60] [r=13 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,169) size 9x13 [bgcolor=#5E5F60] [r=13 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,169) size 9x13 [bgcolor=#B4B4B4] [r=13 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,169) size 9x13 [bgcolor=#B4B4B4] [r=13 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,169) size 9x13 [bgcolor=#FDFDFB] [r=13 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,169) size 8x13 [bgcolor=#FDFDFB] [r=13 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5543,15 +5543,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,169) size 8x13 [bgcolor=#026766] [r=13 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,169) size 9x13 [bgcolor=#026766] [r=13 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,169) size 9x13 [bgcolor=#026766] [r=13 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,169) size 9x13 [bgcolor=#026766] [r=13 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,169) size 9x13 [bgcolor=#026766] [r=13 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,169) size 8x13 [bgcolor=#026766] [r=13 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5567,15 +5567,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,169) size 8x13 [bgcolor=#DEDFDF] [r=13 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,169) size 9x13 [bgcolor=#DEDFDF] [r=13 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,169) size 9x13 [bgcolor=#274C4D] [r=13 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,169) size 9x13 [bgcolor=#274C4D] [r=13 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,169) size 9x13 [bgcolor=#026766] [r=13 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,169) size 8x13 [bgcolor=#026766] [r=13 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5591,19 +5591,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,169) size 8x13 [bgcolor=#2D3433] [r=13 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,169) size 9x13 [bgcolor=#2D3433] [r=13 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,169) size 9x13 [bgcolor=#223C3D] [r=13 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,169) size 9x13 [bgcolor=#223C3D] [r=13 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,169) size 9x13 [bgcolor=#5E5F60] [r=13 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,169) size 8x13 [bgcolor=#5E5F60] [r=13 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,169) size 9x13 [bgcolor=#777878] [r=13 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,169) size 8x13 [bgcolor=#777878] [r=13 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5615,7 +5615,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,169) size 8x13 [bgcolor=#4D4F4F] [r=13 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,169) size 9x13 [bgcolor=#4D4F4F] [r=13 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5692,11 +5692,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,182) size 8x13 [bgcolor=#2D3433] [r=14 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,182) size 9x13 [bgcolor=#2D3433] [r=14 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,182) size 9x13 [bgcolor=#1E7A79] [r=14 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,182) size 8x13 [bgcolor=#1E7A79] [r=14 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5716,11 +5716,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,182) size 8x13 [bgcolor=#223C3D] [r=14 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,182) size 9x13 [bgcolor=#223C3D] [r=14 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,182) size 9x13 [bgcolor=#072323] [r=14 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,182) size 8x13 [bgcolor=#072323] [r=14 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5748,7 +5748,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,182) size 9x13 [bgcolor=#072323] [r=14 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,182) size 8x13 [bgcolor=#072323] [r=14 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5768,11 +5768,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,182) size 8x13 [bgcolor=#025E5E] [r=14 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,182) size 9x13 [bgcolor=#025E5E] [r=14 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,182) size 9x13 [bgcolor=#044140] [r=14 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,182) size 8x13 [bgcolor=#044140] [r=14 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5792,11 +5792,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,182) size 8x13 [bgcolor=#EDEEEF] [r=14 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,182) size 9x13 [bgcolor=#EDEEEF] [r=14 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,182) size 9x13 [bgcolor=#FDFDFB] [r=14 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,182) size 8x13 [bgcolor=#FDFDFB] [r=14 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5816,15 +5816,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,182) size 8x13 [bgcolor=#FDFDFB] [r=14 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,182) size 9x13 [bgcolor=#FDFDFB] [r=14 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,182) size 9x13 [bgcolor=#848788] [r=14 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,182) size 9x13 [bgcolor=#848788] [r=14 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,182) size 9x13 [bgcolor=#072323] [r=14 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,182) size 8x13 [bgcolor=#072323] [r=14 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5844,11 +5844,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,182) size 8x13 [bgcolor=#B4B4B4] [r=14 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,182) size 9x13 [bgcolor=#B4B4B4] [r=14 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,182) size 9x13 [bgcolor=#FDFDFB] [r=14 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,182) size 8x13 [bgcolor=#FDFDFB] [r=14 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5868,15 +5868,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,182) size 8x13 [bgcolor=#FDFDFB] [r=14 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,182) size 9x13 [bgcolor=#FDFDFB] [r=14 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,182) size 9x13 [bgcolor=#E0EAE9] [r=14 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,182) size 8x13 [bgcolor=#E0EAE9] [r=14 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,182) size 9x13 [bgcolor=#044140] [r=14 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,182) size 8x13 [bgcolor=#044140] [r=14 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5892,15 +5892,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,182) size 8x13 [bgcolor=#026766] [r=14 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,182) size 9x13 [bgcolor=#026766] [r=14 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,182) size 9x13 [bgcolor=#026766] [r=14 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,182) size 9x13 [bgcolor=#026766] [r=14 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,182) size 9x13 [bgcolor=#287A7A] [r=14 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,182) size 8x13 [bgcolor=#287A7A] [r=14 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5916,15 +5916,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,182) size 8x13 [bgcolor=#5E5F60] [r=14 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,182) size 9x13 [bgcolor=#5E5F60] [r=14 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,182) size 9x13 [bgcolor=#A5A6A6] [r=14 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,182) size 9x13 [bgcolor=#A5A6A6] [r=14 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,182) size 9x13 [bgcolor=#FDFDFB] [r=14 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,182) size 8x13 [bgcolor=#FDFDFB] [r=14 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5944,15 +5944,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,182) size 8x13 [bgcolor=#026766] [r=14 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,182) size 9x13 [bgcolor=#026766] [r=14 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,182) size 9x13 [bgcolor=#026766] [r=14 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,182) size 9x13 [bgcolor=#026766] [r=14 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,182) size 9x13 [bgcolor=#026766] [r=14 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,182) size 8x13 [bgcolor=#026766] [r=14 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5968,15 +5968,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,182) size 8x13 [bgcolor=#BEC2C2] [r=14 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,182) size 9x13 [bgcolor=#BEC2C2] [r=14 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,182) size 9x13 [bgcolor=#223C3D] [r=14 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,182) size 9x13 [bgcolor=#223C3D] [r=14 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,182) size 9x13 [bgcolor=#026766] [r=14 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,182) size 8x13 [bgcolor=#026766] [r=14 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5992,19 +5992,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,182) size 8x13 [bgcolor=#2D3433] [r=14 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,182) size 9x13 [bgcolor=#2D3433] [r=14 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,182) size 9x13 [bgcolor=#223C3D] [r=14 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,182) size 9x13 [bgcolor=#223C3D] [r=14 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,182) size 9x13 [bgcolor=#5E5F60] [r=14 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,182) size 8x13 [bgcolor=#5E5F60] [r=14 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,182) size 9x13 [bgcolor=#777878] [r=14 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,182) size 8x13 [bgcolor=#777878] [r=14 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6016,7 +6016,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,182) size 8x13 [bgcolor=#4D4F4F] [r=14 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,182) size 9x13 [bgcolor=#4D4F4F] [r=14 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6093,11 +6093,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,195) size 8x13 [bgcolor=#2D3433] [r=15 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,195) size 9x13 [bgcolor=#2D3433] [r=15 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,195) size 9x13 [bgcolor=#1E7A79] [r=15 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,195) size 8x13 [bgcolor=#1E7A79] [r=15 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6117,11 +6117,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,195) size 8x13 [bgcolor=#025E5E] [r=15 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,195) size 9x13 [bgcolor=#025E5E] [r=15 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,195) size 9x13 [bgcolor=#025E5E] [r=15 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,195) size 8x13 [bgcolor=#025E5E] [r=15 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6149,7 +6149,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,195) size 9x13 [bgcolor=#1C2524] [r=15 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,195) size 8x13 [bgcolor=#1C2524] [r=15 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6169,11 +6169,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,195) size 8x13 [bgcolor=#338686] [r=15 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,195) size 9x13 [bgcolor=#338686] [r=15 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,195) size 9x13 [bgcolor=#026766] [r=15 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,195) size 8x13 [bgcolor=#026766] [r=15 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6193,11 +6193,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,195) size 8x13 [bgcolor=#CADEDD] [r=15 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,195) size 9x13 [bgcolor=#CADEDD] [r=15 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,195) size 9x13 [bgcolor=#FDFDFB] [r=15 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,195) size 8x13 [bgcolor=#FDFDFB] [r=15 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6217,15 +6217,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,195) size 8x13 [bgcolor=#FDFDFB] [r=15 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,195) size 9x13 [bgcolor=#FDFDFB] [r=15 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,195) size 9x13 [bgcolor=#848788] [r=15 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,195) size 9x13 [bgcolor=#848788] [r=15 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,195) size 9x13 [bgcolor=#072323] [r=15 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,195) size 8x13 [bgcolor=#072323] [r=15 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6245,11 +6245,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,195) size 8x13 [bgcolor=#B4B4B4] [r=15 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,195) size 9x13 [bgcolor=#B4B4B4] [r=15 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,195) size 9x13 [bgcolor=#FDFDFB] [r=15 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,195) size 8x13 [bgcolor=#FDFDFB] [r=15 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6269,15 +6269,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,195) size 8x13 [bgcolor=#B6D8D7] [r=15 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,195) size 9x13 [bgcolor=#B6D8D7] [r=15 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,195) size 9x13 [bgcolor=#FDFDFB] [r=15 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,195) size 8x13 [bgcolor=#FDFDFB] [r=15 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,195) size 9x13 [bgcolor=#91A3A3] [r=15 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,195) size 8x13 [bgcolor=#91A3A3] [r=15 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6293,15 +6293,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,195) size 8x13 [bgcolor=#026766] [r=15 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,195) size 9x13 [bgcolor=#026766] [r=15 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,195) size 9x13 [bgcolor=#1A6B6A] [r=15 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,195) size 9x13 [bgcolor=#1A6B6A] [r=15 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,195) size 9x13 [bgcolor=#8DB7B6] [r=15 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,195) size 8x13 [bgcolor=#8DB7B6] [r=15 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6317,15 +6317,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,195) size 8x13 [bgcolor=#5E5F60] [r=15 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,195) size 9x13 [bgcolor=#5E5F60] [r=15 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,195) size 9x13 [bgcolor=#848788] [r=15 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,195) size 9x13 [bgcolor=#848788] [r=15 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,195) size 9x13 [bgcolor=#CECFCF] [r=15 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,195) size 8x13 [bgcolor=#CECFCF] [r=15 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6345,15 +6345,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,195) size 8x13 [bgcolor=#026766] [r=15 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,195) size 9x13 [bgcolor=#026766] [r=15 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,195) size 9x13 [bgcolor=#026766] [r=15 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,195) size 9x13 [bgcolor=#026766] [r=15 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,195) size 9x13 [bgcolor=#026766] [r=15 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,195) size 8x13 [bgcolor=#026766] [r=15 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6369,15 +6369,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,195) size 8x13 [bgcolor=#515C5B] [r=15 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,195) size 9x13 [bgcolor=#515C5B] [r=15 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,195) size 9x13 [bgcolor=#044140] [r=15 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,195) size 9x13 [bgcolor=#044140] [r=15 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,195) size 9x13 [bgcolor=#026766] [r=15 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,195) size 8x13 [bgcolor=#026766] [r=15 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6393,19 +6393,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,195) size 8x13 [bgcolor=#2D3433] [r=15 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,195) size 9x13 [bgcolor=#2D3433] [r=15 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,195) size 9x13 [bgcolor=#223C3D] [r=15 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,195) size 9x13 [bgcolor=#223C3D] [r=15 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,195) size 9x13 [bgcolor=#5E5F60] [r=15 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,195) size 8x13 [bgcolor=#5E5F60] [r=15 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,195) size 9x13 [bgcolor=#777878] [r=15 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,195) size 8x13 [bgcolor=#777878] [r=15 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6417,7 +6417,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,195) size 8x13 [bgcolor=#4D4F4F] [r=15 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,195) size 9x13 [bgcolor=#4D4F4F] [r=15 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6494,11 +6494,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,208) size 8x13 [bgcolor=#2D3433] [r=16 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,208) size 9x13 [bgcolor=#2D3433] [r=16 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,208) size 9x13 [bgcolor=#1E7A79] [r=16 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,208) size 8x13 [bgcolor=#1E7A79] [r=16 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6518,11 +6518,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,208) size 8x13 [bgcolor=#7CAEAF] [r=16 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,208) size 9x13 [bgcolor=#7CAEAF] [r=16 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,208) size 9x13 [bgcolor=#60A2A3] [r=16 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,208) size 8x13 [bgcolor=#60A2A3] [r=16 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6550,7 +6550,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,208) size 9x13 [bgcolor=#939494] [r=16 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,208) size 8x13 [bgcolor=#939494] [r=16 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6570,11 +6570,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,208) size 8x13 [bgcolor=#DEDFDF] [r=16 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,208) size 9x13 [bgcolor=#DEDFDF] [r=16 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,208) size 9x13 [bgcolor=#8DB7B6] [r=16 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,208) size 8x13 [bgcolor=#8DB7B6] [r=16 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6594,11 +6594,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,208) size 8x13 [bgcolor=#FDFDFB] [r=16 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,208) size 9x13 [bgcolor=#FDFDFB] [r=16 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,208) size 9x13 [bgcolor=#B4B4B4] [r=16 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,208) size 8x13 [bgcolor=#B4B4B4] [r=16 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6618,15 +6618,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,208) size 8x13 [bgcolor=#FDFDFB] [r=16 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,208) size 9x13 [bgcolor=#FDFDFB] [r=16 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,208) size 9x13 [bgcolor=#848788] [r=16 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,208) size 9x13 [bgcolor=#848788] [r=16 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,208) size 9x13 [bgcolor=#072323] [r=16 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,208) size 8x13 [bgcolor=#072323] [r=16 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6646,11 +6646,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,208) size 8x13 [bgcolor=#B4B4B4] [r=16 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,208) size 9x13 [bgcolor=#B4B4B4] [r=16 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,208) size 9x13 [bgcolor=#FDFDFB] [r=16 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,208) size 8x13 [bgcolor=#FDFDFB] [r=16 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6670,15 +6670,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,208) size 8x13 [bgcolor=#338686] [r=16 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,208) size 9x13 [bgcolor=#338686] [r=16 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,208) size 9x13 [bgcolor=#B6D0D1] [r=16 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,208) size 8x13 [bgcolor=#B6D0D1] [r=16 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,208) size 9x13 [bgcolor=#FDFDFB] [r=16 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,208) size 8x13 [bgcolor=#FDFDFB] [r=16 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6694,15 +6694,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,208) size 8x13 [bgcolor=#7CAEAF] [r=16 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,208) size 9x13 [bgcolor=#7CAEAF] [r=16 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,208) size 9x13 [bgcolor=#CADEDD] [r=16 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,208) size 9x13 [bgcolor=#CADEDD] [r=16 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,208) size 9x13 [bgcolor=#DEDFDF] [r=16 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,208) size 8x13 [bgcolor=#DEDFDF] [r=16 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6718,15 +6718,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,208) size 8x13 [bgcolor=#5E5F60] [r=16 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,208) size 9x13 [bgcolor=#5E5F60] [r=16 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,208) size 9x13 [bgcolor=#848788] [r=16 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,208) size 9x13 [bgcolor=#848788] [r=16 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,208) size 9x13 [bgcolor=#939494] [r=16 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,208) size 8x13 [bgcolor=#939494] [r=16 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6746,15 +6746,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,208) size 8x13 [bgcolor=#72A3A1] [r=16 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,208) size 9x13 [bgcolor=#72A3A1] [r=16 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,208) size 9x13 [bgcolor=#72A3A1] [r=16 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,208) size 9x13 [bgcolor=#72A3A1] [r=16 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,208) size 9x13 [bgcolor=#97C1C0] [r=16 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,208) size 8x13 [bgcolor=#97C1C0] [r=16 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6770,15 +6770,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,208) size 8x13 [bgcolor=#072323] [r=16 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,208) size 9x13 [bgcolor=#072323] [r=16 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,208) size 9x13 [bgcolor=#025E5E] [r=16 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,208) size 9x13 [bgcolor=#025E5E] [r=16 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,208) size 9x13 [bgcolor=#026766] [r=16 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,208) size 8x13 [bgcolor=#026766] [r=16 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6794,19 +6794,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,208) size 8x13 [bgcolor=#B4B4B4] [r=16 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,208) size 9x13 [bgcolor=#B4B4B4] [r=16 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,208) size 9x13 [bgcolor=#91A3A3] [r=16 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,208) size 9x13 [bgcolor=#91A3A3] [r=16 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,208) size 9x13 [bgcolor=#848788] [r=16 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,208) size 8x13 [bgcolor=#848788] [r=16 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,208) size 9x13 [bgcolor=#777878] [r=16 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,208) size 8x13 [bgcolor=#777878] [r=16 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6818,7 +6818,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,208) size 8x13 [bgcolor=#4D4F4F] [r=16 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,208) size 9x13 [bgcolor=#4D4F4F] [r=16 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6895,11 +6895,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,221) size 8x13 [bgcolor=#2D3433] [r=17 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,221) size 9x13 [bgcolor=#2D3433] [r=17 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,221) size 9x13 [bgcolor=#1E7A79] [r=17 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,221) size 8x13 [bgcolor=#1E7A79] [r=17 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6919,11 +6919,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,221) size 8x13 [bgcolor=#A5A6A6] [r=17 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,221) size 9x13 [bgcolor=#A5A6A6] [r=17 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,221) size 9x13 [bgcolor=#A5A6A6] [r=17 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,221) size 8x13 [bgcolor=#A5A6A6] [r=17 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6951,7 +6951,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,221) size 9x13 [bgcolor=#939494] [r=17 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,221) size 8x13 [bgcolor=#939494] [r=17 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6971,11 +6971,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,221) size 8x13 [bgcolor=#7B918F] [r=17 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,221) size 9x13 [bgcolor=#7B918F] [r=17 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,221) size 9x13 [bgcolor=#A5A6A6] [r=17 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,221) size 8x13 [bgcolor=#A5A6A6] [r=17 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6995,11 +6995,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,221) size 8x13 [bgcolor=#344C4E] [r=17 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,221) size 9x13 [bgcolor=#344C4E] [r=17 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,221) size 9x13 [bgcolor=#072323] [r=17 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,221) size 8x13 [bgcolor=#072323] [r=17 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7019,15 +7019,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,221) size 8x13 [bgcolor=#848788] [r=17 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,221) size 9x13 [bgcolor=#848788] [r=17 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,221) size 9x13 [bgcolor=#344C4E] [r=17 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,221) size 9x13 [bgcolor=#344C4E] [r=17 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,221) size 9x13 [bgcolor=#083131] [r=17 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,221) size 8x13 [bgcolor=#083131] [r=17 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7047,11 +7047,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,221) size 8x13 [bgcolor=#A5A6A6] [r=17 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,221) size 9x13 [bgcolor=#A5A6A6] [r=17 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,221) size 9x13 [bgcolor=#91A3A3] [r=17 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,221) size 8x13 [bgcolor=#91A3A3] [r=17 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7071,15 +7071,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,221) size 8x13 [bgcolor=#026766] [r=17 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,221) size 9x13 [bgcolor=#026766] [r=17 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,221) size 9x13 [bgcolor=#025E5E] [r=17 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,221) size 8x13 [bgcolor=#025E5E] [r=17 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,221) size 9x13 [bgcolor=#526B6B] [r=17 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,221) size 8x13 [bgcolor=#526B6B] [r=17 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7095,15 +7095,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,221) size 8x13 [bgcolor=#A5A6A6] [r=17 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,221) size 9x13 [bgcolor=#A5A6A6] [r=17 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,221) size 9x13 [bgcolor=#696A69] [r=17 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,221) size 9x13 [bgcolor=#696A69] [r=17 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,221) size 9x13 [bgcolor=#083131] [r=17 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,221) size 8x13 [bgcolor=#083131] [r=17 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7119,15 +7119,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,221) size 8x13 [bgcolor=#5E5F60] [r=17 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,221) size 9x13 [bgcolor=#5E5F60] [r=17 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,221) size 9x13 [bgcolor=#848788] [r=17 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,221) size 9x13 [bgcolor=#848788] [r=17 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,221) size 9x13 [bgcolor=#939494] [r=17 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,221) size 8x13 [bgcolor=#939494] [r=17 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7147,15 +7147,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,221) size 8x13 [bgcolor=#A5A6A6] [r=17 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,221) size 9x13 [bgcolor=#A5A6A6] [r=17 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,221) size 9x13 [bgcolor=#A5A6A6] [r=17 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,221) size 9x13 [bgcolor=#A5A6A6] [r=17 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,221) size 9x13 [bgcolor=#939494] [r=17 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,221) size 8x13 [bgcolor=#939494] [r=17 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7171,15 +7171,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,221) size 8x13 [bgcolor=#026766] [r=17 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,221) size 9x13 [bgcolor=#026766] [r=17 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,221) size 9x13 [bgcolor=#026766] [r=17 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,221) size 9x13 [bgcolor=#026766] [r=17 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,221) size 9x13 [bgcolor=#026766] [r=17 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,221) size 8x13 [bgcolor=#026766] [r=17 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7195,19 +7195,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,221) size 8x13 [bgcolor=#939494] [r=17 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,221) size 9x13 [bgcolor=#939494] [r=17 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,221) size 9x13 [bgcolor=#939494] [r=17 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,221) size 9x13 [bgcolor=#939494] [r=17 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,221) size 9x13 [bgcolor=#4D4F4F] [r=17 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,221) size 8x13 [bgcolor=#4D4F4F] [r=17 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,221) size 9x13 [bgcolor=#696A69] [r=17 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,221) size 8x13 [bgcolor=#696A69] [r=17 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7219,7 +7219,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,221) size 8x13 [bgcolor=#4D4F4F] [r=17 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,221) size 9x13 [bgcolor=#4D4F4F] [r=17 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7296,11 +7296,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,234) size 8x13 [bgcolor=#777878] [r=18 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,234) size 9x13 [bgcolor=#777878] [r=18 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,234) size 9x13 [bgcolor=#1E7A79] [r=18 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,234) size 8x13 [bgcolor=#1E7A79] [r=18 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7320,11 +7320,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,234) size 8x13 [bgcolor=#044F4F] [r=18 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,234) size 9x13 [bgcolor=#044F4F] [r=18 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,234) size 9x13 [bgcolor=#044F4F] [r=18 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,234) size 8x13 [bgcolor=#044F4F] [r=18 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7352,7 +7352,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,234) size 9x13 [bgcolor=#3D4242] [r=18 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,234) size 8x13 [bgcolor=#3D4242] [r=18 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7372,11 +7372,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,234) size 8x13 [bgcolor=#026766] [r=18 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,234) size 9x13 [bgcolor=#026766] [r=18 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,234) size 9x13 [bgcolor=#025E5E] [r=18 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,234) size 8x13 [bgcolor=#025E5E] [r=18 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7396,11 +7396,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,234) size 8x13 [bgcolor=#044F4F] [r=18 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,234) size 9x13 [bgcolor=#044F4F] [r=18 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,234) size 9x13 [bgcolor=#025E5E] [r=18 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,234) size 8x13 [bgcolor=#025E5E] [r=18 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7420,15 +7420,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,234) size 8x13 [bgcolor=#044F4F] [r=18 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,234) size 9x13 [bgcolor=#044F4F] [r=18 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,234) size 9x13 [bgcolor=#044140] [r=18 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,234) size 9x13 [bgcolor=#044140] [r=18 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,234) size 9x13 [bgcolor=#083131] [r=18 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,234) size 8x13 [bgcolor=#083131] [r=18 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7448,11 +7448,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,234) size 8x13 [bgcolor=#939494] [r=18 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,234) size 9x13 [bgcolor=#939494] [r=18 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,234) size 9x13 [bgcolor=#848788] [r=18 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,234) size 8x13 [bgcolor=#848788] [r=18 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7472,15 +7472,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,234) size 8x13 [bgcolor=#026766] [r=18 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,234) size 9x13 [bgcolor=#026766] [r=18 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,234) size 9x13 [bgcolor=#026766] [r=18 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,234) size 8x13 [bgcolor=#026766] [r=18 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,234) size 9x13 [bgcolor=#025E5E] [r=18 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,234) size 8x13 [bgcolor=#025E5E] [r=18 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7496,15 +7496,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,234) size 8x13 [bgcolor=#044F4F] [r=18 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,234) size 9x13 [bgcolor=#044F4F] [r=18 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,234) size 9x13 [bgcolor=#044F4F] [r=18 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,234) size 9x13 [bgcolor=#044F4F] [r=18 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,234) size 9x13 [bgcolor=#025E5E] [r=18 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,234) size 8x13 [bgcolor=#025E5E] [r=18 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7520,15 +7520,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,234) size 8x13 [bgcolor=#5E5F60] [r=18 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,234) size 9x13 [bgcolor=#5E5F60] [r=18 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,234) size 9x13 [bgcolor=#777878] [r=18 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,234) size 9x13 [bgcolor=#777878] [r=18 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,234) size 9x13 [bgcolor=#939494] [r=18 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,234) size 8x13 [bgcolor=#939494] [r=18 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7548,15 +7548,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,234) size 8x13 [bgcolor=#044F4F] [r=18 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,234) size 9x13 [bgcolor=#044F4F] [r=18 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,234) size 9x13 [bgcolor=#044F4F] [r=18 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,234) size 9x13 [bgcolor=#044F4F] [r=18 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,234) size 9x13 [bgcolor=#044F4F] [r=18 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,234) size 8x13 [bgcolor=#044F4F] [r=18 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7572,15 +7572,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,234) size 8x13 [bgcolor=#026766] [r=18 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,234) size 9x13 [bgcolor=#026766] [r=18 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,234) size 9x13 [bgcolor=#026766] [r=18 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,234) size 9x13 [bgcolor=#026766] [r=18 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,234) size 9x13 [bgcolor=#026766] [r=18 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,234) size 8x13 [bgcolor=#026766] [r=18 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7596,19 +7596,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,234) size 8x13 [bgcolor=#083131] [r=18 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,234) size 9x13 [bgcolor=#083131] [r=18 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,234) size 9x13 [bgcolor=#1C2524] [r=18 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,234) size 9x13 [bgcolor=#1C2524] [r=18 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,234) size 9x13 [bgcolor=#4D4F4F] [r=18 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,234) size 8x13 [bgcolor=#4D4F4F] [r=18 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,234) size 9x13 [bgcolor=#777878] [r=18 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,234) size 8x13 [bgcolor=#777878] [r=18 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7620,7 +7620,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,234) size 8x13 [bgcolor=#4D4F4F] [r=18 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,234) size 9x13 [bgcolor=#4D4F4F] [r=18 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7697,11 +7697,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,247) size 8x13 [bgcolor=#848788] [r=19 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,247) size 9x13 [bgcolor=#848788] [r=19 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,247) size 9x13 [bgcolor=#1B8685] [r=19 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,247) size 8x13 [bgcolor=#1B8685] [r=19 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7721,11 +7721,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,247) size 8x13 [bgcolor=#025E5E] [r=19 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,247) size 9x13 [bgcolor=#025E5E] [r=19 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,247) size 9x13 [bgcolor=#025E5E] [r=19 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,247) size 8x13 [bgcolor=#025E5E] [r=19 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7753,7 +7753,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,247) size 9x13 [bgcolor=#5E5F60] [r=19 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,247) size 8x13 [bgcolor=#5E5F60] [r=19 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7773,11 +7773,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,247) size 8x13 [bgcolor=#027777] [r=19 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,247) size 9x13 [bgcolor=#027777] [r=19 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,247) size 9x13 [bgcolor=#026766] [r=19 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,247) size 8x13 [bgcolor=#026766] [r=19 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7797,11 +7797,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,247) size 8x13 [bgcolor=#026766] [r=19 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,247) size 9x13 [bgcolor=#026766] [r=19 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,247) size 9x13 [bgcolor=#026766] [r=19 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,247) size 8x13 [bgcolor=#026766] [r=19 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7821,15 +7821,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,247) size 8x13 [bgcolor=#025E5E] [r=19 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,247) size 9x13 [bgcolor=#025E5E] [r=19 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,247) size 9x13 [bgcolor=#044F4F] [r=19 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,247) size 9x13 [bgcolor=#044F4F] [r=19 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,247) size 9x13 [bgcolor=#083131] [r=19 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,247) size 8x13 [bgcolor=#083131] [r=19 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7849,11 +7849,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,247) size 8x13 [bgcolor=#939494] [r=19 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,247) size 9x13 [bgcolor=#939494] [r=19 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,247) size 9x13 [bgcolor=#939494] [r=19 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,247) size 8x13 [bgcolor=#939494] [r=19 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7873,15 +7873,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,247) size 8x13 [bgcolor=#026766] [r=19 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,247) size 9x13 [bgcolor=#026766] [r=19 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,247) size 9x13 [bgcolor=#026766] [r=19 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,247) size 8x13 [bgcolor=#026766] [r=19 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,247) size 9x13 [bgcolor=#026766] [r=19 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,247) size 8x13 [bgcolor=#026766] [r=19 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7897,15 +7897,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,247) size 8x13 [bgcolor=#026766] [r=19 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,247) size 9x13 [bgcolor=#026766] [r=19 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,247) size 9x13 [bgcolor=#026766] [r=19 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,247) size 9x13 [bgcolor=#026766] [r=19 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,247) size 9x13 [bgcolor=#026766] [r=19 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,247) size 8x13 [bgcolor=#026766] [r=19 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7921,15 +7921,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,247) size 8x13 [bgcolor=#425A5A] [r=19 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,247) size 9x13 [bgcolor=#425A5A] [r=19 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,247) size 9x13 [bgcolor=#777878] [r=19 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,247) size 9x13 [bgcolor=#777878] [r=19 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,247) size 9x13 [bgcolor=#848788] [r=19 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,247) size 8x13 [bgcolor=#848788] [r=19 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7949,15 +7949,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,247) size 8x13 [bgcolor=#026766] [r=19 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,247) size 9x13 [bgcolor=#026766] [r=19 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,247) size 9x13 [bgcolor=#026766] [r=19 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,247) size 9x13 [bgcolor=#026766] [r=19 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,247) size 9x13 [bgcolor=#026766] [r=19 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,247) size 8x13 [bgcolor=#026766] [r=19 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7973,15 +7973,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,247) size 8x13 [bgcolor=#026766] [r=19 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,247) size 9x13 [bgcolor=#026766] [r=19 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,247) size 9x13 [bgcolor=#026766] [r=19 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,247) size 9x13 [bgcolor=#026766] [r=19 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,247) size 9x13 [bgcolor=#026766] [r=19 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,247) size 8x13 [bgcolor=#026766] [r=19 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7997,19 +7997,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,247) size 8x13 [bgcolor=#044140] [r=19 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,247) size 9x13 [bgcolor=#044140] [r=19 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,247) size 9x13 [bgcolor=#223C3D] [r=19 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,247) size 9x13 [bgcolor=#223C3D] [r=19 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,247) size 9x13 [bgcolor=#515C5B] [r=19 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,247) size 8x13 [bgcolor=#515C5B] [r=19 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,247) size 9x13 [bgcolor=#777878] [r=19 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,247) size 8x13 [bgcolor=#777878] [r=19 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8021,7 +8021,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,247) size 8x13 [bgcolor=#4D4F4F] [r=19 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,247) size 9x13 [bgcolor=#4D4F4F] [r=19 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8098,11 +8098,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,260) size 8x13 [bgcolor=#526B6B] [r=20 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,260) size 9x13 [bgcolor=#526B6B] [r=20 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,260) size 9x13 [bgcolor=#048485] [r=20 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,260) size 8x13 [bgcolor=#048485] [r=20 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8122,11 +8122,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,260) size 8x13 [bgcolor=#025E5E] [r=20 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,260) size 9x13 [bgcolor=#025E5E] [r=20 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,260) size 9x13 [bgcolor=#025E5E] [r=20 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,260) size 8x13 [bgcolor=#025E5E] [r=20 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8154,7 +8154,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,260) size 9x13 [bgcolor=#515C5B] [r=20 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,260) size 8x13 [bgcolor=#515C5B] [r=20 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8174,11 +8174,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,260) size 8x13 [bgcolor=#027777] [r=20 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,260) size 9x13 [bgcolor=#027777] [r=20 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,260) size 9x13 [bgcolor=#026766] [r=20 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,260) size 8x13 [bgcolor=#026766] [r=20 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8198,11 +8198,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,260) size 8x13 [bgcolor=#026766] [r=20 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,260) size 9x13 [bgcolor=#026766] [r=20 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,260) size 9x13 [bgcolor=#026766] [r=20 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,260) size 8x13 [bgcolor=#026766] [r=20 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8222,15 +8222,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,260) size 8x13 [bgcolor=#025E5E] [r=20 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,260) size 9x13 [bgcolor=#025E5E] [r=20 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,260) size 9x13 [bgcolor=#044F4F] [r=20 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,260) size 9x13 [bgcolor=#044F4F] [r=20 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,260) size 9x13 [bgcolor=#083131] [r=20 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,260) size 8x13 [bgcolor=#083131] [r=20 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8250,11 +8250,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,260) size 8x13 [bgcolor=#696A69] [r=20 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,260) size 9x13 [bgcolor=#696A69] [r=20 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,260) size 9x13 [bgcolor=#696A69] [r=20 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,260) size 8x13 [bgcolor=#696A69] [r=20 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8274,15 +8274,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,260) size 8x13 [bgcolor=#1A5C5C] [r=20 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,260) size 9x13 [bgcolor=#1A5C5C] [r=20 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,260) size 9x13 [bgcolor=#025E5E] [r=20 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,260) size 8x13 [bgcolor=#025E5E] [r=20 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,260) size 9x13 [bgcolor=#025E5E] [r=20 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,260) size 8x13 [bgcolor=#025E5E] [r=20 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8298,15 +8298,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,260) size 8x13 [bgcolor=#026766] [r=20 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,260) size 9x13 [bgcolor=#026766] [r=20 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,260) size 9x13 [bgcolor=#026766] [r=20 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,260) size 9x13 [bgcolor=#026766] [r=20 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,260) size 9x13 [bgcolor=#026766] [r=20 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,260) size 8x13 [bgcolor=#026766] [r=20 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8322,15 +8322,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,260) size 8x13 [bgcolor=#026766] [r=20 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,260) size 9x13 [bgcolor=#026766] [r=20 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,260) size 9x13 [bgcolor=#026766] [r=20 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,260) size 9x13 [bgcolor=#026766] [r=20 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,260) size 9x13 [bgcolor=#1E7A79] [r=20 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,260) size 8x13 [bgcolor=#1E7A79] [r=20 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8350,15 +8350,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,260) size 8x13 [bgcolor=#026766] [r=20 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,260) size 9x13 [bgcolor=#026766] [r=20 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,260) size 9x13 [bgcolor=#026766] [r=20 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,260) size 9x13 [bgcolor=#026766] [r=20 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,260) size 9x13 [bgcolor=#026766] [r=20 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,260) size 8x13 [bgcolor=#026766] [r=20 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8374,15 +8374,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,260) size 8x13 [bgcolor=#026766] [r=20 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,260) size 9x13 [bgcolor=#026766] [r=20 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,260) size 9x13 [bgcolor=#026766] [r=20 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,260) size 9x13 [bgcolor=#026766] [r=20 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,260) size 9x13 [bgcolor=#026766] [r=20 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,260) size 8x13 [bgcolor=#026766] [r=20 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8398,19 +8398,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,260) size 8x13 [bgcolor=#044140] [r=20 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,260) size 9x13 [bgcolor=#044140] [r=20 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,260) size 9x13 [bgcolor=#2D3433] [r=20 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,260) size 9x13 [bgcolor=#2D3433] [r=20 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,260) size 9x13 [bgcolor=#3D4242] [r=20 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,260) size 8x13 [bgcolor=#3D4242] [r=20 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,260) size 9x13 [bgcolor=#515C5B] [r=20 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,260) size 8x13 [bgcolor=#515C5B] [r=20 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8422,7 +8422,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,260) size 8x13 [bgcolor=#3D4242] [r=20 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,260) size 9x13 [bgcolor=#3D4242] [r=20 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8499,11 +8499,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,273) size 8x13 [bgcolor=#1A6B6A] [r=21 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,273) size 9x13 [bgcolor=#1A6B6A] [r=21 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,273) size 9x13 [bgcolor=#048485] [r=21 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,273) size 8x13 [bgcolor=#048485] [r=21 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8523,11 +8523,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,273) size 8x13 [bgcolor=#044F4F] [r=21 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,273) size 9x13 [bgcolor=#044F4F] [r=21 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,273) size 9x13 [bgcolor=#044140] [r=21 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,273) size 8x13 [bgcolor=#044140] [r=21 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8555,7 +8555,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,273) size 9x13 [bgcolor=#5E5F60] [r=21 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,273) size 8x13 [bgcolor=#5E5F60] [r=21 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8575,11 +8575,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,273) size 8x13 [bgcolor=#027777] [r=21 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,273) size 9x13 [bgcolor=#027777] [r=21 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,273) size 9x13 [bgcolor=#026766] [r=21 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,273) size 8x13 [bgcolor=#026766] [r=21 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8599,11 +8599,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,273) size 8x13 [bgcolor=#025E5E] [r=21 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,273) size 9x13 [bgcolor=#025E5E] [r=21 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,273) size 9x13 [bgcolor=#025E5E] [r=21 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,273) size 8x13 [bgcolor=#025E5E] [r=21 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8623,15 +8623,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,273) size 8x13 [bgcolor=#025E5E] [r=21 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,273) size 9x13 [bgcolor=#025E5E] [r=21 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,273) size 9x13 [bgcolor=#044F4F] [r=21 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,273) size 9x13 [bgcolor=#044F4F] [r=21 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,273) size 9x13 [bgcolor=#083131] [r=21 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,273) size 8x13 [bgcolor=#083131] [r=21 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8651,11 +8651,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,273) size 8x13 [bgcolor=#696A69] [r=21 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,273) size 9x13 [bgcolor=#696A69] [r=21 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,273) size 9x13 [bgcolor=#696A69] [r=21 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,273) size 8x13 [bgcolor=#696A69] [r=21 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8675,15 +8675,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,273) size 8x13 [bgcolor=#425A5A] [r=21 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,273) size 9x13 [bgcolor=#425A5A] [r=21 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,273) size 9x13 [bgcolor=#1A5C5C] [r=21 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,273) size 8x13 [bgcolor=#1A5C5C] [r=21 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,273) size 9x13 [bgcolor=#044F4F] [r=21 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,273) size 8x13 [bgcolor=#044F4F] [r=21 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8699,15 +8699,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,273) size 8x13 [bgcolor=#025E5E] [r=21 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,273) size 9x13 [bgcolor=#025E5E] [r=21 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,273) size 9x13 [bgcolor=#025E5E] [r=21 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,273) size 9x13 [bgcolor=#025E5E] [r=21 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,273) size 9x13 [bgcolor=#026766] [r=21 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,273) size 8x13 [bgcolor=#026766] [r=21 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8723,15 +8723,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,273) size 8x13 [bgcolor=#026766] [r=21 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,273) size 9x13 [bgcolor=#026766] [r=21 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,273) size 9x13 [bgcolor=#026766] [r=21 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,273) size 9x13 [bgcolor=#026766] [r=21 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,273) size 9x13 [bgcolor=#027777] [r=21 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,273) size 8x13 [bgcolor=#027777] [r=21 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8751,15 +8751,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,273) size 8x13 [bgcolor=#026766] [r=21 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,273) size 9x13 [bgcolor=#026766] [r=21 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,273) size 9x13 [bgcolor=#026766] [r=21 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,273) size 9x13 [bgcolor=#026766] [r=21 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,273) size 9x13 [bgcolor=#026766] [r=21 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,273) size 8x13 [bgcolor=#026766] [r=21 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8775,15 +8775,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,273) size 8x13 [bgcolor=#026766] [r=21 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,273) size 9x13 [bgcolor=#026766] [r=21 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,273) size 9x13 [bgcolor=#026766] [r=21 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,273) size 9x13 [bgcolor=#026766] [r=21 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,273) size 9x13 [bgcolor=#026766] [r=21 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,273) size 8x13 [bgcolor=#026766] [r=21 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8799,19 +8799,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,273) size 8x13 [bgcolor=#044140] [r=21 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,273) size 9x13 [bgcolor=#044140] [r=21 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,273) size 9x13 [bgcolor=#1C2524] [r=21 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,273) size 9x13 [bgcolor=#1C2524] [r=21 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,273) size 9x13 [bgcolor=#3D4242] [r=21 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,273) size 8x13 [bgcolor=#3D4242] [r=21 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,273) size 9x13 [bgcolor=#515C5B] [r=21 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,273) size 8x13 [bgcolor=#515C5B] [r=21 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8823,7 +8823,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,273) size 8x13 [bgcolor=#515C5B] [r=21 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,273) size 9x13 [bgcolor=#515C5B] [r=21 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8900,11 +8900,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,286) size 8x13 [bgcolor=#027777] [r=22 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,286) size 9x13 [bgcolor=#027777] [r=22 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,286) size 9x13 [bgcolor=#027777] [r=22 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,286) size 8x13 [bgcolor=#027777] [r=22 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8924,11 +8924,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,286) size 8x13 [bgcolor=#083131] [r=22 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,286) size 9x13 [bgcolor=#083131] [r=22 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,286) size 9x13 [bgcolor=#083131] [r=22 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,286) size 8x13 [bgcolor=#083131] [r=22 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8956,7 +8956,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,286) size 9x13 [bgcolor=#FDFDFB] [r=22 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,286) size 8x13 [bgcolor=#FDFDFB] [r=22 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8976,11 +8976,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,286) size 8x13 [bgcolor=#026766] [r=22 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,286) size 9x13 [bgcolor=#026766] [r=22 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,286) size 9x13 [bgcolor=#025E5E] [r=22 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,286) size 8x13 [bgcolor=#025E5E] [r=22 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9000,11 +9000,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,286) size 8x13 [bgcolor=#044F4F] [r=22 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,286) size 9x13 [bgcolor=#044F4F] [r=22 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,286) size 9x13 [bgcolor=#044F4F] [r=22 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,286) size 8x13 [bgcolor=#044F4F] [r=22 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9024,15 +9024,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,286) size 8x13 [bgcolor=#044F4F] [r=22 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,286) size 9x13 [bgcolor=#044F4F] [r=22 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,286) size 9x13 [bgcolor=#044140] [r=22 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,286) size 9x13 [bgcolor=#044140] [r=22 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,286) size 9x13 [bgcolor=#083131] [r=22 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,286) size 8x13 [bgcolor=#083131] [r=22 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9052,11 +9052,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,286) size 8x13 [bgcolor=#FDFDFB] [r=22 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,286) size 9x13 [bgcolor=#FDFDFB] [r=22 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,286) size 9x13 [bgcolor=#FDFDFB] [r=22 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,286) size 8x13 [bgcolor=#FDFDFB] [r=22 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9076,15 +9076,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,286) size 8x13 [bgcolor=#EDEEEF] [r=22 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,286) size 9x13 [bgcolor=#EDEEEF] [r=22 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,286) size 9x13 [bgcolor=#BEC2C2] [r=22 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,286) size 8x13 [bgcolor=#BEC2C2] [r=22 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,286) size 9x13 [bgcolor=#396B6A] [r=22 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,286) size 8x13 [bgcolor=#396B6A] [r=22 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9100,15 +9100,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,286) size 8x13 [bgcolor=#025E5E] [r=22 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,286) size 9x13 [bgcolor=#025E5E] [r=22 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,286) size 9x13 [bgcolor=#025E5E] [r=22 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,286) size 9x13 [bgcolor=#025E5E] [r=22 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,286) size 9x13 [bgcolor=#025E5E] [r=22 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,286) size 8x13 [bgcolor=#025E5E] [r=22 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9124,15 +9124,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,286) size 8x13 [bgcolor=#026766] [r=22 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,286) size 9x13 [bgcolor=#026766] [r=22 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,286) size 9x13 [bgcolor=#026766] [r=22 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,286) size 9x13 [bgcolor=#026766] [r=22 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,286) size 9x13 [bgcolor=#026766] [r=22 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,286) size 8x13 [bgcolor=#026766] [r=22 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9152,15 +9152,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,286) size 8x13 [bgcolor=#026766] [r=22 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,286) size 9x13 [bgcolor=#026766] [r=22 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,286) size 9x13 [bgcolor=#026766] [r=22 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,286) size 9x13 [bgcolor=#026766] [r=22 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,286) size 9x13 [bgcolor=#026766] [r=22 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,286) size 8x13 [bgcolor=#026766] [r=22 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9176,15 +9176,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,286) size 8x13 [bgcolor=#026766] [r=22 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,286) size 9x13 [bgcolor=#026766] [r=22 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,286) size 9x13 [bgcolor=#026766] [r=22 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,286) size 9x13 [bgcolor=#026766] [r=22 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,286) size 9x13 [bgcolor=#026766] [r=22 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,286) size 8x13 [bgcolor=#026766] [r=22 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9200,19 +9200,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,286) size 8x13 [bgcolor=#044140] [r=22 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,286) size 9x13 [bgcolor=#044140] [r=22 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,286) size 9x13 [bgcolor=#425A5A] [r=22 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,286) size 9x13 [bgcolor=#425A5A] [r=22 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,286) size 9x13 [bgcolor=#A5A6A6] [r=22 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,286) size 8x13 [bgcolor=#A5A6A6] [r=22 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,286) size 9x13 [bgcolor=#CECFCF] [r=22 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,286) size 8x13 [bgcolor=#CECFCF] [r=22 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9224,7 +9224,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,286) size 8x13 [bgcolor=#FDFDFB] [r=22 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,286) size 9x13 [bgcolor=#FDFDFB] [r=22 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9301,11 +9301,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,299) size 8x13 [bgcolor=#044F4F] [r=23 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,299) size 9x13 [bgcolor=#044F4F] [r=23 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,299) size 9x13 [bgcolor=#044F4F] [r=23 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,299) size 8x13 [bgcolor=#044F4F] [r=23 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9325,11 +9325,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,299) size 8x13 [bgcolor=#344C4E] [r=23 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,299) size 9x13 [bgcolor=#344C4E] [r=23 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,299) size 9x13 [bgcolor=#5E5F60] [r=23 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,299) size 8x13 [bgcolor=#5E5F60] [r=23 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9357,7 +9357,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,299) size 9x13 [bgcolor=#FDFDFB] [r=23 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,299) size 8x13 [bgcolor=#FDFDFB] [r=23 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9377,11 +9377,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,299) size 8x13 [bgcolor=#044F4F] [r=23 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,299) size 9x13 [bgcolor=#044F4F] [r=23 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,299) size 9x13 [bgcolor=#044140] [r=23 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,299) size 8x13 [bgcolor=#044140] [r=23 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9401,11 +9401,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,299) size 8x13 [bgcolor=#044140] [r=23 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,299) size 9x13 [bgcolor=#044140] [r=23 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,299) size 9x13 [bgcolor=#044140] [r=23 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,299) size 8x13 [bgcolor=#044140] [r=23 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9425,15 +9425,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,299) size 8x13 [bgcolor=#044140] [r=23 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,299) size 9x13 [bgcolor=#044140] [r=23 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,299) size 9x13 [bgcolor=#083131] [r=23 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,299) size 9x13 [bgcolor=#083131] [r=23 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,299) size 9x13 [bgcolor=#072323] [r=23 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,299) size 8x13 [bgcolor=#072323] [r=23 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9453,11 +9453,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,299) size 8x13 [bgcolor=#FDFDFB] [r=23 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,299) size 9x13 [bgcolor=#FDFDFB] [r=23 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,299) size 9x13 [bgcolor=#FDFDFB] [r=23 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,299) size 8x13 [bgcolor=#FDFDFB] [r=23 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9477,15 +9477,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,299) size 8x13 [bgcolor=#FDFDFB] [r=23 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,299) size 9x13 [bgcolor=#FDFDFB] [r=23 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,299) size 9x13 [bgcolor=#E0EAE9] [r=23 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,299) size 8x13 [bgcolor=#E0EAE9] [r=23 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,299) size 9x13 [bgcolor=#BEC2C2] [r=23 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,299) size 8x13 [bgcolor=#BEC2C2] [r=23 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9501,15 +9501,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,299) size 8x13 [bgcolor=#044F4F] [r=23 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,299) size 9x13 [bgcolor=#044F4F] [r=23 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,299) size 9x13 [bgcolor=#044F4F] [r=23 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,299) size 9x13 [bgcolor=#044F4F] [r=23 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,299) size 9x13 [bgcolor=#044F4F] [r=23 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,299) size 8x13 [bgcolor=#044F4F] [r=23 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9525,15 +9525,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,299) size 8x13 [bgcolor=#025E5E] [r=23 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,299) size 9x13 [bgcolor=#025E5E] [r=23 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,299) size 9x13 [bgcolor=#025E5E] [r=23 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,299) size 9x13 [bgcolor=#025E5E] [r=23 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,299) size 9x13 [bgcolor=#025E5E] [r=23 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,299) size 8x13 [bgcolor=#025E5E] [r=23 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9553,15 +9553,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,299) size 8x13 [bgcolor=#026766] [r=23 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,299) size 9x13 [bgcolor=#026766] [r=23 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,299) size 9x13 [bgcolor=#026766] [r=23 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,299) size 9x13 [bgcolor=#026766] [r=23 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,299) size 9x13 [bgcolor=#026766] [r=23 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,299) size 8x13 [bgcolor=#026766] [r=23 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9577,15 +9577,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,299) size 8x13 [bgcolor=#026766] [r=23 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,299) size 9x13 [bgcolor=#026766] [r=23 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,299) size 9x13 [bgcolor=#026766] [r=23 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,299) size 9x13 [bgcolor=#026766] [r=23 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,299) size 9x13 [bgcolor=#026766] [r=23 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,299) size 8x13 [bgcolor=#026766] [r=23 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9601,19 +9601,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,299) size 8x13 [bgcolor=#044140] [r=23 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,299) size 9x13 [bgcolor=#044140] [r=23 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,299) size 9x13 [bgcolor=#425A5A] [r=23 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,299) size 9x13 [bgcolor=#425A5A] [r=23 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,299) size 9x13 [bgcolor=#A5A6A6] [r=23 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,299) size 8x13 [bgcolor=#A5A6A6] [r=23 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,299) size 9x13 [bgcolor=#CECFCF] [r=23 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,299) size 8x13 [bgcolor=#CECFCF] [r=23 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9625,7 +9625,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,299) size 8x13 [bgcolor=#FDFDFB] [r=23 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,299) size 9x13 [bgcolor=#FDFDFB] [r=23 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9702,11 +9702,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,312) size 8x13 [bgcolor=#044140] [r=24 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,312) size 9x13 [bgcolor=#044140] [r=24 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,312) size 9x13 [bgcolor=#044140] [r=24 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,312) size 8x13 [bgcolor=#044140] [r=24 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9726,11 +9726,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,312) size 8x13 [bgcolor=#848788] [r=24 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,312) size 9x13 [bgcolor=#848788] [r=24 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,312) size 9x13 [bgcolor=#939494] [r=24 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,312) size 8x13 [bgcolor=#939494] [r=24 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9758,7 +9758,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,312) size 9x13 [bgcolor=#FDFDFB] [r=24 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,312) size 8x13 [bgcolor=#FDFDFB] [r=24 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9778,11 +9778,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,312) size 8x13 [bgcolor=#7B918F] [r=24 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,312) size 9x13 [bgcolor=#7B918F] [r=24 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,312) size 9x13 [bgcolor=#526B6B] [r=24 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,312) size 8x13 [bgcolor=#526B6B] [r=24 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9802,11 +9802,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,312) size 8x13 [bgcolor=#515C5B] [r=24 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,312) size 9x13 [bgcolor=#515C5B] [r=24 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,312) size 9x13 [bgcolor=#515C5B] [r=24 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,312) size 8x13 [bgcolor=#515C5B] [r=24 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9826,15 +9826,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,312) size 8x13 [bgcolor=#515C5B] [r=24 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,312) size 9x13 [bgcolor=#515C5B] [r=24 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,312) size 9x13 [bgcolor=#515C5B] [r=24 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,312) size 9x13 [bgcolor=#515C5B] [r=24 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,312) size 9x13 [bgcolor=#515C5B] [r=24 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,312) size 8x13 [bgcolor=#515C5B] [r=24 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9854,11 +9854,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,312) size 8x13 [bgcolor=#FDFDFB] [r=24 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,312) size 9x13 [bgcolor=#FDFDFB] [r=24 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,312) size 9x13 [bgcolor=#FDFDFB] [r=24 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,312) size 8x13 [bgcolor=#FDFDFB] [r=24 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9878,15 +9878,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,312) size 8x13 [bgcolor=#FDFDFB] [r=24 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,312) size 9x13 [bgcolor=#FDFDFB] [r=24 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,312) size 9x13 [bgcolor=#FDFDFB] [r=24 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,312) size 8x13 [bgcolor=#FDFDFB] [r=24 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,312) size 9x13 [bgcolor=#E0EAE9] [r=24 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,312) size 8x13 [bgcolor=#E0EAE9] [r=24 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9902,15 +9902,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,312) size 8x13 [bgcolor=#526B6B] [r=24 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,312) size 9x13 [bgcolor=#526B6B] [r=24 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,312) size 9x13 [bgcolor=#044140] [r=24 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,312) size 9x13 [bgcolor=#044140] [r=24 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,312) size 9x13 [bgcolor=#044140] [r=24 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,312) size 8x13 [bgcolor=#044140] [r=24 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9926,15 +9926,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,312) size 8x13 [bgcolor=#044140] [r=24 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,312) size 9x13 [bgcolor=#044140] [r=24 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,312) size 9x13 [bgcolor=#044140] [r=24 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,312) size 9x13 [bgcolor=#044140] [r=24 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,312) size 9x13 [bgcolor=#044F4F] [r=24 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,312) size 8x13 [bgcolor=#044F4F] [r=24 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9954,15 +9954,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,312) size 8x13 [bgcolor=#026766] [r=24 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,312) size 9x13 [bgcolor=#026766] [r=24 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,312) size 9x13 [bgcolor=#026766] [r=24 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,312) size 9x13 [bgcolor=#026766] [r=24 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,312) size 9x13 [bgcolor=#026766] [r=24 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,312) size 8x13 [bgcolor=#026766] [r=24 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9978,15 +9978,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,312) size 8x13 [bgcolor=#026766] [r=24 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,312) size 9x13 [bgcolor=#026766] [r=24 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,312) size 9x13 [bgcolor=#026766] [r=24 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,312) size 9x13 [bgcolor=#026766] [r=24 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,312) size 9x13 [bgcolor=#026766] [r=24 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,312) size 8x13 [bgcolor=#026766] [r=24 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10002,19 +10002,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,312) size 8x13 [bgcolor=#083131] [r=24 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,312) size 9x13 [bgcolor=#083131] [r=24 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,312) size 9x13 [bgcolor=#425A5A] [r=24 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,312) size 9x13 [bgcolor=#425A5A] [r=24 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,312) size 9x13 [bgcolor=#A5A6A6] [r=24 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,312) size 8x13 [bgcolor=#A5A6A6] [r=24 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,312) size 9x13 [bgcolor=#CECFCF] [r=24 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,312) size 8x13 [bgcolor=#CECFCF] [r=24 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10026,7 +10026,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,312) size 8x13 [bgcolor=#FDFDFB] [r=24 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,312) size 9x13 [bgcolor=#FDFDFB] [r=24 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10103,11 +10103,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,325) size 8x13 [bgcolor=#848788] [r=25 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,325) size 9x13 [bgcolor=#848788] [r=25 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,325) size 9x13 [bgcolor=#848788] [r=25 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,325) size 8x13 [bgcolor=#848788] [r=25 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10127,11 +10127,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,325) size 8x13 [bgcolor=#B4B4B4] [r=25 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,325) size 9x13 [bgcolor=#B4B4B4] [r=25 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,325) size 9x13 [bgcolor=#CECFCF] [r=25 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,325) size 8x13 [bgcolor=#CECFCF] [r=25 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10159,7 +10159,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,325) size 9x13 [bgcolor=#FDFDFB] [r=25 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,325) size 8x13 [bgcolor=#FDFDFB] [r=25 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10179,11 +10179,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,325) size 8x13 [bgcolor=#CECFCF] [r=25 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,325) size 9x13 [bgcolor=#CECFCF] [r=25 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,325) size 9x13 [bgcolor=#B4B4B4] [r=25 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,325) size 8x13 [bgcolor=#B4B4B4] [r=25 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10203,11 +10203,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,325) size 8x13 [bgcolor=#A5A6A6] [r=25 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,325) size 9x13 [bgcolor=#A5A6A6] [r=25 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,325) size 9x13 [bgcolor=#A5A6A6] [r=25 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,325) size 8x13 [bgcolor=#A5A6A6] [r=25 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10227,15 +10227,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,325) size 8x13 [bgcolor=#A5A6A6] [r=25 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,325) size 9x13 [bgcolor=#A5A6A6] [r=25 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,325) size 9x13 [bgcolor=#A5A6A6] [r=25 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,325) size 9x13 [bgcolor=#A5A6A6] [r=25 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,325) size 9x13 [bgcolor=#A5A6A6] [r=25 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,325) size 8x13 [bgcolor=#A5A6A6] [r=25 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10255,11 +10255,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,325) size 8x13 [bgcolor=#FDFDFB] [r=25 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,325) size 9x13 [bgcolor=#FDFDFB] [r=25 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,325) size 9x13 [bgcolor=#FDFDFB] [r=25 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,325) size 8x13 [bgcolor=#FDFDFB] [r=25 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10279,15 +10279,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,325) size 8x13 [bgcolor=#FDFDFB] [r=25 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,325) size 9x13 [bgcolor=#FDFDFB] [r=25 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,325) size 9x13 [bgcolor=#FDFDFB] [r=25 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,325) size 8x13 [bgcolor=#FDFDFB] [r=25 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,325) size 9x13 [bgcolor=#FDFDFB] [r=25 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,325) size 8x13 [bgcolor=#FDFDFB] [r=25 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10303,15 +10303,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,325) size 8x13 [bgcolor=#B4B4B4] [r=25 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,325) size 9x13 [bgcolor=#B4B4B4] [r=25 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,325) size 9x13 [bgcolor=#91A3A3] [r=25 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,325) size 9x13 [bgcolor=#91A3A3] [r=25 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,325) size 9x13 [bgcolor=#848788] [r=25 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,325) size 8x13 [bgcolor=#848788] [r=25 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10327,15 +10327,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,325) size 8x13 [bgcolor=#425A5A] [r=25 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,325) size 9x13 [bgcolor=#425A5A] [r=25 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,325) size 9x13 [bgcolor=#305D5D] [r=25 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,325) size 9x13 [bgcolor=#305D5D] [r=25 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,325) size 9x13 [bgcolor=#305D5D] [r=25 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,325) size 8x13 [bgcolor=#305D5D] [r=25 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10355,15 +10355,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,325) size 8x13 [bgcolor=#026766] [r=25 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,325) size 9x13 [bgcolor=#026766] [r=25 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,325) size 9x13 [bgcolor=#026766] [r=25 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,325) size 9x13 [bgcolor=#026766] [r=25 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,325) size 9x13 [bgcolor=#026766] [r=25 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,325) size 8x13 [bgcolor=#026766] [r=25 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10379,15 +10379,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,325) size 8x13 [bgcolor=#026766] [r=25 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,325) size 9x13 [bgcolor=#026766] [r=25 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,325) size 9x13 [bgcolor=#026766] [r=25 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,325) size 9x13 [bgcolor=#026766] [r=25 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,325) size 9x13 [bgcolor=#026766] [r=25 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,325) size 8x13 [bgcolor=#026766] [r=25 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10403,19 +10403,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,325) size 8x13 [bgcolor=#083131] [r=25 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,325) size 9x13 [bgcolor=#083131] [r=25 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,325) size 9x13 [bgcolor=#5E5F60] [r=25 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,325) size 9x13 [bgcolor=#5E5F60] [r=25 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,325) size 9x13 [bgcolor=#A5A6A6] [r=25 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,325) size 8x13 [bgcolor=#A5A6A6] [r=25 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,325) size 9x13 [bgcolor=#DEDFDF] [r=25 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,325) size 8x13 [bgcolor=#DEDFDF] [r=25 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10427,7 +10427,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,325) size 8x13 [bgcolor=#FDFDFB] [r=25 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,325) size 9x13 [bgcolor=#FDFDFB] [r=25 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10504,11 +10504,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,338) size 8x13 [bgcolor=#BEC2C2] [r=26 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,338) size 9x13 [bgcolor=#BEC2C2] [r=26 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,338) size 9x13 [bgcolor=#BEC2C2] [r=26 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,338) size 8x13 [bgcolor=#BEC2C2] [r=26 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10528,11 +10528,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,338) size 8x13 [bgcolor=#E0EAE9] [r=26 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,338) size 9x13 [bgcolor=#E0EAE9] [r=26 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,338) size 9x13 [bgcolor=#EDEEEF] [r=26 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,338) size 8x13 [bgcolor=#EDEEEF] [r=26 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10560,7 +10560,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,338) size 9x13 [bgcolor=#FDFDFB] [r=26 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,338) size 8x13 [bgcolor=#FDFDFB] [r=26 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10580,11 +10580,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,338) size 8x13 [bgcolor=#EDEEEF] [r=26 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,338) size 9x13 [bgcolor=#EDEEEF] [r=26 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,338) size 9x13 [bgcolor=#DEDFDF] [r=26 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,338) size 8x13 [bgcolor=#DEDFDF] [r=26 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10604,11 +10604,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,338) size 8x13 [bgcolor=#DEDFDF] [r=26 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,338) size 9x13 [bgcolor=#DEDFDF] [r=26 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,338) size 9x13 [bgcolor=#DEDFDF] [r=26 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,338) size 8x13 [bgcolor=#DEDFDF] [r=26 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10628,15 +10628,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,338) size 8x13 [bgcolor=#DEDFDF] [r=26 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,338) size 9x13 [bgcolor=#DEDFDF] [r=26 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,338) size 9x13 [bgcolor=#DEDFDF] [r=26 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,338) size 9x13 [bgcolor=#DEDFDF] [r=26 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,338) size 9x13 [bgcolor=#DEDFDF] [r=26 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,338) size 8x13 [bgcolor=#DEDFDF] [r=26 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10656,11 +10656,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,338) size 8x13 [bgcolor=#FDFDFB] [r=26 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,338) size 9x13 [bgcolor=#FDFDFB] [r=26 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,338) size 9x13 [bgcolor=#FDFDFB] [r=26 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,338) size 8x13 [bgcolor=#FDFDFB] [r=26 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10680,15 +10680,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,338) size 8x13 [bgcolor=#FDFDFB] [r=26 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,338) size 9x13 [bgcolor=#FDFDFB] [r=26 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,338) size 9x13 [bgcolor=#FDFDFB] [r=26 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,338) size 8x13 [bgcolor=#FDFDFB] [r=26 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,338) size 9x13 [bgcolor=#FDFDFB] [r=26 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,338) size 8x13 [bgcolor=#FDFDFB] [r=26 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10704,15 +10704,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,338) size 8x13 [bgcolor=#DEDFDF] [r=26 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,338) size 9x13 [bgcolor=#DEDFDF] [r=26 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,338) size 9x13 [bgcolor=#CECFCF] [r=26 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,338) size 9x13 [bgcolor=#CECFCF] [r=26 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,338) size 9x13 [bgcolor=#BEC2C2] [r=26 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,338) size 8x13 [bgcolor=#BEC2C2] [r=26 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10728,15 +10728,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,338) size 8x13 [bgcolor=#91A3A3] [r=26 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,338) size 9x13 [bgcolor=#91A3A3] [r=26 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,338) size 9x13 [bgcolor=#939494] [r=26 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,338) size 9x13 [bgcolor=#939494] [r=26 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,338) size 9x13 [bgcolor=#939494] [r=26 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,338) size 8x13 [bgcolor=#939494] [r=26 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10756,15 +10756,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,338) size 8x13 [bgcolor=#026766] [r=26 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,338) size 9x13 [bgcolor=#026766] [r=26 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,338) size 9x13 [bgcolor=#026766] [r=26 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,338) size 9x13 [bgcolor=#026766] [r=26 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,338) size 9x13 [bgcolor=#026766] [r=26 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,338) size 8x13 [bgcolor=#026766] [r=26 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10780,15 +10780,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,338) size 8x13 [bgcolor=#026766] [r=26 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,338) size 9x13 [bgcolor=#026766] [r=26 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,338) size 9x13 [bgcolor=#026766] [r=26 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,338) size 9x13 [bgcolor=#026766] [r=26 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,338) size 9x13 [bgcolor=#025E5E] [r=26 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,338) size 8x13 [bgcolor=#025E5E] [r=26 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10804,19 +10804,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,338) size 8x13 [bgcolor=#083131] [r=26 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,338) size 9x13 [bgcolor=#083131] [r=26 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,338) size 9x13 [bgcolor=#777878] [r=26 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,338) size 9x13 [bgcolor=#777878] [r=26 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,338) size 9x13 [bgcolor=#B4B4B4] [r=26 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,338) size 8x13 [bgcolor=#B4B4B4] [r=26 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,338) size 9x13 [bgcolor=#DEDFDF] [r=26 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,338) size 8x13 [bgcolor=#DEDFDF] [r=26 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10828,7 +10828,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,338) size 8x13 [bgcolor=#FDFDFB] [r=26 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,338) size 9x13 [bgcolor=#FDFDFB] [r=26 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10905,11 +10905,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,351) size 8x13 [bgcolor=#EDEEEF] [r=27 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,351) size 9x13 [bgcolor=#EDEEEF] [r=27 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,351) size 9x13 [bgcolor=#EDEEEF] [r=27 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,351) size 8x13 [bgcolor=#EDEEEF] [r=27 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10929,11 +10929,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10961,7 +10961,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10981,11 +10981,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11005,11 +11005,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11029,15 +11029,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11057,11 +11057,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11081,15 +11081,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11105,15 +11105,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,351) size 8x13 [bgcolor=#97C1C0] [r=27 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,351) size 9x13 [bgcolor=#97C1C0] [r=27 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,351) size 9x13 [bgcolor=#A4CCCC] [r=27 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,351) size 9x13 [bgcolor=#A4CCCC] [r=27 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,351) size 9x13 [bgcolor=#B6D0D1] [r=27 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,351) size 8x13 [bgcolor=#B6D0D1] [r=27 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11129,15 +11129,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,351) size 8x13 [bgcolor=#BEC2C2] [r=27 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,351) size 9x13 [bgcolor=#BEC2C2] [r=27 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,351) size 9x13 [bgcolor=#A2B5B4] [r=27 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,351) size 9x13 [bgcolor=#A2B5B4] [r=27 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,351) size 9x13 [bgcolor=#60A2A3] [r=27 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,351) size 8x13 [bgcolor=#60A2A3] [r=27 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11157,15 +11157,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,351) size 8x13 [bgcolor=#026766] [r=27 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,351) size 9x13 [bgcolor=#026766] [r=27 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,351) size 9x13 [bgcolor=#026766] [r=27 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,351) size 9x13 [bgcolor=#026766] [r=27 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,351) size 9x13 [bgcolor=#026766] [r=27 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,351) size 8x13 [bgcolor=#026766] [r=27 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11181,15 +11181,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,351) size 8x13 [bgcolor=#025E5E] [r=27 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,351) size 9x13 [bgcolor=#025E5E] [r=27 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,351) size 9x13 [bgcolor=#025E5E] [r=27 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,351) size 9x13 [bgcolor=#025E5E] [r=27 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,351) size 9x13 [bgcolor=#025E5E] [r=27 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,351) size 8x13 [bgcolor=#025E5E] [r=27 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11205,19 +11205,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,351) size 8x13 [bgcolor=#4D4F4F] [r=27 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,351) size 9x13 [bgcolor=#4D4F4F] [r=27 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,351) size 9x13 [bgcolor=#848788] [r=27 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,351) size 9x13 [bgcolor=#848788] [r=27 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,351) size 9x13 [bgcolor=#BEC2C2] [r=27 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,351) size 8x13 [bgcolor=#BEC2C2] [r=27 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,351) size 9x13 [bgcolor=#EDEEEF] [r=27 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,351) size 8x13 [bgcolor=#EDEEEF] [r=27 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11229,7 +11229,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11306,11 +11306,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11330,11 +11330,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11362,7 +11362,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11382,11 +11382,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11406,11 +11406,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11430,15 +11430,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11458,11 +11458,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11482,15 +11482,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11506,15 +11506,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,364) size 8x13 [bgcolor=#027777] [r=28 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,364) size 9x13 [bgcolor=#027777] [r=28 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,364) size 9x13 [bgcolor=#027777] [r=28 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,364) size 9x13 [bgcolor=#027777] [r=28 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,364) size 9x13 [bgcolor=#027777] [r=28 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,364) size 8x13 [bgcolor=#027777] [r=28 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11530,15 +11530,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,364) size 8x13 [bgcolor=#048485] [r=28 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,364) size 9x13 [bgcolor=#048485] [r=28 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,364) size 9x13 [bgcolor=#048485] [r=28 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,364) size 9x13 [bgcolor=#048485] [r=28 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,364) size 9x13 [bgcolor=#048485] [r=28 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,364) size 8x13 [bgcolor=#048485] [r=28 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11558,15 +11558,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,364) size 8x13 [bgcolor=#025E5E] [r=28 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,364) size 9x13 [bgcolor=#025E5E] [r=28 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,364) size 9x13 [bgcolor=#025E5E] [r=28 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,364) size 9x13 [bgcolor=#025E5E] [r=28 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,364) size 9x13 [bgcolor=#025E5E] [r=28 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,364) size 8x13 [bgcolor=#025E5E] [r=28 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11582,15 +11582,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,364) size 8x13 [bgcolor=#025E5E] [r=28 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,364) size 9x13 [bgcolor=#025E5E] [r=28 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,364) size 9x13 [bgcolor=#044F4F] [r=28 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,364) size 9x13 [bgcolor=#044F4F] [r=28 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,364) size 9x13 [bgcolor=#044140] [r=28 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,364) size 8x13 [bgcolor=#044140] [r=28 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11606,19 +11606,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,364) size 8x13 [bgcolor=#777878] [r=28 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,364) size 9x13 [bgcolor=#777878] [r=28 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,364) size 9x13 [bgcolor=#A5A6A6] [r=28 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,364) size 9x13 [bgcolor=#A5A6A6] [r=28 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,364) size 9x13 [bgcolor=#DEDFDF] [r=28 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,364) size 8x13 [bgcolor=#DEDFDF] [r=28 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,364) size 9x13 [bgcolor=#EDEEEF] [r=28 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,364) size 8x13 [bgcolor=#EDEEEF] [r=28 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11630,7 +11630,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11707,11 +11707,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11731,11 +11731,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11763,7 +11763,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11783,11 +11783,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11807,11 +11807,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11831,15 +11831,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11859,11 +11859,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11883,15 +11883,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11907,15 +11907,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,377) size 8x13 [bgcolor=#025E5E] [r=29 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,377) size 9x13 [bgcolor=#025E5E] [r=29 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,377) size 9x13 [bgcolor=#025E5E] [r=29 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,377) size 9x13 [bgcolor=#025E5E] [r=29 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,377) size 9x13 [bgcolor=#026766] [r=29 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,377) size 8x13 [bgcolor=#026766] [r=29 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11931,15 +11931,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,377) size 8x13 [bgcolor=#026766] [r=29 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,377) size 9x13 [bgcolor=#026766] [r=29 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,377) size 9x13 [bgcolor=#026766] [r=29 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,377) size 9x13 [bgcolor=#026766] [r=29 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,377) size 9x13 [bgcolor=#026766] [r=29 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,377) size 8x13 [bgcolor=#026766] [r=29 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11959,15 +11959,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,377) size 8x13 [bgcolor=#025E5E] [r=29 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,377) size 9x13 [bgcolor=#025E5E] [r=29 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,377) size 9x13 [bgcolor=#025E5E] [r=29 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,377) size 9x13 [bgcolor=#025E5E] [r=29 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,377) size 9x13 [bgcolor=#044F4F] [r=29 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,377) size 8x13 [bgcolor=#044F4F] [r=29 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11983,15 +11983,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,377) size 8x13 [bgcolor=#044140] [r=29 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,377) size 9x13 [bgcolor=#044140] [r=29 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,377) size 9x13 [bgcolor=#083131] [r=29 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,377) size 9x13 [bgcolor=#083131] [r=29 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,377) size 9x13 [bgcolor=#083131] [r=29 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,377) size 8x13 [bgcolor=#083131] [r=29 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12007,19 +12007,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,377) size 8x13 [bgcolor=#A5A6A6] [r=29 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,377) size 9x13 [bgcolor=#A5A6A6] [r=29 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,377) size 9x13 [bgcolor=#CECFCF] [r=29 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,377) size 9x13 [bgcolor=#CECFCF] [r=29 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,377) size 9x13 [bgcolor=#EDEEEF] [r=29 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,377) size 8x13 [bgcolor=#EDEEEF] [r=29 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12031,7 +12031,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12108,11 +12108,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12132,11 +12132,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12164,7 +12164,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12184,11 +12184,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12208,11 +12208,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12232,15 +12232,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12260,11 +12260,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12284,15 +12284,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12308,15 +12308,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,390) size 8x13 [bgcolor=#044140] [r=30 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,390) size 9x13 [bgcolor=#044140] [r=30 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,390) size 9x13 [bgcolor=#044140] [r=30 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,390) size 9x13 [bgcolor=#044140] [r=30 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,390) size 9x13 [bgcolor=#044140] [r=30 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,390) size 8x13 [bgcolor=#044140] [r=30 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12332,15 +12332,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,390) size 8x13 [bgcolor=#044F4F] [r=30 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,390) size 9x13 [bgcolor=#044F4F] [r=30 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,390) size 9x13 [bgcolor=#044F4F] [r=30 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,390) size 9x13 [bgcolor=#044F4F] [r=30 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,390) size 9x13 [bgcolor=#044F4F] [r=30 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,390) size 8x13 [bgcolor=#044F4F] [r=30 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12360,15 +12360,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,390) size 8x13 [bgcolor=#044140] [r=30 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,390) size 9x13 [bgcolor=#044140] [r=30 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,390) size 9x13 [bgcolor=#044140] [r=30 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,390) size 9x13 [bgcolor=#044140] [r=30 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,390) size 9x13 [bgcolor=#044140] [r=30 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,390) size 8x13 [bgcolor=#044140] [r=30 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12384,15 +12384,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,390) size 8x13 [bgcolor=#083131] [r=30 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,390) size 9x13 [bgcolor=#083131] [r=30 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,390) size 9x13 [bgcolor=#344C4E] [r=30 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,390) size 9x13 [bgcolor=#344C4E] [r=30 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,390) size 9x13 [bgcolor=#515C5B] [r=30 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,390) size 8x13 [bgcolor=#515C5B] [r=30 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12408,19 +12408,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,390) size 8x13 [bgcolor=#CECFCF] [r=30 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,390) size 9x13 [bgcolor=#CECFCF] [r=30 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,390) size 9x13 [bgcolor=#E0EAE9] [r=30 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,390) size 9x13 [bgcolor=#E0EAE9] [r=30 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12432,7 +12432,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12509,11 +12509,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12533,11 +12533,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12565,7 +12565,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12585,11 +12585,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12609,11 +12609,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12633,15 +12633,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12661,11 +12661,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12685,15 +12685,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12709,15 +12709,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,403) size 8x13 [bgcolor=#91A3A3] [r=31 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,403) size 9x13 [bgcolor=#91A3A3] [r=31 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,403) size 9x13 [bgcolor=#848788] [r=31 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,403) size 9x13 [bgcolor=#848788] [r=31 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,403) size 9x13 [bgcolor=#647979] [r=31 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,403) size 8x13 [bgcolor=#647979] [r=31 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12733,15 +12733,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,403) size 8x13 [bgcolor=#344C4E] [r=31 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,403) size 9x13 [bgcolor=#344C4E] [r=31 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,403) size 9x13 [bgcolor=#344C4E] [r=31 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,403) size 9x13 [bgcolor=#344C4E] [r=31 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,403) size 9x13 [bgcolor=#274C4D] [r=31 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,403) size 8x13 [bgcolor=#274C4D] [r=31 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12761,15 +12761,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,403) size 8x13 [bgcolor=#274C4D] [r=31 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,403) size 9x13 [bgcolor=#274C4D] [r=31 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,403) size 9x13 [bgcolor=#344C4E] [r=31 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,403) size 9x13 [bgcolor=#344C4E] [r=31 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,403) size 9x13 [bgcolor=#344C4E] [r=31 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,403) size 8x13 [bgcolor=#344C4E] [r=31 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12785,15 +12785,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,403) size 8x13 [bgcolor=#848788] [r=31 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,403) size 9x13 [bgcolor=#848788] [r=31 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,403) size 9x13 [bgcolor=#848788] [r=31 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,403) size 9x13 [bgcolor=#848788] [r=31 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,403) size 9x13 [bgcolor=#939494] [r=31 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,403) size 8x13 [bgcolor=#939494] [r=31 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12809,19 +12809,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,403) size 8x13 [bgcolor=#EDEEEF] [r=31 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,403) size 9x13 [bgcolor=#EDEEEF] [r=31 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12833,7 +12833,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12910,11 +12910,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12934,11 +12934,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12966,7 +12966,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12986,11 +12986,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13010,11 +13010,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13034,15 +13034,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13062,11 +13062,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13086,15 +13086,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13110,15 +13110,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,416) size 8x13 [bgcolor=#CECFCF] [r=32 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,416) size 9x13 [bgcolor=#CECFCF] [r=32 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,416) size 9x13 [bgcolor=#BEC2C2] [r=32 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,416) size 9x13 [bgcolor=#BEC2C2] [r=32 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,416) size 9x13 [bgcolor=#B4B4B4] [r=32 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,416) size 8x13 [bgcolor=#B4B4B4] [r=32 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13134,15 +13134,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,416) size 8x13 [bgcolor=#939494] [r=32 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,416) size 9x13 [bgcolor=#939494] [r=32 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,416) size 9x13 [bgcolor=#939494] [r=32 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,416) size 9x13 [bgcolor=#939494] [r=32 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,416) size 9x13 [bgcolor=#939494] [r=32 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,416) size 8x13 [bgcolor=#939494] [r=32 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13162,15 +13162,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,416) size 8x13 [bgcolor=#939494] [r=32 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,416) size 9x13 [bgcolor=#939494] [r=32 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,416) size 9x13 [bgcolor=#939494] [r=32 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,416) size 9x13 [bgcolor=#939494] [r=32 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,416) size 9x13 [bgcolor=#939494] [r=32 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,416) size 8x13 [bgcolor=#939494] [r=32 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13186,15 +13186,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,416) size 8x13 [bgcolor=#B4B4B4] [r=32 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,416) size 9x13 [bgcolor=#B4B4B4] [r=32 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,416) size 9x13 [bgcolor=#BEC2C2] [r=32 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,416) size 9x13 [bgcolor=#BEC2C2] [r=32 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,416) size 9x13 [bgcolor=#CECFCF] [r=32 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,416) size 8x13 [bgcolor=#CECFCF] [r=32 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13210,19 +13210,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13234,7 +13234,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13311,11 +13311,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13335,11 +13335,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13367,7 +13367,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13387,11 +13387,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13411,11 +13411,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13435,15 +13435,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13463,11 +13463,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13487,15 +13487,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13511,15 +13511,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,429) size 8x13 [bgcolor=#EDEEEF] [r=33 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,429) size 9x13 [bgcolor=#EDEEEF] [r=33 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,429) size 9x13 [bgcolor=#EDEEEF] [r=33 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,429) size 9x13 [bgcolor=#EDEEEF] [r=33 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,429) size 9x13 [bgcolor=#E0EAE9] [r=33 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,429) size 8x13 [bgcolor=#E0EAE9] [r=33 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13535,15 +13535,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,429) size 8x13 [bgcolor=#CECFCF] [r=33 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,429) size 9x13 [bgcolor=#CECFCF] [r=33 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,429) size 9x13 [bgcolor=#CECFCF] [r=33 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,429) size 9x13 [bgcolor=#CECFCF] [r=33 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,429) size 9x13 [bgcolor=#CECFCF] [r=33 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,429) size 8x13 [bgcolor=#CECFCF] [r=33 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13563,15 +13563,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,429) size 8x13 [bgcolor=#CECFCF] [r=33 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,429) size 9x13 [bgcolor=#CECFCF] [r=33 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,429) size 9x13 [bgcolor=#CECFCF] [r=33 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,429) size 9x13 [bgcolor=#CECFCF] [r=33 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,429) size 9x13 [bgcolor=#CECFCF] [r=33 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,429) size 8x13 [bgcolor=#CECFCF] [r=33 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13587,15 +13587,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,429) size 8x13 [bgcolor=#E0EAE9] [r=33 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,429) size 9x13 [bgcolor=#E0EAE9] [r=33 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,429) size 9x13 [bgcolor=#EDEEEF] [r=33 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,429) size 9x13 [bgcolor=#EDEEEF] [r=33 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,429) size 9x13 [bgcolor=#EDEEEF] [r=33 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,429) size 8x13 [bgcolor=#EDEEEF] [r=33 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13611,19 +13611,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13635,7 +13635,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x12
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x12
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillaothertest3expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/test3-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/test3-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/test3-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">             RenderTableCell {TD} at (203,2) size 178x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 29x19
</span><span class="cx">                 text run at (2,2) width 29: &quot;Two&quot;
</span><del>-            RenderTableCell {TD} at (382,2) size 202x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (382,2) size 203x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 38x19
</span><span class="cx">                 text run at (2,2) width 38: &quot;Three&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 586x24
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx">             RenderTableCell {TD} at (203,28) size 178x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (68,2) size 40x19
</span><span class="cx">                 text run at (68,2) width 40: &quot;center&quot;
</span><del>-            RenderTableCell {TD} at (382,28) size 202x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (382,28) size 203x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (169,2) size 31x19
</span><span class="cx">                 text run at (169,2) width 31: &quot;right&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,54) size 586x50 [bgcolor=#FFFF00]
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx">             RenderTableCell {TD} at (203,54) size 178x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 21x19
</span><span class="cx">                 text run at (2,2) width 21: &quot;top&quot;
</span><del>-            RenderTableCell {TD} at (382,80) size 202x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (382,80) size 203x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x19
</span><span class="cx">                 text run at (2,2) width 46: &quot;bottom&quot;
</span><span class="cx">       RenderBlock {H2} at (0,237) size 784x31
</span><span class="lines">@@ -131,20 +131,20 @@
</span><span class="cx">       RenderTable {TABLE} at (0,628) size 707x83 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 705x80
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 705x24
</span><del>-            RenderTableCell {TD} at (2,2) size 284x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=8]
</del><ins>+            RenderTableCell {TD} at (2,2) size 283x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=8]
</ins><span class="cx">               RenderText {#text} at (2,2) size 107x19
</span><span class="cx">                 text run at (2,2) width 107: &quot;r0c[0-7], span=8&quot;
</span><del>-            RenderTableCell {TD} at (287,2) size 416x24 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=10]
</del><ins>+            RenderTableCell {TD} at (286,2) size 417x24 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=10]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x19
</span><span class="cx">                 text run at (2,2) width 165: &quot;r0col[8-17], span=10 cols&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 705x24
</span><span class="cx">             RenderTableCell {TD} at (2,28) size 111x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=3]
</span><span class="cx">               RenderText {#text} at (2,2) size 107x19
</span><span class="cx">                 text run at (2,2) width 107: &quot;r1c[0-2], span=3&quot;
</span><del>-            RenderTableCell {TD} at (114,28) size 172x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=5]
</del><ins>+            RenderTableCell {TD} at (114,28) size 171x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=5]
</ins><span class="cx">               RenderText {#text} at (2,2) size 107x19
</span><span class="cx">                 text run at (2,2) width 107: &quot;r1c[3-7], span=5&quot;
</span><del>-            RenderTableCell {TD} at (287,28) size 287x24 [border: (1px inset #808080)] [r=1 c=8 rs=1 cs=7]
</del><ins>+            RenderTableCell {TD} at (286,28) size 288x24 [border: (1px inset #808080)] [r=1 c=8 rs=1 cs=7]
</ins><span class="cx">               RenderText {#text} at (2,2) size 115x19
</span><span class="cx">                 text run at (2,2) width 115: &quot;r1c[8-14], span=7&quot;
</span><span class="cx">             RenderTableCell {TD} at (575,28) size 128x24 [border: (1px inset #808080)] [r=1 c=15 rs=1 cs=3]
</span><span class="lines">@@ -172,10 +172,10 @@
</span><span class="cx">             RenderTableCell {TD} at (218,54) size 33x24 [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 29x19
</span><span class="cx">                 text run at (2,2) width 29: &quot;r2c7&quot;
</span><del>-            RenderTableCell {TD} at (252,54) size 34x24 [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (252,54) size 33x24 [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 29x19
</span><span class="cx">                 text run at (2,2) width 29: &quot;r2c8&quot;
</span><del>-            RenderTableCell {TD} at (287,54) size 33x24 [border: (1px inset #808080)] [r=2 c=8 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (286,54) size 34x24 [border: (1px inset #808080)] [r=2 c=8 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 29x19
</span><span class="cx">                 text run at (2,2) width 29: &quot;r2c9&quot;
</span><span class="cx">             RenderTableCell {TD} at (321,54) size 41x24 [border: (1px inset #808080)] [r=2 c=9 rs=1 cs=1]
</span><span class="lines">@@ -190,7 +190,7 @@
</span><span class="cx">             RenderTableCell {TD} at (448,54) size 41x24 [border: (1px inset #808080)] [r=2 c=12 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 37x19
</span><span class="cx">                 text run at (2,2) width 37: &quot;r2c13&quot;
</span><del>-            RenderTableCell {TD} at (490,54) size 42x24 [border: (1px inset #808080)] [r=2 c=13 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (490,54) size 41x24 [border: (1px inset #808080)] [r=2 c=13 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 37x19
</span><span class="cx">                 text run at (2,2) width 37: &quot;r2c14&quot;
</span><span class="cx">             RenderTableCell {TD} at (533,54) size 41x24 [border: (1px inset #808080)] [r=2 c=14 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillaothertest6expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/test6-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/test6-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/test6-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 31x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 27x19
</span><span class="cx">                 text run at (2,2) width 27: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (34,2) size 746x362 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=2]
</del><ins>+            RenderTableCell {TD} at (34,2) size 747x362 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=2]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 742x358 [bgcolor=#ADD8E6] [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 740x356
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 740x24
</span><span class="lines">@@ -35,13 +35,13 @@
</span><span class="cx">                               RenderText {#text} at (2,2) size 27x19
</span><span class="cx">                                 text run at (2,2) width 27: &quot;Cell&quot;
</span><span class="cx">                             RenderTableCell {TD} at (34,2) size 661x290 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=2]
</span><del>-                              RenderTable {TABLE} at (2,2) size 656x286 [border: (1px outset #808080)]
-                                RenderTableSection {TBODY} at (1,1) size 654x284
-                                  RenderTableRow {TR} at (0,2) size 654x24
</del><ins>+                              RenderTable {TABLE} at (2,2) size 657x286 [border: (1px outset #808080)]
+                                RenderTableSection {TBODY} at (1,1) size 655x284
+                                  RenderTableRow {TR} at (0,2) size 655x24
</ins><span class="cx">                                     RenderTableCell {TD} at (2,2) size 31x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                                       RenderText {#text} at (2,2) size 27x19
</span><span class="cx">                                         text run at (2,2) width 27: &quot;Cell&quot;
</span><del>-                                    RenderTableCell {TD} at (34,2) size 618x254 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=2]
</del><ins>+                                    RenderTableCell {TD} at (34,2) size 619x254 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=2]
</ins><span class="cx">                                       RenderTable {TABLE} at (2,2) size 614x250 [bgcolor=#FFA500] [border: (1px outset #808080)]
</span><span class="cx">                                         RenderTableSection {TBODY} at (1,1) size 612x248
</span><span class="cx">                                           RenderTableRow {TR} at (0,2) size 612x24
</span><span class="lines">@@ -56,13 +56,13 @@
</span><span class="cx">                                                       RenderText {#text} at (2,2) size 27x19
</span><span class="cx">                                                         text run at (2,2) width 27: &quot;Cell&quot;
</span><span class="cx">                                                     RenderTableCell {TD} at (34,2) size 533x162 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=2]
</span><del>-                                                      RenderTable {TABLE} at (2,2) size 528x158 [bgcolor=#ADD8E6] [border: (1px outset #808080)]
-                                                        RenderTableSection {TBODY} at (1,1) size 526x156
-                                                          RenderTableRow {TR} at (0,2) size 526x24
</del><ins>+                                                      RenderTable {TABLE} at (2,2) size 529x158 [bgcolor=#ADD8E6] [border: (1px outset #808080)]
+                                                        RenderTableSection {TBODY} at (1,1) size 527x156
+                                                          RenderTableRow {TR} at (0,2) size 527x24
</ins><span class="cx">                                                             RenderTableCell {TD} at (2,2) size 31x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                                                               RenderText {#text} at (2,2) size 27x19
</span><span class="cx">                                                                 text run at (2,2) width 27: &quot;Cell&quot;
</span><del>-                                                            RenderTableCell {TD} at (34,2) size 490x106 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=2]
</del><ins>+                                                            RenderTableCell {TD} at (34,2) size 491x106 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=2]
</ins><span class="cx">                                                               RenderTable {TABLE} at (2,2) size 486x102 [bgcolor=#90EE90] [border: (1px outset #808080)]
</span><span class="cx">                                                                 RenderTableSection {TBODY} at (1,1) size 484x100
</span><span class="cx">                                                                   RenderTableRow {TR} at (0,2) size 484x24
</span><span class="lines">@@ -88,11 +88,11 @@
</span><span class="cx">                                                                     RenderTableCell {TD} at (450,64) size 32x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span><span class="cx">                                                                       RenderText {#text} at (2,2) size 27x19
</span><span class="cx">                                                                         text run at (2,2) width 27: &quot;Cell&quot;
</span><del>-                                                          RenderTableRow {TR} at (0,28) size 526x80
</del><ins>+                                                          RenderTableRow {TR} at (0,28) size 527x80
</ins><span class="cx">                                                             RenderTableCell {TD} at (2,56) size 31x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                                                               RenderText {#text} at (2,2) size 27x19
</span><span class="cx">                                                                 text run at (2,2) width 27: &quot;Cell&quot;
</span><del>-                                                          RenderTableRow {TR} at (0,110) size 526x44
</del><ins>+                                                          RenderTableRow {TR} at (0,110) size 527x44
</ins><span class="cx">                                                             RenderTableCell {TD} at (2,120) size 31x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">                                                               RenderText {#text} at (2,2) size 27x19
</span><span class="cx">                                                                 text run at (2,2) width 27: &quot;Cell&quot;
</span><span class="lines">@@ -101,7 +101,7 @@
</span><span class="cx">                                                                 text run at (2,2) width 403: &quot;Cell, and stuff to test out table cell layout. This should be long &quot;
</span><span class="cx">                                                                 text run at (404,2) width 48: &quot;enough&quot;
</span><span class="cx">                                                                 text run at (2,22) width 70: &quot;for testing.&quot;
</span><del>-                                                            RenderTableCell {TD} at (493,120) size 31x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+                                                            RenderTableCell {TD} at (493,120) size 32x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                                                               RenderText {#text} at (2,2) size 27x19
</span><span class="cx">                                                                 text run at (2,2) width 27: &quot;Cell&quot;
</span><span class="cx">                                                   RenderTableRow {TR} at (0,28) size 569x136
</span><span class="lines">@@ -112,12 +112,12 @@
</span><span class="cx">                                                     RenderTableCell {TD} at (2,176) size 31x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">                                                       RenderText {#text} at (2,2) size 27x19
</span><span class="cx">                                                         text run at (2,2) width 27: &quot;Cell&quot;
</span><del>-                                                    RenderTableCell {TD} at (34,166) size 500x44 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+                                                    RenderTableCell {TD} at (34,166) size 501x44 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                                                       RenderText {#text} at (2,2) size 473x39
</span><span class="cx">                                                         text run at (2,2) width 403: &quot;Cell, and stuff to test out table cell layout. This should be long &quot;
</span><span class="cx">                                                         text run at (404,2) width 71: &quot;enough for&quot;
</span><span class="cx">                                                         text run at (2,22) width 47: &quot;testing.&quot;
</span><del>-                                                    RenderTableCell {TD} at (535,176) size 32x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+                                                    RenderTableCell {TD} at (536,176) size 31x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                                                       RenderText {#text} at (2,2) size 27x19
</span><span class="cx">                                                         text run at (2,2) width 27: &quot;Cell&quot;
</span><span class="cx">                                           RenderTableRow {TR} at (0,28) size 612x192
</span><span class="lines">@@ -135,11 +135,11 @@
</span><span class="cx">                                             RenderTableCell {TD} at (577,222) size 33x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span><span class="cx">                                               RenderText {#text} at (2,2) size 27x19
</span><span class="cx">                                                 text run at (2,2) width 27: &quot;Cell&quot;
</span><del>-                                  RenderTableRow {TR} at (0,28) size 654x228
</del><ins>+                                  RenderTableRow {TR} at (0,28) size 655x228
</ins><span class="cx">                                     RenderTableCell {TD} at (2,130) size 31x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                                       RenderText {#text} at (2,2) size 27x19
</span><span class="cx">                                         text run at (2,2) width 27: &quot;Cell&quot;
</span><del>-                                  RenderTableRow {TR} at (0,258) size 654x24
</del><ins>+                                  RenderTableRow {TR} at (0,258) size 655x24
</ins><span class="cx">                                     RenderTableCell {TD} at (2,258) size 31x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">                                       RenderText {#text} at (2,2) size 27x19
</span><span class="cx">                                         text run at (2,2) width 27: &quot;Cell&quot;
</span><span class="lines">@@ -147,7 +147,7 @@
</span><span class="cx">                                       RenderText {#text} at (2,2) size 524x19
</span><span class="cx">                                         text run at (2,2) width 403: &quot;Cell, and stuff to test out table cell layout. This should be long &quot;
</span><span class="cx">                                         text run at (404,2) width 122: &quot;enough for testing.&quot;
</span><del>-                                    RenderTableCell {TD} at (618,258) size 34x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+                                    RenderTableCell {TD} at (618,258) size 35x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                                       RenderText {#text} at (2,2) size 27x19
</span><span class="cx">                                         text run at (2,2) width 27: &quot;Cell&quot;
</span><span class="cx">                           RenderTableRow {TR} at (0,28) size 697x264
</span><span class="lines">@@ -192,7 +192,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 524x19
</span><span class="cx">                 text run at (2,2) width 403: &quot;Cell, and stuff to test out table cell layout. This should be long &quot;
</span><span class="cx">                 text run at (404,2) width 122: &quot;enough for testing.&quot;
</span><del>-            RenderTableCell {TD} at (739,366) size 41x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (739,366) size 42x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 27x19
</span><span class="cx">                 text run at (2,2) width 27: &quot;Cell&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,570) size 784x21
</span><span class="lines">@@ -209,7 +209,7 @@
</span><span class="cx">             RenderTableCell {TD} at (625,2) size 77x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 35x19
</span><span class="cx">                 text run at (2,2) width 35: &quot;Cell2&quot;
</span><del>-            RenderTableCell {TD} at (703,2) size 77x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (703,2) size 78x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 39x19
</span><span class="cx">                 text run at (2,2) width 39: &quot;Cell 3&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x24
</span><span class="lines">@@ -219,7 +219,7 @@
</span><span class="cx">             RenderTableCell {TD} at (625,28) size 77x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 39x19
</span><span class="cx">                 text run at (2,2) width 39: &quot;Cell 5&quot;
</span><del>-            RenderTableCell {TD} at (703,28) size 77x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (703,28) size 78x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 39x19
</span><span class="cx">                 text run at (2,2) width 39: &quot;Cell 6&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,54) size 782x716
</span><span class="lines">@@ -627,6 +627,6 @@
</span><span class="cx">             RenderTableCell {TD} at (625,400) size 77x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;8&quot;
</span><del>-            RenderTableCell {TD} at (703,400) size 77x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (703,400) size 78x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;9&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillaotherwa_table_thtd_rowspanexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -205,10 +205,10 @@
</span><span class="cx">               RenderTableCell {TD} at (272,2) size 41x24 [bgcolor=#EE82EE] [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 5&quot;
</span><del>-              RenderTableCell {TD} at (314,2) size 40x24 [bgcolor=#EE82EE] [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (314,2) size 41x24 [bgcolor=#EE82EE] [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 6&quot;
</span><del>-              RenderTableCell {TD} at (355,2) size 41x24 [bgcolor=#EE82EE] [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (356,2) size 40x24 [bgcolor=#EE82EE] [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 7&quot;
</span><span class="cx">               RenderTableCell {TD} at (397,2) size 41x24 [bgcolor=#EE82EE] [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=1]
</span><span class="lines">@@ -233,10 +233,10 @@
</span><span class="cx">               RenderTableCell {TD} at (272,28) size 41x24 [bgcolor=#EE82EE] [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 5&quot;
</span><del>-              RenderTableCell {TD} at (314,28) size 40x24 [bgcolor=#EE82EE] [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (314,28) size 41x24 [bgcolor=#EE82EE] [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 6&quot;
</span><del>-              RenderTableCell {TD} at (355,28) size 41x24 [bgcolor=#EE82EE] [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (356,28) size 40x24 [bgcolor=#EE82EE] [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 7&quot;
</span><span class="cx">               RenderTableCell {TD} at (397,28) size 41x24 [bgcolor=#EE82EE] [border: (1px inset #808080)] [r=1 c=8 rs=1 cs=1]
</span><span class="lines">@@ -267,10 +267,10 @@
</span><span class="cx">               RenderTableCell {TD} at (272,54) size 41x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 5&quot;
</span><del>-              RenderTableCell {TD} at (314,54) size 40x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (314,54) size 41x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 6&quot;
</span><del>-              RenderTableCell {TD} at (355,54) size 41x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (356,54) size 40x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 7&quot;
</span><span class="cx">               RenderTableCell {TD} at (397,54) size 41x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=2 c=8 rs=1 cs=1]
</span><span class="lines">@@ -295,10 +295,10 @@
</span><span class="cx">               RenderTableCell {TD} at (272,80) size 41x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=3 c=5 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 5&quot;
</span><del>-              RenderTableCell {TD} at (314,80) size 40x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=3 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (314,80) size 41x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=3 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 6&quot;
</span><del>-              RenderTableCell {TD} at (355,80) size 41x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=3 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (356,80) size 40x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=3 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 7&quot;
</span><span class="cx">               RenderTableCell {TD} at (397,80) size 41x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=3 c=8 rs=1 cs=1]
</span><span class="lines">@@ -323,10 +323,10 @@
</span><span class="cx">               RenderTableCell {TD} at (272,106) size 41x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=4 c=5 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 5&quot;
</span><del>-              RenderTableCell {TD} at (314,106) size 40x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=4 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (314,106) size 41x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=4 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 6&quot;
</span><del>-              RenderTableCell {TD} at (355,106) size 41x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=4 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (356,106) size 40x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=4 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 7&quot;
</span><span class="cx">               RenderTableCell {TD} at (397,106) size 41x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=4 c=8 rs=1 cs=1]
</span><span class="lines">@@ -351,10 +351,10 @@
</span><span class="cx">               RenderTableCell {TD} at (272,132) size 41x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=5 c=5 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 5&quot;
</span><del>-              RenderTableCell {TD} at (314,132) size 40x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=5 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (314,132) size 41x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=5 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 6&quot;
</span><del>-              RenderTableCell {TD} at (355,132) size 41x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=5 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (356,132) size 40x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=5 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 7&quot;
</span><span class="cx">               RenderTableCell {TD} at (397,132) size 41x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=5 c=8 rs=1 cs=1]
</span><span class="lines">@@ -379,10 +379,10 @@
</span><span class="cx">               RenderTableCell {TD} at (272,158) size 41x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=6 c=5 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 5&quot;
</span><del>-              RenderTableCell {TD} at (314,158) size 40x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=6 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (314,158) size 41x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=6 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 6&quot;
</span><del>-              RenderTableCell {TD} at (355,158) size 41x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=6 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (356,158) size 40x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=6 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 7&quot;
</span><span class="cx">               RenderTableCell {TD} at (397,158) size 41x24 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=6 c=8 rs=1 cs=1]
</span><span class="lines">@@ -413,10 +413,10 @@
</span><span class="cx">               RenderTableCell {TD} at (272,184) size 41x24 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=7 c=5 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 5&quot;
</span><del>-              RenderTableCell {TD} at (314,184) size 40x24 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=7 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (314,184) size 41x24 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=7 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 6&quot;
</span><del>-              RenderTableCell {TD} at (355,184) size 41x24 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=7 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (356,184) size 40x24 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=7 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 7&quot;
</span><span class="cx">               RenderTableCell {TD} at (397,184) size 41x24 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=7 c=8 rs=1 cs=1]
</span><span class="lines">@@ -441,10 +441,10 @@
</span><span class="cx">               RenderTableCell {TD} at (272,210) size 41x24 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=8 c=5 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 5&quot;
</span><del>-              RenderTableCell {TD} at (314,210) size 40x24 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=8 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (314,210) size 41x24 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=8 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 6&quot;
</span><del>-              RenderTableCell {TD} at (355,210) size 41x24 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=8 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (356,210) size 40x24 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=8 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 7&quot;
</span><span class="cx">               RenderTableCell {TD} at (397,210) size 41x24 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=8 c=8 rs=1 cs=1]
</span><span class="lines">@@ -469,10 +469,10 @@
</span><span class="cx">               RenderTableCell {TD} at (272,236) size 41x24 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=9 c=5 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 5&quot;
</span><del>-              RenderTableCell {TD} at (314,236) size 40x24 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=9 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (314,236) size 41x24 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=9 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 6&quot;
</span><del>-              RenderTableCell {TD} at (355,236) size 41x24 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=9 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (356,236) size 40x24 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=9 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 7&quot;
</span><span class="cx">               RenderTableCell {TD} at (397,236) size 41x24 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=9 c=8 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugs97619expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/97619-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/97619-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/97619-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,150) size 784x167 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x165
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x161
</span><del>-            RenderTableCell {TD} at (2,2) size 25x161 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 24x161 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x79
</span><span class="cx">                 text run at (2,2) width 15: &quot;aa&quot;
</span><span class="cx">                 text run at (2,22) width 16: &quot;bb&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug10552expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -96,7 +96,7 @@
</span><span class="cx">             RenderTableCell {TD} at (209,0) size 168x32 [border: (7px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,8) size 8x19
</span><span class="cx">                 text run at (4,8) width 8: &quot;2&quot;
</span><del>-            RenderTableCell {TD} at (376,0) size 199x32 [border: (7px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (376,0) size 200x32 [border: (7px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,8) size 8x19
</span><span class="cx">                 text run at (4,8) width 8: &quot;3&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,32) size 575x28
</span><span class="lines">@@ -106,7 +106,7 @@
</span><span class="cx">             RenderTableCell {TD} at (209,32) size 168x28 [border: (3px double #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 8x19
</span><span class="cx">                 text run at (4,4) width 8: &quot;5&quot;
</span><del>-            RenderTableCell {TD} at (376,32) size 199x28 [border: (3px solid #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (376,32) size 200x28 [border: (3px solid #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 8x19
</span><span class="cx">                 text run at (4,4) width 8: &quot;6&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,60) size 575x31
</span><span class="lines">@@ -116,7 +116,7 @@
</span><span class="cx">             RenderTableCell {TD} at (209,60) size 168x31 [border: (3px inset #0000FF)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 8x19
</span><span class="cx">                 text run at (4,4) width 8: &quot;8&quot;
</span><del>-            RenderTableCell {TD} at (376,60) size 199x31 [border: (3px double #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (376,60) size 200x31 [border: (3px double #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 8x19
</span><span class="cx">                 text run at (4,4) width 8: &quot;9&quot;
</span><span class="cx">       RenderBlock {P} at (0,715) size 784x41
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug1128expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1128-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1128-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1128-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx">             RenderTableCell {TH} at (150,2) size 100x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (28,2) size 42x19
</span><span class="cx">                 text run at (28,2) width 42: &quot;Three&quot;
</span><del>-            RenderTableCell {TH} at (251,2) size 95x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (251,2) size 96x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (30,2) size 35x19
</span><span class="cx">                 text run at (30,2) width 35: &quot;Four&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 348x24
</span><span class="lines">@@ -60,6 +60,6 @@
</span><span class="cx">             RenderTableCell {TD} at (150,28) size 100x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 31x19
</span><span class="cx">                 text run at (2,2) width 31: &quot;Blue&quot;
</span><del>-            RenderTableCell {TD} at (251,28) size 95x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,28) size 96x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x19
</span><span class="cx">                 text run at (2,2) width 40: &quot;Green&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug1164expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1164-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1164-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1164-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,29 +10,29 @@
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 390x90
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 390x60
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 269x60 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><del>-              RenderTable {TABLE} at (2,2) size 81x56 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 79x54
-                  RenderTableRow {TR} at (0,2) size 79x24
-                    RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (2,2) size 80x56 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 78x54
+                  RenderTableRow {TR} at (0,2) size 78x24
+                    RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                         text run at (2,2) width 32: &quot;hello&quot;
</span><del>-                    RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                         text run at (2,2) width 32: &quot;hello&quot;
</span><del>-                  RenderTableRow {TR} at (0,28) size 79x24
-                    RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableRow {TR} at (0,28) size 78x24
+                    RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                         text run at (2,2) width 32: &quot;hello&quot;
</span><del>-                    RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                         text run at (2,2) width 32: &quot;hello&quot;
</span><del>-            RenderTableCell {TD} at (272,20) size 116x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (272,20) size 117x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;hello&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,64) size 390x24
</span><span class="cx">             RenderTableCell {TD} at (2,64) size 269x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;hello&quot;
</span><del>-            RenderTableCell {TD} at (272,64) size 116x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (272,64) size 117x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;hello&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug140071expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -64,7 +64,7 @@
</span><span class="cx">                         text run at (0,280) width 296: &quot;# # # # # # # # # # # # # # # # # # # # # # # # #&quot;
</span><span class="cx">                         text run at (0,300) width 296: &quot;# # # # # # # # # # # # # # # # # # # # # # # # #&quot;
</span><span class="cx">                         text run at (0,320) width 236: &quot;# # # # # # # # # # # # # # # # # # # #&quot;
</span><del>-            RenderTableCell {TD} at (545,0) size 239x360 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (545,0) size 240x360 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (0,0) size 239x360
</span><span class="cx">                 RenderTableSection {THEAD} at (0,0) size 239x20
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 239x20
</span><span class="lines">@@ -93,7 +93,7 @@
</span><span class="cx">                         text run at (0,280) width 239: &quot;! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !&quot;
</span><span class="cx">                         text run at (0,300) width 239: &quot;! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !&quot;
</span><span class="cx">                         text run at (0,320) width 43: &quot;! ! ! ! !&quot;
</span><del>-            RenderTableCell {TD} at (783,0) size 1x0 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (784,0) size 0x0 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">           RenderTableRow {TR} at (0,360) size 784x360
</span><span class="cx">             RenderTableCell {TD} at (0,360) size 239x360 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderTable {TABLE} at (0,0) size 239x360
</span><span class="lines">@@ -153,7 +153,7 @@
</span><span class="cx">                         text run at (0,280) width 296: &quot;# # # # # # # # # # # # # # # # # # # # # # # # #&quot;
</span><span class="cx">                         text run at (0,300) width 296: &quot;# # # # # # # # # # # # # # # # # # # # # # # # #&quot;
</span><span class="cx">                         text run at (0,320) width 236: &quot;# # # # # # # # # # # # # # # # # # # #&quot;
</span><del>-            RenderTableCell {TD} at (545,360) size 239x360 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (545,360) size 240x360 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (0,0) size 239x360
</span><span class="cx">                 RenderTableSection {THEAD} at (0,0) size 239x20
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 239x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug140072expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -33,13 +33,13 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 6x19
</span><span class="cx">                   text run at (2,2) width 6: &quot;-&quot;
</span><span class="cx">               RenderTableCell {TD} at (512,0) size 92x468 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</span><del>-                RenderTable {TABLE} at (2,2) size 88x444 [color=#000000]
-                  RenderTableSection {TBODY} at (0,0) size 88x444
-                    RenderTableRow {TR} at (0,0) size 88x444
</del><ins>+                RenderTable {TABLE} at (2,2) size 87x444 [color=#000000]
+                  RenderTableSection {TBODY} at (0,0) size 87x444
+                    RenderTableRow {TR} at (0,0) size 87x444
</ins><span class="cx">                       RenderTableCell {TD} at (0,0) size 18x27 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                         RenderText {#text} at (1,1) size 16x24
</span><span class="cx">                           text run at (1,1) width 16: &quot;1.&quot;
</span><del>-                      RenderTableCell {TD} at (17,0) size 71x444 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (17,0) size 70x444 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderTable {TABLE} at (1,1) size 68x442 [color=#000000]
</span><span class="cx">                           RenderTableSection {TBODY} at (0,0) size 68x442 [bgcolor=#FFFF00]
</span><span class="cx">                             RenderTableRow {TR} at (0,0) size 68x442
</span><span class="lines">@@ -74,7 +74,7 @@
</span><span class="cx">                                     text run at (0,0) width 33: &quot;Lock&quot;
</span><span class="cx">                                     text run at (0,20) width 52: &quot;doors &amp;&quot;
</span><span class="cx">                                     text run at (0,40) width 28: &quot;hide&quot;
</span><del>-                RenderBlock (anonymous) at (2,446) size 88x20
</del><ins>+                RenderBlock (anonymous) at (2,446) size 87x20
</ins><span class="cx">                   RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">             RenderTableRow {TR} at (0,468) size 604x300
</span><span class="cx">               RenderTableCell {TD} at (0,468) size 89x220 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="lines">@@ -230,13 +230,13 @@
</span><span class="cx">                                     text run at (0,20) width 47: &quot;reserve&quot;
</span><span class="cx">                                     text run at (0,40) width 30: &quot;food&quot;
</span><span class="cx">               RenderTableCell {TD} at (512,468) size 92x300 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</span><del>-                RenderTable {TABLE} at (2,2) size 88x296 [color=#000000]
-                  RenderTableSection {TBODY} at (0,0) size 88x296
-                    RenderTableRow {TR} at (0,0) size 88x296
</del><ins>+                RenderTable {TABLE} at (2,2) size 87x296 [color=#000000]
+                  RenderTableSection {TBODY} at (0,0) size 87x296
+                    RenderTableRow {TR} at (0,0) size 87x296
</ins><span class="cx">                       RenderTableCell {TD} at (0,0) size 18x27 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                         RenderText {#text} at (1,1) size 16x24
</span><span class="cx">                           text run at (1,1) width 16: &quot;8.&quot;
</span><del>-                      RenderTableCell {TD} at (17,0) size 71x296 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (17,0) size 70x296 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderTable {TABLE} at (1,1) size 68x294 [color=#000000]
</span><span class="cx">                           RenderTableSection {TBODY} at (0,0) size 68x294 [bgcolor=#FFFF00]
</span><span class="cx">                             RenderTableRow {TR} at (0,0) size 68x294
</span><span class="lines">@@ -360,16 +360,16 @@
</span><span class="cx">                         RenderText {#text} at (1,1) size 27x24
</span><span class="cx">                           text run at (1,1) width 27: &quot;12.&quot;
</span><span class="cx">                       RenderTableCell {TD} at (28,0) size 53x100 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
</span><del>-                        RenderTable {TABLE} at (1,1) size 51x98 [color=#000000]
-                          RenderTableSection {TBODY} at (0,0) size 51x98 [bgcolor=#FFFF00]
-                            RenderTableRow {TR} at (0,0) size 51x98
-                              RenderTableCell {TD} at (0,0) size 51x98 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
-                                RenderBlock {P} at (1,1) size 49x60
</del><ins>+                        RenderTable {TABLE} at (1,1) size 50x98 [color=#000000]
+                          RenderTableSection {TBODY} at (0,0) size 50x98 [bgcolor=#FFFF00]
+                            RenderTableRow {TR} at (0,0) size 50x98
+                              RenderTableCell {TD} at (0,0) size 50x98 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+                                RenderBlock {P} at (1,1) size 48x60
</ins><span class="cx">                                   RenderText {#text} at (0,0) size 48x59
</span><span class="cx">                                     text run at (0,0) width 32: &quot;Grab&quot;
</span><span class="cx">                                     text run at (0,20) width 34: &quot;latest&quot;
</span><span class="cx">                                     text run at (0,40) width 48: &quot;mozilla&quot;
</span><del>-                                RenderBlock {P} at (1,77) size 49x20
</del><ins>+                                RenderBlock {P} at (1,77) size 48x20
</ins><span class="cx">                                   RenderText {#text} at (0,0) size 40x19
</span><span class="cx">                                     text run at (0,0) width 40: &quot;Test it&quot;
</span><span class="cx">               RenderTableCell {TD} at (341,768) size 85x104 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</span><span class="lines">@@ -380,16 +380,16 @@
</span><span class="cx">                         RenderText {#text} at (1,1) size 27x24
</span><span class="cx">                           text run at (1,1) width 27: &quot;13.&quot;
</span><span class="cx">                       RenderTableCell {TD} at (28,0) size 53x100 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
</span><del>-                        RenderTable {TABLE} at (1,1) size 51x98 [color=#000000]
-                          RenderTableSection {TBODY} at (0,0) size 51x98 [bgcolor=#FFFF00]
-                            RenderTableRow {TR} at (0,0) size 51x98
-                              RenderTableCell {TD} at (0,0) size 51x98 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
-                                RenderBlock {P} at (1,1) size 49x60
</del><ins>+                        RenderTable {TABLE} at (1,1) size 50x98 [color=#000000]
+                          RenderTableSection {TBODY} at (0,0) size 50x98 [bgcolor=#FFFF00]
+                            RenderTableRow {TR} at (0,0) size 50x98
+                              RenderTableCell {TD} at (0,0) size 50x98 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+                                RenderBlock {P} at (1,1) size 48x60
</ins><span class="cx">                                   RenderText {#text} at (0,0) size 48x59
</span><span class="cx">                                     text run at (0,0) width 32: &quot;Grab&quot;
</span><span class="cx">                                     text run at (0,20) width 34: &quot;latest&quot;
</span><span class="cx">                                     text run at (0,40) width 48: &quot;mozilla&quot;
</span><del>-                                RenderBlock {P} at (1,77) size 49x20
</del><ins>+                                RenderBlock {P} at (1,77) size 48x20
</ins><span class="cx">                                   RenderText {#text} at (0,0) size 40x19
</span><span class="cx">                                     text run at (0,0) width 40: &quot;Test it&quot;
</span><span class="cx">               RenderTableCell {TD} at (425,768) size 88x104 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</span><span class="lines">@@ -413,13 +413,13 @@
</span><span class="cx">                                   RenderText {#text} at (0,0) size 40x19
</span><span class="cx">                                     text run at (0,0) width 40: &quot;Test it&quot;
</span><span class="cx">               RenderTableCell {TD} at (512,768) size 92x316 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</span><del>-                RenderTable {TABLE} at (2,2) size 88x312 [color=#000000]
-                  RenderTableSection {TBODY} at (0,0) size 88x312
-                    RenderTableRow {TR} at (0,0) size 88x312
</del><ins>+                RenderTable {TABLE} at (2,2) size 87x312 [color=#000000]
+                  RenderTableSection {TBODY} at (0,0) size 87x312
+                    RenderTableRow {TR} at (0,0) size 87x312
</ins><span class="cx">                       RenderTableCell {TD} at (0,0) size 29x27 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                         RenderText {#text} at (1,1) size 27x24
</span><span class="cx">                           text run at (1,1) width 27: &quot;15.&quot;
</span><del>-                      RenderTableCell {TD} at (28,0) size 60x312 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (28,0) size 59x312 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderTable {TABLE} at (1,1) size 57x310 [color=#000000]
</span><span class="cx">                           RenderTableSection {TBODY} at (0,0) size 57x310 [bgcolor=#FFFF00]
</span><span class="cx">                             RenderTableRow {TR} at (0,0) size 57x310
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug141592expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (349,2) size 48x22 [r=0 c=7 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,1) size 46x19
</span><span class="cx">                         text run at (1,1) width 46: &quot;forums&quot;
</span><del>-                    RenderTableCell {TD} at (398,2) size 70x22 [r=0 c=8 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (398,2) size 69x22 [r=0 c=8 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 67x19
</span><span class="cx">                         text run at (1,1) width 67: &quot;interviews&quot;
</span><span class="cx">                     RenderTableCell {TD} at (469,2) size 38x22 [r=0 c=9 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug1647expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1647-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1647-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1647-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,39 +3,39 @@
</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 [bgcolor=#FFFFFF]
</span><del>-      RenderTable {TABLE} at (0,0) size 599x581
-        RenderTableSection {TBODY} at (0,0) size 599x581
-          RenderTableRow {TR} at (0,0) size 599x234
-            RenderTableCell {TD} at (0,0) size 153x20 [bgcolor=#CCCC9C] [r=0 c=0 rs=2 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 598x581
+        RenderTableSection {TBODY} at (0,0) size 598x581
+          RenderTableRow {TR} at (0,0) size 598x234
+            RenderTableCell {TD} at (0,0) size 152x20 [bgcolor=#CCCC9C] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 96x19
</span><span class="cx">                 text run at (0,0) width 96: &quot;xxxxxxxxxxxx&quot;
</span><span class="cx">               RenderBR {BR} at (96,15) size 0x0
</span><del>-            RenderTableCell {TD} at (152,0) size 4x38 [bgcolor=#D3D3D3] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (152,0) size 3x38 [bgcolor=#D3D3D3] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {HR} at (0,8) size 3x2 [border: (1px inset #000000)]
</span><del>-              RenderBlock (anonymous) at (0,18) size 4x20
</del><ins>+              RenderBlock (anonymous) at (0,18) size 3x20
</ins><span class="cx">                 RenderBR {BR} at (0,0) size 0x19
</span><del>-            RenderTableCell {TD} at (155,0) size 92x114 [bgcolor=#FFA500] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (155,0) size 91x114 [bgcolor=#FFA500] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {HR} at (0,8) size 91x2 [border: (1px inset #000000)]
</span><del>-              RenderBlock (anonymous) at (0,18) size 92x20
</del><ins>+              RenderBlock (anonymous) at (0,18) size 91x20
</ins><span class="cx">                 RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">               RenderBlock {HR} at (0,46) size 91x2 [border: (1px inset #000000)]
</span><del>-              RenderBlock (anonymous) at (0,56) size 92x20
</del><ins>+              RenderBlock (anonymous) at (0,56) size 91x20
</ins><span class="cx">                 RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">               RenderBlock {HR} at (0,84) size 91x2 [border: (1px inset #000000)]
</span><del>-              RenderBlock (anonymous) at (0,94) size 92x20
</del><ins>+              RenderBlock (anonymous) at (0,94) size 91x20
</ins><span class="cx">                 RenderBR {BR} at (0,0) size 0x19
</span><del>-          RenderTableRow {TR} at (0,234) size 599x56
-            RenderTableCell {TD} at (152,234) size 447x56 [r=1 c=1 rs=1 cs=5]
</del><ins>+          RenderTableRow {TR} at (0,234) size 598x56
+            RenderTableCell {TD} at (152,234) size 446x56 [r=1 c=1 rs=1 cs=5]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 446x56
</span><span class="cx">               RenderBR {BR} at (446,56) size 0x0
</span><del>-          RenderTableRow {TR} at (0,290) size 599x118
-            RenderTableCell {TD} at (0,290) size 153x291 [r=2 c=0 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,290) size 598x118
+            RenderTableCell {TD} at (0,290) size 152x291 [r=2 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 152x291
</span><span class="cx">               RenderBR {BR} at (152,291) size 0x0
</span><del>-            RenderTableCell {TD} at (152,290) size 447x118 [r=2 c=1 rs=1 cs=5]
</del><ins>+            RenderTableCell {TD} at (152,290) size 446x118 [r=2 c=1 rs=1 cs=5]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 446x118
</span><span class="cx">               RenderBR {BR} at (446,118) size 0x0
</span><del>-          RenderTableRow {TR} at (0,408) size 599x173
-            RenderTableCell {TD} at (152,408) size 447x173 [r=3 c=1 rs=1 cs=5]
</del><ins>+          RenderTableRow {TR} at (0,408) size 598x173
+            RenderTableCell {TD} at (152,408) size 446x173 [r=3 c=1 rs=1 cs=5]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 446x173
</span><span class="cx">               RenderBR {BR} at (446,173) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug1725expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1725-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1725-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1725-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,48 +3,48 @@
</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 601x310 [bgcolor=#FFC0CB]
-        RenderTableSection {TBODY} at (0,0) size 601x310
-          RenderTableRow {TR} at (0,0) size 601x20
</del><ins>+      RenderTable {TABLE} at (0,0) size 600x310 [bgcolor=#FFC0CB]
+        RenderTableSection {TBODY} at (0,0) size 600x310
+          RenderTableRow {TR} at (0,0) size 600x20
</ins><span class="cx">             RenderTableCell {TD} at (0,0) size 601x20 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=3]
</span><span class="cx">               RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                 text run at (0,0) width 8: &quot;1&quot;
</span><del>-          RenderTableRow {TR} at (0,20) size 601x20
</del><ins>+          RenderTableRow {TR} at (0,20) size 600x20
</ins><span class="cx">             RenderTableCell {TD} at (0,20) size 601x20 [bgcolor=#FF0000] [r=1 c=0 rs=1 cs=3]
</span><span class="cx">               RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                 text run at (0,0) width 8: &quot;2&quot;
</span><del>-          RenderTableRow {TR} at (0,40) size 601x0
</del><ins>+          RenderTableRow {TR} at (0,40) size 600x0
</ins><span class="cx">             RenderTableCell {TD} at (0,40) size 156x20 [bgcolor=#00FFFF] [r=2 c=0 rs=40 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                 text run at (0,0) width 8: &quot;3&quot;
</span><del>-          RenderTableRow {TR} at (0,40) size 601x30
</del><ins>+          RenderTableRow {TR} at (0,40) size 600x30
</ins><span class="cx">             RenderTableCell {TD} at (155,40) size 446x30 [bgcolor=#FFA500] [r=3 c=1 rs=1 cs=1]
</span><del>-              RenderTable {TABLE} at (0,0) size 441x30
-                RenderTableSection {TBODY} at (0,0) size 441x30
-                  RenderTableRow {TR} at (0,2) size 441x26
-                    RenderTableCell {TD} at (2,2) size 218x26 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (0,0) size 440x30
+                RenderTableSection {TBODY} at (0,0) size 440x30
+                  RenderTableRow {TR} at (0,2) size 440x26
+                    RenderTableCell {TD} at (2,2) size 217x26 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderButton {INPUT} at (3,3) size 97x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">                         RenderBlock (anonymous) at (12,3) size 73x14
</span><span class="cx">                           RenderText at (0,0) size 73x14
</span><span class="cx">                             text run at (0,0) width 73: &quot;Submit Criteria&quot;
</span><del>-                    RenderTableCell {TD} at (221,4) size 218x22 [r=0 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (221,4) size 217x22 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                         text run at (1,1) width 8: &quot;4&quot;
</span><del>-          RenderTableRow {TR} at (0,70) size 601x20
</del><ins>+          RenderTableRow {TR} at (0,70) size 600x20
</ins><span class="cx">             RenderTableCell {TD} at (155,70) size 446x20 [bgcolor=#FF0000] [r=4 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                 text run at (0,0) width 8: &quot;5&quot;
</span><del>-          RenderTableRow {TR} at (0,90) size 601x40
</del><ins>+          RenderTableRow {TR} at (0,90) size 600x40
</ins><span class="cx">             RenderTableCell {TD} at (155,90) size 446x40 [bgcolor=#FFFF00] [r=5 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 436x39
</span><span class="cx">                 text run at (0,0) width 263: &quot;If you have entered your feature criteria, &quot;
</span><span class="cx">                 text run at (262,0) width 174: &quot;press the \&quot;Submit Criteria\&quot;&quot;
</span><span class="cx">                 text run at (0,20) width 88: &quot;button above.&quot;
</span><del>-          RenderTableRow {TR} at (0,130) size 601x20
</del><ins>+          RenderTableRow {TR} at (0,130) size 600x20
</ins><span class="cx">             RenderTableCell {TD} at (155,130) size 446x20 [bgcolor=#D3D3D3] [r=6 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 8x19
</span><span class="cx">                 text run at (0,0) width 8: &quot;6&quot;
</span><del>-          RenderTableRow {TR} at (0,150) size 601x60
</del><ins>+          RenderTableRow {TR} at (0,150) size 600x60
</ins><span class="cx">             RenderTableCell {TD} at (155,150) size 446x60 [r=7 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 433x59
</span><span class="cx">                 text run at (0,0) width 267: &quot;If you want to do a radius search instead, &quot;
</span><span class="lines">@@ -53,11 +53,11 @@
</span><span class="cx">                 text run at (48,20) width 287: &quot;This will allow you to select a starting point &quot;
</span><span class="cx">                 text run at (334,20) width 71: &quot;and enter a&quot;
</span><span class="cx">                 text run at (0,40) width 204: &quot;radius with new feature criteria.&quot;
</span><del>-          RenderTableRow {TR} at (0,210) size 601x20
</del><ins>+          RenderTableRow {TR} at (0,210) size 600x20
</ins><span class="cx">             RenderTableCell {TD} at (155,210) size 446x20 [r=8 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                 text run at (0,0) width 4: &quot; &quot;
</span><del>-          RenderTableRow {TR} at (0,230) size 601x80
</del><ins>+          RenderTableRow {TR} at (0,230) size 600x80
</ins><span class="cx">             RenderTableCell {TD} at (155,230) size 446x80 [r=9 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 419x79
</span><span class="cx">                 text run at (0,0) width 419: &quot;All information provided is deemed reliable but is not guaranteed&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug17826expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug17826-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug17826-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug17826-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">             RenderTableCell {TD} at (481,2) size 151x24 [border: (1px solid #FF0000)] [r=0 c=7 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 4x19
</span><span class="cx">                 text run at (2,2) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (633,2) size 147x24 [border: (1px solid #FF0000)] [r=0 c=8 rs=2 cs=1]
</del><ins>+            RenderTableCell {TD} at (633,2) size 148x24 [border: (1px solid #FF0000)] [r=0 c=8 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 4x19
</span><span class="cx">                 text run at (2,2) width 4: &quot; &quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 782x24
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 76x19
</span><span class="cx">                 text run at (2,2) width 76: &quot;Search Tips&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,54) size 782x24
</span><del>-            RenderTableCell {TD} at (2,54) size 778x24 [border: (1px solid #FF0000)] [r=2 c=0 rs=1 cs=9]
</del><ins>+            RenderTableCell {TD} at (2,54) size 779x24 [border: (1px solid #FF0000)] [r=2 c=0 rs=1 cs=9]
</ins><span class="cx">               RenderText {#text} at (2,2) size 4x19
</span><span class="cx">                 text run at (2,2) width 4: &quot; &quot;
</span><span class="cx">       RenderBlock {P} at (0,98) size 784x40
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug21518expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug21518-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug21518-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug21518-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,2) size 165x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 42x19
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell B&quot;
</span><del>-            RenderTableCell {TD} at (334,2) size 162x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,2) size 163x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x19
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell C&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 498x24
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,28) size 165x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 41x19
</span><span class="cx">                 text run at (2,2) width 41: &quot;Cell E&quot;
</span><del>-            RenderTableCell {TD} at (334,28) size 162x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,28) size 163x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x19
</span><span class="cx">                 text run at (2,2) width 40: &quot;Cell F&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,54) size 498x24
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,54) size 165x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x19
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell H&quot;
</span><del>-            RenderTableCell {TD} at (334,54) size 162x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,54) size 163x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x19
</span><span class="cx">                 text run at (2,2) width 36: &quot;Cell I&quot;
</span><span class="cx">       RenderBlock {HR} at (0,221) size 784x3 [border: (1px inset #000000)]
</span><span class="lines">@@ -68,7 +68,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,2) size 165x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 42x19
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell B&quot;
</span><del>-            RenderTableCell {TD} at (334,2) size 162x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,2) size 163x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x19
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell C&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 498x24
</span><span class="lines">@@ -78,7 +78,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,28) size 165x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 41x19
</span><span class="cx">                 text run at (2,2) width 41: &quot;Cell E&quot;
</span><del>-            RenderTableCell {TD} at (334,28) size 162x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,28) size 163x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x19
</span><span class="cx">                 text run at (2,2) width 40: &quot;Cell F&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,54) size 498x24
</span><span class="lines">@@ -88,7 +88,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,54) size 165x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x19
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell H&quot;
</span><del>-            RenderTableCell {TD} at (334,54) size 162x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,54) size 163x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x19
</span><span class="cx">                 text run at (2,2) width 36: &quot;Cell I&quot;
</span><span class="cx">       RenderBlock {HR} at (0,428) size 784x3 [border: (1px inset #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug22122expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug22122-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug22122-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug22122-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,2) size 165x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 42x19
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell B&quot;
</span><del>-            RenderTableCell {TD} at (334,2) size 162x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,2) size 163x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x19
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell C&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 498x24
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,28) size 165x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 41x19
</span><span class="cx">                 text run at (2,2) width 41: &quot;Cell E&quot;
</span><del>-            RenderTableCell {TD} at (334,28) size 162x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,28) size 163x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x19
</span><span class="cx">                 text run at (2,2) width 40: &quot;Cell F&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,54) size 498x24
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,54) size 165x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x19
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell H&quot;
</span><del>-            RenderTableCell {TD} at (334,54) size 162x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,54) size 163x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x19
</span><span class="cx">                 text run at (2,2) width 36: &quot;Cell I&quot;
</span><span class="cx">       RenderBlock {HR} at (0,221) size 784x3 [border: (1px inset #000000)]
</span><span class="lines">@@ -70,7 +70,7 @@
</span><span class="cx">             RenderTableCell {TD} at (159,2) size 183x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 50x19
</span><span class="cx">                 text run at (2,2) width 50: &quot;Cell_ B&quot;
</span><del>-            RenderTableCell {TD} at (343,2) size 153x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (343,2) size 154x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x19
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell C&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 498x24
</span><span class="lines">@@ -80,7 +80,7 @@
</span><span class="cx">             RenderTableCell {TD} at (159,28) size 183x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 49x19
</span><span class="cx">                 text run at (2,2) width 49: &quot;Cell_ E&quot;
</span><del>-            RenderTableCell {TD} at (343,28) size 153x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (343,28) size 154x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x19
</span><span class="cx">                 text run at (2,2) width 40: &quot;Cell F&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,54) size 498x24
</span><span class="lines">@@ -90,7 +90,7 @@
</span><span class="cx">             RenderTableCell {TD} at (159,54) size 183x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 51x19
</span><span class="cx">                 text run at (2,2) width 51: &quot;Cell_ H&quot;
</span><del>-            RenderTableCell {TD} at (343,54) size 153x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (343,54) size 154x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x19
</span><span class="cx">                 text run at (2,2) width 36: &quot;Cell I&quot;
</span><span class="cx">       RenderBlock {H3} at (0,453) size 784x24
</span><span class="lines">@@ -114,7 +114,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,2) size 165x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 42x19
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell B&quot;
</span><del>-            RenderTableCell {TD} at (334,2) size 162x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,2) size 163x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x19
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell C&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 498x24
</span><span class="lines">@@ -124,7 +124,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,28) size 165x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 41x19
</span><span class="cx">                 text run at (2,2) width 41: &quot;Cell E&quot;
</span><del>-            RenderTableCell {TD} at (334,28) size 162x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,28) size 163x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x19
</span><span class="cx">                 text run at (2,2) width 40: &quot;Cell F&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,54) size 498x24
</span><span class="lines">@@ -134,7 +134,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,54) size 165x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x19
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell H&quot;
</span><del>-            RenderTableCell {TD} at (334,54) size 162x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,54) size 163x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x19
</span><span class="cx">                 text run at (2,2) width 36: &quot;Cell I&quot;
</span><span class="cx">       RenderBlock {H3} at (0,665) size 784x24
</span><span class="lines">@@ -158,7 +158,7 @@
</span><span class="cx">             RenderTableCell {TD} at (200,2) size 101x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 42x19
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell B&quot;
</span><del>-            RenderTableCell {TD} at (302,2) size 194x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (302,2) size 195x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x19
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell C&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 498x24
</span><span class="lines">@@ -168,7 +168,7 @@
</span><span class="cx">             RenderTableCell {TD} at (200,28) size 101x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 41x19
</span><span class="cx">                 text run at (2,2) width 41: &quot;Cell E&quot;
</span><del>-            RenderTableCell {TD} at (302,28) size 194x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (302,28) size 195x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x19
</span><span class="cx">                 text run at (2,2) width 40: &quot;Cell F&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,54) size 498x24
</span><span class="lines">@@ -178,6 +178,6 @@
</span><span class="cx">             RenderTableCell {TD} at (200,54) size 101x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x19
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell H&quot;
</span><del>-            RenderTableCell {TD} at (302,54) size 194x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (302,54) size 195x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x19
</span><span class="cx">                 text run at (2,2) width 36: &quot;Cell I&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug23847expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug23847-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug23847-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug23847-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 346x123 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 344x121
-          RenderTableRow {TR} at (0,2) size 344x9
-            RenderTableCell {TD} at (2,41) size 127x39 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,0) size 345x123 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 343x121
+          RenderTableRow {TR} at (0,2) size 343x9
+            RenderTableCell {TD} at (2,41) size 126x39 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 122x35
</span><del>-            RenderTableCell {TD} at (130,2) size 200x9 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (130,2) size 199x9 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 195x5
</span><del>-            RenderTableCell {TD} at (331,2) size 11x117 [border: (1px inset #808080)] [r=0 c=3 rs=4 cs=1]
</del><ins>+            RenderTableCell {TD} at (331,2) size 10x117 [border: (1px inset #808080)] [r=0 c=3 rs=4 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 6x113
</span><del>-          RenderTableRow {TR} at (0,13) size 344x106
-            RenderTableCell {TD} at (130,49) size 200x34 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,13) size 343x106
+            RenderTableCell {TD} at (130,49) size 199x34 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderInline {A} at (0,0) size 195x19 [color=#0000EE]
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderImage {IMG} at (2,2) size 195x30
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug24795expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -34,8 +34,8 @@
</span><span class="cx">                 text run at (1,201) width 41: &quot;red; } &quot;
</span><span class="cx">                 text run at (41,201) width 151: &quot;BODY { color: yellow;&quot;
</span><span class="cx">                 text run at (1,221) width 124: &quot;background: teal; }&quot;
</span><del>-          RenderTableCell {BODY} at (278,41) size 474x1463 [color=#FFFF00] [bgcolor=#008080] [border: (5px solid #FFFF00)] [r=0 c=1 rs=1 cs=1]
-            RenderBlock {H1} at (21,53) size 432x78 [border: (1px dotted #FFFF00)]
</del><ins>+          RenderTableCell {BODY} at (279,41) size 473x1463 [color=#FFFF00] [bgcolor=#008080] [border: (5px solid #FFFF00)] [r=0 c=1 rs=1 cs=1]
+            RenderBlock {H1} at (21,53) size 431x78 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,2) size 152x36
</span><span class="cx">                 text run at (1,2) width 152: &quot;Rendering &quot;
</span><span class="cx">               RenderInline {CODE} at (0,0) size 63x27
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">                   text run at (156,49) width 64: &quot;HTML&quot;
</span><span class="cx">               RenderText {#text} at (219,40) size 43x36
</span><span class="cx">                 text run at (219,40) width 43: &quot; - 2&quot;
</span><del>-            RenderBlock {P} at (21,163) size 432x42 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,163) size 431x42 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 393x19
</span><span class="cx">                 text run at (1,1) width 393: &quot;If you have any comments to make regarding this test, e-mail&quot;
</span><span class="cx">               RenderInline {A} at (0,0) size 186x19 [color=#0000EE]
</span><span class="lines">@@ -62,11 +62,11 @@
</span><span class="cx">                   text run at (1,21) width 186: &quot;py8ieh=eviltests@bath.ac.uk&quot;
</span><span class="cx">               RenderText {#text} at (186,21) size 5x19
</span><span class="cx">                 text run at (186,21) width 5: &quot;.&quot;
</span><del>-            RenderBlock {DL} at (21,221) size 432x102 [border: (1px dotted #FFFF00)]
-              RenderBlock {DT} at (1,1) size 430x20
</del><ins>+            RenderBlock {DL} at (21,221) size 431x102 [border: (1px dotted #FFFF00)]
+              RenderBlock {DT} at (1,1) size 429x20
</ins><span class="cx">                 RenderText {#text} at (0,0) size 83x19
</span><span class="cx">                   text run at (0,0) width 83: &quot;Prerequisites&quot;
</span><del>-              RenderBlock {DD} at (41,21) size 390x80
</del><ins>+              RenderBlock {DD} at (41,21) size 389x80
</ins><span class="cx">                 RenderText {#text} at (0,0) size 369x59
</span><span class="cx">                   text run at (0,0) width 369: &quot;Browsers that are subjected to this test should support the&quot;
</span><span class="cx">                   text run at (0,20) width 326: &quot;the background, padding, margin, border and color&quot;
</span><span class="lines">@@ -77,14 +77,14 @@
</span><span class="cx">                 RenderText {#text} at (307,40) size 366x39
</span><span class="cx">                   text run at (307,40) width 59: &quot; property&quot;
</span><span class="cx">                   text run at (0,60) width 229: &quot;and fixed position stuff from CSS2.&quot;
</span><del>-            RenderBlock {H2} at (21,347) size 432x62 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {H2} at (21,347) size 431x62 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,2) size 421x58
</span><span class="cx">                 text run at (1,2) width 421: &quot;1. Making the BODY and the HEAD into&quot;
</span><span class="cx">                 text run at (1,32) width 69: &quot;a table&quot;
</span><del>-            RenderBlock {P} at (21,433) size 432x22 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,433) size 431x22 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 264x19
</span><span class="cx">                 text run at (1,1) width 264: &quot;This is really evil, but completely valid...&quot;
</span><del>-            RenderBlock {P} at (21,471) size 432x122 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,471) size 431x122 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 426x119
</span><span class="cx">                 text run at (1,1) width 426: &quot;This document should have two cells, side by side: one on the left,&quot;
</span><span class="cx">                 text run at (1,21) width 426: &quot;the other on the right. The one on the left should be red with white&quot;
</span><span class="lines">@@ -92,46 +92,46 @@
</span><span class="cx">                 text run at (1,61) width 423: &quot;lines separated by a blank line, followed by a dotted bordered box&quot;
</span><span class="cx">                 text run at (1,81) width 403: &quot;containing the document title, and another dotted bordered box&quot;
</span><span class="cx">                 text run at (1,101) width 286: &quot;containing the stylesheet, also shown below:&quot;
</span><del>-            RenderBlock {PRE} at (21,609) size 432x16 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {PRE} at (21,609) size 431x16 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 40x14
</span><span class="cx">                 text run at (1,1) width 40: &quot;  ...&quot;
</span><del>-            RenderBlock {P} at (21,641) size 432x42 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,641) size 431x42 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 419x39
</span><span class="cx">                 text run at (1,1) width 419: &quot;The dotted borders and lines and the text in the left cell should be&quot;
</span><span class="cx">                 text run at (1,21) width 40: &quot;white.&quot;
</span><del>-            RenderBlock {P} at (21,699) size 432x42 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,699) size 431x42 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 424x39
</span><span class="cx">                 text run at (1,1) width 424: &quot;The right cell should be teal, with yellow text. This paragraph you&quot;
</span><span class="cx">                 text run at (1,21) width 278: &quot;are reading now should be in this right cell.&quot;
</span><del>-            RenderBlock {P} at (21,757) size 432x42 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,757) size 431x42 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 413x39
</span><span class="cx">                 text run at (1,1) width 413: &quot;The width of the two cells is left up to the user agent to decide, I&quot;
</span><span class="cx">                 text run at (1,21) width 37: &quot;think.&quot;
</span><del>-            RenderBlock {P} at (21,815) size 432x102 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,815) size 431x102 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 414x99
</span><span class="cx">                 text run at (1,1) width 409: &quot;The right cell should look similar to the left cell in formatting --&quot;
</span><span class="cx">                 text run at (1,21) width 399: &quot;each box of text should have a yellow dotted border, and there&quot;
</span><span class="cx">                 text run at (1,41) width 414: &quot;should be a blank line between each such box. No box should be&quot;
</span><span class="cx">                 text run at (1,61) width 399: &quot;nested -- the dotted boxes should always be distinct from each&quot;
</span><span class="cx">                 text run at (1,81) width 36: &quot;other.&quot;
</span><del>-            RenderBlock {P} at (21,933) size 432x42 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,933) size 431x42 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 417x39
</span><span class="cx">                 text run at (1,1) width 417: &quot;The cells should be the same height, and they should have grown&quot;
</span><span class="cx">                 text run at (1,21) width 229: &quot;vertically to accommodate this text.&quot;
</span><del>-            RenderBlock {P} at (21,991) size 432x62 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,991) size 431x62 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 403x59
</span><span class="cx">                 text run at (1,1) width 403: &quot;Around the whole setup should be two borders, dark green and&quot;
</span><span class="cx">                 text run at (1,21) width 398: &quot;light green. The cells should be separated from each other and&quot;
</span><span class="cx">                 text run at (1,41) width 302: &quot;from these outer borders by 1em of dark green.&quot;
</span><del>-            RenderBlock {P} at (21,1069) size 432x42 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,1069) size 431x42 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 429x39
</span><span class="cx">                 text run at (1,1) width 429: &quot;There should also be some alternate stylesheets set up to allow you&quot;
</span><span class="cx">                 text run at (1,21) width 404: &quot;to display the &lt;META&gt; content. This may help with diagnosis.&quot;
</span><del>-            RenderBlock {H2} at (21,1135) size 432x32 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {H2} at (21,1135) size 431x32 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,2) size 156x28
</span><span class="cx">                 text run at (1,2) width 156: &quot;Submit Results&quot;
</span><del>-            RenderBlock {FORM} at (21,1191) size 432x103 [border: (1px dotted #FFFF00)]
-              RenderBlock {P} at (1,17) size 430x69
</del><ins>+            RenderBlock {FORM} at (21,1191) size 431x103 [border: (1px dotted #FFFF00)]
+              RenderBlock {P} at (1,17) size 429x69
</ins><span class="cx">                 RenderText {#text} at (0,0) size 263x19
</span><span class="cx">                   text run at (0,0) width 263: &quot;How does your browser fare on this test?&quot;
</span><span class="cx">                 RenderMenuList {SELECT} at (2,22) size 425x20 [color=#000000] [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="lines">@@ -150,14 +150,14 @@
</span><span class="cx">                     RenderText at (0,0) size 35x14
</span><span class="cx">                       text run at (0,0) width 35: &quot;Submit&quot;
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderBlock {HR} at (21,1310) size 432x2 [border: (1px dotted #FFFF00)]
-            RenderBlock {P} at (21,1328) size 432x22 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {HR} at (21,1310) size 431x2 [border: (1px dotted #FFFF00)]
+            RenderBlock {P} at (21,1328) size 431x22 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderInline {A} at (0,0) size 162x19 [color=#0000EE]
</span><span class="cx">                 RenderText {#text} at (1,1) size 162x19
</span><span class="cx">                   text run at (1,1) width 162: &quot;Up to the Evil Tests Page&quot;
</span><span class="cx">               RenderText {#text} at (162,1) size 5x19
</span><span class="cx">                 text run at (162,1) width 5: &quot;.&quot;
</span><del>-            RenderBlock {P} at (21,1366) size 432x22 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,1366) size 431x22 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 177x19
</span><span class="cx">                 text run at (1,1) width 177: &quot;This page is maintained by &quot;
</span><span class="cx">               RenderInline {A} at (0,0) size 79x19 [color=#0000EE]
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx">                   text run at (264,1) width 125: &quot;py8ieh@bath.ac.uk&quot;
</span><span class="cx">               RenderText {#text} at (388,1) size 10x19
</span><span class="cx">                 text run at (388,1) width 10: &quot;).&quot;
</span><del>-            RenderBlock {P} at (21,1404) size 432x22 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,1404) size 431x22 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 172x19
</span><span class="cx">                 text run at (1,1) width 172: &quot;Last updated in June 1999.&quot;
</span><span class="cx"> layer at (405,1322) size 122x14
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug279932expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,10 +9,10 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 228x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 108x19
</span><span class="cx">                 text run at (2,2) width 108: &quot;R1C1 colspan=0&quot;
</span><del>-            RenderTableCell {TD} at (231,2) size 513x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (231,2) size 514x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 108x19
</span><span class="cx">                 text run at (2,2) width 108: &quot;R1C2 colspan=0&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 746x24
</span><del>-            RenderTableCell {TD} at (2,28) size 742x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,28) size 743x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 108x19
</span><span class="cx">                 text run at (2,2) width 108: &quot;R2C1 colspan=2&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug290582expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,8 +3,8 @@
</span><span class="cx"> layer at (0,0) size 800x578
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x578
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x554 [bgcolor=#999999]
</span><del>-      RenderTable {TABLE} at (0,0) size 153x70 [border: (1px outset #808080)]
-        RenderBlock {CAPTION} at (0,0) size 153x40
</del><ins>+      RenderTable {TABLE} at (0,0) size 152x70 [border: (1px outset #808080)]
+        RenderBlock {CAPTION} at (0,0) size 152x40
</ins><span class="cx">           RenderText {#text} at (11,0) size 130x39
</span><span class="cx">             text run at (11,0) width 130: &quot;Table with no width&quot;
</span><span class="cx">             text run at (49,20) width 54: &quot;attribute&quot;
</span><span class="lines">@@ -13,18 +13,18 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,41) size 151x28
-          RenderTableRow {TR} at (0,2) size 151x24
</del><ins>+        RenderTableSection {TBODY} at (1,41) size 150x28
+          RenderTableRow {TR} at (0,2) size 150x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 50x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;50px&quot;
</span><del>-            RenderTableCell {TD} at (54,2) size 21x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,2) size 20x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                 text run at (2,2) width 16: &quot;1*&quot;
</span><del>-            RenderTableCell {TD} at (76,2) size 51x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (76,2) size 50x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;50px&quot;
</span><del>-            RenderTableCell {TD} at (128,2) size 21x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (128,2) size 20x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                 text run at (2,2) width 16: &quot;3*&quot;
</span><span class="cx">       RenderBlock {P} at (0,86) size 784x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug3105expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug3105-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug3105-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug3105-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,22 +10,22 @@
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 390x64
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 390x60
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 269x60 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><del>-              RenderTable {TABLE} at (2,2) size 81x56 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 79x54
-                  RenderTableRow {TR} at (0,2) size 79x24
-                    RenderTableCell {TD} at (2,2) size 37x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (2,2) size 80x56 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 78x54
+                  RenderTableRow {TR} at (0,2) size 78x24
+                    RenderTableCell {TD} at (2,2) size 36x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                         text run at (2,2) width 32: &quot;hello&quot;
</span><del>-                    RenderTableCell {TD} at (40,2) size 37x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (40,2) size 36x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                         text run at (2,2) width 32: &quot;hello&quot;
</span><del>-                  RenderTableRow {TR} at (0,28) size 79x24
-                    RenderTableCell {TD} at (2,28) size 37x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableRow {TR} at (0,28) size 78x24
+                    RenderTableCell {TD} at (2,28) size 36x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                         text run at (2,2) width 32: &quot;hello&quot;
</span><del>-                    RenderTableCell {TD} at (40,28) size 37x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (40,28) size 36x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                         text run at (2,2) width 32: &quot;hello&quot;
</span><del>-            RenderTableCell {TD} at (272,20) size 116x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (272,20) size 117x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;hello&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug56024expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug56024-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug56024-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug56024-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 400x88 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 398x86
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 398x86
</span><del>-            RenderTableCell {TD} at (0,0) size 303x86 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 302x86 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderTable {TABLE} at (1,1) size 300x84 [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 298x82
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 298x82
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug59252expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug59252-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug59252-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug59252-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</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 505x114 [border: (3px outset #808080)]
-        RenderTableSection {TBODY} at (3,3) size 499x108
-          RenderTableRow {TR} at (0,2) size 499x104
-            RenderTableCell {TD} at (2,2) size 495x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 504x114 [border: (3px outset #808080)]
+        RenderTableSection {TBODY} at (3,3) size 498x108
+          RenderTableRow {TR} at (0,2) size 498x104
+            RenderTableCell {TD} at (2,2) size 494x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 500x100 [border: (2px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (2,2) size 496x96
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 496x92
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug71212expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 281x26
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 281x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 281x22
</span><del>-            RenderTableCell {TD} at (2,2) size 3x22 [bgcolor=#000000] [r=0 c=0 rs=1 cs=15]
</del><ins>+            RenderTableCell {TD} at (2,2) size 2x22 [bgcolor=#000000] [r=0 c=0 rs=1 cs=15]
</ins><span class="cx">               RenderBR {BR} at (1,1) size 0x19
</span><span class="cx">             RenderTableCell {TD} at (6,2) size 269x18 [bgcolor=#000000] [r=0 c=15 rs=1 cs=1]
</span><span class="cx">               RenderInline {FONT} at (0,0) size 267x15 [color=#AAAAAA]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug72393expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug72393-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug72393-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug72393-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,40 +6,40 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x424 [border: (3px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (3,3) size 778x418
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 778x231
</span><del>-            RenderTableCell {TD} at (0,114) size 135x3 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (134,114) size 6x3 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,114) size 134x3 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (134,114) size 5x3 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (139,0) size 500x231 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderTable {TABLE} at (1,1) size 498x229 [bgcolor=#FFFF00]
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 498x229
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 498x229
</span><del>-                    RenderTableCell {TD} at (0,114) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (0,114) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                     RenderTableCell {TD} at (0,65) size 498x99 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                       RenderBlock {H1} at (0,0) size 498x76
</span><span class="cx">                         RenderText {#text} at (0,1) size 479x74
</span><span class="cx">                           text run at (0,1) width 479: &quot;Detonator Comparison In 3DMark&quot;
</span><span class="cx">                           text run at (0,39) width 64: &quot;2001&quot;
</span><del>-                    RenderTableCell {TD} at (497,114) size 1x0 [r=0 c=2 rs=1 cs=1]
-            RenderTableCell {TD} at (638,114) size 6x3 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-            RenderTableCell {TD} at (643,57) size 135x117 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
-              RenderTable {TABLE} at (1,1) size 133x115 [bgcolor=#FFA500] [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 131x113
-                  RenderTableRow {TR} at (0,0) size 131x113
-                    RenderTableCell {TD} at (0,0) size 131x113 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                      RenderTable {TABLE} at (1,1) size 129x111 [bgcolor=#FF0000]
-                        RenderTableSection {TBODY} at (0,0) size 129x111
-                          RenderTableRow {TR} at (0,0) size 129x111
-                            RenderTableCell {TD} at (0,0) size 129x111 [r=0 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (498,114) size 0x0 [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (639,114) size 5x3 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+            RenderTableCell {TD} at (644,57) size 134x117 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+              RenderTable {TABLE} at (1,1) size 132x115 [bgcolor=#FFA500] [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 130x113
+                  RenderTableRow {TR} at (0,0) size 130x113
+                    RenderTableCell {TD} at (0,0) size 130x113 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                      RenderTable {TABLE} at (1,1) size 128x111 [bgcolor=#FF0000]
+                        RenderTableSection {TBODY} at (0,0) size 128x111
+                          RenderTableRow {TR} at (0,0) size 128x111
+                            RenderTableCell {TD} at (0,0) size 128x111 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderInline {A} at (0,0) size 112x19 [color=#0000EE]
</span><span class="cx">                                 RenderImage {IMG} at (0,0) size 112x111
</span><span class="cx">           RenderTableRow {TR} at (0,231) size 778x184
</span><del>-            RenderTableCell {TD} at (0,322) size 135x2 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,322) size 134x2 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">           RenderTableRow {TR} at (0,415) size 778x3
</span><del>-            RenderTableCell {TD} at (0,415) size 135x3 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,415) size 134x3 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 132x1
</span><del>-            RenderTableCell {TD} at (134,415) size 6x3 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (134,415) size 5x3 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 3x1
</span><span class="cx">             RenderTableCell {TD} at (139,415) size 500x3 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (638,415) size 6x3 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (639,415) size 5x3 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 3x1
</span><del>-            RenderTableCell {TD} at (643,415) size 135x3 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (644,415) size 134x3 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 132x1
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug7243expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug7243-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug7243-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug7243-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,16 +3,16 @@
</span><span class="cx"> layer at (0,0) size 800x632
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x632
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x616
</span><del>-      RenderTable {TABLE} at (0,0) size 333x46 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 332x46 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 331x44
-          RenderTableRow {TR} at (0,10) size 331x24
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 330x44
+          RenderTableRow {TR} at (0,10) size 330x24
</ins><span class="cx">             RenderTableCell {TD} at (10,10) size 100x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (120,10) size 201x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (120,10) size 200x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x19
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,46) size 784x20
</span><span class="lines">@@ -45,26 +45,26 @@
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,138) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,158) size 337x46 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,158) size 336x46 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 335x44
-          RenderTableRow {TR} at (0,10) size 335x24
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 334x44
+          RenderTableRow {TR} at (0,10) size 334x24
</ins><span class="cx">             RenderTableCell {TD} at (10,10) size 100x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (120,10) size 205x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (120,10) size 204x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x19
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,204) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,224) size 314x28 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 312x26
-          RenderTableRow {TR} at (0,1) size 312x24
</del><ins>+      RenderTable {TABLE} at (0,224) size 313x28 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 311x26
+          RenderTableRow {TR} at (0,1) size 311x24
</ins><span class="cx">             RenderTableCell {TD} at (1,1) size 104x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (106,1) size 205x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,1) size 204x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x19
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,252) size 784x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug807622expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,15 +9,15 @@
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 75x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 22x19
</span><span class="cx">                 text run at (1,1) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (74,0) size 708x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (74,0) size 709x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x19
</span><span class="cx">                 text run at (1,1) width 21: &quot;bar&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,22) size 782x772
</span><del>-            RenderTableCell {TD} at (0,22) size 782x772 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
-              RenderTable {TABLE} at (1,1) size 780x770 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 778x768
-                  RenderTableRow {TR} at (0,2) size 778x764
-                    RenderTableCell {TD} at (2,2) size 774x764 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,22) size 783x772 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
+              RenderTable {TABLE} at (1,1) size 781x770 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 779x768
+                  RenderTableRow {TR} at (0,2) size 779x764
+                    RenderTableCell {TD} at (2,2) size 775x764 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 719x39
</span><span class="cx">                         text run at (2,2) width 719: &quot;When the Whiten house burned down in Renfrew Ontario, the insurer denied liability, asserting that the Plaintiff&quot;
</span><span class="cx">                         text run at (2,22) width 477: &quot;Daphne Whiten was the cause of the fire herself and had committed arson.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug89315expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug89315-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug89315-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug89315-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx">         RenderTable {TABLE} at (67,20) size 474x4528
</span><span class="cx">           RenderTableSection {TBODY} at (0,0) size 473x4528
</span><span class="cx">             RenderTableRow {TR} at (0,0) size 473x22
</span><del>-              RenderTableCell {TD} at (0,0) size 473x22 [r=0 c=0 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (0,0) size 474x22 [r=0 c=0 rs=1 cs=4]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 459x0
</span><span class="cx">                   RenderInline {B} at (0,0) size 0x0
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 37x18
</span><span class="cx">                       RenderText {#text} at (24,0) size 37x18
</span><span class="cx">                         text run at (24,0) width 37: &quot;Plane&quot;
</span><del>-              RenderTableCell {TD} at (367,22) size 106x38 [r=1 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,22) size 107x38 [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x19
</span><span class="cx">                   RenderInline {B} at (0,0) size 69x15
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 69x18
</span><span class="lines">@@ -88,7 +88,7 @@
</span><span class="cx">                     text run at (34,0) width 17: &quot;No&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,60) size 106x16 [r=2 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,60) size 107x16 [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -113,7 +113,7 @@
</span><span class="cx">                     text run at (34,0) width 17: &quot;No&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,92) size 106x16 [r=3 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,92) size 107x16 [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -134,7 +134,7 @@
</span><span class="cx">               RenderTableCell {TD} at (268,108) size 100x20 [r=4 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (7,0) size 5x19
</span><span class="cx">                   text run at (7,0) width 5: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (367,108) size 106x20 [r=4 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,108) size 107x20 [r=4 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (7,0) size 5x19
</span><span class="cx">                   text run at (7,0) width 5: &quot; &quot;
</span><span class="cx">             RenderTableRow {TR} at (0,128) size 473x32
</span><span class="lines">@@ -161,7 +161,7 @@
</span><span class="cx">                       text run at (34,0) width 17: &quot;No&quot;
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                       RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,128) size 106x16 [r=5 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,128) size 107x16 [r=5 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderInline {FONT} at (0,0) size 20x15
</span><span class="cx">                     RenderText {#text} at (35,0) size 20x15
</span><span class="lines">@@ -187,7 +187,7 @@
</span><span class="cx">                 RenderBlock {P} at (7,16) size 85x16
</span><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-              RenderTableCell {TD} at (367,160) size 106x32 [r=6 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,160) size 107x32 [r=6 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock (anonymous) at (7,0) size 91x16
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 17x19
</span><span class="cx">                     RenderInline {FONT} at (0,0) size 17x15
</span><span class="lines">@@ -215,7 +215,7 @@
</span><span class="cx">                     RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                       text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (367,192) size 106x16 [r=7 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,192) size 107x16 [r=7 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderInline {FONT} at (0,0) size 20x15
</span><span class="cx">                     RenderText {#text} at (35,0) size 20x15
</span><span class="lines">@@ -246,7 +246,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,208) size 106x32 [r=8 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,208) size 107x32 [r=8 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -287,7 +287,7 @@
</span><span class="cx">                     text run at (34,0) width 17: &quot;No&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,240) size 106x32 [r=9 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,240) size 107x32 [r=9 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -361,7 +361,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,288) size 106x112 [r=10 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,288) size 107x112 [r=10 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -430,7 +430,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,400) size 106x80 [r=11 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,400) size 107x80 [r=11 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -485,7 +485,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,480) size 106x64 [r=12 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,480) size 107x64 [r=12 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot; No&quot;
</span><span class="lines">@@ -528,7 +528,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,544) size 106x32 [r=13 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,544) size 107x32 [r=13 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (43,0) size 5x15
</span><span class="cx">                     text run at (43,0) width 5: &quot; &quot;
</span><span class="lines">@@ -580,7 +580,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,592) size 106x80 [r=14 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,592) size 107x80 [r=14 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot; No&quot;
</span><span class="lines">@@ -620,7 +620,7 @@
</span><span class="cx">                     text run at (31,0) width 23: &quot; Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,672) size 106x16 [r=15 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,672) size 107x16 [r=15 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot; No&quot;
</span><span class="lines">@@ -673,7 +673,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,704) size 106x80 [r=16 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,704) size 107x80 [r=16 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -745,7 +745,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,784) size 106x96 [r=17 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,784) size 107x96 [r=17 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -808,7 +808,7 @@
</span><span class="cx">                       text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,896) size 106x64 [r=18 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,896) size 107x64 [r=18 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 17x15
</span><span class="cx">                     RenderText {#text} at (37,0) size 17x15
</span><span class="lines">@@ -857,7 +857,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,960) size 106x48 [r=19 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,960) size 107x48 [r=19 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -888,7 +888,7 @@
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1008) size 106x16 [r=20 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,1008) size 107x16 [r=20 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (43,0) size 5x15
</span><span class="cx">                     text run at (43,0) width 5: &quot; &quot;
</span><span class="lines">@@ -945,7 +945,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1024) size 106x80 [r=21 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,1024) size 107x80 [r=21 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -1014,7 +1014,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1104) size 106x80 [r=22 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,1104) size 107x80 [r=22 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -1077,7 +1077,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1184) size 106x80 [r=23 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,1184) size 107x80 [r=23 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot; No&quot;
</span><span class="lines">@@ -1117,7 +1117,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1264) size 106x16 [r=24 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,1264) size 107x16 [r=24 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -1195,7 +1195,7 @@
</span><span class="cx">                     text run at (34,0) width 17: &quot;No&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1296) size 106x112 [r=25 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,1296) size 107x112 [r=25 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -1280,7 +1280,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1456) size 106x96 [r=26 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,1456) size 107x96 [r=26 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -1384,7 +1384,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1552) size 106x144 [r=27 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,1552) size 107x144 [r=27 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -1452,7 +1452,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1696) size 106x32 [r=28 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,1696) size 107x32 [r=28 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -1526,7 +1526,7 @@
</span><span class="cx">                     text run at (34,0) width 17: &quot;No&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1744) size 106x112 [r=29 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,1744) size 107x112 [r=29 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -1582,7 +1582,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1856) size 106x32 [r=30 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,1856) size 107x32 [r=30 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -1622,7 +1622,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1904) size 106x32 [r=31 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,1904) size 107x32 [r=31 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot; No&quot;
</span><span class="lines">@@ -1702,7 +1702,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1968) size 106x144 [r=32 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,1968) size 107x144 [r=32 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -1795,7 +1795,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2112) size 106x128 [r=33 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,2112) size 107x128 [r=33 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -1865,7 +1865,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2240) size 106x80 [r=34 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,2240) size 107x80 [r=34 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (43,0) size 5x15
</span><span class="cx">                     text run at (43,0) width 5: &quot; &quot;
</span><span class="lines">@@ -1926,7 +1926,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2320) size 106x80 [r=35 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,2320) size 107x80 [r=35 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -1981,7 +1981,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2400) size 106x64 [r=36 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,2400) size 107x64 [r=36 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -2047,7 +2047,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2464) size 106x64 [r=37 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,2464) size 107x64 [r=37 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -2097,7 +2097,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2560) size 106x48 [r=38 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,2560) size 107x48 [r=38 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -2186,7 +2186,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2608) size 106x128 [r=39 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,2608) size 107x128 [r=39 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -2291,7 +2291,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2736) size 106x112 [r=40 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,2736) size 107x112 [r=40 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -2381,7 +2381,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2864) size 106x80 [r=41 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,2864) size 107x80 [r=41 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -2460,7 +2460,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2992) size 106x80 [r=42 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,2992) size 107x80 [r=42 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -2523,7 +2523,7 @@
</span><span class="cx">                     text run at (34,0) width 17: &quot;No&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3104) size 106x64 [r=43 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,3104) size 107x64 [r=43 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -2572,7 +2572,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3168) size 106x48 [r=44 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,3168) size 107x48 [r=44 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -2649,7 +2649,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3216) size 106x128 [r=45 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,3216) size 107x128 [r=45 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -2778,7 +2778,7 @@
</span><span class="cx">                     text run at (34,0) width 17: &quot;No&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3344) size 106x176 [r=46 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,3344) size 107x176 [r=46 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -2886,7 +2886,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3520) size 106x96 [r=47 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,3520) size 107x96 [r=47 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -2948,7 +2948,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3664) size 106x64 [r=48 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,3664) size 107x64 [r=48 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (43,0) size 5x15
</span><span class="cx">                     text run at (43,0) width 5: &quot; &quot;
</span><span class="lines">@@ -3032,7 +3032,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3728) size 106x112 [r=49 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,3728) size 107x112 [r=49 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -3091,7 +3091,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3872) size 106x48 [r=50 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,3872) size 107x48 [r=50 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 17x15
</span><span class="cx">                     RenderText {#text} at (37,0) size 17x15
</span><span class="lines">@@ -3154,7 +3154,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3920) size 106x80 [r=51 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,3920) size 107x80 [r=51 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -3221,7 +3221,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,4000) size 106x80 [r=52 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,4000) size 107x80 [r=52 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -3296,7 +3296,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,4080) size 106x112 [r=53 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,4080) size 107x112 [r=53 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (7,0) size 77x15
</span><span class="cx">                     text run at (7,0) width 77: &quot;Gyro wannabe&quot;
</span><span class="lines">@@ -3355,7 +3355,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,4192) size 106x48 [r=54 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,4192) size 107x48 [r=54 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -3412,7 +3412,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,4240) size 106x80 [r=55 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,4240) size 107x80 [r=55 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -3455,7 +3455,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,4320) size 106x16 [r=56 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,4320) size 107x16 [r=56 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -3499,7 +3499,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,4368) size 106x48 [r=57 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,4368) size 107x48 [r=57 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -3535,7 +3535,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,4432) size 106x16 [r=58 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,4432) size 107x16 [r=58 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -3572,7 +3572,7 @@
</span><span class="cx">                     text run at (34,0) width 17: &quot;No&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,4464) size 106x32 [r=59 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (367,4464) size 107x32 [r=59 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (7,0) size 91x16
</span><span class="cx">                   RenderText {#text} at (37,0) size 17x15
</span><span class="cx">                     text run at (37,0) width 17: &quot;No&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug91057expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug91057-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug91057-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug91057-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -17,8 +17,8 @@
</span><span class="cx">           text run at (1,2) width 80: &quot;Control&quot;
</span><span class="cx">       RenderTable {TABLE} at (1,178) size 172x53 [border: (1px solid #000000)]
</span><span class="cx">         RenderBlock {CAPTION} at (0,0) size 172x22 [border: (1px solid #000000)]
</span><del>-          RenderText {#text} at (75,1) size 22x19
-            text run at (75,1) width 22: &quot;TA&quot;
</del><ins>+          RenderText {#text} at (75,1) size 21x19
+            text run at (75,1) width 21: &quot;TA&quot;
</ins><span class="cx">         RenderTableSection {TBODY} at (1,23) size 170x28 [border: (1px solid #000000)]
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 170x24 [border: (1px solid #000000)]
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 82x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -44,8 +44,8 @@
</span><span class="cx">           text run at (1,2) width 286: &quot;Test 1 - \&quot;margin-left: 50px\&quot;&quot;
</span><span class="cx">       RenderTable {TABLE} at (1,354) size 172x53 [border: (1px solid #000000)]
</span><span class="cx">         RenderBlock {CAPTION} at (50,0) size 122x22 [border: (1px solid #000000)]
</span><del>-          RenderText {#text} at (50,1) size 22x19
-            text run at (50,1) width 22: &quot;TA&quot;
</del><ins>+          RenderText {#text} at (50,1) size 21x19
+            text run at (50,1) width 21: &quot;TA&quot;
</ins><span class="cx">         RenderTableSection {TBODY} at (1,23) size 170x28 [border: (1px solid #000000)]
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 170x24 [border: (1px solid #000000)]
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 82x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -71,8 +71,8 @@
</span><span class="cx">           text run at (1,2) width 304: &quot;Test 2 - \&quot;margin-right: 50px\&quot;&quot;
</span><span class="cx">       RenderTable {TABLE} at (1,529) size 172x53 [border: (1px solid #000000)]
</span><span class="cx">         RenderBlock {CAPTION} at (0,0) size 122x22 [border: (1px solid #000000)]
</span><del>-          RenderText {#text} at (50,1) size 22x19
-            text run at (50,1) width 22: &quot;TA&quot;
</del><ins>+          RenderText {#text} at (50,1) size 21x19
+            text run at (50,1) width 21: &quot;TA&quot;
</ins><span class="cx">         RenderTableSection {TBODY} at (1,23) size 170x28 [border: (1px solid #000000)]
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 170x24 [border: (1px solid #000000)]
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 82x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -98,8 +98,8 @@
</span><span class="cx">           text run at (1,2) width 245: &quot;Test 3 - \&quot;margin: 50px\&quot;&quot;
</span><span class="cx">       RenderTable {TABLE} at (1,705) size 172x153 [border: (1px solid #000000)]
</span><span class="cx">         RenderBlock {CAPTION} at (50,50) size 72x22 [border: (1px solid #000000)]
</span><del>-          RenderText {#text} at (25,1) size 22x19
-            text run at (25,1) width 22: &quot;TA&quot;
</del><ins>+          RenderText {#text} at (25,1) size 21x19
+            text run at (25,1) width 21: &quot;TA&quot;
</ins><span class="cx">         RenderTableSection {TBODY} at (1,123) size 170x28 [border: (1px solid #000000)]
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 170x24 [border: (1px solid #000000)]
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 82x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug98791expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -45,14 +45,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,152) size 170x56 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 168x54
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 168x24
</span><del>-            RenderTableCell {TD} at (2,2) size 13x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 12x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;1&quot;
</span><span class="cx">             RenderTableCell {TD} at (16,15) size 136x24 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 132x19
</span><span class="cx">                 text run at (2,2) width 132: &quot;rowspan 0 colspan 0&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 168x24
</span><del>-            RenderTableCell {TD} at (2,28) size 13x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,28) size 12x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;4&quot;
</span><span class="cx">             RenderTableCell {TD} at (153,28) size 13x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="lines">@@ -60,19 +60,19 @@
</span><span class="cx">                 text run at (2,2) width 8: &quot;6&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,208) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,228) size 33x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 31x54
-          RenderTableRow {TR} at (0,2) size 31x24
-            RenderTableCell {TD} at (2,2) size 13x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,228) size 32x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 30x54
+          RenderTableRow {TR} at (0,2) size 30x24
+            RenderTableCell {TD} at (2,2) size 12x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;1&quot;
</span><del>-            RenderTableCell {TD} at (16,15) size 13x24 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</del><ins>+            RenderTableCell {TD} at (16,15) size 12x24 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;2&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 31x24
-            RenderTableCell {TD} at (2,28) size 13x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 9x19
-                text run at (2,2) width 9: &quot;3&quot;
</del><ins>+          RenderTableRow {TR} at (0,28) size 30x24
+            RenderTableCell {TD} at (2,28) size 12x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 8x19
+                text run at (2,2) width 8: &quot;3&quot;
</ins><span class="cx">       RenderBlock (anonymous) at (0,284) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderTable {TABLE} at (0,304) size 144x56 [border: (1px outset #808080)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failurescollapsing_bordersbug412621expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 92x85 [border: (1px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 89x82
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 89x41
</span><del>-            RenderTableCell {TD} at (0,0) size 46x41 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 45x41 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,4) size 40x35
</span><span class="cx">                 text run at (3,5) width 40: &quot;foo&quot;
</span><span class="cx">             RenderTableCell {TD} at (45,0) size 44x41 [border: (2px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (3,4) size 39x34
</span><span class="cx">                 text run at (3,4) width 39: &quot;bar&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,41) size 89x41
</span><del>-            RenderTableCell {TD} at (0,42) size 46x39 [border: none] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,42) size 45x39 [border: none] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,2) size 40x34
</span><span class="cx">                 text run at (3,2) width 40: &quot;foo&quot;
</span><span class="cx">             RenderTableCell {TD} at (45,41) size 44x41 [border: (2px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -23,14 +23,14 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 136x129 [border: (12px solid #000000)]
</span><span class="cx">           RenderTableSection {TBODY} at (12,12) size 111x104
</span><span class="cx">             RenderTableRow {TR} at (0,0) size 111x52
</span><del>-              RenderTableCell {TD} at (0,0) size 57x52 [border: (13px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 56x52 [border: (13px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (14,15) size 40x35
</span><span class="cx">                   text run at (14,16) width 40: &quot;foo&quot;
</span><span class="cx">               RenderTableCell {TD} at (56,0) size 55x52 [border: (13px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (3,15) size 39x34
</span><span class="cx">                   text run at (3,15) width 39: &quot;bar&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,52) size 111x52
</span><del>-              RenderTableCell {TD} at (0,53) size 57x50 [border: none] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,53) size 56x50 [border: none] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (14,2) size 40x34
</span><span class="cx">                   text run at (14,2) width 40: &quot;foo&quot;
</span><span class="cx">               RenderTableCell {TD} at (56,52) size 55x52 [border: (2px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -40,14 +40,14 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 186x179 [border: (25px solid #000000)]
</span><span class="cx">           RenderTableSection {TBODY} at (25,25) size 136x129
</span><span class="cx">             RenderTableRow {TR} at (0,0) size 136x64
</span><del>-              RenderTableCell {TD} at (0,0) size 69x64 [border: (25px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 68x64 [border: (25px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (26,27) size 40x35
</span><span class="cx">                   text run at (26,28) width 40: &quot;foo&quot;
</span><span class="cx">               RenderTableCell {TD} at (68,0) size 68x64 [border: (25px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (3,27) size 39x34
</span><span class="cx">                   text run at (3,27) width 39: &quot;bar&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,64) size 136x65
</span><del>-              RenderTableCell {TD} at (0,65) size 69x63 [border: none] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,65) size 68x63 [border: none] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (26,2) size 40x34
</span><span class="cx">                   text run at (26,2) width 40: &quot;foo&quot;
</span><span class="cx">               RenderTableCell {TD} at (68,64) size 68x65 [border: (2px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failurescorecaptions1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/captions1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/captions1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/captions1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -106,8 +106,8 @@
</span><span class="cx">           text run at (0,0) width 158: &quot;table 5 - table gets wider&quot;
</span><span class="cx">       RenderTable {TABLE} at (5,628) size 138x100 [border: (10px solid #008000)]
</span><span class="cx">         RenderBlock {CAPTION} at (10,72) size 128x28 [border: (3px solid #800080)]
</span><del>-          RenderText {#text} at (30,5) size 48x19
-            text run at (30,5) width 48: &quot;caption&quot;
</del><ins>+          RenderText {#text} at (29,5) size 49x19
+            text run at (29,5) width 49: &quot;caption&quot;
</ins><span class="cx">           RenderBlock {INPUT} at (79,6) size 17x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">         RenderTableSection {TBODY} at (10,10) size 118x50
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 118x22
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failurescorecaptions2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/captions2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/captions2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/captions2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -106,8 +106,8 @@
</span><span class="cx">           text run at (0,0) width 158: &quot;table 5 - table gets wider&quot;
</span><span class="cx">       RenderTable {TABLE} at (5,628) size 138x100 [border: (10px solid #008000)]
</span><span class="cx">         RenderBlock {CAPTION} at (10,2) size 128x28 [border: (3px solid #800080)]
</span><del>-          RenderText {#text} at (30,5) size 48x19
-            text run at (30,5) width 48: &quot;caption&quot;
</del><ins>+          RenderText {#text} at (29,5) size 49x19
+            text run at (29,5) width 49: &quot;caption&quot;
</ins><span class="cx">           RenderBlock {INPUT} at (79,6) size 17x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
</span><span class="cx">         RenderTableSection {TBODY} at (10,40) size 118x50
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 118x22
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failurescorecol_span2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/col_span2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/col_span2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/col_span2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,17 +6,17 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 531x19
</span><span class="cx">           text run at (0,0) width 531: &quot;this fixes a bug - 5.0 allocates colspans from right to left - Nav4.6 goes left to right&quot;
</span><del>-      RenderTable {TABLE} at (0,20) size 273x82 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 271x80
-          RenderTableRow {TR} at (0,2) size 271x24
</del><ins>+      RenderTable {TABLE} at (0,20) size 272x82 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 270x80
+          RenderTableRow {TR} at (0,2) size 270x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 182x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</span><span class="cx">               RenderText {#text} at (2,2) size 96x19
</span><span class="cx">                 text run at (2,2) width 96: &quot;xxxxxxxxxxxx&quot;
</span><span class="cx">             RenderTableCell {TD} at (185,2) size 84x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;y&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 271x24
-            RenderTableCell {TD} at (2,28) size 13x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 270x24
+            RenderTableCell {TD} at (2,28) size 12x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><span class="cx">             RenderTableCell {TD} at (16,28) size 83x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -28,8 +28,8 @@
</span><span class="cx">             RenderTableCell {TD} at (185,28) size 84x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;y&quot;
</span><del>-          RenderTableRow {TR} at (0,54) size 271x24
-            RenderTableCell {TD} at (2,54) size 13x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,54) size 270x24
+            RenderTableCell {TD} at (2,54) size 12x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><span class="cx">             RenderTableCell {TD} at (16,54) size 253x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=3]
</span><span class="lines">@@ -73,63 +73,63 @@
</span><span class="cx">       RenderTable {TABLE} at (0,244) size 90x56 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 88x54
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 88x24
</span><del>-            RenderTableCell {TD} at (2,2) size 85x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,2) size 84x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 80x19
</span><span class="cx">                 text run at (2,2) width 80: &quot;xxxxxxxxxx&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 88x24
</span><span class="cx">             RenderTableCell {TD} at (2,28) size 41x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                 text run at (2,2) width 16: &quot;xx&quot;
</span><del>-            RenderTableCell {TD} at (45,28) size 42x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (45,28) size 41x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                 text run at (2,2) width 16: &quot;xx&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,300) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,320) size 287x82 [bgcolor=#FF0000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 285x80
-          RenderTableRow {TR} at (0,2) size 285x24
-            RenderTableCell {TD} at (2,2) size 154x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+      RenderTable {TABLE} at (0,320) size 286x82 [bgcolor=#FF0000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 284x80
+          RenderTableRow {TR} at (0,2) size 284x24
+            RenderTableCell {TD} at (2,2) size 153x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,2) size 48x19
</span><span class="cx">                 text run at (2,2) width 48: &quot;xxxxxx&quot;
</span><del>-            RenderTableCell {TD} at (157,2) size 126x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (157,2) size 125x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;y&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 285x24
-            RenderTableCell {TD} at (2,28) size 13x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 284x24
+            RenderTableCell {TD} at (2,28) size 12x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><del>-            RenderTableCell {TD} at (16,28) size 13x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (16,28) size 12x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><del>-            RenderTableCell {TD} at (30,28) size 126x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (30,28) size 125x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><del>-            RenderTableCell {TD} at (157,28) size 126x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (157,28) size 125x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;y&quot;
</span><del>-          RenderTableRow {TR} at (0,54) size 285x24
-            RenderTableCell {TD} at (2,54) size 13x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,54) size 284x24
+            RenderTableCell {TD} at (2,54) size 12x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><del>-            RenderTableCell {TD} at (16,54) size 13x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (16,54) size 12x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><del>-            RenderTableCell {TD} at (30,54) size 253x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (30,54) size 252x24 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 248x19
</span><span class="cx">                 text run at (2,2) width 248: &quot;yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,402) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,422) size 273x82 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 271x80
-          RenderTableRow {TR} at (0,2) size 271x24
</del><ins>+      RenderTable {TABLE} at (0,422) size 272x82 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 270x80
+          RenderTableRow {TR} at (0,2) size 270x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 182x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</span><span class="cx">               RenderText {#text} at (2,2) size 48x19
</span><span class="cx">                 text run at (2,2) width 48: &quot;xxxxxx&quot;
</span><span class="cx">             RenderTableCell {TD} at (185,2) size 84x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;y&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 271x24
-            RenderTableCell {TD} at (2,28) size 13x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 270x24
+            RenderTableCell {TD} at (2,28) size 12x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><span class="cx">             RenderTableCell {TD} at (16,28) size 83x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -141,8 +141,8 @@
</span><span class="cx">             RenderTableCell {TD} at (185,28) size 84x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;y&quot;
</span><del>-          RenderTableRow {TR} at (0,54) size 271x24
-            RenderTableCell {TD} at (2,54) size 13x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,54) size 270x24
+            RenderTableCell {TD} at (2,54) size 12x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><span class="cx">             RenderTableCell {TD} at (16,54) size 253x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=3]
</span><span class="lines">@@ -150,17 +150,17 @@
</span><span class="cx">                 text run at (2,2) width 248: &quot;yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,504) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,524) size 273x82 [bgcolor=#FFA500] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 271x80
-          RenderTableRow {TR} at (0,2) size 271x24
</del><ins>+      RenderTable {TABLE} at (0,524) size 272x82 [bgcolor=#FFA500] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 270x80
+          RenderTableRow {TR} at (0,2) size 270x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 182x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</span><span class="cx">               RenderText {#text} at (2,2) size 136x19
</span><span class="cx">                 text run at (2,2) width 136: &quot;yyyyyyyyyyyyyyyyy&quot;
</span><span class="cx">             RenderTableCell {TD} at (185,2) size 84x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;y&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 271x24
-            RenderTableCell {TD} at (2,28) size 13x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 270x24
+            RenderTableCell {TD} at (2,28) size 12x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><span class="cx">             RenderTableCell {TD} at (16,28) size 83x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -172,8 +172,8 @@
</span><span class="cx">             RenderTableCell {TD} at (185,28) size 84x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;y&quot;
</span><del>-          RenderTableRow {TR} at (0,54) size 271x24
-            RenderTableCell {TD} at (2,54) size 13x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,54) size 270x24
+            RenderTableCell {TD} at (2,54) size 12x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><span class="cx">             RenderTableCell {TD} at (16,54) size 253x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=3]
</span><span class="lines">@@ -202,7 +202,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,702) size 400x56 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 398x54
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 398x24
</span><del>-            RenderTableCell {TD} at (2,2) size 394x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (2,2) size 395x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,2) size 136x19
</span><span class="cx">                 text run at (2,2) width 136: &quot;xxxxxxxxxxxxxxxxx&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 398x24
</span><span class="lines">@@ -212,18 +212,18 @@
</span><span class="cx">             RenderTableCell {TD} at (108,28) size 139x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 21x19
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><del>-            RenderTableCell {TD} at (248,28) size 148x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (248,28) size 149x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x19
</span><span class="cx">                 text run at (2,2) width 23: &quot;zap&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,758) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,778) size 147x56 [bgcolor=#0000FF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 145x54
-          RenderTableRow {TR} at (0,2) size 145x24
</del><ins>+      RenderTable {TABLE} at (0,778) size 146x56 [bgcolor=#0000FF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 144x54
+          RenderTableRow {TR} at (0,2) size 144x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 141x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</span><span class="cx">               RenderText {#text} at (2,2) size 136x19
</span><span class="cx">                 text run at (2,2) width 136: &quot;xxxxxxxxxxxxxxxxx&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 145x24
</del><ins>+          RenderTableRow {TR} at (0,28) size 144x24
</ins><span class="cx">             RenderTableCell {TD} at (2,28) size 46x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="lines">@@ -236,68 +236,68 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,834) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {HR} at (0,862) size 202x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,872) size 211x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 209x54
-          RenderTableRow {TR} at (0,2) size 209x24
</del><ins>+      RenderTable {TABLE} at (0,872) size 210x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 208x54
+          RenderTableRow {TR} at (0,2) size 208x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 54x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                 text run at (2,2) width 16: &quot;50&quot;
</span><span class="cx">             RenderTableCell {TD} at (58,2) size 54x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                 text run at (2,2) width 16: &quot;50&quot;
</span><del>-            RenderTableCell {TD} at (114,2) size 93x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,2) size 92x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 209x24
-            RenderTableCell {TD} at (2,28) size 205x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=3]
</del><ins>+          RenderTableRow {TR} at (0,28) size 208x24
+            RenderTableCell {TD} at (2,28) size 204x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;200CS3&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,928) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {HR} at (0,956) size 202x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,966) size 211x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 209x54
-          RenderTableRow {TR} at (0,2) size 209x24
</del><ins>+      RenderTable {TABLE} at (0,966) size 210x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 208x54
+          RenderTableRow {TR} at (0,2) size 208x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 54x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                 text run at (2,2) width 16: &quot;50&quot;
</span><del>-            RenderTableCell {TD} at (58,2) size 149x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (58,2) size 148x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 209x24
-            RenderTableCell {TD} at (2,28) size 205x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,28) size 208x24
+            RenderTableCell {TD} at (2,28) size 204x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;200CS2&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,1022) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,1042) size 211x56 [bgcolor=#00FF00] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 209x54
-          RenderTableRow {TR} at (0,2) size 209x24
</del><ins>+      RenderTable {TABLE} at (0,1042) size 210x56 [bgcolor=#00FF00] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 208x54
+          RenderTableRow {TR} at (0,2) size 208x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 101x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (105,2) size 102x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (105,2) size 101x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 209x24
-            RenderTableCell {TD} at (2,28) size 205x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,28) size 208x24
+            RenderTableCell {TD} at (2,28) size 204x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,1098) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,1118) size 623x136 [bgcolor=#EE82EE] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 621x134
-          RenderTableRow {TR} at (0,2) size 621x104
-            RenderTableCell {TD} at (2,2) size 617x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+      RenderTable {TABLE} at (0,1118) size 622x136 [bgcolor=#EE82EE] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 620x134
+          RenderTableRow {TR} at (0,2) size 620x104
+            RenderTableCell {TD} at (2,2) size 616x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 600x100
</span><del>-          RenderTableRow {TR} at (0,108) size 621x24
</del><ins>+          RenderTableRow {TR} at (0,108) size 620x24
</ins><span class="cx">             RenderTableCell {TD} at (2,108) size 104x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (108,108) size 105x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (108,108) size 104x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (214,108) size 405x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (214,108) size 404x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;400&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,1254) size 784x20
</span><span class="lines">@@ -305,7 +305,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,1274) size 644x56 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 642x54
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 642x24
</span><del>-            RenderTableCell {TD} at (2,2) size 605x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (2,2) size 604x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;600&quot;
</span><span class="cx">             RenderTableCell {TD} at (608,2) size 32x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="lines">@@ -318,7 +318,7 @@
</span><span class="cx">             RenderTableCell {TD} at (204,28) size 200x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-            RenderTableCell {TD} at (406,28) size 201x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (406,28) size 200x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">             RenderTableCell {TD} at (608,28) size 32x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="lines">@@ -329,23 +329,23 @@
</span><span class="cx">           text run at (0,0) width 297: &quot;fixed table - spanned cols based on fix widths &quot;
</span><span class="cx">         RenderBR {BR} at (296,15) size 1x0
</span><span class="cx">       RenderBlock {HR} at (0,1358) size 402x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,1368) size 535x65 [bgcolor=#FFA500] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 533x63
-          RenderTableRow {TR} at (0,5) size 533x24
-            RenderTableCell {TD} at (5,5) size 414x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,1368) size 534x65 [bgcolor=#FFA500] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 532x63
+          RenderTableRow {TR} at (0,5) size 532x24
+            RenderTableCell {TD} at (5,5) size 413x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;400CS2&quot;
</span><del>-            RenderTableCell {TD} at (423,5) size 105x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (423,5) size 104x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-          RenderTableRow {TR} at (0,34) size 533x24
</del><ins>+          RenderTableRow {TR} at (0,34) size 532x24
</ins><span class="cx">             RenderTableCell {TD} at (5,34) size 104x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (114,34) size 305x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,34) size 304x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span><del>-            RenderTableCell {TD} at (423,34) size 105x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (423,34) size 104x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,1433) size 784x20
</span><span class="lines">@@ -530,7 +530,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 452x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 196x19
</span><span class="cx">                 text run at (2,2) width 196: &quot;80% 80% 80% 80% 80% 80%&quot;
</span><del>-            RenderTableCell {TD} at (461,5) size 32x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (461,5) size 33x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,34) size 498x24
</span><span class="lines">@@ -540,7 +540,7 @@
</span><span class="cx">             RenderTableCell {TD} at (159,34) size 298x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x19
</span><span class="cx">                 text run at (2,2) width 30: &quot;66%&quot;
</span><del>-            RenderTableCell {TD} at (461,34) size 32x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (461,34) size 33x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,2298) size 500x85 [bgcolor=#FFFF00] [border: (1px outset #808080)]
</span><span class="lines">@@ -549,7 +549,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 452x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 196x19
</span><span class="cx">                 text run at (2,2) width 196: &quot;30% 30% 30% 30% 30% 30%&quot;
</span><del>-            RenderTableCell {TD} at (461,5) size 32x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (461,5) size 33x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,34) size 498x44
</span><span class="lines">@@ -560,7 +560,7 @@
</span><span class="cx">             RenderTableCell {TD} at (159,44) size 298x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x19
</span><span class="cx">                 text run at (2,2) width 30: &quot;66%&quot;
</span><del>-            RenderTableCell {TD} at (461,44) size 32x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (461,44) size 33x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,2383) size 784x40
</span><span class="lines">@@ -595,7 +595,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 452x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 196x19
</span><span class="cx">                 text run at (2,2) width 196: &quot;90% 80% 80% 80% 80% 80%&quot;
</span><del>-            RenderTableCell {TD} at (461,5) size 32x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (461,5) size 33x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,34) size 498x44
</span><span class="lines">@@ -606,7 +606,7 @@
</span><span class="cx">             RenderTableCell {TD} at (159,44) size 298x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x19
</span><span class="cx">                 text run at (2,2) width 30: &quot;66%&quot;
</span><del>-            RenderTableCell {TD} at (461,44) size 32x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (461,44) size 33x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,2593) size 784x20
</span><span class="lines">@@ -617,7 +617,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 452x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 196x19
</span><span class="cx">                 text run at (2,2) width 196: &quot;90% 80% 80% 80% 80% 80%&quot;
</span><del>-            RenderTableCell {TD} at (461,5) size 32x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (461,5) size 33x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,34) size 498x44
</span><span class="lines">@@ -628,7 +628,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 130x39
</span><span class="cx">                 text run at (2,2) width 130: &quot;66% 66% 66% 66%&quot;
</span><span class="cx">                 text run at (2,22) width 63: &quot;66% 66%&quot;
</span><del>-            RenderTableCell {TD} at (461,44) size 32x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (461,44) size 33x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,2698) size 784x20
</span><span class="lines">@@ -665,7 +665,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 436x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 96x19
</span><span class="cx">                 text run at (2,2) width 96: &quot;90% 90% 90%&quot;
</span><del>-            RenderTableCell {TD} at (445,5) size 48x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,5) size 49x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,34) size 498x24
</span><span class="lines">@@ -675,14 +675,14 @@
</span><span class="cx">             RenderTableCell {TD} at (225,34) size 216x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-            RenderTableCell {TD} at (445,34) size 48x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,34) size 49x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,63) size 498x24
</span><span class="cx">             RenderTableCell {TD} at (5,63) size 216x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-            RenderTableCell {TD} at (225,63) size 268x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (225,63) size 269x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 96x19
</span><span class="cx">                 text run at (2,2) width 96: &quot;90% 90% 90%&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,2937) size 784x20
</span><span class="lines">@@ -693,7 +693,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 436x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 96x19
</span><span class="cx">                 text run at (2,2) width 96: &quot;90% 90% 90%&quot;
</span><del>-            RenderTableCell {TD} at (445,5) size 48x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,5) size 49x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,34) size 498x24
</span><span class="lines">@@ -703,14 +703,14 @@
</span><span class="cx">             RenderTableCell {TD} at (296,34) size 145x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-            RenderTableCell {TD} at (445,34) size 48x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,34) size 49x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x19
</span><span class="cx">                 text run at (2,2) width 30: &quot;60%&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,63) size 498x24
</span><span class="cx">             RenderTableCell {TD} at (5,63) size 287x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-            RenderTableCell {TD} at (296,63) size 197x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (296,63) size 198x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 96x19
</span><span class="cx">                 text run at (2,2) width 96: &quot;90% 90% 90%&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,3051) size 784x20
</span><span class="lines">@@ -721,7 +721,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 436x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 96x19
</span><span class="cx">                 text run at (2,2) width 96: &quot;90% 90% 90%&quot;
</span><del>-            RenderTableCell {TD} at (445,5) size 48x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,5) size 49x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x19
</span><span class="cx">                 text run at (2,2) width 30: &quot;60%&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,34) size 498x24
</span><span class="lines">@@ -731,14 +731,14 @@
</span><span class="cx">             RenderTableCell {TD} at (296,34) size 145x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-            RenderTableCell {TD} at (445,34) size 48x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,34) size 49x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,63) size 498x24
</span><span class="cx">             RenderTableCell {TD} at (5,63) size 287x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-            RenderTableCell {TD} at (296,63) size 197x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (296,63) size 198x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 96x19
</span><span class="cx">                 text run at (2,2) width 96: &quot;90% 90% 90%&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,3165) size 784x20
</span><span class="lines">@@ -749,7 +749,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 450x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 196x19
</span><span class="cx">                 text run at (2,2) width 196: &quot;90% 80% 80% 80% 80% 80%&quot;
</span><del>-            RenderTableCell {TD} at (459,5) size 34x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (459,5) size 35x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,34) size 498x44
</span><span class="lines">@@ -760,7 +760,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 130x39
</span><span class="cx">                 text run at (2,2) width 130: &quot;66% 66% 66% 66%&quot;
</span><span class="cx">                 text run at (2,22) width 63: &quot;66% 66%&quot;
</span><del>-            RenderTableCell {TD} at (459,44) size 34x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (459,44) size 35x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x19
</span><span class="cx">                 text run at (2,2) width 30: &quot;50%&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,3270) size 784x20
</span><span class="lines">@@ -771,7 +771,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 436x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 196x19
</span><span class="cx">                 text run at (2,2) width 196: &quot;90% 80% 80% 80% 80% 80%&quot;
</span><del>-            RenderTableCell {TD} at (445,5) size 48x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,5) size 49x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,34) size 498x24
</span><span class="lines">@@ -781,7 +781,7 @@
</span><span class="cx">             RenderTableCell {TD} at (153,34) size 288x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 60x19
</span><span class="cx">                 text run at (2,2) width 60: &quot;auto auto&quot;
</span><del>-            RenderTableCell {TD} at (445,34) size 48x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,34) size 49x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x19
</span><span class="cx">                 text run at (2,2) width 30: &quot;50%&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,3355) size 784x20
</span><span class="lines">@@ -792,7 +792,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 436x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 196x19
</span><span class="cx">                 text run at (2,2) width 196: &quot;90% 90% 90% 90% 90% 90%&quot;
</span><del>-            RenderTableCell {TD} at (445,5) size 48x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,5) size 49x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,34) size 498x24
</span><span class="lines">@@ -802,7 +802,7 @@
</span><span class="cx">             RenderTableCell {TD} at (151,34) size 290x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x19
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (445,34) size 48x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,34) size 49x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x19
</span><span class="cx">                 text run at (2,2) width 30: &quot;50%&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,3440) size 784x20
</span><span class="lines">@@ -813,7 +813,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 436x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 196x19
</span><span class="cx">                 text run at (2,2) width 196: &quot;90% 90% 90% 90% 90% 90%&quot;
</span><del>-            RenderTableCell {TD} at (445,5) size 48x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,5) size 49x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,34) size 498x24
</span><span class="lines">@@ -823,7 +823,7 @@
</span><span class="cx">             RenderTableCell {TD} at (296,34) size 145x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x19
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (445,34) size 48x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,34) size 49x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x19
</span><span class="cx">                 text run at (2,2) width 30: &quot;50%&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,3525) size 784x20
</span><span class="lines">@@ -834,7 +834,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 436x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 196x19
</span><span class="cx">                 text run at (2,2) width 196: &quot;90% 90% 90% 90% 90% 90%&quot;
</span><del>-            RenderTableCell {TD} at (445,5) size 48x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,5) size 49x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,34) size 498x64
</span><span class="lines">@@ -846,7 +846,7 @@
</span><span class="cx">             RenderTableCell {TD} at (35,54) size 406x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x19
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (445,54) size 48x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,54) size 49x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x19
</span><span class="cx">                 text run at (2,2) width 30: &quot;50%&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,3650) size 784x20
</span><span class="lines">@@ -901,7 +901,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 393x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 163x19
</span><span class="cx">                 text run at (2,2) width 163: &quot;50% 50% 50% 50% 50%&quot;
</span><del>-            RenderTableCell {TD} at (402,5) size 91x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (402,5) size 92x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,34) size 498x44
</span><span class="lines">@@ -912,7 +912,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 28x39
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">                 text run at (2,22) width 28: &quot;auto&quot;
</span><del>-            RenderTableCell {TD} at (402,44) size 91x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (402,44) size 92x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x19
</span><span class="cx">                 text run at (2,2) width 30: &quot;50%&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,3965) size 784x20
</span><span class="lines">@@ -943,7 +943,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,4108) size 647x145 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 645x143
</span><span class="cx">           RenderTableRow {TR} at (0,5) size 645x104
</span><del>-            RenderTableCell {TD} at (5,5) size 605x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (5,5) size 604x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 600x100
</span><span class="cx">             RenderTableCell {TD} at (614,45) size 26x24 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="lines">@@ -955,7 +955,7 @@
</span><span class="cx">             RenderTableCell {TD} at (114,114) size 104x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 21x19
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><del>-            RenderTableCell {TD} at (223,114) size 387x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (223,114) size 386x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">             RenderTableCell {TD} at (614,114) size 26x24 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="lines">@@ -1021,14 +1021,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,4489) size 784x62 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x60
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x30 [bgcolor=#CCCCFF]
</span><del>-            RenderTableCell {TD} at (0,0) size 782x30 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
-              RenderText {#text} at (753,5) size 24x19
-                text run at (753,5) width 24: &quot;edit&quot;
</del><ins>+            RenderTableCell {TD} at (0,0) size 783x30 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
+              RenderText {#text} at (753,5) size 25x19
+                text run at (753,5) width 25: &quot;edit&quot;
</ins><span class="cx">           RenderTableRow {TR} at (0,30) size 782x30
</span><span class="cx">             RenderTableCell {TD} at (0,30) size 470x30 [bgcolor=#DCDCDC] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (5,5) size 166x19
</span><span class="cx">                 text run at (5,5) width 166: &quot;Top Stories from Reuters &quot;
</span><del>-            RenderTableCell {TD} at (469,30) size 313x30 [bgcolor=#DCDCDC] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (469,30) size 314x30 [bgcolor=#DCDCDC] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (200,5) size 108x19
</span><span class="cx">                 text run at (200,5) width 108: &quot;Jun 11 12:30pm &quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,4551) size 784x20
</span><span class="lines">@@ -1039,7 +1039,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,5) size 88x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (91,2) size 105x30 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (91,2) size 106x30 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 27x26 [bgcolor=#FFA500]
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 27x26
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 27x22
</span><span class="lines">@@ -1077,18 +1077,18 @@
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderText {#text} at (0,20) size 287x19
</span><span class="cx">           text run at (0,20) width 287: &quot;adj min is based on min with no fix involved&quot;
</span><del>-      RenderTable {TABLE} at (0,4779) size 219x76 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 217x74
-          RenderTableRow {TR} at (0,2) size 217x24
-            RenderTableCell {TD} at (2,2) size 213x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,4779) size 218x76 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 216x74
+          RenderTableRow {TR} at (0,2) size 216x24
+            RenderTableCell {TD} at (2,2) size 212x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 208x19
</span><span class="cx">                 text run at (2,2) width 208: &quot;xxxxxxxxxxxxxxxxxxxyyyyyyy&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 217x44
</del><ins>+          RenderTableRow {TR} at (0,28) size 216x44
</ins><span class="cx">             RenderTableCell {TD} at (2,28) size 62x44 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x39
</span><span class="cx">                 text run at (2,2) width 56: &quot;x x x x x&quot;
</span><span class="cx">                 text run at (2,22) width 20: &quot;x x&quot;
</span><del>-            RenderTableCell {TD} at (66,38) size 149x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (66,38) size 148x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 144x19
</span><span class="cx">                 text run at (2,2) width 144: &quot;xxxxxxxxxxxxxxxxxx&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,4855) size 784x40
</span><span class="lines">@@ -1141,17 +1141,17 @@
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,5123) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,5143) size 311x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 309x54
-          RenderTableRow {TR} at (0,2) size 309x24
-            RenderTableCell {TD} at (2,2) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,5143) size 310x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 308x54
+          RenderTableRow {TR} at (0,2) size 308x24
+            RenderTableCell {TD} at (2,2) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x19
</span><span class="cx">                 text run at (2,2) width 16: &quot;xx&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 309x24
</del><ins>+          RenderTableRow {TR} at (0,28) size 308x24
</ins><span class="cx">             RenderTableCell {TD} at (2,28) size 104x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x19
</span><span class="cx">                 text run at (2,2) width 32: &quot;x x x&quot;
</span><del>-            RenderTableCell {TD} at (108,28) size 199x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (108,28) size 198x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,5199) size 784x20
</span><span class="lines">@@ -1171,17 +1171,17 @@
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,5275) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,5295) size 311x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 309x54
-          RenderTableRow {TR} at (0,2) size 309x24
-            RenderTableCell {TD} at (2,2) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,5295) size 310x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 308x54
+          RenderTableRow {TR} at (0,2) size 308x24
+            RenderTableCell {TD} at (2,2) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x19
</span><span class="cx">                 text run at (2,2) width 52: &quot;300 300&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 309x24
</del><ins>+          RenderTableRow {TR} at (0,28) size 308x24
</ins><span class="cx">             RenderTableCell {TD} at (2,28) size 104x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (108,28) size 199x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (108,28) size 198x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 91x19
</span><span class="cx">                 text run at (2,2) width 91: &quot;auto auto auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,5351) size 784x20
</span><span class="lines">@@ -1202,17 +1202,17 @@
</span><span class="cx">                 text run at (2,2) width 375: &quot;auto auto auto auto auto auto auto auto auto auto auto auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,5447) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,5467) size 311x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 309x54
-          RenderTableRow {TR} at (0,2) size 309x24
-            RenderTableCell {TD} at (2,2) size 305x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,5467) size 310x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 308x54
+          RenderTableRow {TR} at (0,2) size 308x24
+            RenderTableCell {TD} at (2,2) size 304x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 309x24
</del><ins>+          RenderTableRow {TR} at (0,28) size 308x24
</ins><span class="cx">             RenderTableCell {TD} at (2,28) size 104x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (108,28) size 199x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (108,28) size 198x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,5523) size 784x20
</span><span class="lines">@@ -1224,7 +1224,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 217x19
</span><span class="cx">                 text run at (2,2) width 217: &quot;auto auto auto auto auto auto auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 225x24
</span><del>-            RenderTableCell {TD} at (2,28) size 104x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,28) size 105x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><span class="cx">             RenderTableCell {TD} at (108,28) size 115x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failurescorecols1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/cols1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/cols1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/cols1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 200x19
</span><span class="cx">           text run at (0,0) width 200: &quot;Both columns should be 200px&quot;
</span><del>-      RenderTable {TABLE} at (0,20) size 409x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,20) size 408x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 407x28
-          RenderTableRow {TR} at (0,2) size 407x24
-            RenderTableCell {TD} at (2,2) size 201x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 406x28
+          RenderTableRow {TR} at (0,2) size 406x24
+            RenderTableCell {TD} at (2,2) size 200x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x19
</span><span class="cx">                 text run at (2,2) width 23: &quot;c11&quot;
</span><del>-            RenderTableCell {TD} at (204,2) size 201x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (204,2) size 200x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;c12&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,50) size 784x40
</span><span class="lines">@@ -35,15 +35,15 @@
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderText {#text} at (0,20) size 200x19
</span><span class="cx">           text run at (0,20) width 200: &quot;Both columns should be 200px&quot;
</span><del>-      RenderTable {TABLE} at (0,160) size 409x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,160) size 408x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 407x28
-          RenderTableRow {TR} at (0,2) size 407x24
-            RenderTableCell {TD} at (2,2) size 201x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 406x28
+          RenderTableRow {TR} at (0,2) size 406x24
+            RenderTableCell {TD} at (2,2) size 200x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x19
</span><span class="cx">                 text run at (2,2) width 23: &quot;c11&quot;
</span><del>-            RenderTableCell {TD} at (204,2) size 201x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (204,2) size 200x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;c12&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,190) size 784x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failurescorecolumnsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/columns-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/columns-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/columns-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx">             RenderTableCell {TD} at (35,2) size 65x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x19
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (102,2) size 95x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (101,2) size 96x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 91x19
</span><span class="cx">                 text run at (2,2) width 91: &quot;auto auto auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,120) size 784x40
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx">             RenderTableCell {TD} at (35,2) size 65x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x19
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (102,2) size 95x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (101,2) size 96x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 91x19
</span><span class="cx">                 text run at (2,2) width 91: &quot;auto auto auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,190) size 784x40
</span><span class="lines">@@ -69,7 +69,7 @@
</span><span class="cx">             RenderTableCell {TD} at (35,2) size 65x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x19
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (102,2) size 95x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (101,2) size 96x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 91x19
</span><span class="cx">                 text run at (2,2) width 91: &quot;auto auto auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,260) size 784x40
</span><span class="lines">@@ -85,7 +85,7 @@
</span><span class="cx">             RenderTableCell {TD} at (68,2) size 133x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x19
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (202,2) size 194x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (202,2) size 195x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 91x19
</span><span class="cx">                 text run at (2,2) width 91: &quot;auto auto auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,330) size 784x40
</span><span class="lines">@@ -101,7 +101,7 @@
</span><span class="cx">             RenderTableCell {TD} at (35,2) size 65x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x19
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (102,2) size 95x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (101,2) size 96x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 91x19
</span><span class="cx">                 text run at (2,2) width 91: &quot;auto auto auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,400) size 784x40
</span><span class="lines">@@ -117,7 +117,7 @@
</span><span class="cx">             RenderTableCell {TD} at (68,2) size 133x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x19
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (202,2) size 194x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (202,2) size 195x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 91x19
</span><span class="cx">                 text run at (2,2) width 91: &quot;auto auto auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,470) size 784x40
</span><span class="lines">@@ -149,23 +149,23 @@
</span><span class="cx">             RenderTableCell {TD} at (208,2) size 76x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x19
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (285,2) size 111x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (285,2) size 112x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 91x19
</span><span class="cx">                 text run at (2,2) width 91: &quot;auto auto auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,610) size 784x40
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderText {#text} at (0,20) size 110x19
</span><span class="cx">           text run at (0,20) width 110: &quot;auto table cols=2&quot;
</span><del>-      RenderTable {TABLE} at (0,650) size 311x30 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 309x28
-          RenderTableRow {TR} at (0,2) size 309x24
</del><ins>+      RenderTable {TABLE} at (0,650) size 310x30 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 308x28
+          RenderTableRow {TR} at (0,2) size 308x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 32x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-            RenderTableCell {TD} at (35,2) size 66x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (35,2) size 65x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x19
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (102,2) size 205x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (101,2) size 205x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,680) size 784x40
</span><span class="lines">@@ -178,10 +178,10 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 62x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-            RenderTableCell {TD} at (65,2) size 125x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (65,2) size 126x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x19
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (192,2) size 204x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (192,2) size 205x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,750) size 784x20
</span><span class="lines">@@ -190,7 +190,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,770) size 88x30 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 86x28
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 86x24
</span><del>-            RenderTableCell {TD} at (2,2) size 49x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 48x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x19
</span><span class="cx">                 text run at (2,2) width 44: &quot;0 0 0 0&quot;
</span><span class="cx">             RenderTableCell {TD} at (52,2) size 32x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -236,6 +236,6 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 112x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 40x19
</span><span class="cx">                 text run at (2,2) width 40: &quot;0* col&quot;
</span><del>-            RenderTableCell {TD} at (115,2) size 81x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (115,2) size 82x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x19
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failurescorestandards1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/standards1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/standards1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/core/standards1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -26,11 +26,11 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 252x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 32x19
</span><span class="cx">                 text run at (1,1) width 32: &quot;plain&quot;
</span><del>-            RenderTableCell {TD} at (256,2) size 142x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (256,2) size 143x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 400x22
</span><del>-            RenderTableCell {TD} at (2,26) size 396x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,26) size 397x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x19
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,305) size 406x7 [border: (3px solid #FF0000)]
</span><span class="lines">@@ -54,11 +54,11 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 255x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=260&quot;
</span><del>-            RenderTableCell {TD} at (258,2) size 140x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (258,2) size 141x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 400x22
</span><del>-            RenderTableCell {TD} at (2,26) size 396x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,26) size 397x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x19
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,417) size 406x7 [border: (3px solid #FF0000)]
</span><span class="lines">@@ -68,11 +68,11 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 255x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=260&quot;
</span><del>-            RenderTableCell {TD} at (258,2) size 140x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (258,2) size 141x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 400x22
</span><del>-            RenderTableCell {TD} at (2,26) size 396x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,26) size 397x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 66x19
</span><span class="cx">                 text run at (1,1) width 66: &quot;colspan=2&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,473) size 406x7 [border: (3px solid #FF0000)]
</span><span class="lines">@@ -110,11 +110,11 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 257x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 75x19
</span><span class="cx">                 text run at (1,1) width 75: &quot;width=65%&quot;
</span><del>-            RenderTableCell {TD} at (260,2) size 138x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (260,2) size 139x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 75x19
</span><span class="cx">                 text run at (1,1) width 75: &quot;width=35%&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 400x22
</span><del>-            RenderTableCell {TD} at (2,26) size 396x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,26) size 397x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 66x19
</span><span class="cx">                 text run at (1,1) width 66: &quot;colspan=2&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,641) size 406x7 [border: (3px solid #FF0000)]
</span><span class="lines">@@ -125,14 +125,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,714) size 400x51
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 400x50
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 400x22
</span><del>-            RenderTableCell {TD} at (2,2) size 142x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 143x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><del>-            RenderTableCell {TD} at (146,2) size 252x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (146,2) size 253x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x19
</span><span class="cx">                 text run at (1,1) width 32: &quot;plain&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 400x22
</span><del>-            RenderTableCell {TD} at (2,26) size 396x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,26) size 397x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x19
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,764) size 406x7 [border: (3px solid #FF0000)]
</span><span class="lines">@@ -156,11 +156,11 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 140x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><del>-            RenderTableCell {TD} at (143,2) size 255x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,2) size 256x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=260&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 400x22
</span><del>-            RenderTableCell {TD} at (2,26) size 396x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,26) size 397x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x19
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,876) size 406x7 [border: (3px solid #FF0000)]
</span><span class="lines">@@ -170,11 +170,11 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 140x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><del>-            RenderTableCell {TD} at (143,2) size 255x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,2) size 256x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=260&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 400x22
</span><del>-            RenderTableCell {TD} at (2,26) size 396x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,26) size 397x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 66x19
</span><span class="cx">                 text run at (1,1) width 66: &quot;colspan=2&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,932) size 406x7 [border: (3px solid #FF0000)]
</span><span class="lines">@@ -212,11 +212,11 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 138x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 75x19
</span><span class="cx">                 text run at (1,1) width 75: &quot;width=35%&quot;
</span><del>-            RenderTableCell {TD} at (141,2) size 257x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,2) size 258x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 75x19
</span><span class="cx">                 text run at (1,1) width 75: &quot;width=65%&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 400x22
</span><del>-            RenderTableCell {TD} at (2,26) size 396x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,26) size 397x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 66x19
</span><span class="cx">                 text run at (1,1) width 66: &quot;colspan=2&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1100) size 406x7 [border: (3px solid #FF0000)]
</span><span class="lines">@@ -305,59 +305,59 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 63x22
</span><span class="cx">           text run at (0,0) width 63: &quot;260/140&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1622) size 406x7 [border: (3px solid #FF0000)]
</span><del>-      RenderTable {TABLE} at (0,1628) size 407x51
-        RenderTableSection {TBODY} at (0,0) size 407x50
-          RenderTableRow {TR} at (0,2) size 407x22
-            RenderTableCell {TD} at (2,2) size 259x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,1628) size 406x51
+        RenderTableSection {TBODY} at (0,0) size 406x50
+          RenderTableRow {TR} at (0,2) size 406x22
+            RenderTableCell {TD} at (2,2) size 258x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x19
</span><span class="cx">                 text run at (1,1) width 32: &quot;plain&quot;
</span><del>-            RenderTableCell {TD} at (262,2) size 143x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (262,2) size 142x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 407x22
-            RenderTableCell {TD} at (2,26) size 403x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,26) size 406x22
+            RenderTableCell {TD} at (2,26) size 402x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x19
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1678) size 406x7 [border: (3px solid #FF0000)]
</span><del>-      RenderTable {TABLE} at (0,1684) size 407x51
-        RenderTableSection {TBODY} at (0,0) size 407x50
-          RenderTableRow {TR} at (0,2) size 407x22
</del><ins>+      RenderTable {TABLE} at (0,1684) size 406x51
+        RenderTableSection {TBODY} at (0,0) size 406x50
+          RenderTableRow {TR} at (0,2) size 406x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 262x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=260&quot;
</span><del>-            RenderTableCell {TD} at (266,2) size 139x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (266,2) size 138x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x19
</span><span class="cx">                 text run at (1,1) width 32: &quot;plain&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 407x22
-            RenderTableCell {TD} at (2,26) size 403x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,26) size 406x22
+            RenderTableCell {TD} at (2,26) size 402x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x19
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1734) size 406x7 [border: (3px solid #FF0000)]
</span><del>-      RenderTable {TABLE} at (0,1740) size 411x51
-        RenderTableSection {TBODY} at (0,0) size 411x50
-          RenderTableRow {TR} at (0,2) size 411x22
-            RenderTableCell {TD} at (2,2) size 263x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,1740) size 410x51
+        RenderTableSection {TBODY} at (0,0) size 410x50
+          RenderTableRow {TR} at (0,2) size 410x22
+            RenderTableCell {TD} at (2,2) size 262x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=260&quot;
</span><del>-            RenderTableCell {TD} at (266,2) size 143x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (266,2) size 142x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 411x22
-            RenderTableCell {TD} at (2,26) size 407x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,26) size 410x22
+            RenderTableCell {TD} at (2,26) size 406x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x19
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1790) size 406x7 [border: (3px solid #FF0000)]
</span><del>-      RenderTable {TABLE} at (0,1796) size 411x51
-        RenderTableSection {TBODY} at (0,0) size 411x50
-          RenderTableRow {TR} at (0,2) size 411x22
-            RenderTableCell {TD} at (2,2) size 263x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,1796) size 410x51
+        RenderTableSection {TBODY} at (0,0) size 410x50
+          RenderTableRow {TR} at (0,2) size 410x22
+            RenderTableCell {TD} at (2,2) size 262x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=260&quot;
</span><del>-            RenderTableCell {TD} at (266,2) size 143x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (266,2) size 142x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 411x22
-            RenderTableCell {TD} at (2,26) size 407x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,26) size 410x22
+            RenderTableCell {TD} at (2,26) size 406x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 66x19
</span><span class="cx">                 text run at (1,1) width 66: &quot;colspan=2&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1846) size 406x7 [border: (3px solid #FF0000)]
</span><span class="lines">@@ -365,59 +365,59 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 63x22
</span><span class="cx">           text run at (0,0) width 63: &quot;140/260&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1913) size 406x7 [border: (3px solid #FF0000)]
</span><del>-      RenderTable {TABLE} at (0,1919) size 407x51
-        RenderTableSection {TBODY} at (0,0) size 407x50
-          RenderTableRow {TR} at (0,2) size 407x22
</del><ins>+      RenderTable {TABLE} at (0,1919) size 406x51
+        RenderTableSection {TBODY} at (0,0) size 406x50
+          RenderTableRow {TR} at (0,2) size 406x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 142x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><del>-            RenderTableCell {TD} at (146,2) size 259x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (146,2) size 258x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x19
</span><span class="cx">                 text run at (1,1) width 32: &quot;plain&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 407x22
-            RenderTableCell {TD} at (2,26) size 403x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,26) size 406x22
+            RenderTableCell {TD} at (2,26) size 402x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x19
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1969) size 406x7 [border: (3px solid #FF0000)]
</span><del>-      RenderTable {TABLE} at (0,1975) size 407x51
-        RenderTableSection {TBODY} at (0,0) size 407x50
-          RenderTableRow {TR} at (0,2) size 407x22
-            RenderTableCell {TD} at (2,2) size 139x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,1975) size 406x51
+        RenderTableSection {TBODY} at (0,0) size 406x50
+          RenderTableRow {TR} at (0,2) size 406x22
+            RenderTableCell {TD} at (2,2) size 138x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x19
</span><span class="cx">                 text run at (1,1) width 32: &quot;plain&quot;
</span><del>-            RenderTableCell {TD} at (142,2) size 263x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (142,2) size 262x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=260&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 407x22
-            RenderTableCell {TD} at (2,26) size 403x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,26) size 406x22
+            RenderTableCell {TD} at (2,26) size 402x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x19
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,2025) size 406x7 [border: (3px solid #FF0000)]
</span><del>-      RenderTable {TABLE} at (0,2031) size 411x51
-        RenderTableSection {TBODY} at (0,0) size 411x50
-          RenderTableRow {TR} at (0,2) size 411x22
</del><ins>+      RenderTable {TABLE} at (0,2031) size 410x51
+        RenderTableSection {TBODY} at (0,0) size 410x50
+          RenderTableRow {TR} at (0,2) size 410x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 142x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><del>-            RenderTableCell {TD} at (146,2) size 263x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (146,2) size 262x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=260&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 411x22
-            RenderTableCell {TD} at (2,26) size 407x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,26) size 410x22
+            RenderTableCell {TD} at (2,26) size 406x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x19
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,2081) size 406x7 [border: (3px solid #FF0000)]
</span><del>-      RenderTable {TABLE} at (0,2087) size 411x51
-        RenderTableSection {TBODY} at (0,0) size 411x50
-          RenderTableRow {TR} at (0,2) size 411x22
</del><ins>+      RenderTable {TABLE} at (0,2087) size 410x51
+        RenderTableSection {TBODY} at (0,0) size 410x50
+          RenderTableRow {TR} at (0,2) size 410x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 142x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><del>-            RenderTableCell {TD} at (146,2) size 263x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (146,2) size 262x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=260&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 411x22
-            RenderTableCell {TD} at (2,26) size 407x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,26) size 410x22
+            RenderTableCell {TD} at (2,26) size 406x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 66x19
</span><span class="cx">                 text run at (1,1) width 66: &quot;colspan=2&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,2137) size 406x7 [border: (3px solid #FF0000)]
</span><span class="lines">@@ -453,45 +453,45 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 140x19
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,2315) size 406x7 [border: (3px solid #FF0000)]
</span><del>-      RenderTable {TABLE} at (0,2321) size 407x51
-        RenderTableSection {TBODY} at (0,0) size 407x50
-          RenderTableRow {TR} at (0,2) size 407x22
</del><ins>+      RenderTable {TABLE} at (0,2321) size 406x51
+        RenderTableSection {TBODY} at (0,0) size 406x50
+          RenderTableRow {TR} at (0,2) size 406x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 200x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 75x19
</span><span class="cx">                 text run at (1,1) width 75: &quot;width=50%&quot;
</span><del>-            RenderTableCell {TD} at (204,2) size 201x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (204,2) size 200x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 75x19
</span><span class="cx">                 text run at (1,1) width 75: &quot;width=50%&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 407x22
-            RenderTableCell {TD} at (2,26) size 403x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,26) size 406x22
+            RenderTableCell {TD} at (2,26) size 402x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x19
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,2371) size 406x7 [border: (3px solid #FF0000)]
</span><del>-      RenderTable {TABLE} at (0,2377) size 407x51
-        RenderTableSection {TBODY} at (0,0) size 407x50
-          RenderTableRow {TR} at (0,2) size 407x22
</del><ins>+      RenderTable {TABLE} at (0,2377) size 406x51
+        RenderTableSection {TBODY} at (0,0) size 406x50
+          RenderTableRow {TR} at (0,2) size 406x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 200x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 32x19
</span><span class="cx">                 text run at (1,1) width 32: &quot;plain&quot;
</span><del>-            RenderTableCell {TD} at (204,2) size 201x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (204,2) size 200x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x19
</span><span class="cx">                 text run at (1,1) width 32: &quot;plain&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 407x22
-            RenderTableCell {TD} at (2,26) size 403x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,26) size 406x22
+            RenderTableCell {TD} at (2,26) size 402x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x19
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,2427) size 406x7 [border: (3px solid #FF0000)]
</span><del>-      RenderTable {TABLE} at (0,2433) size 411x51
-        RenderTableSection {TBODY} at (0,0) size 411x50
-          RenderTableRow {TR} at (0,2) size 411x22
-            RenderTableCell {TD} at (2,2) size 203x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,2433) size 410x51
+        RenderTableSection {TBODY} at (0,0) size 410x50
+          RenderTableRow {TR} at (0,2) size 410x22
+            RenderTableCell {TD} at (2,2) size 202x22 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=200&quot;
</span><del>-            RenderTableCell {TD} at (206,2) size 203x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,2) size 202x22 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x19
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=200&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 411x22
-            RenderTableCell {TD} at (2,26) size 407x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,26) size 410x22
+            RenderTableCell {TD} at (2,26) size 406x22 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 66x19
</span><span class="cx">                 text run at (1,1) width 66: &quot;colspan=2&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,2483) size 406x7 [border: (3px solid #FF0000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresdomappendColGroup1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -25,21 +25,21 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">       RenderBlock (anonymous) at (0,50) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><del>-      RenderTable {TABLE} at (0,70) size 511x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,70) size 510x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 509x28
-          RenderTableRow {TR} at (0,2) size 509x24
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 508x28
+          RenderTableRow {TR} at (0,2) size 508x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 49x19
</span><span class="cx">                 text run at (2,2) width 49: &quot;col-100&quot;
</span><span class="cx">             RenderTableCell {TD} at (104,2) size 200x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 45x19
</span><span class="cx">                 text run at (2,2) width 45: &quot;cg-200&quot;
</span><del>-            RenderTableCell {TD} at (306,2) size 201x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (306,2) size 200x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x19
</span><span class="cx">                 text run at (2,2) width 45: &quot;cg-200&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,100) size 784x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_bordertablecellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -46,8 +46,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x14
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,290) size 627x476 [color=#FFFFFF] [border: (5px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 627x23
</del><ins>+      RenderTable {TABLE} at (0,290) size 626x476 [color=#FFFFFF] [border: (5px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 626x23
</ins><span class="cx">           RenderText {#text} at (169,0) size 288x23
</span><span class="cx">             text run at (169,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -56,57 +56,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (5,28) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (5,28) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,43) size 130x28 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (144,31) size 221x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,31) size 220x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x24
</span><span class="cx">                 text run at (87,15) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,43) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,43) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x24
</span><span class="cx">                 text run at (36,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,43) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,43) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (5,348) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (5,348) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (5,142) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (5,142) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [bgcolor=#000000] [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,40) size 221x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,40) size 220x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,40) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,40) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,40) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,40) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,143) size 221x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,143) size 220x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x24
</span><span class="cx">                 text run at (2,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,143) size 119x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,143) size 118x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,143) size 114x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,143) size 113x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,765) size 587x440 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 587x23
</del><ins>+      RenderTable {TABLE} at (0,765) size 586x440 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 586x23
</ins><span class="cx">           RenderText {#text} at (150,0) size 286x23
</span><span class="cx">             text run at (150,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -115,53 +115,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (2,29) size 582x101
-          RenderTableRow {TR} at (0,0) size 582x101
</del><ins>+        RenderTableSection {THEAD} at (2,29) size 581x101
+          RenderTableRow {TR} at (0,0) size 581x101
</ins><span class="cx">             RenderTableCell {TH} at (0,33) size 137x35 [border: (3px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (44,4) size 46x24
</span><span class="cx">                 text run at (44,5) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (137,31) size 208x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (137,31) size 207x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x24
</span><span class="cx">                 text run at (81,9) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (344,36) size 124x29 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (344,36) size 123x29 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,4) size 46x24
</span><span class="cx">                 text run at (42,5) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (467,36) size 115x29 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (467,36) size 114x29 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,4) size 45x24
</span><span class="cx">                 text run at (34,5) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (2,320) size 582x116
-          RenderTableRow {TR} at (0,0) size 582x116
-            RenderTableCell {TD} at (0,41) size 345x34 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (2,320) size 581x116
+          RenderTableRow {TR} at (0,0) size 581x116
+            RenderTableCell {TD} at (0,41) size 344x34 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (4,8) size 47x23
</span><span class="cx">                 text run at (4,8) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (344,44) size 124x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,44) size 123x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (467,44) size 115x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (467,44) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (2,130) size 582x190
-          RenderTableRow {TR} at (0,0) size 582x107
</del><ins>+        RenderTableSection {TBODY} at (2,130) size 581x190
+          RenderTableRow {TR} at (0,0) size 581x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 137x38 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,8) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (137,37) size 208x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (137,37) size 207x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x24
</span><span class="cx">                 text run at (8,9) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (344,40) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,40) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (467,40) size 115x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (467,40) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,107) size 582x83
-            RenderTableCell {TD} at (137,135) size 208x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 581x83
+            RenderTableCell {TD} at (137,135) size 207x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x24
</span><span class="cx">                 text run at (8,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (344,135) size 124x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,135) size 123x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (467,135) size 115x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (467,135) size 114x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1204) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_bordertablecolumnexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -59,8 +59,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x14
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,457) size 631x472 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 631x23
</del><ins>+      RenderTable {TABLE} at (0,457) size 630x472 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 630x23
</ins><span class="cx">           RenderText {#text} at (171,0) size 288x23
</span><span class="cx">             text run at (171,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -69,57 +69,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (3,26) size 625x114
-          RenderTableRow {TR} at (0,7) size 625x100
</del><ins>+        RenderTableSection {THEAD} at (3,26) size 624x114
+          RenderTableRow {TR} at (0,7) size 624x100
</ins><span class="cx">             RenderTableCell {TH} at (7,39) size 138x36 [border: (5px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (46,6) size 46x24
</span><span class="cx">                 text run at (46,7) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (152,31) size 221x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (152,31) size 220x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x24
</span><span class="cx">                 text run at (87,15) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (379,43) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (379,43) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x24
</span><span class="cx">                 text run at (36,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (504,43) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (504,43) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (3,346) size 625x122
-          RenderTableRow {TR} at (0,0) size 625x115
-            RenderTableCell {TD} at (7,40) size 366x35 [border: (5px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (3,346) size 624x122
+          RenderTableRow {TR} at (0,0) size 624x115
+            RenderTableCell {TD} at (7,40) size 365x35 [border: (5px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (6,6) size 47x23
</span><span class="cx">                 text run at (6,6) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (379,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (379,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (504,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (504,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (3,140) size 625x206
-          RenderTableRow {TR} at (0,0) size 625x108
</del><ins>+        RenderTableSection {TBODY} at (3,140) size 624x206
+          RenderTableRow {TR} at (0,0) size 624x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 138x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (152,32) size 221x44 [border: (9px dashed #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (152,32) size 220x44 [border: (9px dashed #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (10,10) size 43x24
</span><span class="cx">                 text run at (10,11) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (379,36) size 119x36 [border: (5px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (379,36) size 118x36 [border: (5px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 46x24
</span><span class="cx">                 text run at (6,7) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (504,40) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (504,40) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 625x84
-            RenderTableCell {TD} at (152,143) size 221x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 624x84
+            RenderTableCell {TD} at (152,143) size 220x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x24
</span><span class="cx">                 text run at (2,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (379,143) size 119x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (379,143) size 118x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (504,143) size 114x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (504,143) size 113x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,928) size 589x438 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 589x23
</del><ins>+      RenderTable {TABLE} at (0,928) size 588x438 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 588x23
</ins><span class="cx">           RenderText {#text} at (151,0) size 286x23
</span><span class="cx">             text run at (151,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -128,53 +128,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (2,29) size 585x100
-          RenderTableRow {TR} at (0,0) size 585x100
</del><ins>+        RenderTableSection {THEAD} at (2,29) size 584x100
+          RenderTableRow {TR} at (0,0) size 584x100
</ins><span class="cx">             RenderTableCell {TH} at (0,33) size 137x34 [border: (3px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (44,4) size 46x23
</span><span class="cx">                 text run at (44,4) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (137,31) size 208x38 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (137,31) size 207x38 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x23
</span><span class="cx">                 text run at (81,8) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (344,35) size 126x30 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (344,35) size 125x30 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,4) size 46x23
</span><span class="cx">                 text run at (42,4) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (469,36) size 116x28 [border: (2px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (469,36) size 115x28 [border: (2px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,3) size 45x24
</span><span class="cx">                 text run at (36,4) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (2,319) size 585x115
-          RenderTableRow {TR} at (0,0) size 585x115
-            RenderTableCell {TD} at (0,40) size 345x35 [border: (7px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (2,319) size 584x115
+          RenderTableRow {TR} at (0,0) size 584x115
+            RenderTableCell {TD} at (0,40) size 344x35 [border: (7px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (4,8) size 47x24
</span><span class="cx">                 text run at (4,9) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (344,43) size 126x29 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,43) size 125x29 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,2) size 46x24
</span><span class="cx">                 text run at (6,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (469,44) size 116x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (469,44) size 115x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,2) size 44x23
</span><span class="cx">                 text run at (4,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (2,129) size 585x190
-          RenderTableRow {TR} at (0,0) size 585x107
</del><ins>+        RenderTableSection {TBODY} at (2,129) size 584x190
+          RenderTableRow {TR} at (0,0) size 584x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 137x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,8) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (137,35) size 208x37 [border: (7px dashed #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (137,35) size 207x37 [border: (7px dashed #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x24
</span><span class="cx">                 text run at (8,9) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (344,38) size 126x31 [border: (3px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,38) size 125x31 [border: (3px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 46x24
</span><span class="cx">                 text run at (6,5) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (469,40) size 116x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (469,40) size 115x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,2) size 45x24
</span><span class="cx">                 text run at (4,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,107) size 585x83
-            RenderTableCell {TD} at (137,132) size 208x33 [border: (5px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 584x83
+            RenderTableCell {TD} at (137,132) size 207x33 [border: (5px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,6) size 42x24
</span><span class="cx">                 text run at (8,7) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (344,134) size 126x29 [border: (3px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,134) size 125x29 [border: (3px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 45x24
</span><span class="cx">                 text run at (6,5) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (469,135) size 116x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (469,135) size 115x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,2) size 43x24
</span><span class="cx">                 text run at (4,3) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1365) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_bordertablecolumngroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -46,8 +46,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x14
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,305) size 623x472 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 623x23
</del><ins>+      RenderTable {TABLE} at (0,305) size 622x472 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 622x23
</ins><span class="cx">           RenderText {#text} at (167,0) size 288x23
</span><span class="cx">             text run at (167,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
</span><span class="lines">@@ -56,57 +56,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [border: (9px dashed #FFFFFF)]
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (3,26) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (3,26) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,43) size 130x28 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (144,31) size 221x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,31) size 220x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x24
</span><span class="cx">                 text run at (87,15) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,43) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,43) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x24
</span><span class="cx">                 text run at (36,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,43) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,43) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (3,346) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,40) size 358x35 [border: (5px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (3,346) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,40) size 357x35 [border: (5px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (6,6) size 47x23
</span><span class="cx">                 text run at (6,6) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (3,140) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (3,140) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,40) size 221x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,40) size 220x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,36) size 119x36 [border: (5px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,36) size 118x36 [border: (5px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 46x24
</span><span class="cx">                 text run at (6,7) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,40) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,40) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,143) size 221x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,143) size 220x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x24
</span><span class="cx">                 text run at (2,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,143) size 119x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,143) size 118x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,143) size 114x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,143) size 113x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,776) size 592x438 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 592x23
</del><ins>+      RenderTable {TABLE} at (0,776) size 591x438 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 591x23
</ins><span class="cx">           RenderText {#text} at (152,0) size 287x23
</span><span class="cx">             text run at (152,0) width 287: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
</span><span class="lines">@@ -115,50 +115,50 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [border: (9px dashed #FFFFFF)]
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,29) size 589x100
-          RenderTableRow {TR} at (0,0) size 589x100
</del><ins>+        RenderTableSection {THEAD} at (1,29) size 588x100
+          RenderTableRow {TR} at (0,0) size 588x100
</ins><span class="cx">             RenderTableCell {TH} at (0,33) size 137x34 [border: (3px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (44,4) size 46x23
</span><span class="cx">                 text run at (44,4) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (137,31) size 208x38 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (137,31) size 207x38 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x23
</span><span class="cx">                 text run at (81,8) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (344,34) size 128x32 [border: (5px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (344,34) size 127x32 [border: (5px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,6) size 46x23
</span><span class="cx">                 text run at (42,6) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (471,36) size 118x28 [border: (2px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (471,36) size 117x28 [border: (2px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (38,3) size 45x24
</span><span class="cx">                 text run at (38,4) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,319) size 589x115
-          RenderTableRow {TR} at (0,0) size 589x115
-            RenderTableCell {TD} at (0,40) size 472x35 [border: (7px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=3]
</del><ins>+        RenderTableSection {TFOOT} at (1,319) size 588x115
+          RenderTableRow {TR} at (0,0) size 588x115
+            RenderTableCell {TD} at (0,40) size 471x35 [border: (7px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (4,8) size 47x24
</span><span class="cx">                 text run at (4,9) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (471,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (471,44) size 117x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,2) size 44x23
</span><span class="cx">                 text run at (6,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,129) size 589x190
-          RenderTableRow {TR} at (0,0) size 589x107
</del><ins>+        RenderTableSection {TBODY} at (1,129) size 588x190
+          RenderTableRow {TR} at (0,0) size 588x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 137x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,8) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (137,37) size 208x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (137,37) size 207x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x24
</span><span class="cx">                 text run at (8,9) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (344,38) size 128x31 [border: (3px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,38) size 127x31 [border: (3px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 46x24
</span><span class="cx">                 text run at (6,5) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (471,40) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (471,40) size 117x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,2) size 45x24
</span><span class="cx">                 text run at (6,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,107) size 589x83
-            RenderTableCell {TD} at (137,134) size 208x29 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 588x83
+            RenderTableCell {TD} at (137,134) size 207x29 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x24
</span><span class="cx">                 text run at (8,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (344,133) size 128x31 [border: (3px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,133) size 127x31 [border: (3px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 45x24
</span><span class="cx">                 text run at (6,5) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (471,135) size 118x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (471,135) size 117x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,2) size 43x24
</span><span class="cx">                 text run at (6,3) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1213) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_bordertableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -40,8 +40,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x14
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,236) size 627x476 [color=#FFFFFF] [bgcolor=#000000] [border: (5px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 627x23
</del><ins>+      RenderTable {TABLE} at (0,236) size 626x476 [color=#FFFFFF] [bgcolor=#000000] [border: (5px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 626x23
</ins><span class="cx">           RenderText {#text} at (169,0) size 288x23
</span><span class="cx">             text run at (169,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -50,57 +50,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (5,28) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (5,28) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,43) size 130x28 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (144,31) size 221x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,31) size 220x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x24
</span><span class="cx">                 text run at (87,15) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,43) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,43) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x24
</span><span class="cx">                 text run at (36,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,43) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,43) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TBODY} at (5,142) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (5,142) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,40) size 221x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,40) size 220x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,40) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,40) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,40) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,40) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,143) size 221x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,143) size 220x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x24
</span><span class="cx">                 text run at (2,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,143) size 119x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,143) size 118x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,143) size 114x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,143) size 113x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><del>-        RenderTableSection {TFOOT} at (5,348) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (5,348) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-      RenderTable {TABLE} at (0,711) size 587x440 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 587x23
</del><ins>+      RenderTable {TABLE} at (0,711) size 586x440 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 586x23
</ins><span class="cx">           RenderText {#text} at (150,0) size 286x23
</span><span class="cx">             text run at (150,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -109,53 +109,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (2,29) size 582x101
-          RenderTableRow {TR} at (0,0) size 582x101
</del><ins>+        RenderTableSection {THEAD} at (2,29) size 581x101
+          RenderTableRow {TR} at (0,0) size 581x101
</ins><span class="cx">             RenderTableCell {TH} at (0,33) size 137x35 [border: (3px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (44,4) size 46x24
</span><span class="cx">                 text run at (44,5) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (137,31) size 208x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (137,31) size 207x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x24
</span><span class="cx">                 text run at (81,9) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (344,36) size 124x29 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (344,36) size 123x29 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,4) size 46x24
</span><span class="cx">                 text run at (42,5) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (467,36) size 115x29 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (467,36) size 114x29 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,4) size 45x24
</span><span class="cx">                 text run at (34,5) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (2,320) size 582x116
-          RenderTableRow {TR} at (0,0) size 582x116
-            RenderTableCell {TD} at (0,41) size 345x34 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (2,320) size 581x116
+          RenderTableRow {TR} at (0,0) size 581x116
+            RenderTableCell {TD} at (0,41) size 344x34 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (4,8) size 47x23
</span><span class="cx">                 text run at (4,8) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (344,44) size 124x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,44) size 123x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (467,44) size 115x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (467,44) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (2,130) size 582x190
-          RenderTableRow {TR} at (0,0) size 582x107
</del><ins>+        RenderTableSection {TBODY} at (2,130) size 581x190
+          RenderTableRow {TR} at (0,0) size 581x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 137x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,8) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (137,37) size 208x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (137,37) size 207x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x24
</span><span class="cx">                 text run at (8,9) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (344,40) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,40) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (467,40) size 115x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (467,40) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,107) size 582x83
-            RenderTableCell {TD} at (137,135) size 208x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 581x83
+            RenderTableCell {TD} at (137,135) size 207x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x24
</span><span class="cx">                 text run at (8,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (344,135) size 124x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,135) size 123x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (467,135) size 115x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (467,135) size 114x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1150) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_bordertablequirksexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -40,8 +40,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x14
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,236) size 627x460 [color=#FFFFFF] [bgcolor=#000000] [border: (5px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 627x23
</del><ins>+      RenderTable {TABLE} at (0,236) size 626x460 [color=#FFFFFF] [bgcolor=#000000] [border: (5px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 626x23
</ins><span class="cx">           RenderText {#text} at (169,0) size 288x23
</span><span class="cx">             text run at (169,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -50,57 +50,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (5,28) size 617x110
-          RenderTableRow {TR} at (0,7) size 617x96
</del><ins>+        RenderTableSection {THEAD} at (5,28) size 616x110
+          RenderTableRow {TR} at (0,7) size 616x96
</ins><span class="cx">             RenderTableCell {TH} at (7,41) size 130x28 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (144,29) size 221x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,29) size 220x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x24
</span><span class="cx">                 text run at (87,15) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,41) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,41) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x24
</span><span class="cx">                 text run at (36,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,41) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,41) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TBODY} at (5,138) size 617x198
-          RenderTableRow {TR} at (0,0) size 617x104
</del><ins>+        RenderTableSection {TBODY} at (5,138) size 616x198
+          RenderTableRow {TR} at (0,0) size 616x104
</ins><span class="cx">             RenderTableCell {TD} at (7,70) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,38) size 221x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,38) size 220x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,38) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,38) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,38) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,38) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,111) size 617x80
-            RenderTableCell {TD} at (144,137) size 221x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,111) size 616x80
+            RenderTableCell {TD} at (144,137) size 220x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x24
</span><span class="cx">                 text run at (2,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,137) size 119x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,137) size 118x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,137) size 114x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,137) size 113x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><del>-        RenderTableSection {TFOOT} at (5,336) size 617x118
-          RenderTableRow {TR} at (0,0) size 617x111
-            RenderTableCell {TD} at (7,42) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (5,336) size 616x118
+          RenderTableRow {TR} at (0,0) size 616x111
+            RenderTableCell {TD} at (7,42) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,42) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,42) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,42) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,42) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-      RenderTable {TABLE} at (0,695) size 587x424 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 587x23
</del><ins>+      RenderTable {TABLE} at (0,695) size 586x424 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 586x23
</ins><span class="cx">           RenderText {#text} at (150,0) size 286x23
</span><span class="cx">             text run at (150,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -109,53 +109,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (2,29) size 582x96
-          RenderTableRow {TR} at (0,0) size 582x96
</del><ins>+        RenderTableSection {THEAD} at (2,29) size 581x96
+          RenderTableRow {TR} at (0,0) size 581x96
</ins><span class="cx">             RenderTableCell {TH} at (0,31) size 137x34 [border: (3px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (44,4) size 46x23
</span><span class="cx">                 text run at (44,4) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (137,29) size 208x38 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (137,29) size 207x38 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x23
</span><span class="cx">                 text run at (81,8) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (344,34) size 124x28 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (344,34) size 123x28 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,4) size 46x23
</span><span class="cx">                 text run at (42,4) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (467,34) size 115x28 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (467,34) size 114x28 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,4) size 45x23
</span><span class="cx">                 text run at (34,4) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (2,309) size 582x111
-          RenderTableRow {TR} at (0,0) size 582x111
-            RenderTableCell {TD} at (0,38) size 345x35 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (2,309) size 581x111
+          RenderTableRow {TR} at (0,0) size 581x111
+            RenderTableCell {TD} at (0,38) size 344x35 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (4,8) size 47x24
</span><span class="cx">                 text run at (4,9) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (344,41) size 124x29 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,41) size 123x29 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (467,41) size 115x29 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (467,41) size 114x29 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x24
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (2,125) size 582x184
-          RenderTableRow {TR} at (0,0) size 582x104
</del><ins>+        RenderTableSection {TBODY} at (2,125) size 581x184
+          RenderTableRow {TR} at (0,0) size 581x104
</ins><span class="cx">             RenderTableCell {TD} at (0,73) size 137x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,8) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (137,36) size 208x32 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (137,36) size 207x32 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x23
</span><span class="cx">                 text run at (8,8) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (344,39) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,39) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (467,39) size 115x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (467,39) size 114x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x23
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,104) size 582x80
-            RenderTableCell {TD} at (137,131) size 208x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,104) size 581x80
+            RenderTableCell {TD} at (137,131) size 207x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x23
</span><span class="cx">                 text run at (8,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (344,131) size 124x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,131) size 123x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x23
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (467,131) size 115x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (467,131) size 114x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x23
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1118) size 784x32
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_bordertablerowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,8 +54,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x14
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,387) size 631x480 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 631x23
</del><ins>+      RenderTable {TABLE} at (0,387) size 630x480 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 630x23
</ins><span class="cx">           RenderText {#text} at (171,0) size 288x23
</span><span class="cx">             text run at (171,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -64,57 +64,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (3,26) size 625x122
-          RenderTableRow {TR} at (0,7) size 625x108 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
</del><ins>+        RenderTableSection {THEAD} at (3,26) size 624x122
+          RenderTableRow {TR} at (0,7) size 624x108 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
</ins><span class="cx">             RenderTableCell {TH} at (7,47) size 130x28 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (144,35) size 221x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,35) size 220x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x24
</span><span class="cx">                 text run at (87,15) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,47) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,47) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x24
</span><span class="cx">                 text run at (36,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,43) size 122x36 [border: (5px dashed #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,43) size 121x36 [border: (5px dashed #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (38,6) size 45x24
</span><span class="cx">                 text run at (38,7) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (3,354) size 625x122
-          RenderTableRow {TR} at (0,0) size 625x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (3,354) size 624x122
+          RenderTableRow {TR} at (0,0) size 624x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 122x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 121x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (3,148) size 625x206
-          RenderTableRow {TR} at (0,0) size 625x108 [bgcolor=#000000] [border: (9px dashed #FFFFFF)]
</del><ins>+        RenderTableSection {TBODY} at (3,148) size 624x206
+          RenderTableRow {TR} at (0,0) size 624x108 [bgcolor=#000000] [border: (9px dashed #FFFFFF)]
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,40) size 221x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,40) size 220x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,32) size 119x44 [border: (9px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,32) size 118x44 [border: (9px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (10,10) size 46x24
</span><span class="cx">                 text run at (10,11) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,40) size 122x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,40) size 121x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 625x84 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
-            RenderTableCell {TD} at (144,143) size 221x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 624x84 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
+            RenderTableCell {TD} at (144,143) size 220x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x24
</span><span class="cx">                 text run at (2,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,139) size 119x36 [border: (5px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,139) size 118x36 [border: (5px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 45x24
</span><span class="cx">                 text run at (6,7) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,143) size 122x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,143) size 121x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,866) size 591x458 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 591x23
</del><ins>+      RenderTable {TABLE} at (0,866) size 590x458 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 590x23
</ins><span class="cx">           RenderText {#text} at (152,0) size 286x23
</span><span class="cx">             text run at (152,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -123,53 +123,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (2,29) size 586x105
-          RenderTableRow {TR} at (0,0) size 586x105 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
</del><ins>+        RenderTableSection {THEAD} at (2,29) size 585x105
+          RenderTableRow {TR} at (0,0) size 585x105 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
</ins><span class="cx">             RenderTableCell {TH} at (0,35) size 137x35 [border: (3px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (44,4) size 46x24
</span><span class="cx">                 text run at (44,5) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (137,33) size 208x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (137,33) size 207x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x24
</span><span class="cx">                 text run at (81,9) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (344,36) size 126x33 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (344,36) size 125x33 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,4) size 46x24
</span><span class="cx">                 text run at (42,5) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (469,36) size 117x33 [border: (3px dashed #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (469,36) size 116x33 [border: (3px dashed #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,4) size 45x24
</span><span class="cx">                 text run at (36,5) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (2,338) size 586x117
-          RenderTableRow {TR} at (0,0) size 586x117
-            RenderTableCell {TD} at (0,42) size 345x33 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (2,338) size 585x117
+          RenderTableRow {TR} at (0,0) size 585x117
+            RenderTableCell {TD} at (0,42) size 344x33 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (3,8) size 47x23
</span><span class="cx">                 text run at (3,8) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (344,44) size 126x29 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,44) size 125x29 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,4) size 46x23
</span><span class="cx">                 text run at (2,4) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (469,44) size 117x29 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (469,44) size 116x29 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,4) size 44x23
</span><span class="cx">                 text run at (2,4) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (2,134) size 586x204
-          RenderTableRow {TR} at (0,0) size 586x115 [bgcolor=#000000] [border: (9px dashed #FFFFFF)]
</del><ins>+        RenderTableSection {TBODY} at (2,134) size 585x204
+          RenderTableRow {TR} at (0,0) size 585x115 [bgcolor=#000000] [border: (9px dashed #FFFFFF)]
</ins><span class="cx">             RenderTableCell {TD} at (0,83) size 137x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,8) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (137,39) size 208x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (137,39) size 207x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x24
</span><span class="cx">                 text run at (8,9) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (344,40) size 126x35 [border: (5px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,40) size 125x35 [border: (5px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 46x24
</span><span class="cx">                 text run at (6,7) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (469,40) size 117x35 [border: (5px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (469,40) size 116x35 [border: (5px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 45x24
</span><span class="cx">                 text run at (6,7) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 586x89 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
-            RenderTableCell {TD} at (137,143) size 208x33 [border: (5px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 585x89 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
+            RenderTableCell {TD} at (137,143) size 207x33 [border: (5px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,6) size 42x24
</span><span class="cx">                 text run at (8,7) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (344,143) size 126x33 [border: (5px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,143) size 125x33 [border: (5px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 45x24
</span><span class="cx">                 text run at (4,7) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (469,143) size 117x33 [border: (5px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (469,143) size 116x33 [border: (5px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 43x24
</span><span class="cx">                 text run at (4,7) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1323) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_bordertablerowgroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -48,8 +48,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x14
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,333) size 631x480 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 631x23
</del><ins>+      RenderTable {TABLE} at (0,333) size 630x480 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 630x23
</ins><span class="cx">           RenderText {#text} at (171,0) size 288x23
</span><span class="cx">             text run at (171,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -58,57 +58,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (3,26) size 625x122 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
-          RenderTableRow {TR} at (0,7) size 625x108
</del><ins>+        RenderTableSection {THEAD} at (3,26) size 624x122 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
+          RenderTableRow {TR} at (0,7) size 624x108
</ins><span class="cx">             RenderTableCell {TH} at (7,47) size 130x28 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (144,35) size 221x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,35) size 220x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x24
</span><span class="cx">                 text run at (87,15) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,47) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,47) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x24
</span><span class="cx">                 text run at (36,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,43) size 122x36 [border: (5px dashed #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,43) size 121x36 [border: (5px dashed #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (38,6) size 45x24
</span><span class="cx">                 text run at (38,7) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (3,354) size 625x122
-          RenderTableRow {TR} at (0,0) size 625x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (3,354) size 624x122
+          RenderTableRow {TR} at (0,0) size 624x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 122x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 121x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (3,148) size 625x206 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
-          RenderTableRow {TR} at (0,0) size 625x108
</del><ins>+        RenderTableSection {TBODY} at (3,148) size 624x206 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
+          RenderTableRow {TR} at (0,0) size 624x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,40) size 221x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,40) size 220x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,40) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,40) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,40) size 122x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,40) size 121x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 625x84
-            RenderTableCell {TD} at (144,143) size 221x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 624x84
+            RenderTableCell {TD} at (144,143) size 220x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x24
</span><span class="cx">                 text run at (2,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,139) size 119x36 [border: (5px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,139) size 118x36 [border: (5px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 45x24
</span><span class="cx">                 text run at (6,7) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,143) size 122x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,143) size 121x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,812) size 591x446 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 591x23
</del><ins>+      RenderTable {TABLE} at (0,812) size 590x446 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 590x23
</ins><span class="cx">           RenderText {#text} at (152,0) size 286x23
</span><span class="cx">             text run at (152,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -117,53 +117,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (2,29) size 586x103 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
-          RenderTableRow {TR} at (0,0) size 586x103
</del><ins>+        RenderTableSection {THEAD} at (2,29) size 585x103 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
+          RenderTableRow {TR} at (0,0) size 585x103
</ins><span class="cx">             RenderTableCell {TH} at (0,34) size 137x35 [border: (3px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (44,4) size 46x24
</span><span class="cx">                 text run at (44,5) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (137,32) size 208x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (137,32) size 207x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x24
</span><span class="cx">                 text run at (81,9) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (344,36) size 126x31 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (344,36) size 125x31 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,4) size 46x24
</span><span class="cx">                 text run at (42,5) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (469,36) size 117x31 [border: (3px dashed #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (469,36) size 116x31 [border: (3px dashed #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,4) size 45x24
</span><span class="cx">                 text run at (36,5) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (2,326) size 586x117
-          RenderTableRow {TR} at (0,0) size 586x117
-            RenderTableCell {TD} at (0,42) size 345x33 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (2,326) size 585x117
+          RenderTableRow {TR} at (0,0) size 585x117
+            RenderTableCell {TD} at (0,42) size 344x33 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (3,8) size 47x23
</span><span class="cx">                 text run at (3,8) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (344,44) size 126x29 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,44) size 125x29 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,4) size 46x23
</span><span class="cx">                 text run at (2,4) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (469,44) size 117x29 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (469,44) size 116x29 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,4) size 44x23
</span><span class="cx">                 text run at (2,4) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (2,132) size 586x194 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
-          RenderTableRow {TR} at (0,0) size 586x109
</del><ins>+        RenderTableSection {TBODY} at (2,132) size 585x194 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
+          RenderTableRow {TR} at (0,0) size 585x109
</ins><span class="cx">             RenderTableCell {TD} at (0,78) size 137x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,8) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (137,38) size 208x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (137,38) size 207x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x24
</span><span class="cx">                 text run at (8,9) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (344,39) size 126x31 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,39) size 125x31 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,4) size 46x24
</span><span class="cx">                 text run at (2,5) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (469,40) size 117x29 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (469,40) size 116x29 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,4) size 45x24
</span><span class="cx">                 text run at (2,5) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,109) size 586x85
-            RenderTableCell {TD} at (137,137) size 208x29 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,109) size 585x85
+            RenderTableCell {TD} at (137,137) size 207x29 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x24
</span><span class="cx">                 text run at (8,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (344,136) size 126x31 [border: (3px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,136) size 125x31 [border: (3px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 45x24
</span><span class="cx">                 text run at (4,5) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (469,137) size 117x29 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (469,137) size 116x29 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,2) size 43x24
</span><span class="cx">                 text run at (4,3) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1257) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_fixedbgexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -40,8 +40,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x14
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,250) size 619x468 [color=#000000] [bgcolor=#FFFFFF] [border: (1px dotted #000000)]
-        RenderBlock {CAPTION} at (0,0) size 619x23 [color=#FFFFFF]
</del><ins>+      RenderTable {TABLE} at (0,250) size 618x468 [color=#000000] [bgcolor=#FFFFFF] [border: (1px dotted #000000)]
+        RenderBlock {CAPTION} at (0,0) size 618x23 [color=#FFFFFF]
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x23
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -50,55 +50,55 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,24) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,24) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,43) size 130x28 [border: (1px dotted #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (144,31) size 221x52 [border: (13px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,31) size 220x52 [border: (13px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x24
</span><span class="cx">                 text run at (87,15) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,55) size 119x4 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
-            RenderTableCell {TH} at (496,43) size 114x28 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,55) size 118x4 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TH} at (496,43) size 113x28 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,344) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,344) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,138) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,138) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #000000)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,40) size 221x28 [border: (1px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,40) size 220x28 [border: (1px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,40) size 119x28 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,40) size 118x28 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,40) size 114x28 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,40) size 113x28 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,143) size 221x28 [border: (1px dotted #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,143) size 220x28 [border: (1px dotted #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x24
</span><span class="cx">                 text run at (2,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,143) size 119x28 [border: (1px dotted #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,143) size 118x28 [border: (1px dotted #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,143) size 114x28 [border: (1px dotted #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,143) size 113x28 [border: (1px dotted #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,717) size 579x434 [color=#000000] [bgcolor=#FFFFFF] [border: (6px dotted #000000)]
-        RenderBlock {CAPTION} at (0,0) size 579x23 [color=#FFFFFF]
</del><ins>+      RenderTable {TABLE} at (0,717) size 578x434 [color=#000000] [bgcolor=#FFFFFF] [border: (6px dotted #000000)]
+        RenderBlock {CAPTION} at (0,0) size 578x23 [color=#FFFFFF]
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x23
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -107,51 +107,51 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,29) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,29) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,33) size 135x33 [border: (1px dotted #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (135,30) size 208x39 [border: (7px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,30) size 207x39 [border: (7px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x24
</span><span class="cx">                 text run at (81,9) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,48) size 124x3 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
-            RenderTableCell {TH} at (465,36) size 113x27 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,48) size 123x3 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TH} at (465,36) size 112x27 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,318) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,318) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,8) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,128) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,128) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #000000)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,8) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,37) size 208x33 [border: (7px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,37) size 207x33 [border: (7px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x24
</span><span class="cx">                 text run at (8,9) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,40) size 124x27 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,40) size 123x27 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (465,40) size 113x27 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,40) size 112x27 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,107) size 578x83
-            RenderTableCell {TD} at (135,135) size 208x27 [border: (1px dotted #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,135) size 207x27 [border: (1px dotted #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x24
</span><span class="cx">                 text run at (8,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,135) size 124x27 [border: (1px dotted #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,135) size 123x27 [border: (1px dotted #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (465,135) size 113x27 [border: (1px dotted #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,135) size 112x27 [border: (1px dotted #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1150) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_layershideexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -46,8 +46,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x14
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,250) size 619x468 [color=#FFFFFF] [bgcolor=#0000FF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x23
</del><ins>+      RenderTable {TABLE} at (0,250) size 618x468 [color=#FFFFFF] [bgcolor=#0000FF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x23
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x23
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -56,55 +56,55 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,24) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,24) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,43) size 130x28 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (144,31) size 221x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,31) size 220x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x24
</span><span class="cx">                 text run at (87,15) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,55) size 119x4 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
-            RenderTableCell {TH} at (496,43) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,55) size 118x4 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TH} at (496,43) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,344) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,344) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,138) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,138) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,40) size 221x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,40) size 220x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,40) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,40) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,40) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,40) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,143) size 221x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,143) size 220x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x24
</span><span class="cx">                 text run at (2,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,143) size 119x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,143) size 118x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,143) size 114x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,143) size 113x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,717) size 579x434 [color=#FFFFFF] [bgcolor=#0000FF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x23
</del><ins>+      RenderTable {TABLE} at (0,717) size 578x434 [color=#FFFFFF] [bgcolor=#0000FF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x23
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x23
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -113,51 +113,51 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,29) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,29) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,33) size 135x33 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (135,30) size 208x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,30) size 207x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x24
</span><span class="cx">                 text run at (81,9) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,48) size 124x3 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
-            RenderTableCell {TH} at (465,36) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,48) size 123x3 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TH} at (465,36) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,318) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,318) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,8) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,128) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,128) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,8) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,37) size 208x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,37) size 207x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x24
</span><span class="cx">                 text run at (8,9) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,40) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,40) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (465,40) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,40) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,107) size 578x83
-            RenderTableCell {TD} at (135,135) size 208x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,135) size 207x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x24
</span><span class="cx">                 text run at (8,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,135) size 124x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,135) size 123x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (465,135) size 113x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,135) size 112x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1150) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_layersshowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -123,8 +123,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x14
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,718) size 619x468 [color=#FFFFFF] [bgcolor=#0000FF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x23
</del><ins>+      RenderTable {TABLE} at (0,718) size 618x468 [color=#FFFFFF] [bgcolor=#0000FF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x23
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x23
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -133,55 +133,55 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,24) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,24) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,43) size 130x28 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (144,31) size 221x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,31) size 220x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x24
</span><span class="cx">                 text run at (87,15) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,55) size 119x4 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
-            RenderTableCell {TH} at (496,43) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,55) size 118x4 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TH} at (496,43) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,344) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,344) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,138) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,138) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,40) size 221x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,40) size 220x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,40) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,40) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,40) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,40) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,143) size 221x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,143) size 220x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x24
</span><span class="cx">                 text run at (2,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,143) size 119x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,143) size 118x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,143) size 114x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,143) size 113x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,1185) size 579x434 [color=#FFFFFF] [bgcolor=#0000FF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x23
</del><ins>+      RenderTable {TABLE} at (0,1185) size 578x434 [color=#FFFFFF] [bgcolor=#0000FF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x23
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x23
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -190,51 +190,51 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,29) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,29) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,33) size 135x33 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (135,30) size 208x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,30) size 207x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x24
</span><span class="cx">                 text run at (81,9) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,48) size 124x3 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
-            RenderTableCell {TH} at (465,36) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,48) size 123x3 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TH} at (465,36) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,318) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,318) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,8) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,128) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,128) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,8) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,37) size 208x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,37) size 207x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x24
</span><span class="cx">                 text run at (8,9) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,40) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,40) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (465,40) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,40) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,107) size 578x83
-            RenderTableCell {TD} at (135,135) size 208x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,135) size 207x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x24
</span><span class="cx">                 text run at (8,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,135) size 124x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,135) size 123x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (465,135) size 113x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,135) size 112x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1618) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_positiontablecellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -46,8 +46,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x14
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,290) size 619x468 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x23
</del><ins>+      RenderTable {TABLE} at (0,290) size 618x468 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x23
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x23
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -56,57 +56,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,24) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,24) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,43) size 130x28 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (144,31) size 221x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,31) size 220x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x24
</span><span class="cx">                 text run at (87,15) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,43) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,43) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x24
</span><span class="cx">                 text run at (36,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,43) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,43) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,344) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,344) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,138) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,138) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [bgcolor=#000000] [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,40) size 221x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,40) size 220x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,40) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,40) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,40) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,40) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,143) size 221x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,143) size 220x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x24
</span><span class="cx">                 text run at (2,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,143) size 119x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,143) size 118x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,143) size 114x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,143) size 113x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,757) size 579x434 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x23
</del><ins>+      RenderTable {TABLE} at (0,757) size 578x434 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x23
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x23
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -115,53 +115,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,29) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,29) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,33) size 135x33 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (135,30) size 208x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,30) size 207x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x24
</span><span class="cx">                 text run at (81,9) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,36) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,36) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,36) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,36) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,318) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,318) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,8) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,128) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,128) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,8) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,37) size 208x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,37) size 207x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x24
</span><span class="cx">                 text run at (8,9) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,40) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,40) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (465,40) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,40) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,107) size 578x83
-            RenderTableCell {TD} at (135,135) size 208x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,135) size 207x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x24
</span><span class="cx">                 text run at (8,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,135) size 124x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,135) size 123x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (465,135) size 113x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,135) size 112x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1190) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_positiontablecolumnexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,8 +54,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x14
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,387) size 619x468 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x23
</del><ins>+      RenderTable {TABLE} at (0,387) size 618x468 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x23
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x23
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -64,57 +64,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,24) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,24) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,43) size 130x28 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (144,31) size 221x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,31) size 220x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x24
</span><span class="cx">                 text run at (87,15) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,43) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,43) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x24
</span><span class="cx">                 text run at (36,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,43) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,43) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,344) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,344) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,138) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,138) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,40) size 221x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,40) size 220x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,40) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,40) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,40) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,40) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,143) size 221x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,143) size 220x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x24
</span><span class="cx">                 text run at (2,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,143) size 119x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,143) size 118x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,143) size 114x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,143) size 113x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,854) size 579x434 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x23
</del><ins>+      RenderTable {TABLE} at (0,854) size 578x434 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x23
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x23
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -123,53 +123,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,29) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,29) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,33) size 135x33 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (135,30) size 208x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,30) size 207x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x24
</span><span class="cx">                 text run at (81,9) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,36) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,36) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,36) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,36) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,318) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,318) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,8) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,128) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,128) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,8) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,37) size 208x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,37) size 207x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x24
</span><span class="cx">                 text run at (8,9) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,40) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,40) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (465,40) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,40) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,107) size 578x83
-            RenderTableCell {TD} at (135,135) size 208x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,135) size 207x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x24
</span><span class="cx">                 text run at (8,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,135) size 124x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,135) size 123x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (465,135) size 113x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,135) size 112x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1287) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_positiontablecolumngroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -45,8 +45,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x14
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,291) size 619x468 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x23
</del><ins>+      RenderTable {TABLE} at (0,291) size 618x468 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x23
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x23
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="lines">@@ -55,57 +55,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,24) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,24) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,43) size 130x28 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (144,31) size 221x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,31) size 220x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x24
</span><span class="cx">                 text run at (87,15) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,43) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,43) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x24
</span><span class="cx">                 text run at (36,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,43) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,43) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,344) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,344) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,138) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,138) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,40) size 221x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,40) size 220x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,40) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,40) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,40) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,40) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,143) size 221x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,143) size 220x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x24
</span><span class="cx">                 text run at (2,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,143) size 119x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,143) size 118x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,143) size 114x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,143) size 113x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,758) size 579x434 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x23
</del><ins>+      RenderTable {TABLE} at (0,758) size 578x434 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x23
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x23
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="lines">@@ -114,50 +114,50 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,29) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,29) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,33) size 135x33 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (135,30) size 208x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,30) size 207x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x24
</span><span class="cx">                 text run at (81,9) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,36) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,36) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,36) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,36) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,318) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 466x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=3]
</del><ins>+        RenderTableSection {TFOOT} at (0,318) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 465x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,8) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,128) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,128) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,8) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,37) size 208x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,37) size 207x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x24
</span><span class="cx">                 text run at (8,9) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,40) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,40) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (465,40) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,40) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,107) size 578x83
-            RenderTableCell {TD} at (135,135) size 208x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,135) size 207x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x24
</span><span class="cx">                 text run at (8,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,135) size 124x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,135) size 123x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (465,135) size 113x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,135) size 112x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1191) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_positiontablerowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -61,8 +61,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x14
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,387) size 619x468 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x23
</del><ins>+      RenderTable {TABLE} at (0,387) size 618x468 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x23
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x23
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -71,57 +71,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,24) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100 [bgcolor=#000000]
</del><ins>+        RenderTableSection {THEAD} at (1,24) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100 [bgcolor=#000000]
</ins><span class="cx">             RenderTableCell {TH} at (7,43) size 130x28 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (144,31) size 221x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,31) size 220x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x24
</span><span class="cx">                 text run at (87,15) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,43) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,43) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x24
</span><span class="cx">                 text run at (36,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,43) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,43) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,344) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,344) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,138) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108 [bgcolor=#000000]
</del><ins>+        RenderTableSection {TBODY} at (1,138) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108 [bgcolor=#000000]
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,40) size 221x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,40) size 220x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,40) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,40) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,40) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,40) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84 [bgcolor=#000000]
-            RenderTableCell {TD} at (144,143) size 221x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84 [bgcolor=#000000]
+            RenderTableCell {TD} at (144,143) size 220x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x24
</span><span class="cx">                 text run at (2,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,143) size 119x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,143) size 118x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,143) size 114x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,143) size 113x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,854) size 579x434 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x23
</del><ins>+      RenderTable {TABLE} at (0,854) size 578x434 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x23
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x23
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -130,53 +130,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,29) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99 [bgcolor=#000000]
</del><ins>+        RenderTableSection {THEAD} at (0,29) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99 [bgcolor=#000000]
</ins><span class="cx">             RenderTableCell {TH} at (0,33) size 135x33 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (135,30) size 208x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,30) size 207x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x24
</span><span class="cx">                 text run at (81,9) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,36) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,36) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,36) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,36) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,318) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,318) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,8) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,128) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107 [bgcolor=#000000]
</del><ins>+        RenderTableSection {TBODY} at (0,128) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107 [bgcolor=#000000]
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,8) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,37) size 208x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,37) size 207x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x24
</span><span class="cx">                 text run at (8,9) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,40) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,40) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (465,40) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,40) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,107) size 578x83 [bgcolor=#000000]
-            RenderTableCell {TD} at (135,135) size 208x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83 [bgcolor=#000000]
+            RenderTableCell {TD} at (135,135) size 207x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x24
</span><span class="cx">                 text run at (8,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,135) size 124x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,135) size 123x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (465,135) size 113x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,135) size 112x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1287) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvinbackgr_positiontablerowgroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -45,8 +45,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x14
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,291) size 619x468 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x23
</del><ins>+      RenderTable {TABLE} at (0,291) size 618x468 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x23
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x23
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -55,57 +55,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,24) size 617x114 [bgcolor=#000000]
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,24) size 616x114 [bgcolor=#000000]
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,43) size 130x28 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (144,31) size 221x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,31) size 220x52 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x24
</span><span class="cx">                 text run at (87,15) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,43) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,43) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x24
</span><span class="cx">                 text run at (36,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,43) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,43) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,344) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,344) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,138) size 617x206 [bgcolor=#000000]
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,138) size 616x206 [bgcolor=#000000]
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,40) size 221x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,40) size 220x28 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,40) size 119x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,40) size 118x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,40) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,40) size 113x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,143) size 221x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,143) size 220x28 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x24
</span><span class="cx">                 text run at (2,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,143) size 119x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,143) size 118x28 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,143) size 114x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,143) size 113x28 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,758) size 579x434 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x23
</del><ins>+      RenderTable {TABLE} at (0,758) size 578x434 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x23
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x23
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -114,53 +114,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,29) size 578x99 [bgcolor=#000000]
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,29) size 577x99 [bgcolor=#000000]
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,33) size 135x33 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (135,30) size 208x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,30) size 207x39 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x24
</span><span class="cx">                 text run at (81,9) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,36) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,36) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x24
</span><span class="cx">                 text run at (42,3) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,36) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,36) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x24
</span><span class="cx">                 text run at (34,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,318) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,318) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,8) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,128) size 578x190 [bgcolor=#000000]
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,128) size 577x190 [bgcolor=#000000]
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,8) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,37) size 208x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,37) size 207x33 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x24
</span><span class="cx">                 text run at (8,9) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,40) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,40) size 123x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x24
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (465,40) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,40) size 112x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,107) size 578x83
-            RenderTableCell {TD} at (135,135) size 208x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,135) size 207x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x24
</span><span class="cx">                 text run at (8,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,135) size 124x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,135) size 123x27 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x24
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (465,135) size 113x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,135) size 112x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x24
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1191) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_captionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,6 +14,6 @@
</span><span class="cx">             RenderTableCell {TD} at (2,42) size 98x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (101,42) size 95x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (101,42) size 96x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x19
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_caption_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,6 +14,6 @@
</span><span class="cx">             RenderTableCell {TD} at (2,42) size 98x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (101,42) size 95x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (101,42) size 96x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x19
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_caption_hiddenexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,42) size 98x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (101,42) size 95x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (101,42) size 96x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x19
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx"> layer at (8,8) size 200x12 scrollWidth 397 scrollHeight 403
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_caption_hidden_tableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,6 +15,6 @@
</span><span class="cx">         RenderTableCell {TD} at (2,42) size 98x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">           RenderText {#text} at (2,2) size 22x19
</span><span class="cx">             text run at (2,2) width 22: &quot;foo&quot;
</span><del>-        RenderTableCell {TD} at (101,42) size 95x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+        RenderTableCell {TD} at (101,42) size 96x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">           RenderText {#text} at (2,2) size 21x19
</span><span class="cx">             text run at (2,2) width 21: &quot;bar&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_caption_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,6 +14,6 @@
</span><span class="cx">             RenderTableCell {TD} at (2,42) size 98x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (101,42) size 95x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (101,42) size 96x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x19
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_caption_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,6 +14,6 @@
</span><span class="cx">             RenderTableCell {TD} at (2,42) size 98x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (101,42) size 95x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (101,42) size 96x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x19
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_caption_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,6 +14,6 @@
</span><span class="cx">             RenderTableCell {TD} at (2,42) size 98x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (101,42) size 95x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (101,42) size 96x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x19
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_dirty_reflowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,40) size 60x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 22x19
</span><span class="cx">                 text run at (0,0) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (59,0) size 141x50 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (59,0) size 142x50 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#008000]
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 400x300 [bgcolor=#FF0000]
</span><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_dirty_reflow_tableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,40) size 82x60 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (20,20) size 22x19
</span><span class="cx">                 text run at (20,20) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (81,50) size 119x90 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (81,50) size 120x90 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (20,20) size 50x50 [bgcolor=#008000]
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 400x300 [bgcolor=#FF0000]
</span><span class="cx">                   RenderText {#text} at (0,0) size 8x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_style_reflow_cellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,7 +14,7 @@
</span><span class="cx">                 text run at (1,2) width 43: &quot;foo&quot;
</span><span class="cx">                 text run at (1,40) width 41: &quot;bar&quot;
</span><span class="cx">                 text run at (1,78) width 45: &quot;baz&quot;
</span><del>-            RenderTableCell {TD} at (113,30) size 55x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,30) size 54x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 52x52 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 402x302 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,2) size 16x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_style_reflow_row_siblingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">             RenderTableCell {TD} at (30,46) size 54x18 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 18x15
</span><span class="cx">                 text run at (1,1) width 18: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (113,30) size 55x50 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,30) size 54x50 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 17x15
</span><span class="cx">                 text run at (1,1) width 17: &quot;bar&quot;
</span><span class="cx">               RenderBR {BR} at (17,1) size 1x15
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx">                 text run at (1,2) width 43: &quot;foo&quot;
</span><span class="cx">                 text run at (1,40) width 41: &quot;bar&quot;
</span><span class="cx">                 text run at (1,78) width 45: &quot;baz&quot;
</span><del>-            RenderTableCell {TD} at (113,172) size 55x54 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,172) size 54x54 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 52x52 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 402x302 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,2) size 16x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_style_reflow_tableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx">               RenderText {#text} at (1,2) size 92x74
</span><span class="cx">                 text run at (1,2) width 92: &quot;foo bar&quot;
</span><span class="cx">                 text run at (1,40) width 45: &quot;baz&quot;
</span><del>-            RenderTableCell {TD} at (143,48) size 55x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,48) size 54x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 52x52 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 402x302 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,2) size 16x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_style_reflow_table_captionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,7 +14,7 @@
</span><span class="cx">                 text run at (1,2) width 43: &quot;foo&quot;
</span><span class="cx">                 text run at (1,40) width 41: &quot;bar&quot;
</span><span class="cx">                 text run at (1,78) width 45: &quot;baz&quot;
</span><del>-            RenderTableCell {TD} at (113,92) size 55x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,92) size 54x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 52x52 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 402x302 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,2) size 16x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_style_reflow_tbodyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 46x39
</span><span class="cx">                 text run at (1,1) width 46: &quot;foo bar&quot;
</span><span class="cx">                 text run at (1,21) width 23: &quot;baz&quot;
</span><del>-            RenderTableCell {TD} at (113,78) size 55x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,78) size 54x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 52x52 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 402x302 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,1) size 8x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_style_reflow_tbody_siblingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">             RenderTableCell {TD} at (30,50) size 54x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 22x19
</span><span class="cx">                 text run at (1,1) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (113,30) size 55x62 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,30) size 54x62 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x19
</span><span class="cx">                 text run at (1,1) width 21: &quot;bar&quot;
</span><span class="cx">               RenderBR {BR} at (21,1) size 1x19
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx">                 text run at (1,2) width 43: &quot;foo&quot;
</span><span class="cx">                 text run at (1,40) width 41: &quot;bar&quot;
</span><span class="cx">                 text run at (1,78) width 45: &quot;baz&quot;
</span><del>-            RenderTableCell {TD} at (113,62) size 55x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,62) size 54x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 52x52 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 402x302 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,2) size 16x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_td_align_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,42) size 118x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (121,46) size 75x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (121,46) size 76x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (60,2) size 13x12 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (-291,1) size 302x402 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (293,1) size 8x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_td_dynamic_deactivateexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,42) size 60x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (63,50) size 133x56 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (63,50) size 134x56 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 52x52 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 42x22 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,1) size 8x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_td_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,42) size 118x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (121,90) size 75x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (121,90) size 76x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 12x12 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 302x402 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,1) size 8x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_td_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,42) size 118x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (121,46) size 75x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (121,46) size 76x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 12x12 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 302x402 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,1) size 8x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintable_overflow_td_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,42) size 118x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x19
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (121,2) size 75x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (121,2) size 76x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 12x12 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 302x402 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,1) size 8x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresmarvintables_cellspacing_pctexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,50 +7,50 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 784x39
</span><span class="cx">           text run at (0,0) width 784: &quot;CELLSPACING specifies the amount space between cells. The first table has a cellspacing value of 20%; the second table&quot;
</span><span class="cx">           text run at (0,20) width 168: &quot;does not have cellspacing.&quot;
</span><del>-      RenderTable {TABLE} at (0,56) size 95x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 93x54
-          RenderTableRow {TR} at (0,2) size 93x24
-            RenderTableCell {TD} at (2,2) size 29x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,56) size 94x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 92x54
+          RenderTableRow {TR} at (0,2) size 92x24
+            RenderTableCell {TD} at (2,2) size 28x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (32,2) size 29x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (32,2) size 28x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (62,2) size 29x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (62,2) size 28x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 93x24
-            RenderTableCell {TD} at (2,28) size 29x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 92x24
+            RenderTableCell {TD} at (2,28) size 28x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (32,28) size 29x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (32,28) size 28x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (62,28) size 29x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (62,28) size 28x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,112) size 784x40
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">         RenderBR {BR} at (0,20) size 0x19
</span><del>-      RenderTable {TABLE} at (0,152) size 95x56 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 93x54
-          RenderTableRow {TR} at (0,2) size 93x24
-            RenderTableCell {TD} at (2,2) size 29x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,152) size 94x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 92x54
+          RenderTableRow {TR} at (0,2) size 92x24
+            RenderTableCell {TD} at (2,2) size 28x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (32,2) size 29x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (32,2) size 28x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (62,2) size 29x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (62,2) size 28x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 93x24
-            RenderTableCell {TD} at (2,28) size 29x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 92x24
+            RenderTableCell {TD} at (2,28) size 28x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (32,28) size 29x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (32,28) size 28x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (62,28) size 29x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (62,28) size 28x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x19
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresotherempty_cellsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/other/empty_cells-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/other/empty_cells-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/other/empty_cells-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,17 +10,17 @@
</span><span class="cx">         RenderTable {TABLE} at (0,20) size 100x0 [bgcolor=#FFA500]
</span><span class="cx">           RenderTableSection {TBODY} at (0,0) size 100x0
</span><span class="cx">             RenderTableRow {TR} at (0,0) size 100x0
</span><del>-              RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {TR} at (0,0) size 100x0
</span><del>-              RenderTableCell {TD} at (0,0) size 1x0 [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 0x0 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {TR} at (0,0) size 100x0
</span><del>-              RenderTableCell {TD} at (0,0) size 1x0 [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 0x0 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {TR} at (0,0) size 100x0
</span><del>-              RenderTableCell {TD} at (0,0) size 1x0 [r=3 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 0x0 [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {TR} at (0,0) size 100x0
</span><del>-              RenderTableCell {TD} at (0,0) size 1x0 [r=4 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 0x0 [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {TR} at (0,0) size 100x0
</span><del>-              RenderTableCell {TD} at (0,0) size 1x0 [r=5 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 0x0 [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,20) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,56) size 784x54
</span><span class="lines">@@ -50,17 +50,17 @@
</span><span class="cx">         RenderTable {TABLE} at (0,20) size 100x12 [bgcolor=#FFA500]
</span><span class="cx">           RenderTableSection {TBODY} at (0,0) size 100x12
</span><span class="cx">             RenderTableRow {TR} at (0,0) size 100x2
</span><del>-              RenderTableCell {TD} at (0,1) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,1) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {TR} at (0,2) size 100x2
</span><del>-              RenderTableCell {TD} at (0,3) size 1x0 [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,3) size 0x0 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {TR} at (0,4) size 100x2
</span><del>-              RenderTableCell {TD} at (0,5) size 1x0 [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,5) size 0x0 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {TR} at (0,6) size 100x2
</span><del>-              RenderTableCell {TD} at (0,7) size 1x0 [r=3 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,7) size 0x0 [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {TR} at (0,8) size 100x2
</span><del>-              RenderTableCell {TD} at (0,9) size 1x0 [r=4 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,9) size 0x0 [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {TR} at (0,10) size 100x2
</span><del>-              RenderTableCell {TD} at (0,11) size 1x0 [r=5 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,11) size 0x0 [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,32) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,194) size 784x54
</span><span class="lines">@@ -87,334 +87,334 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 353x19
</span><span class="cx">             text run at (0,0) width 353: &quot;this table should be about 5 (3 in Standard) pixels wide&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 5x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 3x2
-            RenderTableRow {TR} at (0,0) size 3x2
-              RenderTableCell {TD} at (0,0) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,20) size 4x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 2x2
+            RenderTableRow {TR} at (0,0) size 2x2
+              RenderTableCell {TD} at (0,0) size 2x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,24) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,324) size 784x44
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 353x19
</span><span class="cx">             text run at (0,0) width 353: &quot;this table should be about 8 (4 in Standard) pixels wide&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 7x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 5x2
-            RenderTableRow {TR} at (0,0) size 5x2
-              RenderTableCell {TD} at (0,0) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (2,0) size 3x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,20) size 6x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 4x2
+            RenderTableRow {TR} at (0,0) size 4x2
+              RenderTableCell {TD} at (0,0) size 2x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (2,0) size 2x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,24) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,384) size 784x44
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 361x19
</span><span class="cx">             text run at (0,0) width 361: &quot;this table should be about 20 (8 in Standard) pixels wide&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 15x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 13x2
-            RenderTableRow {TR} at (0,0) size 13x2
-              RenderTableCell {TD} at (0,0) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (2,0) size 3x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (4,0) size 3x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (6,0) size 3x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderTableCell {TD} at (8,0) size 3x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
-              RenderTableCell {TD} at (10,0) size 3x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,20) size 14x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 12x2
+            RenderTableRow {TR} at (0,0) size 12x2
+              RenderTableCell {TD} at (0,0) size 2x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (2,0) size 2x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (4,0) size 2x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (6,0) size 2x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderTableCell {TD} at (8,0) size 2x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+              RenderTableCell {TD} at (10,0) size 2x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,24) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,444) size 784x44
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 447x19
</span><span class="cx">             text run at (0,0) width 447: &quot;this table should be about 272 pixels wide, but can shrink to 92 pixels&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 184x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 182x2
-            RenderTableRow {TR} at (0,0) size 182x2
-              RenderTableCell {TD} at (0,0) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (2,0) size 3x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (4,0) size 3x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (6,0) size 3x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderTableCell {TD} at (8,0) size 3x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
-              RenderTableCell {TD} at (10,0) size 3x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
-              RenderTableCell {TD} at (12,0) size 3x2 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
-              RenderTableCell {TD} at (14,0) size 3x2 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
-              RenderTableCell {TD} at (16,0) size 3x2 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=1]
-              RenderTableCell {TD} at (18,0) size 3x2 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=1]
-              RenderTableCell {TD} at (20,0) size 3x2 [border: (1px inset #808080)] [r=0 c=10 rs=1 cs=1]
-              RenderTableCell {TD} at (22,0) size 3x2 [border: (1px inset #808080)] [r=0 c=11 rs=1 cs=1]
-              RenderTableCell {TD} at (24,0) size 3x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=1]
-              RenderTableCell {TD} at (26,0) size 3x2 [border: (1px inset #808080)] [r=0 c=13 rs=1 cs=1]
-              RenderTableCell {TD} at (28,0) size 3x2 [border: (1px inset #808080)] [r=0 c=14 rs=1 cs=1]
-              RenderTableCell {TD} at (30,0) size 3x2 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=1]
-              RenderTableCell {TD} at (32,0) size 3x2 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=1]
-              RenderTableCell {TD} at (34,0) size 3x2 [border: (1px inset #808080)] [r=0 c=17 rs=1 cs=1]
-              RenderTableCell {TD} at (36,0) size 3x2 [border: (1px inset #808080)] [r=0 c=18 rs=1 cs=1]
-              RenderTableCell {TD} at (38,0) size 3x2 [border: (1px inset #808080)] [r=0 c=19 rs=1 cs=1]
-              RenderTableCell {TD} at (40,0) size 3x2 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=1]
-              RenderTableCell {TD} at (42,0) size 3x2 [border: (1px inset #808080)] [r=0 c=21 rs=1 cs=1]
-              RenderTableCell {TD} at (44,0) size 3x2 [border: (1px inset #808080)] [r=0 c=22 rs=1 cs=1]
-              RenderTableCell {TD} at (46,0) size 3x2 [border: (1px inset #808080)] [r=0 c=23 rs=1 cs=1]
-              RenderTableCell {TD} at (48,0) size 3x2 [border: (1px inset #808080)] [r=0 c=24 rs=1 cs=1]
-              RenderTableCell {TD} at (50,0) size 3x2 [border: (1px inset #808080)] [r=0 c=25 rs=1 cs=1]
-              RenderTableCell {TD} at (52,0) size 3x2 [border: (1px inset #808080)] [r=0 c=26 rs=1 cs=1]
-              RenderTableCell {TD} at (54,0) size 3x2 [border: (1px inset #808080)] [r=0 c=27 rs=1 cs=1]
-              RenderTableCell {TD} at (56,0) size 3x2 [border: (1px inset #808080)] [r=0 c=28 rs=1 cs=1]
-              RenderTableCell {TD} at (58,0) size 3x2 [border: (1px inset #808080)] [r=0 c=29 rs=1 cs=1]
-              RenderTableCell {TD} at (60,0) size 3x2 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=1]
-              RenderTableCell {TD} at (62,0) size 3x2 [border: (1px inset #808080)] [r=0 c=31 rs=1 cs=1]
-              RenderTableCell {TD} at (64,0) size 3x2 [border: (1px inset #808080)] [r=0 c=32 rs=1 cs=1]
-              RenderTableCell {TD} at (66,0) size 3x2 [border: (1px inset #808080)] [r=0 c=33 rs=1 cs=1]
-              RenderTableCell {TD} at (68,0) size 3x2 [border: (1px inset #808080)] [r=0 c=34 rs=1 cs=1]
-              RenderTableCell {TD} at (70,0) size 3x2 [border: (1px inset #808080)] [r=0 c=35 rs=1 cs=1]
-              RenderTableCell {TD} at (72,0) size 3x2 [border: (1px inset #808080)] [r=0 c=36 rs=1 cs=1]
-              RenderTableCell {TD} at (74,0) size 3x2 [border: (1px inset #808080)] [r=0 c=37 rs=1 cs=1]
-              RenderTableCell {TD} at (76,0) size 3x2 [border: (1px inset #808080)] [r=0 c=38 rs=1 cs=1]
-              RenderTableCell {TD} at (78,0) size 3x2 [border: (1px inset #808080)] [r=0 c=39 rs=1 cs=1]
-              RenderTableCell {TD} at (80,0) size 3x2 [border: (1px inset #808080)] [r=0 c=40 rs=1 cs=1]
-              RenderTableCell {TD} at (82,0) size 3x2 [border: (1px inset #808080)] [r=0 c=41 rs=1 cs=1]
-              RenderTableCell {TD} at (84,0) size 3x2 [border: (1px inset #808080)] [r=0 c=42 rs=1 cs=1]
-              RenderTableCell {TD} at (86,0) size 3x2 [border: (1px inset #808080)] [r=0 c=43 rs=1 cs=1]
-              RenderTableCell {TD} at (88,0) size 3x2 [border: (1px inset #808080)] [r=0 c=44 rs=1 cs=1]
-              RenderTableCell {TD} at (90,0) size 3x2 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=1]
-              RenderTableCell {TD} at (92,0) size 3x2 [border: (1px inset #808080)] [r=0 c=46 rs=1 cs=1]
-              RenderTableCell {TD} at (94,0) size 3x2 [border: (1px inset #808080)] [r=0 c=47 rs=1 cs=1]
-              RenderTableCell {TD} at (96,0) size 3x2 [border: (1px inset #808080)] [r=0 c=48 rs=1 cs=1]
-              RenderTableCell {TD} at (98,0) size 3x2 [border: (1px inset #808080)] [r=0 c=49 rs=1 cs=1]
-              RenderTableCell {TD} at (100,0) size 3x2 [border: (1px inset #808080)] [r=0 c=50 rs=1 cs=1]
-              RenderTableCell {TD} at (102,0) size 3x2 [border: (1px inset #808080)] [r=0 c=51 rs=1 cs=1]
-              RenderTableCell {TD} at (104,0) size 3x2 [border: (1px inset #808080)] [r=0 c=52 rs=1 cs=1]
-              RenderTableCell {TD} at (106,0) size 3x2 [border: (1px inset #808080)] [r=0 c=53 rs=1 cs=1]
-              RenderTableCell {TD} at (108,0) size 3x2 [border: (1px inset #808080)] [r=0 c=54 rs=1 cs=1]
-              RenderTableCell {TD} at (110,0) size 3x2 [border: (1px inset #808080)] [r=0 c=55 rs=1 cs=1]
-              RenderTableCell {TD} at (112,0) size 3x2 [border: (1px inset #808080)] [r=0 c=56 rs=1 cs=1]
-              RenderTableCell {TD} at (114,0) size 3x2 [border: (1px inset #808080)] [r=0 c=57 rs=1 cs=1]
-              RenderTableCell {TD} at (116,0) size 3x2 [border: (1px inset #808080)] [r=0 c=58 rs=1 cs=1]
-              RenderTableCell {TD} at (118,0) size 3x2 [border: (1px inset #808080)] [r=0 c=59 rs=1 cs=1]
-              RenderTableCell {TD} at (120,0) size 3x2 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=1]
-              RenderTableCell {TD} at (122,0) size 3x2 [border: (1px inset #808080)] [r=0 c=61 rs=1 cs=1]
-              RenderTableCell {TD} at (124,0) size 3x2 [border: (1px inset #808080)] [r=0 c=62 rs=1 cs=1]
-              RenderTableCell {TD} at (126,0) size 3x2 [border: (1px inset #808080)] [r=0 c=63 rs=1 cs=1]
-              RenderTableCell {TD} at (129,0) size 3x2 [border: (1px inset #808080)] [r=0 c=64 rs=1 cs=1]
-              RenderTableCell {TD} at (131,0) size 3x2 [border: (1px inset #808080)] [r=0 c=65 rs=1 cs=1]
-              RenderTableCell {TD} at (133,0) size 3x2 [border: (1px inset #808080)] [r=0 c=66 rs=1 cs=1]
-              RenderTableCell {TD} at (135,0) size 3x2 [border: (1px inset #808080)] [r=0 c=67 rs=1 cs=1]
-              RenderTableCell {TD} at (137,0) size 3x2 [border: (1px inset #808080)] [r=0 c=68 rs=1 cs=1]
-              RenderTableCell {TD} at (139,0) size 3x2 [border: (1px inset #808080)] [r=0 c=69 rs=1 cs=1]
-              RenderTableCell {TD} at (141,0) size 3x2 [border: (1px inset #808080)] [r=0 c=70 rs=1 cs=1]
-              RenderTableCell {TD} at (143,0) size 3x2 [border: (1px inset #808080)] [r=0 c=71 rs=1 cs=1]
-              RenderTableCell {TD} at (145,0) size 3x2 [border: (1px inset #808080)] [r=0 c=72 rs=1 cs=1]
-              RenderTableCell {TD} at (147,0) size 3x2 [border: (1px inset #808080)] [r=0 c=73 rs=1 cs=1]
-              RenderTableCell {TD} at (149,0) size 3x2 [border: (1px inset #808080)] [r=0 c=74 rs=1 cs=1]
-              RenderTableCell {TD} at (151,0) size 3x2 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=1]
-              RenderTableCell {TD} at (153,0) size 3x2 [border: (1px inset #808080)] [r=0 c=76 rs=1 cs=1]
-              RenderTableCell {TD} at (155,0) size 3x2 [border: (1px inset #808080)] [r=0 c=77 rs=1 cs=1]
-              RenderTableCell {TD} at (157,0) size 3x2 [border: (1px inset #808080)] [r=0 c=78 rs=1 cs=1]
-              RenderTableCell {TD} at (159,0) size 3x2 [border: (1px inset #808080)] [r=0 c=79 rs=1 cs=1]
-              RenderTableCell {TD} at (161,0) size 3x2 [border: (1px inset #808080)] [r=0 c=80 rs=1 cs=1]
-              RenderTableCell {TD} at (163,0) size 3x2 [border: (1px inset #808080)] [r=0 c=81 rs=1 cs=1]
-              RenderTableCell {TD} at (165,0) size 3x2 [border: (1px inset #808080)] [r=0 c=82 rs=1 cs=1]
-              RenderTableCell {TD} at (167,0) size 3x2 [border: (1px inset #808080)] [r=0 c=83 rs=1 cs=1]
-              RenderTableCell {TD} at (169,0) size 3x2 [border: (1px inset #808080)] [r=0 c=84 rs=1 cs=1]
-              RenderTableCell {TD} at (171,0) size 3x2 [border: (1px inset #808080)] [r=0 c=85 rs=1 cs=1]
-              RenderTableCell {TD} at (173,0) size 3x2 [border: (1px inset #808080)] [r=0 c=86 rs=1 cs=1]
-              RenderTableCell {TD} at (175,0) size 3x2 [border: (1px inset #808080)] [r=0 c=87 rs=1 cs=1]
-              RenderTableCell {TD} at (177,0) size 3x2 [border: (1px inset #808080)] [r=0 c=88 rs=1 cs=1]
-              RenderTableCell {TD} at (179,0) size 3x2 [border: (1px inset #808080)] [r=0 c=89 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,20) size 182x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 180x2
+            RenderTableRow {TR} at (0,0) size 180x2
+              RenderTableCell {TD} at (0,0) size 2x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (2,0) size 2x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (4,0) size 2x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (6,0) size 2x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderTableCell {TD} at (8,0) size 2x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+              RenderTableCell {TD} at (10,0) size 2x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
+              RenderTableCell {TD} at (12,0) size 2x2 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
+              RenderTableCell {TD} at (14,0) size 2x2 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
+              RenderTableCell {TD} at (16,0) size 2x2 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=1]
+              RenderTableCell {TD} at (18,0) size 2x2 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=1]
+              RenderTableCell {TD} at (20,0) size 2x2 [border: (1px inset #808080)] [r=0 c=10 rs=1 cs=1]
+              RenderTableCell {TD} at (22,0) size 2x2 [border: (1px inset #808080)] [r=0 c=11 rs=1 cs=1]
+              RenderTableCell {TD} at (24,0) size 2x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=1]
+              RenderTableCell {TD} at (26,0) size 2x2 [border: (1px inset #808080)] [r=0 c=13 rs=1 cs=1]
+              RenderTableCell {TD} at (28,0) size 2x2 [border: (1px inset #808080)] [r=0 c=14 rs=1 cs=1]
+              RenderTableCell {TD} at (30,0) size 2x2 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=1]
+              RenderTableCell {TD} at (32,0) size 2x2 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=1]
+              RenderTableCell {TD} at (34,0) size 2x2 [border: (1px inset #808080)] [r=0 c=17 rs=1 cs=1]
+              RenderTableCell {TD} at (36,0) size 2x2 [border: (1px inset #808080)] [r=0 c=18 rs=1 cs=1]
+              RenderTableCell {TD} at (38,0) size 2x2 [border: (1px inset #808080)] [r=0 c=19 rs=1 cs=1]
+              RenderTableCell {TD} at (40,0) size 2x2 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=1]
+              RenderTableCell {TD} at (42,0) size 2x2 [border: (1px inset #808080)] [r=0 c=21 rs=1 cs=1]
+              RenderTableCell {TD} at (44,0) size 2x2 [border: (1px inset #808080)] [r=0 c=22 rs=1 cs=1]
+              RenderTableCell {TD} at (46,0) size 2x2 [border: (1px inset #808080)] [r=0 c=23 rs=1 cs=1]
+              RenderTableCell {TD} at (48,0) size 2x2 [border: (1px inset #808080)] [r=0 c=24 rs=1 cs=1]
+              RenderTableCell {TD} at (50,0) size 2x2 [border: (1px inset #808080)] [r=0 c=25 rs=1 cs=1]
+              RenderTableCell {TD} at (52,0) size 2x2 [border: (1px inset #808080)] [r=0 c=26 rs=1 cs=1]
+              RenderTableCell {TD} at (54,0) size 2x2 [border: (1px inset #808080)] [r=0 c=27 rs=1 cs=1]
+              RenderTableCell {TD} at (56,0) size 2x2 [border: (1px inset #808080)] [r=0 c=28 rs=1 cs=1]
+              RenderTableCell {TD} at (58,0) size 2x2 [border: (1px inset #808080)] [r=0 c=29 rs=1 cs=1]
+              RenderTableCell {TD} at (60,0) size 2x2 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=1]
+              RenderTableCell {TD} at (62,0) size 2x2 [border: (1px inset #808080)] [r=0 c=31 rs=1 cs=1]
+              RenderTableCell {TD} at (64,0) size 2x2 [border: (1px inset #808080)] [r=0 c=32 rs=1 cs=1]
+              RenderTableCell {TD} at (66,0) size 2x2 [border: (1px inset #808080)] [r=0 c=33 rs=1 cs=1]
+              RenderTableCell {TD} at (68,0) size 2x2 [border: (1px inset #808080)] [r=0 c=34 rs=1 cs=1]
+              RenderTableCell {TD} at (70,0) size 2x2 [border: (1px inset #808080)] [r=0 c=35 rs=1 cs=1]
+              RenderTableCell {TD} at (72,0) size 2x2 [border: (1px inset #808080)] [r=0 c=36 rs=1 cs=1]
+              RenderTableCell {TD} at (74,0) size 2x2 [border: (1px inset #808080)] [r=0 c=37 rs=1 cs=1]
+              RenderTableCell {TD} at (76,0) size 2x2 [border: (1px inset #808080)] [r=0 c=38 rs=1 cs=1]
+              RenderTableCell {TD} at (78,0) size 2x2 [border: (1px inset #808080)] [r=0 c=39 rs=1 cs=1]
+              RenderTableCell {TD} at (80,0) size 2x2 [border: (1px inset #808080)] [r=0 c=40 rs=1 cs=1]
+              RenderTableCell {TD} at (82,0) size 2x2 [border: (1px inset #808080)] [r=0 c=41 rs=1 cs=1]
+              RenderTableCell {TD} at (84,0) size 2x2 [border: (1px inset #808080)] [r=0 c=42 rs=1 cs=1]
+              RenderTableCell {TD} at (86,0) size 2x2 [border: (1px inset #808080)] [r=0 c=43 rs=1 cs=1]
+              RenderTableCell {TD} at (88,0) size 2x2 [border: (1px inset #808080)] [r=0 c=44 rs=1 cs=1]
+              RenderTableCell {TD} at (90,0) size 2x2 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=1]
+              RenderTableCell {TD} at (92,0) size 2x2 [border: (1px inset #808080)] [r=0 c=46 rs=1 cs=1]
+              RenderTableCell {TD} at (94,0) size 2x2 [border: (1px inset #808080)] [r=0 c=47 rs=1 cs=1]
+              RenderTableCell {TD} at (96,0) size 2x2 [border: (1px inset #808080)] [r=0 c=48 rs=1 cs=1]
+              RenderTableCell {TD} at (98,0) size 2x2 [border: (1px inset #808080)] [r=0 c=49 rs=1 cs=1]
+              RenderTableCell {TD} at (100,0) size 2x2 [border: (1px inset #808080)] [r=0 c=50 rs=1 cs=1]
+              RenderTableCell {TD} at (102,0) size 2x2 [border: (1px inset #808080)] [r=0 c=51 rs=1 cs=1]
+              RenderTableCell {TD} at (104,0) size 2x2 [border: (1px inset #808080)] [r=0 c=52 rs=1 cs=1]
+              RenderTableCell {TD} at (106,0) size 2x2 [border: (1px inset #808080)] [r=0 c=53 rs=1 cs=1]
+              RenderTableCell {TD} at (108,0) size 2x2 [border: (1px inset #808080)] [r=0 c=54 rs=1 cs=1]
+              RenderTableCell {TD} at (110,0) size 2x2 [border: (1px inset #808080)] [r=0 c=55 rs=1 cs=1]
+              RenderTableCell {TD} at (112,0) size 2x2 [border: (1px inset #808080)] [r=0 c=56 rs=1 cs=1]
+              RenderTableCell {TD} at (114,0) size 2x2 [border: (1px inset #808080)] [r=0 c=57 rs=1 cs=1]
+              RenderTableCell {TD} at (116,0) size 2x2 [border: (1px inset #808080)] [r=0 c=58 rs=1 cs=1]
+              RenderTableCell {TD} at (118,0) size 2x2 [border: (1px inset #808080)] [r=0 c=59 rs=1 cs=1]
+              RenderTableCell {TD} at (120,0) size 2x2 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=1]
+              RenderTableCell {TD} at (122,0) size 2x2 [border: (1px inset #808080)] [r=0 c=61 rs=1 cs=1]
+              RenderTableCell {TD} at (124,0) size 2x2 [border: (1px inset #808080)] [r=0 c=62 rs=1 cs=1]
+              RenderTableCell {TD} at (126,0) size 2x2 [border: (1px inset #808080)] [r=0 c=63 rs=1 cs=1]
+              RenderTableCell {TD} at (128,0) size 2x2 [border: (1px inset #808080)] [r=0 c=64 rs=1 cs=1]
+              RenderTableCell {TD} at (130,0) size 2x2 [border: (1px inset #808080)] [r=0 c=65 rs=1 cs=1]
+              RenderTableCell {TD} at (132,0) size 2x2 [border: (1px inset #808080)] [r=0 c=66 rs=1 cs=1]
+              RenderTableCell {TD} at (134,0) size 2x2 [border: (1px inset #808080)] [r=0 c=67 rs=1 cs=1]
+              RenderTableCell {TD} at (136,0) size 2x2 [border: (1px inset #808080)] [r=0 c=68 rs=1 cs=1]
+              RenderTableCell {TD} at (138,0) size 2x2 [border: (1px inset #808080)] [r=0 c=69 rs=1 cs=1]
+              RenderTableCell {TD} at (140,0) size 2x2 [border: (1px inset #808080)] [r=0 c=70 rs=1 cs=1]
+              RenderTableCell {TD} at (142,0) size 2x2 [border: (1px inset #808080)] [r=0 c=71 rs=1 cs=1]
+              RenderTableCell {TD} at (144,0) size 2x2 [border: (1px inset #808080)] [r=0 c=72 rs=1 cs=1]
+              RenderTableCell {TD} at (146,0) size 2x2 [border: (1px inset #808080)] [r=0 c=73 rs=1 cs=1]
+              RenderTableCell {TD} at (148,0) size 2x2 [border: (1px inset #808080)] [r=0 c=74 rs=1 cs=1]
+              RenderTableCell {TD} at (150,0) size 2x2 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=1]
+              RenderTableCell {TD} at (152,0) size 2x2 [border: (1px inset #808080)] [r=0 c=76 rs=1 cs=1]
+              RenderTableCell {TD} at (154,0) size 2x2 [border: (1px inset #808080)] [r=0 c=77 rs=1 cs=1]
+              RenderTableCell {TD} at (156,0) size 2x2 [border: (1px inset #808080)] [r=0 c=78 rs=1 cs=1]
+              RenderTableCell {TD} at (158,0) size 2x2 [border: (1px inset #808080)] [r=0 c=79 rs=1 cs=1]
+              RenderTableCell {TD} at (160,0) size 2x2 [border: (1px inset #808080)] [r=0 c=80 rs=1 cs=1]
+              RenderTableCell {TD} at (162,0) size 2x2 [border: (1px inset #808080)] [r=0 c=81 rs=1 cs=1]
+              RenderTableCell {TD} at (164,0) size 2x2 [border: (1px inset #808080)] [r=0 c=82 rs=1 cs=1]
+              RenderTableCell {TD} at (166,0) size 2x2 [border: (1px inset #808080)] [r=0 c=83 rs=1 cs=1]
+              RenderTableCell {TD} at (168,0) size 2x2 [border: (1px inset #808080)] [r=0 c=84 rs=1 cs=1]
+              RenderTableCell {TD} at (170,0) size 2x2 [border: (1px inset #808080)] [r=0 c=85 rs=1 cs=1]
+              RenderTableCell {TD} at (172,0) size 2x2 [border: (1px inset #808080)] [r=0 c=86 rs=1 cs=1]
+              RenderTableCell {TD} at (174,0) size 2x2 [border: (1px inset #808080)] [r=0 c=87 rs=1 cs=1]
+              RenderTableCell {TD} at (176,0) size 2x2 [border: (1px inset #808080)] [r=0 c=88 rs=1 cs=1]
+              RenderTableCell {TD} at (178,0) size 2x2 [border: (1px inset #808080)] [r=0 c=89 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,24) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,504) size 784x44
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 408x19
</span><span class="cx">             text run at (0,0) width 408: &quot;this table should be about 8 pixels wide (nested without border)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 11x4 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 9x2
-            RenderTableRow {TR} at (0,0) size 9x2
-              RenderTableCell {TD} at (0,0) size 9x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,20) size 10x4 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 8x2
+            RenderTableRow {TR} at (0,0) size 8x2
+              RenderTableCell {TD} at (0,0) size 8x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderTable {TABLE} at (1,1) size 6x0 [bgcolor=#FFA500]
</span><span class="cx">                   RenderTableSection {TBODY} at (0,0) size 6x0
</span><span class="cx">                     RenderTableRow {TR} at (0,0) size 6x0
</span><del>-                      RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
-                      RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=1 rs=1 cs=1]
-                      RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=2 rs=1 cs=1]
-                      RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=3 rs=1 cs=1]
-                      RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=4 rs=1 cs=1]
-                      RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=5 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
+                      RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=1 rs=1 cs=1]
+                      RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=2 rs=1 cs=1]
+                      RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=3 rs=1 cs=1]
+                      RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=4 rs=1 cs=1]
+                      RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,24) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,564) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 493x19
</span><span class="cx">           text run at (0,0) width 493: &quot;this table should be about 122 pixels wide (nested, width=10 without border)&quot;
</span><span class="cx">       RenderBlock {HR} at (0,600) size 124x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,610) size 125x4 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 123x2
-          RenderTableRow {TR} at (0,0) size 123x2
-            RenderTableCell {TD} at (0,0) size 123x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (1,1) size 121x0 [bgcolor=#FFA500]
-                RenderTableSection {TBODY} at (0,0) size 121x0
-                  RenderTableRow {TR} at (0,0) size 121x0
-                    RenderTableCell {TD} at (0,0) size 11x0 [r=0 c=0 rs=1 cs=1]
-                    RenderTableCell {TD} at (10,0) size 11x0 [r=0 c=1 rs=1 cs=1]
-                    RenderTableCell {TD} at (20,0) size 11x0 [r=0 c=2 rs=1 cs=1]
-                    RenderTableCell {TD} at (30,0) size 11x0 [r=0 c=3 rs=1 cs=1]
-                    RenderTableCell {TD} at (40,0) size 11x0 [r=0 c=4 rs=1 cs=1]
-                    RenderTableCell {TD} at (50,0) size 11x0 [r=0 c=5 rs=1 cs=1]
-                    RenderTableCell {TD} at (60,0) size 11x0 [r=0 c=6 rs=1 cs=1]
-                    RenderTableCell {TD} at (70,0) size 11x0 [r=0 c=7 rs=1 cs=1]
-                    RenderTableCell {TD} at (80,0) size 11x0 [r=0 c=8 rs=1 cs=1]
-                    RenderTableCell {TD} at (90,0) size 11x0 [r=0 c=9 rs=1 cs=1]
-                    RenderTableCell {TD} at (100,0) size 11x0 [r=0 c=10 rs=1 cs=1]
-                    RenderTableCell {TD} at (110,0) size 11x0 [r=0 c=11 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,610) size 124x4 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 122x2
+          RenderTableRow {TR} at (0,0) size 122x2
+            RenderTableCell {TD} at (0,0) size 122x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (1,1) size 120x0 [bgcolor=#FFA500]
+                RenderTableSection {TBODY} at (0,0) size 120x0
+                  RenderTableRow {TR} at (0,0) size 120x0
+                    RenderTableCell {TD} at (0,0) size 10x0 [r=0 c=0 rs=1 cs=1]
+                    RenderTableCell {TD} at (10,0) size 10x0 [r=0 c=1 rs=1 cs=1]
+                    RenderTableCell {TD} at (20,0) size 10x0 [r=0 c=2 rs=1 cs=1]
+                    RenderTableCell {TD} at (30,0) size 10x0 [r=0 c=3 rs=1 cs=1]
+                    RenderTableCell {TD} at (40,0) size 10x0 [r=0 c=4 rs=1 cs=1]
+                    RenderTableCell {TD} at (50,0) size 10x0 [r=0 c=5 rs=1 cs=1]
+                    RenderTableCell {TD} at (60,0) size 10x0 [r=0 c=6 rs=1 cs=1]
+                    RenderTableCell {TD} at (70,0) size 10x0 [r=0 c=7 rs=1 cs=1]
+                    RenderTableCell {TD} at (80,0) size 10x0 [r=0 c=8 rs=1 cs=1]
+                    RenderTableCell {TD} at (90,0) size 10x0 [r=0 c=9 rs=1 cs=1]
+                    RenderTableCell {TD} at (100,0) size 10x0 [r=0 c=10 rs=1 cs=1]
+                    RenderTableCell {TD} at (110,0) size 10x0 [r=0 c=11 rs=1 cs=1]
</ins><span class="cx">       RenderBlock (anonymous) at (0,614) size 784x20
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,650) size 784x46
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 368x19
</span><span class="cx">             text run at (0,0) width 368: &quot;this table should be about 32 pixels wide (cellpadding=1)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 27x6 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 25x4
-            RenderTableRow {TR} at (0,0) size 25x4
-              RenderTableCell {TD} at (0,0) size 5x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (4,0) size 5x4 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (8,0) size 5x4 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (12,0) size 5x4 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderTableCell {TD} at (16,0) size 5x4 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
-              RenderTableCell {TD} at (20,0) size 5x4 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,20) size 26x6 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 24x4
+            RenderTableRow {TR} at (0,0) size 24x4
+              RenderTableCell {TD} at (0,0) size 4x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (4,0) size 4x4 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (8,0) size 4x4 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (12,0) size 4x4 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderTableCell {TD} at (16,0) size 4x4 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+              RenderTableCell {TD} at (20,0) size 4x4 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,26) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,712) size 784x44
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 329x19
</span><span class="cx">             text run at (0,0) width 329: &quot;this table should be about 26 pixels wide (width=2)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 27x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 25x2
-            RenderTableRow {TR} at (0,0) size 25x2
-              RenderTableCell {TD} at (0,0) size 5x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (4,0) size 5x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (8,0) size 5x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (12,0) size 5x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderTableCell {TD} at (16,0) size 5x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
-              RenderTableCell {TD} at (20,0) size 5x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,20) size 26x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 24x2
+            RenderTableRow {TR} at (0,0) size 24x2
+              RenderTableCell {TD} at (0,0) size 4x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (4,0) size 4x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (8,0) size 4x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (12,0) size 4x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderTableCell {TD} at (16,0) size 4x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+              RenderTableCell {TD} at (20,0) size 4x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,24) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,772) size 784x44
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 342x19
</span><span class="cx">             text run at (0,0) width 342: &quot;this table should be about 20 pixels wide (colspan=3)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 15x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 13x2
-            RenderTableRow {TR} at (0,0) size 13x2
-              RenderTableCell {TD} at (0,0) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
-              RenderTableCell {TD} at (2,0) size 3x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
-              RenderTableCell {TD} at (4,0) size 3x2 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
-              RenderTableCell {TD} at (6,0) size 3x2 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
-              RenderTableCell {TD} at (8,0) size 3x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
-              RenderTableCell {TD} at (10,0) size 3x2 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</del><ins>+        RenderTable {TABLE} at (0,20) size 14x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 12x2
+            RenderTableRow {TR} at (0,0) size 12x2
+              RenderTableCell {TD} at (0,0) size 2x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
+              RenderTableCell {TD} at (2,0) size 2x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
+              RenderTableCell {TD} at (4,0) size 2x2 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
+              RenderTableCell {TD} at (6,0) size 2x2 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
+              RenderTableCell {TD} at (8,0) size 2x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
+              RenderTableCell {TD} at (10,0) size 2x2 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</ins><span class="cx">         RenderBlock (anonymous) at (0,24) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,832) size 784x44
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 399x19
</span><span class="cx">             text run at (0,0) width 399: &quot;this table should be about 26 pixels wide (colspan=3 width=2)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 27x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 25x2
-            RenderTableRow {TR} at (0,0) size 25x2
-              RenderTableCell {TD} at (0,0) size 5x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
-              RenderTableCell {TD} at (4,0) size 5x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
-              RenderTableCell {TD} at (8,0) size 5x2 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
-              RenderTableCell {TD} at (12,0) size 5x2 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
-              RenderTableCell {TD} at (16,0) size 5x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
-              RenderTableCell {TD} at (20,0) size 5x2 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</del><ins>+        RenderTable {TABLE} at (0,20) size 26x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 24x2
+            RenderTableRow {TR} at (0,0) size 24x2
+              RenderTableCell {TD} at (0,0) size 4x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
+              RenderTableCell {TD} at (4,0) size 4x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
+              RenderTableCell {TD} at (8,0) size 4x2 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
+              RenderTableCell {TD} at (12,0) size 4x2 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
+              RenderTableCell {TD} at (16,0) size 4x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
+              RenderTableCell {TD} at (20,0) size 4x2 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</ins><span class="cx">         RenderBlock (anonymous) at (0,24) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,892) size 784x44
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 342x19
</span><span class="cx">             text run at (0,0) width 342: &quot;this table should be about 26 pixels wide (colspan=4)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 15x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 13x2
-            RenderTableRow {TR} at (0,0) size 13x2
-              RenderTableCell {TD} at (0,0) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
-              RenderTableCell {TD} at (2,0) size 3x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
-              RenderTableCell {TD} at (4,0) size 3x2 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
-              RenderTableCell {TD} at (6,0) size 3x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
-              RenderTableCell {TD} at (8,0) size 3x2 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
-              RenderTableCell {TD} at (10,0) size 3x2 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</del><ins>+        RenderTable {TABLE} at (0,20) size 14x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 12x2
+            RenderTableRow {TR} at (0,0) size 12x2
+              RenderTableCell {TD} at (0,0) size 2x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
+              RenderTableCell {TD} at (2,0) size 2x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
+              RenderTableCell {TD} at (4,0) size 2x2 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
+              RenderTableCell {TD} at (6,0) size 2x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
+              RenderTableCell {TD} at (8,0) size 2x2 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
+              RenderTableCell {TD} at (10,0) size 2x2 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</ins><span class="cx">         RenderBlock (anonymous) at (0,24) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,952) size 784x48
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 439x19
</span><span class="cx">             text run at (0,0) width 439: &quot;this table should be about 38 pixels wide (colspan=4, cellspacing=2)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 29x8 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 27x6
-            RenderTableRow {TR} at (0,2) size 27x2
-              RenderTableCell {TD} at (2,2) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
-              RenderTableCell {TD} at (6,2) size 3x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
-              RenderTableCell {TD} at (10,2) size 3x2 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
-              RenderTableCell {TD} at (14,2) size 3x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
-              RenderTableCell {TD} at (18,2) size 3x2 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
-              RenderTableCell {TD} at (22,2) size 3x2 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</del><ins>+        RenderTable {TABLE} at (0,20) size 28x8 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 26x6
+            RenderTableRow {TR} at (0,2) size 26x2
+              RenderTableCell {TD} at (2,2) size 2x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
+              RenderTableCell {TD} at (6,2) size 2x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
+              RenderTableCell {TD} at (10,2) size 2x2 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
+              RenderTableCell {TD} at (14,2) size 2x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
+              RenderTableCell {TD} at (18,2) size 2x2 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
+              RenderTableCell {TD} at (22,2) size 2x2 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</ins><span class="cx">         RenderBlock (anonymous) at (0,28) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,1016) size 784x48
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 442x19
</span><span class="cx">             text run at (0,0) width 442: &quot;this table should be about 38 pixels wide (colspan=4, cellpadding=2)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 39x8 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 37x6
-            RenderTableRow {TR} at (0,0) size 37x6
-              RenderTableCell {TD} at (0,0) size 7x6 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
-              RenderTableCell {TD} at (6,0) size 7x6 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
-              RenderTableCell {TD} at (12,0) size 7x6 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
-              RenderTableCell {TD} at (18,0) size 7x6 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
-              RenderTableCell {TD} at (24,0) size 7x6 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
-              RenderTableCell {TD} at (30,0) size 7x6 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</del><ins>+        RenderTable {TABLE} at (0,20) size 38x8 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 36x6
+            RenderTableRow {TR} at (0,0) size 36x6
+              RenderTableCell {TD} at (0,0) size 6x6 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
+              RenderTableCell {TD} at (6,0) size 6x6 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
+              RenderTableCell {TD} at (12,0) size 6x6 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
+              RenderTableCell {TD} at (18,0) size 6x6 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
+              RenderTableCell {TD} at (24,0) size 6x6 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
+              RenderTableCell {TD} at (30,0) size 6x6 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</ins><span class="cx">         RenderBlock (anonymous) at (0,28) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,1080) size 784x50
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 442x19
</span><span class="cx">             text run at (0,0) width 442: &quot;this table should be about 38 pixels wide (colspan=4, cellpadding=3)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 51x10 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 49x8
-            RenderTableRow {TR} at (0,0) size 49x8
-              RenderTableCell {TD} at (0,0) size 9x8 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
-              RenderTableCell {TD} at (8,0) size 9x8 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
-              RenderTableCell {TD} at (16,0) size 9x8 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
-              RenderTableCell {TD} at (24,0) size 9x8 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
-              RenderTableCell {TD} at (32,0) size 9x8 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
-              RenderTableCell {TD} at (40,0) size 9x8 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</del><ins>+        RenderTable {TABLE} at (0,20) size 50x10 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 48x8
+            RenderTableRow {TR} at (0,0) size 48x8
+              RenderTableCell {TD} at (0,0) size 8x8 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
+              RenderTableCell {TD} at (8,0) size 8x8 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
+              RenderTableCell {TD} at (16,0) size 8x8 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
+              RenderTableCell {TD} at (24,0) size 8x8 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
+              RenderTableCell {TD} at (32,0) size 8x8 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
+              RenderTableCell {TD} at (40,0) size 8x8 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</ins><span class="cx">         RenderBlock (anonymous) at (0,30) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,1146) size 784x44
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 399x19
</span><span class="cx">             text run at (0,0) width 399: &quot;this table should be about 26 pixels wide (colspan=4 width=2)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 27x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 25x2
-            RenderTableRow {TR} at (0,0) size 25x2
-              RenderTableCell {TD} at (0,0) size 5x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
-              RenderTableCell {TD} at (4,0) size 5x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
-              RenderTableCell {TD} at (8,0) size 5x2 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
-              RenderTableCell {TD} at (12,0) size 5x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
-              RenderTableCell {TD} at (16,0) size 5x2 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
-              RenderTableCell {TD} at (20,0) size 5x2 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</del><ins>+        RenderTable {TABLE} at (0,20) size 26x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 24x2
+            RenderTableRow {TR} at (0,0) size 24x2
+              RenderTableCell {TD} at (0,0) size 4x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
+              RenderTableCell {TD} at (4,0) size 4x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
+              RenderTableCell {TD} at (8,0) size 4x2 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
+              RenderTableCell {TD} at (12,0) size 4x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
+              RenderTableCell {TD} at (16,0) size 4x2 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
+              RenderTableCell {TD} at (20,0) size 4x2 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</ins><span class="cx">         RenderBlock (anonymous) at (0,24) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,1206) size 784x64
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 400x19
</span><span class="cx">             text run at (0,0) width 400: &quot;this table should be about 20 pixels wide (colspan=3 with BR)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 15x24 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 13x22
-            RenderTableRow {TR} at (0,0) size 13x22
-              RenderTableCell {TD} at (0,0) size 3x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+        RenderTable {TABLE} at (0,20) size 14x24 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 12x22
+            RenderTableRow {TR} at (0,0) size 12x22
+              RenderTableCell {TD} at (0,0) size 2x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (2,0) size 3x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (2,0) size 2x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (4,0) size 3x22 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (4,0) size 2x22 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (6,0) size 3x22 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (6,0) size 2x22 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (8,0) size 3x22 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (8,0) size 2x22 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (10,0) size 3x22 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (10,0) size 2x22 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><span class="cx">         RenderBlock (anonymous) at (0,44) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="lines">@@ -422,20 +422,20 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 400x19
</span><span class="cx">             text run at (0,0) width 400: &quot;this table should be about 20 pixels wide (colspan=3 with BR)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 15x24 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 13x22
-            RenderTableRow {TR} at (0,0) size 13x22
-              RenderTableCell {TD} at (0,0) size 3x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+        RenderTable {TABLE} at (0,20) size 14x24 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 12x22
+            RenderTableRow {TR} at (0,0) size 12x22
+              RenderTableCell {TD} at (0,0) size 2x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (2,0) size 3x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (2,0) size 2x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (4,0) size 3x22 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (4,0) size 2x22 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (6,0) size 3x22 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (6,0) size 2x22 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (8,0) size 3x22 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (8,0) size 2x22 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (10,0) size 3x22 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (10,0) size 2x22 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><span class="cx">         RenderBlock (anonymous) at (0,44) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="lines">@@ -443,20 +443,20 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 457x19
</span><span class="cx">             text run at (0,0) width 457: &quot;this table should be about 26 pixels wide (colspan=3 width=2 with BR)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 27x24 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 25x22
-            RenderTableRow {TR} at (0,0) size 25x22
-              RenderTableCell {TD} at (0,0) size 5x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+        RenderTable {TABLE} at (0,20) size 26x24 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 24x22
+            RenderTableRow {TR} at (0,0) size 24x22
+              RenderTableCell {TD} at (0,0) size 4x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (4,0) size 5x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (4,0) size 4x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (8,0) size 5x22 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (8,0) size 4x22 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (12,0) size 5x22 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (12,0) size 4x22 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (16,0) size 5x22 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (16,0) size 4x22 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (20,0) size 5x22 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (20,0) size 4x22 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><span class="cx">         RenderBlock (anonymous) at (0,44) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="lines">@@ -464,20 +464,20 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 457x19
</span><span class="cx">             text run at (0,0) width 457: &quot;this table should be about 32 pixels wide (colspan=3 width=3 with BR)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 33x24 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 31x22
-            RenderTableRow {TR} at (0,0) size 31x22
-              RenderTableCell {TD} at (0,0) size 6x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+        RenderTable {TABLE} at (0,20) size 32x24 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 30x22
+            RenderTableRow {TR} at (0,0) size 30x22
+              RenderTableCell {TD} at (0,0) size 5x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (5,0) size 6x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (5,0) size 5x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (10,0) size 6x22 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (10,0) size 5x22 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (15,0) size 6x22 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (15,0) size 5x22 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (20,0) size 6x22 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (20,0) size 5x22 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (25,0) size 6x22 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (25,0) size 5x22 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><span class="cx">         RenderBlock (anonymous) at (0,44) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="lines">@@ -485,20 +485,20 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 400x19
</span><span class="cx">             text run at (0,0) width 400: &quot;this table should be about 26 pixels wide (colspan=4 with BR)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 15x24 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 13x22
-            RenderTableRow {TR} at (0,0) size 13x22
-              RenderTableCell {TD} at (0,0) size 3x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
</del><ins>+        RenderTable {TABLE} at (0,20) size 14x24 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 12x22
+            RenderTableRow {TR} at (0,0) size 12x22
+              RenderTableCell {TD} at (0,0) size 2x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (2,0) size 3x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (2,0) size 2x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (4,0) size 3x22 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (4,0) size 2x22 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (6,0) size 3x22 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (6,0) size 2x22 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (8,0) size 3x22 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (8,0) size 2x22 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (10,0) size 3x22 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (10,0) size 2x22 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><span class="cx">         RenderBlock (anonymous) at (0,44) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="lines">@@ -506,20 +506,20 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 400x19
</span><span class="cx">             text run at (0,0) width 400: &quot;this table should be about 32 pixels wide (colspan=5 with BR)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 15x24 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 13x22
-            RenderTableRow {TR} at (0,0) size 13x22
-              RenderTableCell {TD} at (0,0) size 3x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=5]
</del><ins>+        RenderTable {TABLE} at (0,20) size 14x24 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 12x22
+            RenderTableRow {TR} at (0,0) size 12x22
+              RenderTableCell {TD} at (0,0) size 2x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=5]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (2,0) size 3x22 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=5]
</del><ins>+              RenderTableCell {TD} at (2,0) size 2x22 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=5]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (4,0) size 3x22 [border: (1px inset #808080)] [r=0 c=10 rs=1 cs=5]
</del><ins>+              RenderTableCell {TD} at (4,0) size 2x22 [border: (1px inset #808080)] [r=0 c=10 rs=1 cs=5]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (6,0) size 3x22 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=5]
</del><ins>+              RenderTableCell {TD} at (6,0) size 2x22 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=5]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (8,0) size 3x22 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=5]
</del><ins>+              RenderTableCell {TD} at (8,0) size 2x22 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=5]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (10,0) size 3x22 [border: (1px inset #808080)] [r=0 c=25 rs=1 cs=5]
</del><ins>+              RenderTableCell {TD} at (10,0) size 2x22 [border: (1px inset #808080)] [r=0 c=25 rs=1 cs=5]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><span class="cx">         RenderBlock (anonymous) at (0,44) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="lines">@@ -527,20 +527,20 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 408x19
</span><span class="cx">             text run at (0,0) width 408: &quot;this table should be about 92 pixels wide (colspan=15 with BR)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 15x24 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 13x22
-            RenderTableRow {TR} at (0,0) size 13x22
-              RenderTableCell {TD} at (0,0) size 3x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
</del><ins>+        RenderTable {TABLE} at (0,20) size 14x24 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 12x22
+            RenderTableRow {TR} at (0,0) size 12x22
+              RenderTableCell {TD} at (0,0) size 2x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (2,0) size 3x22 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (2,0) size 2x22 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (4,0) size 3x22 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (4,0) size 2x22 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (6,0) size 3x22 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (6,0) size 2x22 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (8,0) size 3x22 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (8,0) size 2x22 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (10,0) size 3x22 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (10,0) size 2x22 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><span class="cx">         RenderBlock (anonymous) at (0,44) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="lines">@@ -548,10 +548,10 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 457x19
</span><span class="cx">             text run at (0,0) width 457: &quot;this table should be about 92 pixels wide (nested, colspan=15 with BR)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 11x24 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 9x22
-            RenderTableRow {TR} at (0,0) size 9x22
-              RenderTableCell {TD} at (0,0) size 9x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,20) size 10x24 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 8x22
+            RenderTableRow {TR} at (0,0) size 8x22
+              RenderTableCell {TD} at (0,0) size 8x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderTable {TABLE} at (1,1) size 6x20 [bgcolor=#FFA500]
</span><span class="cx">                   RenderTableSection {TBODY} at (0,0) size 6x20
</span><span class="cx">                     RenderTableRow {TR} at (0,0) size 6x20
</span><span class="lines">@@ -573,20 +573,20 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 408x19
</span><span class="cx">             text run at (0,0) width 408: &quot;this table should be about 92 pixels wide (colspan=15 with BR)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 15x24 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 13x22
-            RenderTableRow {TR} at (0,0) size 13x22
-              RenderTableCell {TD} at (0,0) size 3x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
</del><ins>+        RenderTable {TABLE} at (0,20) size 14x24 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 12x22
+            RenderTableRow {TR} at (0,0) size 12x22
+              RenderTableCell {TD} at (0,0) size 2x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (2,0) size 3x22 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (2,0) size 2x22 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (4,0) size 3x22 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (4,0) size 2x22 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (6,0) size 3x22 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (6,0) size 2x22 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (8,0) size 3x22 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (8,0) size 2x22 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (10,0) size 3x22 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (10,0) size 2x22 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><span class="cx">         RenderBlock (anonymous) at (0,44) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="lines">@@ -594,25 +594,25 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 394x19
</span><span class="cx">             text run at (0,0) width 394: &quot;this table should be about 92 pixels wide (colspan=15 with x)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 63x24 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 61x22
-            RenderTableRow {TR} at (0,0) size 61x22
-              RenderTableCell {TD} at (0,0) size 11x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
</del><ins>+        RenderTable {TABLE} at (0,20) size 62x24 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 60x22
+            RenderTableRow {TR} at (0,0) size 60x22
+              RenderTableCell {TD} at (0,0) size 10x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                   text run at (1,1) width 8: &quot;x&quot;
</span><del>-              RenderTableCell {TD} at (10,0) size 11x22 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (10,0) size 10x22 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                   text run at (1,1) width 8: &quot;x&quot;
</span><del>-              RenderTableCell {TD} at (20,0) size 11x22 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (20,0) size 10x22 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                   text run at (1,1) width 8: &quot;x&quot;
</span><del>-              RenderTableCell {TD} at (30,0) size 11x22 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (30,0) size 10x22 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                   text run at (1,1) width 8: &quot;x&quot;
</span><del>-              RenderTableCell {TD} at (40,0) size 11x22 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (40,0) size 10x22 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                   text run at (1,1) width 8: &quot;x&quot;
</span><del>-              RenderTableCell {TD} at (50,0) size 11x22 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (50,0) size 10x22 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                   text run at (1,1) width 8: &quot;x&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,44) size 784x20
</span><span class="lines">@@ -621,115 +621,115 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 329x19
</span><span class="cx">             text run at (0,0) width 329: &quot;this table should be about 20 pixels wide (width=0)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 15x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 13x2
-            RenderTableRow {TR} at (0,0) size 13x2
-              RenderTableCell {TD} at (0,0) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (2,0) size 3x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (4,0) size 3x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (6,0) size 3x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderTableCell {TD} at (8,0) size 3x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
-              RenderTableCell {TD} at (10,0) size 3x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,20) size 14x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 12x2
+            RenderTableRow {TR} at (0,0) size 12x2
+              RenderTableCell {TD} at (0,0) size 2x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (2,0) size 2x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (4,0) size 2x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (6,0) size 2x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderTableCell {TD} at (8,0) size 2x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+              RenderTableCell {TD} at (10,0) size 2x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,24) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,2066) size 784x44
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 329x19
</span><span class="cx">             text run at (0,0) width 329: &quot;this table should be about 20 pixels wide (width=1)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 21x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 19x2
-            RenderTableRow {TR} at (0,0) size 19x2
-              RenderTableCell {TD} at (0,0) size 4x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (3,0) size 4x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (6,0) size 4x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (9,0) size 4x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderTableCell {TD} at (12,0) size 4x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
-              RenderTableCell {TD} at (15,0) size 4x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,20) size 20x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 18x2
+            RenderTableRow {TR} at (0,0) size 18x2
+              RenderTableCell {TD} at (0,0) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (3,0) size 3x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (6,0) size 3x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (9,0) size 3x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderTableCell {TD} at (12,0) size 3x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+              RenderTableCell {TD} at (15,0) size 3x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,24) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,2126) size 784x44
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 329x19
</span><span class="cx">             text run at (0,0) width 329: &quot;this table should be about 26 pixels wide (width=2)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 27x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 25x2
-            RenderTableRow {TR} at (0,0) size 25x2
-              RenderTableCell {TD} at (0,0) size 5x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (4,0) size 5x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (8,0) size 5x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (12,0) size 5x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderTableCell {TD} at (16,0) size 5x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
-              RenderTableCell {TD} at (20,0) size 5x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,20) size 26x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 24x2
+            RenderTableRow {TR} at (0,0) size 24x2
+              RenderTableCell {TD} at (0,0) size 4x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (4,0) size 4x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (8,0) size 4x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (12,0) size 4x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderTableCell {TD} at (16,0) size 4x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+              RenderTableCell {TD} at (20,0) size 4x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,24) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,2186) size 784x44
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 329x19
</span><span class="cx">             text run at (0,0) width 329: &quot;this table should be about 32 pixels wide (width=3)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 33x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 31x2
-            RenderTableRow {TR} at (0,0) size 31x2
-              RenderTableCell {TD} at (0,0) size 6x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (5,0) size 6x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (10,0) size 6x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (15,0) size 6x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderTableCell {TD} at (20,0) size 6x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
-              RenderTableCell {TD} at (25,0) size 6x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,20) size 32x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 30x2
+            RenderTableRow {TR} at (0,0) size 30x2
+              RenderTableCell {TD} at (0,0) size 5x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (5,0) size 5x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (10,0) size 5x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (15,0) size 5x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderTableCell {TD} at (20,0) size 5x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+              RenderTableCell {TD} at (25,0) size 5x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,24) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,2246) size 784x44
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 329x19
</span><span class="cx">             text run at (0,0) width 329: &quot;this table should be about 38 pixels wide (width=4)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 39x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 37x2
-            RenderTableRow {TR} at (0,0) size 37x2
-              RenderTableCell {TD} at (0,0) size 7x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (6,0) size 7x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (12,0) size 7x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (18,0) size 7x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderTableCell {TD} at (24,0) size 7x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
-              RenderTableCell {TD} at (30,0) size 7x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,20) size 38x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 36x2
+            RenderTableRow {TR} at (0,0) size 36x2
+              RenderTableCell {TD} at (0,0) size 6x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (6,0) size 6x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (12,0) size 6x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (18,0) size 6x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderTableCell {TD} at (24,0) size 6x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+              RenderTableCell {TD} at (30,0) size 6x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,24) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,2306) size 784x44
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 329x19
</span><span class="cx">             text run at (0,0) width 329: &quot;this table should be about xx pixels wide (width=7)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 57x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 55x2
-            RenderTableRow {TR} at (0,0) size 55x2
-              RenderTableCell {TD} at (0,0) size 10x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (9,0) size 10x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (18,0) size 10x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (27,0) size 10x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderTableCell {TD} at (36,0) size 10x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
-              RenderTableCell {TD} at (45,0) size 10x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,20) size 56x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 54x2
+            RenderTableRow {TR} at (0,0) size 54x2
+              RenderTableCell {TD} at (0,0) size 9x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (9,0) size 9x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (18,0) size 9x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (27,0) size 9x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderTableCell {TD} at (36,0) size 9x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+              RenderTableCell {TD} at (45,0) size 9x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,24) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,2366) size 784x64
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 341x19
</span><span class="cx">             text run at (0,0) width 341: &quot;this table should be about 38 pixels wide (width=4 x)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 63x24 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 61x22
-            RenderTableRow {TR} at (0,0) size 61x22
-              RenderTableCell {TD} at (0,0) size 11x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,20) size 62x24 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 60x22
+            RenderTableRow {TR} at (0,0) size 60x22
+              RenderTableCell {TD} at (0,0) size 10x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                   text run at (1,1) width 8: &quot;x&quot;
</span><del>-              RenderTableCell {TD} at (10,0) size 11x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (10,0) size 10x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                   text run at (1,1) width 8: &quot;x&quot;
</span><del>-              RenderTableCell {TD} at (20,0) size 11x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (20,0) size 10x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                   text run at (1,1) width 8: &quot;x&quot;
</span><del>-              RenderTableCell {TD} at (30,0) size 11x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,0) size 10x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                   text run at (1,1) width 8: &quot;x&quot;
</span><del>-              RenderTableCell {TD} at (40,0) size 11x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (40,0) size 10x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                   text run at (1,1) width 8: &quot;x&quot;
</span><del>-              RenderTableCell {TD} at (50,0) size 11x22 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (50,0) size 10x22 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                   text run at (1,1) width 8: &quot;x&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,44) size 784x20
</span><span class="lines">@@ -738,43 +738,43 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 407x19
</span><span class="cx">             text run at (0,0) width 407: &quot;this table should be about xx pixels wide (colspan=15 with dot)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 75x24 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 73x22
-            RenderTableRow {TR} at (0,0) size 73x22
-              RenderTableCell {TD} at (0,0) size 7x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
</del><ins>+        RenderTable {TABLE} at (0,20) size 74x24 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 72x22
+            RenderTableRow {TR} at (0,0) size 72x22
+              RenderTableCell {TD} at (0,0) size 6x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x19
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><del>-              RenderTableCell {TD} at (6,0) size 7x22 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (6,0) size 6x22 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x19
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><del>-              RenderTableCell {TD} at (12,0) size 7x22 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (12,0) size 6x22 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x19
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><del>-              RenderTableCell {TD} at (18,0) size 7x22 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (18,0) size 6x22 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x19
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><del>-              RenderTableCell {TD} at (24,0) size 7x22 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (24,0) size 6x22 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x19
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><del>-              RenderTableCell {TD} at (30,0) size 7x22 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (30,0) size 6x22 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x19
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><del>-              RenderTableCell {TD} at (36,0) size 7x22 [border: (1px inset #808080)] [r=0 c=90 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (36,0) size 6x22 [border: (1px inset #808080)] [r=0 c=90 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x19
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><del>-              RenderTableCell {TD} at (42,0) size 7x22 [border: (1px inset #808080)] [r=0 c=105 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (42,0) size 6x22 [border: (1px inset #808080)] [r=0 c=105 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x19
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><del>-              RenderTableCell {TD} at (48,0) size 7x22 [border: (1px inset #808080)] [r=0 c=120 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (48,0) size 6x22 [border: (1px inset #808080)] [r=0 c=120 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x19
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><del>-              RenderTableCell {TD} at (54,0) size 7x22 [border: (1px inset #808080)] [r=0 c=135 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (54,0) size 6x22 [border: (1px inset #808080)] [r=0 c=135 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x19
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><del>-              RenderTableCell {TD} at (60,0) size 7x22 [border: (1px inset #808080)] [r=0 c=150 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (60,0) size 6x22 [border: (1px inset #808080)] [r=0 c=150 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x19
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><del>-              RenderTableCell {TD} at (66,0) size 7x22 [border: (1px inset #808080)] [r=0 c=165 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (66,0) size 6x22 [border: (1px inset #808080)] [r=0 c=165 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x19
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,44) size 784x20
</span><span class="lines">@@ -783,48 +783,48 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 394x19
</span><span class="cx">             text run at (0,0) width 394: &quot;this table should be about xx pixels wide (colspan=15 empty)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 27x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 25x2
-            RenderTableRow {TR} at (0,0) size 25x2
-              RenderTableCell {TD} at (0,0) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
-              RenderTableCell {TD} at (2,0) size 3x2 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
-              RenderTableCell {TD} at (4,0) size 3x2 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
-              RenderTableCell {TD} at (6,0) size 3x2 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
-              RenderTableCell {TD} at (8,0) size 3x2 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
-              RenderTableCell {TD} at (10,0) size 3x2 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
-              RenderTableCell {TD} at (12,0) size 3x2 [border: (1px inset #808080)] [r=0 c=90 rs=1 cs=15]
-              RenderTableCell {TD} at (14,0) size 3x2 [border: (1px inset #808080)] [r=0 c=105 rs=1 cs=15]
-              RenderTableCell {TD} at (16,0) size 3x2 [border: (1px inset #808080)] [r=0 c=120 rs=1 cs=15]
-              RenderTableCell {TD} at (18,0) size 3x2 [border: (1px inset #808080)] [r=0 c=135 rs=1 cs=15]
-              RenderTableCell {TD} at (20,0) size 3x2 [border: (1px inset #808080)] [r=0 c=150 rs=1 cs=15]
-              RenderTableCell {TD} at (22,0) size 3x2 [border: (1px inset #808080)] [r=0 c=165 rs=1 cs=15]
</del><ins>+        RenderTable {TABLE} at (0,20) size 26x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 24x2
+            RenderTableRow {TR} at (0,0) size 24x2
+              RenderTableCell {TD} at (0,0) size 2x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
+              RenderTableCell {TD} at (2,0) size 2x2 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
+              RenderTableCell {TD} at (4,0) size 2x2 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
+              RenderTableCell {TD} at (6,0) size 2x2 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
+              RenderTableCell {TD} at (8,0) size 2x2 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
+              RenderTableCell {TD} at (10,0) size 2x2 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
+              RenderTableCell {TD} at (12,0) size 2x2 [border: (1px inset #808080)] [r=0 c=90 rs=1 cs=15]
+              RenderTableCell {TD} at (14,0) size 2x2 [border: (1px inset #808080)] [r=0 c=105 rs=1 cs=15]
+              RenderTableCell {TD} at (16,0) size 2x2 [border: (1px inset #808080)] [r=0 c=120 rs=1 cs=15]
+              RenderTableCell {TD} at (18,0) size 2x2 [border: (1px inset #808080)] [r=0 c=135 rs=1 cs=15]
+              RenderTableCell {TD} at (20,0) size 2x2 [border: (1px inset #808080)] [r=0 c=150 rs=1 cs=15]
+              RenderTableCell {TD} at (22,0) size 2x2 [border: (1px inset #808080)] [r=0 c=165 rs=1 cs=15]
</ins><span class="cx">         RenderBlock (anonymous) at (0,24) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><span class="cx">       RenderBlock {P} at (0,2586) size 784x68
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x20
</span><span class="cx">           RenderText {#text} at (0,0) size 451x19
</span><span class="cx">             text run at (0,0) width 451: &quot;this table should be about xx pixels wide (colspan=15 width=1 empty)&quot;
</span><del>-        RenderTable {TABLE} at (0,20) size 39x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 37x2
-            RenderTableRow {TR} at (0,0) size 37x2
-              RenderTableCell {TD} at (0,0) size 4x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
-              RenderTableCell {TD} at (3,0) size 4x2 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
-              RenderTableCell {TD} at (6,0) size 4x2 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
-              RenderTableCell {TD} at (9,0) size 4x2 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
-              RenderTableCell {TD} at (12,0) size 4x2 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
-              RenderTableCell {TD} at (15,0) size 4x2 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
-              RenderTableCell {TD} at (18,0) size 4x2 [border: (1px inset #808080)] [r=0 c=90 rs=1 cs=15]
-              RenderTableCell {TD} at (21,0) size 4x2 [border: (1px inset #808080)] [r=0 c=105 rs=1 cs=15]
-              RenderTableCell {TD} at (24,0) size 4x2 [border: (1px inset #808080)] [r=0 c=120 rs=1 cs=15]
-              RenderTableCell {TD} at (27,0) size 4x2 [border: (1px inset #808080)] [r=0 c=135 rs=1 cs=15]
-              RenderTableCell {TD} at (30,0) size 4x2 [border: (1px inset #808080)] [r=0 c=150 rs=1 cs=15]
-              RenderTableCell {TD} at (33,0) size 4x2 [border: (1px inset #808080)] [r=0 c=165 rs=1 cs=15]
</del><ins>+        RenderTable {TABLE} at (0,20) size 38x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 36x2
+            RenderTableRow {TR} at (0,0) size 36x2
+              RenderTableCell {TD} at (0,0) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
+              RenderTableCell {TD} at (3,0) size 3x2 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
+              RenderTableCell {TD} at (6,0) size 3x2 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
+              RenderTableCell {TD} at (9,0) size 3x2 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
+              RenderTableCell {TD} at (12,0) size 3x2 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
+              RenderTableCell {TD} at (15,0) size 3x2 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
+              RenderTableCell {TD} at (18,0) size 3x2 [border: (1px inset #808080)] [r=0 c=90 rs=1 cs=15]
+              RenderTableCell {TD} at (21,0) size 3x2 [border: (1px inset #808080)] [r=0 c=105 rs=1 cs=15]
+              RenderTableCell {TD} at (24,0) size 3x2 [border: (1px inset #808080)] [r=0 c=120 rs=1 cs=15]
+              RenderTableCell {TD} at (27,0) size 3x2 [border: (1px inset #808080)] [r=0 c=135 rs=1 cs=15]
+              RenderTableCell {TD} at (30,0) size 3x2 [border: (1px inset #808080)] [r=0 c=150 rs=1 cs=15]
+              RenderTableCell {TD} at (33,0) size 3x2 [border: (1px inset #808080)] [r=0 c=165 rs=1 cs=15]
</ins><span class="cx">         RenderBlock (anonymous) at (0,24) size 784x20
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x19
</span><del>-        RenderTable {TABLE} at (0,44) size 7x24 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 5x22
-            RenderTableRow {TR} at (0,0) size 5x22
-              RenderTableCell {TD} at (0,0) size 3x22 [bgcolor=#000000] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
</del><ins>+        RenderTable {TABLE} at (0,44) size 6x24 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 4x22
+            RenderTableRow {TR} at (0,0) size 4x22
+              RenderTableCell {TD} at (0,0) size 2x22 [bgcolor=#000000] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span><del>-              RenderTableCell {TD} at (2,0) size 3x22 [bgcolor=#000000] [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (2,0) size 2x22 [bgcolor=#000000] [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacaccessibilitytabledetectionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/accessibility/table-detection-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/accessibility/table-detection-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/accessibility/table-detection-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -406,7 +406,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXGroup&gt;
</span><del>-AXSize: NSSize: {770, 27}
</del><ins>+AXSize: NSSize: {769, 27}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccompositingcontentsopaquetablepartsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/compositing/contents-opaque/table-parts-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/compositing/contents-opaque/table-parts-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/compositing/contents-opaque/table-parts-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,14 +10,12 @@
</span><span class="cx">       (children 2
</span><span class="cx">         (GraphicsLayer
</span><span class="cx">           (position 28.00 20.00)
</span><del>-          (anchor 0.50 0.50)
-          (bounds 253.00 102.00)
</del><ins>+          (bounds 252.00 102.00)
</ins><span class="cx">           (drawsContent 1)
</span><span class="cx">         )
</span><span class="cx">         (GraphicsLayer
</span><span class="cx">           (position 28.00 142.00)
</span><del>-          (anchor 0.50 0.50)
-          (bounds 253.00 102.00)
</del><ins>+          (bounds 252.00 102.00)
</ins><span class="cx">           (drawsContent 1)
</span><span class="cx">         )
</span><span class="cx">       )
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1basiccontainmentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/basic/containment-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/basic/containment-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/basic/containment-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -110,7 +110,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x356
</span><del>-            RenderTableCell {TD} at (0,191) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,191) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x356 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1basiccontextual_selectorsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/basic/contextual_selectors-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/basic/contextual_selectors-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/basic/contextual_selectors-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 728x128
</span><del>-            RenderTableCell {TD} at (0,77) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,77) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 716x128 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1basicgroupingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/basic/grouping-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/basic/grouping-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/basic/grouping-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 217x94
</span><del>-            RenderTableCell {TD} at (0,60) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,60) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 205x94 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1basicid_as_selectorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/basic/id_as_selector-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/basic/id_as_selector-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/basic/id_as_selector-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 411x203
</span><del>-            RenderTableCell {TD} at (0,114) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,114) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 399x203 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1basicinheritanceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/basic/inheritance-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/basic/inheritance-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/basic/inheritance-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -100,7 +100,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 616x253
</span><del>-            RenderTableCell {TD} at (0,139) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,139) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,3) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 604x253 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborderexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -69,7 +69,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,633) size 769x113 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x111
</span><span class="cx">           RenderTableRow {TR} at (0,5) size 767x42
</span><del>-            RenderTableCell {TD} at (5,5) size 757x42 [border: (2px solid #008000)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (5,5) size 758x42 [border: (2px solid #008000)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (3,3) size 728x36
</span><span class="cx">                 text run at (3,3) width 413: &quot;Every cell in this table should have a 2-pixel solid green border. &quot;
</span><span class="cx">                 text run at (415,3) width 316: &quot;This is also true of the table-testing section in the&quot;
</span><span class="lines">@@ -78,7 +78,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,67) size 193x24 [border: (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (3,3) size 54x18
</span><span class="cx">                 text run at (3,3) width 54: &quot;Cell one&quot;
</span><del>-            RenderTableCell {TD} at (202,52) size 560x54 [border: (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (202,52) size 561x54 [border: (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock (anonymous) at (3,3) size 554x18
</span><span class="cx">                 RenderText {#text} at (0,0) size 55x18
</span><span class="cx">                   text run at (0,0) width 55: &quot;Cell two&quot;
</span><span class="lines">@@ -99,7 +99,7 @@
</span><span class="cx">                 RenderText {#text} at (5,5) size 161x18
</span><span class="cx">                   text run at (5,5) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 767x590
</span><del>-            RenderTableCell {TD} at (0,309) size 15x28 [bgcolor=#C0C0C0] [border: (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,309) size 14x28 [bgcolor=#C0C0C0] [border: (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 4x18
</span><span class="cx">                 text run at (5,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (14,28) size 753x590 [border: (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -155,7 +155,7 @@
</span><span class="cx">               RenderTable {TABLE} at (5,438) size 743x113 [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 741x111
</span><span class="cx">                   RenderTableRow {TR} at (0,5) size 741x42
</span><del>-                    RenderTableCell {TD} at (5,5) size 731x42 [border: (2px solid #008000)] [r=0 c=0 rs=1 cs=2]
</del><ins>+                    RenderTableCell {TD} at (5,5) size 732x42 [border: (2px solid #008000)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">                       RenderText {#text} at (3,3) size 705x36
</span><span class="cx">                         text run at (3,3) width 413: &quot;Every cell in this table should have a 2-pixel solid green border. &quot;
</span><span class="cx">                         text run at (415,3) width 293: &quot;This is also true of the table-testing section in&quot;
</span><span class="lines">@@ -164,7 +164,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (5,67) size 187x24 [border: (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (3,3) size 54x18
</span><span class="cx">                         text run at (3,3) width 54: &quot;Cell one&quot;
</span><del>-                    RenderTableCell {TD} at (196,52) size 540x54 [border: (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (196,52) size 541x54 [border: (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderBlock (anonymous) at (3,3) size 534x18
</span><span class="cx">                         RenderText {#text} at (0,0) size 55x18
</span><span class="cx">                           text run at (0,0) width 55: &quot;Cell two&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborder_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,256) size 769x110 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x108
</span><span class="cx">           RenderTableRow {TR} at (0,5) size 767x41
</span><del>-            RenderTableCell {TD} at (5,5) size 757x41 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (5,5) size 758x41 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 738x36
</span><span class="cx">                 text run at (2,2) width 463: &quot;Every cell in this table should have a 2-pixel solid green bottom border. &quot;
</span><span class="cx">                 text run at (464,2) width 276: &quot;This is also true of the table-testing section&quot;
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,65) size 192x24 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 54x19
</span><span class="cx">                 text run at (2,3) width 54: &quot;Cell one&quot;
</span><del>-            RenderTableCell {TD} at (201,51) size 561x52 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (201,51) size 562x52 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock (anonymous) at (2,2) size 557x18
</span><span class="cx">                 RenderText {#text} at (0,0) size 55x18
</span><span class="cx">                   text run at (0,0) width 55: &quot;Cell two&quot;
</span><span class="lines">@@ -87,7 +87,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,27) size 767x417
</span><del>-            RenderTableCell {TD} at (0,222) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,222) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,27) size 755x417 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -105,7 +105,7 @@
</span><span class="cx">               RenderTable {TABLE} at (4,135) size 747x110 [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 745x108
</span><span class="cx">                   RenderTableRow {TR} at (0,5) size 745x41
</span><del>-                    RenderTableCell {TD} at (5,5) size 735x41 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+                    RenderTableCell {TD} at (5,5) size 736x41 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 688x36
</span><span class="cx">                         text run at (2,2) width 463: &quot;Every cell in this table should have a 2-pixel solid green bottom border. &quot;
</span><span class="cx">                         text run at (464,2) width 226: &quot;This is also true of the table-testing&quot;
</span><span class="lines">@@ -114,7 +114,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (5,65) size 186x24 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 54x19
</span><span class="cx">                         text run at (2,3) width 54: &quot;Cell one&quot;
</span><del>-                    RenderTableCell {TD} at (195,51) size 545x52 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (195,51) size 546x52 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderBlock (anonymous) at (2,2) size 541x18
</span><span class="cx">                         RenderText {#text} at (0,0) size 55x18
</span><span class="cx">                           text run at (0,0) width 55: &quot;Cell two&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborder_bottom_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border_bottom_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border_bottom_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border_bottom_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,180) size 784x90 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x88
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x26
</span><del>-            RenderTableCell {TD} at (0,0) size 782x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 783x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 161x18
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,44) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,26) size 770x62 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (12,26) size 771x62 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (4,4) size 762x54 [bgcolor=#C0C0C0]
</span><span class="cx">                 RenderText {#text} at (0,0) size 680x18
</span><span class="cx">                   text run at (0,0) width 680: &quot;This is an unstyled element, save for the background color, and containing inline elements with classes of &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborder_bottom_widthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border_bottom_width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border_bottom_width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border_bottom_width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 714x335
</span><del>-            RenderTableCell {TD} at (0,180) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,180) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 702x335 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborder_bottom_width_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border_bottom_width_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border_bottom_width_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border_bottom_width_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x108
</span><del>-            RenderTableCell {TD} at (0,67) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,67) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x108 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborder_colorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border_color-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border_color-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border_color-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x130
</span><del>-            RenderTableCell {TD} at (0,78) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,78) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x130 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborder_color_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border_color_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border_color_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border_color_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x80
</span><del>-            RenderTableCell {TD} at (0,53) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,53) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x80 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborder_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x62
</span><del>-            RenderTableCell {TD} at (0,44) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,44) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x62 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborder_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border_left-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border_left-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border_left-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,290) size 769x107 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x105
</span><span class="cx">           RenderTableRow {TR} at (0,5) size 767x40
</span><del>-            RenderTableCell {TD} at (5,5) size 757x40 [border: (1px inset #808080) (2px solid #008000)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (5,5) size 758x40 [border: (1px inset #808080) (2px solid #008000)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (3,2) size 730x36
</span><span class="cx">                 text run at (3,2) width 439: &quot;Every cell in this table should have a 2-pixel solid green left border. &quot;
</span><span class="cx">                 text run at (441,2) width 292: &quot;This is also true of the table-testing section in&quot;
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,64) size 192x22 [border: (1px inset #808080) (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (3,2) size 54x18
</span><span class="cx">                 text run at (3,2) width 54: &quot;Cell one&quot;
</span><del>-            RenderTableCell {TD} at (201,50) size 561x50 [border: (1px inset #808080) (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (201,50) size 562x50 [border: (1px inset #808080) (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock (anonymous) at (3,2) size 556x18
</span><span class="cx">                 RenderText {#text} at (0,0) size 55x18
</span><span class="cx">                   text run at (0,0) width 55: &quot;Cell two&quot;
</span><span class="lines">@@ -86,7 +86,7 @@
</span><span class="cx">                 RenderText {#text} at (5,4) size 161x18
</span><span class="cx">                   text run at (5,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x411
</span><del>-            RenderTableCell {TD} at (0,218) size 14x27 [bgcolor=#C0C0C0] [border: (1px inset #808080) (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,218) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080) (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,4) size 4x19
</span><span class="cx">                 text run at (5,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (13,26) size 754x411 [border: (1px inset #808080) (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -104,7 +104,7 @@
</span><span class="cx">               RenderTable {TABLE} at (5,124) size 745x107 [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 743x105
</span><span class="cx">                   RenderTableRow {TR} at (0,5) size 743x40
</span><del>-                    RenderTableCell {TD} at (5,5) size 733x40 [border: (1px inset #808080) (2px solid #008000)] [r=0 c=0 rs=1 cs=2]
</del><ins>+                    RenderTableCell {TD} at (5,5) size 734x40 [border: (1px inset #808080) (2px solid #008000)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">                       RenderText {#text} at (3,2) size 714x36
</span><span class="cx">                         text run at (3,2) width 439: &quot;Every cell in this table should have a 2-pixel solid green left border. &quot;
</span><span class="cx">                         text run at (441,2) width 276: &quot;This is also true of the table-testing section&quot;
</span><span class="lines">@@ -113,7 +113,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (5,64) size 186x22 [border: (1px inset #808080) (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (3,2) size 54x18
</span><span class="cx">                         text run at (3,2) width 54: &quot;Cell one&quot;
</span><del>-                    RenderTableCell {TD} at (195,50) size 543x50 [border: (1px inset #808080) (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (195,50) size 544x50 [border: (1px inset #808080) (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderBlock (anonymous) at (3,2) size 538x18
</span><span class="cx">                         RenderText {#text} at (0,0) size 55x18
</span><span class="cx">                           text run at (0,0) width 55: &quot;Cell two&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborder_left_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border_left_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border_left_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border_left_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x62
</span><del>-            RenderTableCell {TD} at (0,44) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,44) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x62 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborder_left_widthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border_left_width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border_left_width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border_left_width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -58,7 +58,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x326
</span><del>-            RenderTableCell {TD} at (0,176) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,176) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x326 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborder_left_width_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border_left_width_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border_left_width_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border_left_width_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x86
</span><del>-            RenderTableCell {TD} at (0,56) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,56) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x86 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborder_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border_right-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border_right-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border_right-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x62
</span><del>-            RenderTableCell {TD} at (0,44) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,44) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x62 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborder_right_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border_right_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border_right_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border_right_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,290) size 769x107 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x105
</span><span class="cx">           RenderTableRow {TR} at (0,5) size 767x40
</span><del>-            RenderTableCell {TD} at (5,5) size 757x40 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (5,5) size 758x40 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 739x36
</span><span class="cx">                 text run at (2,2) width 447: &quot;Every cell in this table should have a 2-pixel solid green right border. &quot;
</span><span class="cx">                 text run at (449,2) width 292: &quot;This is also true of the table-testing section in&quot;
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,64) size 192x22 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 54x18
</span><span class="cx">                 text run at (2,2) width 54: &quot;Cell one&quot;
</span><del>-            RenderTableCell {TD} at (201,50) size 561x50 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (201,50) size 562x50 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock (anonymous) at (2,2) size 556x18
</span><span class="cx">                 RenderText {#text} at (0,0) size 55x18
</span><span class="cx">                   text run at (0,0) width 55: &quot;Cell two&quot;
</span><span class="lines">@@ -88,7 +88,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x447
</span><del>-            RenderTableCell {TD} at (0,236) size 14x27 [bgcolor=#C0C0C0] [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,236) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (13,26) size 754x447 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -106,7 +106,7 @@
</span><span class="cx">               RenderTable {TABLE} at (4,124) size 745x107 [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 743x105
</span><span class="cx">                   RenderTableRow {TR} at (0,5) size 743x40
</span><del>-                    RenderTableCell {TD} at (5,5) size 733x40 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+                    RenderTableCell {TD} at (5,5) size 734x40 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 723x36
</span><span class="cx">                         text run at (2,2) width 447: &quot;Every cell in this table should have a 2-pixel solid green right border. &quot;
</span><span class="cx">                         text run at (449,2) width 276: &quot;This is also true of the table-testing section&quot;
</span><span class="lines">@@ -115,7 +115,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (5,64) size 186x22 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 54x18
</span><span class="cx">                         text run at (2,2) width 54: &quot;Cell one&quot;
</span><del>-                    RenderTableCell {TD} at (195,50) size 543x50 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (195,50) size 544x50 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderBlock (anonymous) at (2,2) size 538x18
</span><span class="cx">                         RenderText {#text} at (0,0) size 55x18
</span><span class="cx">                           text run at (0,0) width 55: &quot;Cell two&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborder_right_widthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border_right_width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border_right_width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border_right_width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -58,7 +58,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x326
</span><del>-            RenderTableCell {TD} at (0,176) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,176) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x326 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborder_right_width_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border_right_width_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border_right_width_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border_right_width_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x86
</span><del>-            RenderTableCell {TD} at (0,56) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,56) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x86 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborder_styleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border_style-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border_style-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border_style-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -66,7 +66,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x502
</span><del>-            RenderTableCell {TD} at (0,264) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,264) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x502 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborder_style_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border_style_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border_style_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border_style_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x80
</span><del>-            RenderTableCell {TD} at (0,53) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,53) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x80 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborder_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,256) size 769x110 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x108
</span><span class="cx">           RenderTableRow {TR} at (0,5) size 767x41
</span><del>-            RenderTableCell {TD} at (5,5) size 757x41 [border: (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (5,5) size 758x41 [border: (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,3) size 753x36
</span><span class="cx">                 text run at (2,3) width 438: &quot;Every cell in this table should have a 2-pixel solid green top border. &quot;
</span><span class="cx">                 text run at (439,3) width 316: &quot;This is also true of the table-testing section in the&quot;
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,65) size 192x24 [border: (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,3) size 54x19
</span><span class="cx">                 text run at (2,4) width 54: &quot;Cell one&quot;
</span><del>-            RenderTableCell {TD} at (201,51) size 561x52 [border: (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (201,51) size 562x52 [border: (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock (anonymous) at (2,3) size 557x18
</span><span class="cx">                 RenderText {#text} at (0,0) size 55x18
</span><span class="cx">                   text run at (0,0) width 55: &quot;Cell two&quot;
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx">                 RenderText {#text} at (4,5) size 161x18
</span><span class="cx">                   text run at (4,5) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,27) size 767x399
</span><del>-            RenderTableCell {TD} at (0,213) size 13x27 [bgcolor=#C0C0C0] [border: (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,213) size 12x27 [bgcolor=#C0C0C0] [border: (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,5) size 4x18
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,27) size 755x399 [border: (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -99,7 +99,7 @@
</span><span class="cx">               RenderTable {TABLE} at (4,136) size 747x110 [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 745x108
</span><span class="cx">                   RenderTableRow {TR} at (0,5) size 745x41
</span><del>-                    RenderTableCell {TD} at (5,5) size 735x41 [border: (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+                    RenderTableCell {TD} at (5,5) size 736x41 [border: (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">                       RenderText {#text} at (2,3) size 729x36
</span><span class="cx">                         text run at (2,3) width 438: &quot;Every cell in this table should have a 2-pixel solid green top border. &quot;
</span><span class="cx">                         text run at (439,3) width 292: &quot;This is also true of the table-testing section in&quot;
</span><span class="lines">@@ -108,7 +108,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (5,65) size 186x24 [border: (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,3) size 54x19
</span><span class="cx">                         text run at (2,4) width 54: &quot;Cell one&quot;
</span><del>-                    RenderTableCell {TD} at (195,51) size 545x52 [border: (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (195,51) size 546x52 [border: (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderBlock (anonymous) at (2,3) size 541x18
</span><span class="cx">                         RenderText {#text} at (0,0) size 55x18
</span><span class="cx">                           text run at (0,0) width 55: &quot;Cell two&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborder_top_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border_top_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border_top_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border_top_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x62
</span><del>-            RenderTableCell {TD} at (0,44) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,44) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x62 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborder_top_widthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border_top_width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border_top_width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border_top_width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 702x276
</span><del>-            RenderTableCell {TD} at (0,151) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,151) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 690x276 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborder_top_width_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border_top_width_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border_top_width_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border_top_width_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x108
</span><del>-            RenderTableCell {TD} at (0,67) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,67) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x108 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborder_widthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border_width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border_width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border_width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 672x348
</span><del>-            RenderTableCell {TD} at (0,187) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,187) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 660x348 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesborder_width_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/border_width_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/border_width_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/border_width_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x112
</span><del>-            RenderTableCell {TD} at (0,69) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,69) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x112 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesclearexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/clear-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/clear-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/clear-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 690x400
</span><del>-            RenderTableCell {TD} at (0,213) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,213) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 678x400 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesclear_floatexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/clear_float-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/clear_float-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/clear_float-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -84,7 +84,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 575x338
</span><del>-            RenderTableCell {TD} at (0,181) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,181) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 563x338 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesfloatexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/float-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/float-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/float-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x146
</span><del>-            RenderTableCell {TD} at (0,86) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,86) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x146 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">               RenderBlock (anonymous) at (4,56) size 762x18
</span><span class="cx">                 RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">               RenderBlock {HR} at (4,82) size 762x2 [border: (1px inset #000000)]
</span><del>-              RenderImage {IMG} at (750,92) size 16x50
</del><ins>+              RenderImage {IMG} at (751,92) size 15x50
</ins><span class="cx">               RenderBlock {P} at (4,100) size 762x36
</span><span class="cx">                 RenderText {#text} at (0,0) size 745x36
</span><span class="cx">                   text run at (0,0) width 618: &quot;This text should be flowing past a tall orange rectangle on the right side of the browser window. &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesfloat_elements_in_seriesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/float_elements_in_series-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/float_elements_in_series-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/float_elements_in_series-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -44,39 +44,39 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 40x17
</span><span class="cx">             text run at (0,0) width 40: &quot;Green&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,403) size 769x19
</span><del>-        RenderTable {TABLE} at (0,0) size 621x19
-          RenderTableSection {TBODY} at (0,0) size 621x19
-            RenderTableRow {TR} at (0,0) size 621x19
-              RenderTableCell {TD} at (0,9) size 21x1 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 620x19
+          RenderTableSection {TBODY} at (0,0) size 620x19
+            RenderTableRow {TR} at (0,0) size 620x19
+              RenderTableCell {TD} at (0,9) size 20x1 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 20x1
</span><del>-              RenderTableCell {TD} at (20,9) size 101x1 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (20,9) size 100x1 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 100x1
</span><del>-              RenderTableCell {TD} at (120,9) size 21x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (140,9) size 21x1 [bgcolor=#FFFFFF] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (120,9) size 20x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (140,9) size 20x1 [bgcolor=#FFFFFF] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 20x1
</span><del>-              RenderTableCell {TD} at (160,9) size 21x1 [bgcolor=#000000] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (160,9) size 20x1 [bgcolor=#000000] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 20x1
</span><del>-              RenderTableCell {TD} at (180,9) size 101x1 [bgcolor=#0000FF] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (180,9) size 100x1 [bgcolor=#0000FF] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 100x1
</span><del>-              RenderTableCell {TD} at (280,9) size 21x1 [bgcolor=#000000] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (280,9) size 20x1 [bgcolor=#000000] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 20x1
</span><del>-              RenderTableCell {TD} at (300,9) size 21x1 [bgcolor=#FFFFFF] [r=0 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (300,9) size 20x1 [bgcolor=#FFFFFF] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 20x1
</span><del>-              RenderTableCell {TD} at (320,9) size 21x1 [bgcolor=#000000] [r=0 c=8 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (320,9) size 20x1 [bgcolor=#000000] [r=0 c=8 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 20x1
</span><del>-              RenderTableCell {TD} at (340,9) size 101x1 [bgcolor=#FF0000] [r=0 c=9 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (340,9) size 100x1 [bgcolor=#FF0000] [r=0 c=9 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 100x1
</span><del>-              RenderTableCell {TD} at (440,0) size 21x19 [bgcolor=#000000] [r=0 c=10 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (440,0) size 20x19 [bgcolor=#000000] [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 20x1
</span><span class="cx">                 RenderText {#text} at (0,1) size 5x18
</span><span class="cx">                   text run at (0,1) width 5: &quot;;&quot;
</span><del>-              RenderTableCell {TD} at (460,9) size 21x1 [bgcolor=#FFFFFF] [r=0 c=11 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (460,9) size 20x1 [bgcolor=#FFFFFF] [r=0 c=11 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 20x1
</span><del>-              RenderTableCell {TD} at (480,9) size 21x1 [bgcolor=#000000] [r=0 c=12 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (480,9) size 20x1 [bgcolor=#000000] [r=0 c=12 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 20x1
</span><del>-              RenderTableCell {TD} at (500,9) size 101x1 [bgcolor=#008000] [r=0 c=13 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (500,9) size 100x1 [bgcolor=#008000] [r=0 c=13 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 100x1
</span><del>-              RenderTableCell {TD} at (600,9) size 21x1 [bgcolor=#000000] [r=0 c=14 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (600,9) size 20x1 [bgcolor=#000000] [r=0 c=14 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 20x1
</span><span class="cx">       RenderTable {TABLE} at (0,442) size 769x229 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x227
</span><span class="lines">@@ -86,7 +86,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x201
</span><del>-            RenderTableCell {TD} at (0,113) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,113) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x201 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -112,37 +112,37 @@
</span><span class="cx">                   RenderText {#text} at (0,0) size 40x17
</span><span class="cx">                     text run at (0,0) width 40: &quot;Green&quot;
</span><span class="cx">               RenderBlock {DIV} at (4,158) size 747x19
</span><del>-                RenderTable {TABLE} at (0,0) size 621x19
-                  RenderTableSection {TBODY} at (0,0) size 621x19
-                    RenderTableRow {TR} at (0,0) size 621x19
-                      RenderTableCell {TD} at (0,9) size 21x1 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTable {TABLE} at (0,0) size 620x19
+                  RenderTableSection {TBODY} at (0,0) size 620x19
+                    RenderTableRow {TR} at (0,0) size 620x19
+                      RenderTableCell {TD} at (0,9) size 20x1 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 20x1
</span><del>-                      RenderTableCell {TD} at (20,9) size 101x1 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (20,9) size 100x1 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 100x1
</span><del>-                      RenderTableCell {TD} at (120,9) size 21x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
-                      RenderTableCell {TD} at (140,9) size 21x1 [bgcolor=#FFFFFF] [r=0 c=3 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (120,9) size 20x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
+                      RenderTableCell {TD} at (140,9) size 20x1 [bgcolor=#FFFFFF] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 20x1
</span><del>-                      RenderTableCell {TD} at (160,9) size 21x1 [bgcolor=#000000] [r=0 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (160,9) size 20x1 [bgcolor=#000000] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 20x1
</span><del>-                      RenderTableCell {TD} at (180,9) size 101x1 [bgcolor=#0000FF] [r=0 c=5 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (180,9) size 100x1 [bgcolor=#0000FF] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 100x1
</span><del>-                      RenderTableCell {TD} at (280,9) size 21x1 [bgcolor=#000000] [r=0 c=6 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (280,9) size 20x1 [bgcolor=#000000] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 20x1
</span><del>-                      RenderTableCell {TD} at (300,9) size 21x1 [bgcolor=#FFFFFF] [r=0 c=7 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (300,9) size 20x1 [bgcolor=#FFFFFF] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 20x1
</span><del>-                      RenderTableCell {TD} at (320,9) size 21x1 [bgcolor=#000000] [r=0 c=8 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (320,9) size 20x1 [bgcolor=#000000] [r=0 c=8 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 20x1
</span><del>-                      RenderTableCell {TD} at (340,9) size 101x1 [bgcolor=#FF0000] [r=0 c=9 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (340,9) size 100x1 [bgcolor=#FF0000] [r=0 c=9 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 100x1
</span><del>-                      RenderTableCell {TD} at (440,0) size 21x19 [bgcolor=#000000] [r=0 c=10 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (440,0) size 20x19 [bgcolor=#000000] [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 20x1
</span><span class="cx">                         RenderText {#text} at (0,1) size 5x18
</span><span class="cx">                           text run at (0,1) width 5: &quot;;&quot;
</span><del>-                      RenderTableCell {TD} at (460,9) size 21x1 [bgcolor=#FFFFFF] [r=0 c=11 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (460,9) size 20x1 [bgcolor=#FFFFFF] [r=0 c=11 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 20x1
</span><del>-                      RenderTableCell {TD} at (480,9) size 21x1 [bgcolor=#000000] [r=0 c=12 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (480,9) size 20x1 [bgcolor=#000000] [r=0 c=12 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 20x1
</span><del>-                      RenderTableCell {TD} at (500,9) size 101x1 [bgcolor=#008000] [r=0 c=13 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (500,9) size 100x1 [bgcolor=#008000] [r=0 c=13 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 100x1
</span><del>-                      RenderTableCell {TD} at (600,9) size 21x1 [bgcolor=#000000] [r=0 c=14 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (600,9) size 20x1 [bgcolor=#000000] [r=0 c=14 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 20x1
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesfloat_marginexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/float_margin-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/float_margin-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/float_margin-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,1037) size 769x849 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x847
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 767x26
</span><del>-            RenderTableCell {TD} at (0,0) size 767x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 768x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 161x18
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="lines">@@ -90,7 +90,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,423) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,26) size 755x821 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (12,26) size 756x821 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (34,4) size 707x92 [bgcolor=#FFFFFF]
</span><span class="cx">                 RenderText {#text} at (0,0) size 698x92
</span><span class="cx">                   text run at (0,0) width 656: &quot;This paragraph should have a white background which extends to the edges of the&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesfloat_on_text_elementsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/float_on_text_elements-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/float_on_text_elements-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/float_on_text_elements-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -181,7 +181,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x1375
</span><del>-            RenderTableCell {TD} at (0,700) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,700) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x1375 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -252,7 +252,7 @@
</span><span class="cx">               RenderBlock (anonymous) at (4,563) size 747x18
</span><span class="cx">                 RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">               RenderBlock {HR} at (4,589) size 747x2 [border: (1px inset #000000)]
</span><del>-              RenderBlock (floating) {P} at (404,609) size 337x214 [bgcolor=#FFFF00] [border: (3px solid #FF0000)]
</del><ins>+              RenderBlock (floating) {P} at (405,609) size 336x214 [bgcolor=#FFFF00] [border: (3px solid #FF0000)]
</ins><span class="cx">                 RenderText {#text} at (8,8) size 320x198
</span><span class="cx">                   text run at (8,8) width 320: &quot;This paragraph should be floated to the right, sort&quot;
</span><span class="cx">                   text run at (8,26) width 320: &quot;of like a 'sidebar' in a magazine article. Its width&quot;
</span><span class="lines">@@ -287,7 +287,7 @@
</span><span class="cx">                 RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">               RenderBlock {HR} at (4,841) size 747x2 [border: (1px inset #000000)]
</span><span class="cx">               RenderBlock {DIV} at (4,851) size 747x26 [bgcolor=#66CCFF] [border: (4px solid #FF0000)]
</span><del>-                RenderBlock (floating) {DIV} at (402,14) size 331x244 [bgcolor=#FFFF00]
</del><ins>+                RenderBlock (floating) {DIV} at (403,14) size 330x244 [bgcolor=#FFFF00]
</ins><span class="cx">                   RenderBlock {P} at (5,5) size 320x234
</span><span class="cx">                     RenderText {#text} at (0,0) size 320x234
</span><span class="cx">                       text run at (0,0) width 320: &quot;This paragraph is placed inside a DIV element&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesheightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/height-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/height-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/height-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x410
</span><del>-            RenderTableCell {TD} at (0,218) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,218) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x410 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesmarginexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/margin-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/margin-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/margin-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -89,7 +89,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x1216
</span><del>-            RenderTableCell {TD} at (0,620) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,620) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x1216 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesmargin_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/margin_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/margin_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/margin_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x748
</span><del>-            RenderTableCell {TD} at (0,386) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,386) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x748 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesmargin_bottom_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/margin_bottom_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/margin_bottom_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/margin_bottom_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,235) size 784x160 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x158
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x26
</span><del>-            RenderTableCell {TD} at (0,0) size 782x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 783x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 161x18
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,79) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,26) size 770x132 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (12,26) size 771x132 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (4,4) size 762x54 [bgcolor=#808080]
</span><span class="cx">                 RenderText {#text} at (0,0) size 490x18
</span><span class="cx">                   text run at (0,0) width 400: &quot;This element is unstyled save for a background color of gray.. &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesmargin_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/margin_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/margin_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/margin_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -68,7 +68,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x306
</span><del>-            RenderTableCell {TD} at (0,166) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,166) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x306 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesmargin_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/margin_left-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/margin_left-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/margin_left-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -65,7 +65,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x408
</span><del>-            RenderTableCell {TD} at (0,217) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,217) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x408 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesmargin_left_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/margin_left_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/margin_left_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/margin_left_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x96
</span><del>-            RenderTableCell {TD} at (0,61) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,61) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x96 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesmargin_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/margin_right-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/margin_right-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/margin_right-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -66,7 +66,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x408
</span><del>-            RenderTableCell {TD} at (0,217) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,217) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x408 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesmargin_right_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/margin_right_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/margin_right_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/margin_right_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x96
</span><del>-            RenderTableCell {TD} at (0,61) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,61) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x96 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesmargin_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/margin_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/margin_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/margin_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -75,7 +75,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x712
</span><del>-            RenderTableCell {TD} at (0,368) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,368) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x712 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesmargin_top_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/margin_top_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/margin_top_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/margin_top_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x132
</span><del>-            RenderTableCell {TD} at (0,79) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,79) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x132 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiespaddingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/padding-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/padding-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/padding-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x1002
</span><del>-            RenderTableCell {TD} at (0,513) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,513) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x1002 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiespadding_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/padding_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/padding_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/padding_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x678
</span><del>-            RenderTableCell {TD} at (0,351) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,351) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x678 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiespadding_bottom_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/padding_bottom_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/padding_bottom_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/padding_bottom_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x150
</span><del>-            RenderTableCell {TD} at (0,88) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,88) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x150 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiespadding_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/padding_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/padding_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/padding_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -69,7 +69,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x288
</span><del>-            RenderTableCell {TD} at (0,157) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,157) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x288 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiespadding_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/padding_left-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/padding_left-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/padding_left-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -64,7 +64,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x410
</span><del>-            RenderTableCell {TD} at (0,218) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,218) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x410 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiespadding_left_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/padding_left_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/padding_left_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/padding_left_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x132
</span><del>-            RenderTableCell {TD} at (0,79) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,79) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x132 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiespadding_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/padding_right-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/padding_right-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/padding_right-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x482
</span><del>-            RenderTableCell {TD} at (0,254) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,254) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x482 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiespadding_right_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/padding_right_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/padding_right_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/padding_right_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -58,7 +58,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x132
</span><del>-            RenderTableCell {TD} at (0,79) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,79) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x132 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiespadding_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/padding_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/padding_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/padding_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x626
</span><del>-            RenderTableCell {TD} at (0,325) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,325) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x626 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiespadding_top_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/padding_top_inline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/padding_top_inline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/padding_top_inline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x150
</span><del>-            RenderTableCell {TD} at (0,88) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,88) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x150 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertieswidthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 383x573
</span><del>-            RenderTableCell {TD} at (0,299) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,299) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 371x573 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1cascadecascade_orderexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/cascade/cascade_order-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/cascade/cascade_order-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/cascade/cascade_order-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 717x254
</span><del>-            RenderTableCell {TD} at (0,140) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,140) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 705x254 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1cascadeimportantexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/cascade/important-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/cascade/important-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/cascade/important-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x148
</span><del>-            RenderTableCell {TD} at (0,87) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,87) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x148 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1classificationdisplayexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/classification/display-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/classification/display-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/classification/display-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x320
</span><del>-            RenderTableCell {TD} at (0,173) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,173) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x320 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1classificationlist_styleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/classification/list_style-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/classification/list_style-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/classification/list_style-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x113
</span><del>-            RenderTableCell {TD} at (0,69) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,69) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x113 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1classificationlist_style_imageexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/classification/list_style_image-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/classification/list_style_image-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/classification/list_style_image-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 298x151
</span><del>-            RenderTableCell {TD} at (0,88) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,88) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 286x151 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1classificationlist_style_positionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/classification/list_style_position-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/classification/list_style_position-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/classification/list_style_position-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x112
</span><del>-            RenderTableCell {TD} at (0,69) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,69) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x112 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1classificationlist_style_typeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/classification/list_style_type-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/classification/list_style_type-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/classification/list_style_type-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -141,7 +141,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 342x638
</span><del>-            RenderTableCell {TD} at (0,332) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,332) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 330x638 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1classificationwhite_spaceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/classification/white_space-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/classification/white_space-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/classification/white_space-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 926x184
</span><del>-            RenderTableCell {TD} at (0,105) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,105) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 914x184 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1color_and_backgroundbackgroundexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/color_and_background/background-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/color_and_background/background-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/color_and_background/background-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x272
</span><del>-            RenderTableCell {TD} at (0,149) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,149) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x272 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1color_and_backgroundbackground_attachmentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/color_and_background/background_attachment-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/color_and_background/background_attachment-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/color_and_background/background_attachment-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -86,7 +86,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,626) size 769x553 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x550
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 767x26
</span><del>-            RenderTableCell {TD} at (0,0) size 767x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 768x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 161x18
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="lines">@@ -94,7 +94,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,274) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,26) size 755x524 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (12,26) size 756x524 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (4,4) size 747x90
</span><span class="cx">                 RenderText {#text} at (0,0) size 745x90
</span><span class="cx">                   text run at (0,0) width 745: &quot;This document should have a green grid-pattern line across the top of the page (or at least a tiled background) which&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1color_and_backgroundbackground_colorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/color_and_background/background_color-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/color_and_background/background_color-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/color_and_background/background_color-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x164
</span><del>-            RenderTableCell {TD} at (0,95) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,95) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x164 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1color_and_backgroundbackground_imageexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/color_and_background/background_image-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/color_and_background/background_image-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/color_and_background/background_image-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x184
</span><del>-            RenderTableCell {TD} at (0,105) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,105) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x184 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1color_and_backgroundbackground_positionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/color_and_background/background_position-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/color_and_background/background_position-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/color_and_background/background_position-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x552
</span><del>-            RenderTableCell {TD} at (0,289) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,289) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x552 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1color_and_backgroundbackground_repeatexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/color_and_background/background_repeat-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/color_and_background/background_repeat-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/color_and_background/background_repeat-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -161,7 +161,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x766
</span><del>-            RenderTableCell {TD} at (0,396) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,396) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x766 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1color_and_backgroundcolorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/color_and_background/color-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/color_and_background/color-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/color_and_background/color-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 217x60
</span><del>-            RenderTableCell {TD} at (0,43) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,43) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 205x60 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1conformanceforward_compatible_parsingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/conformance/forward_compatible_parsing-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/conformance/forward_compatible_parsing-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/conformance/forward_compatible_parsing-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -280,7 +280,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x1572
</span><del>-            RenderTableCell {TD} at (0,799) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,799) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x1572 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1font_propertiesfontexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/font_properties/font-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/font_properties/font-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/font_properties/font-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -116,7 +116,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x2369
</span><del>-            RenderTableCell {TD} at (0,1197) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,1197) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,3) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x2369 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1font_propertiesfont_familyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/font_properties/font_family-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/font_properties/font_family-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/font_properties/font_family-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x532
</span><del>-            RenderTableCell {TD} at (0,279) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,279) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x532 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1font_propertiesfont_sizeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/font_properties/font_size-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/font_properties/font_size-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/font_properties/font_size-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -134,7 +134,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x1204
</span><del>-            RenderTableCell {TD} at (0,614) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,614) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x1204 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1font_propertiesfont_styleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/font_properties/font_style-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/font_properties/font_style-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/font_properties/font_style-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 579x94
</span><del>-            RenderTableCell {TD} at (0,60) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,60) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 567x94 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1font_propertiesfont_variantexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/font_properties/font_variant-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/font_properties/font_variant-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/font_properties/font_variant-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 650x60
</span><del>-            RenderTableCell {TD} at (0,43) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,43) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 638x60 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1font_propertiesfont_weightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/font_properties/font_weight-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/font_properties/font_weight-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/font_properties/font_weight-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -68,7 +68,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 567x382
</span><del>-            RenderTableCell {TD} at (0,203) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,203) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 555x382 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1formatting_modelcanvasexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/formatting_model/canvas-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/formatting_model/canvas-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/formatting_model/canvas-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 748x62
</span><del>-            RenderTableCell {TD} at (0,44) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,44) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 736x62 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1formatting_modelfloating_elementsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/formatting_model/floating_elements-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/formatting_model/floating_elements-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/formatting_model/floating_elements-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -370,7 +370,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x3051
</span><del>-            RenderTableCell {TD} at (0,1538) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,1538) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x3051 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -387,7 +387,7 @@
</span><span class="cx">                     text run at (17,17) width 134: &quot;This is a left-floating&quot;
</span><span class="cx">                     text run at (17,35) width 115: &quot;paragraph (first in&quot;
</span><span class="cx">                     text run at (17,53) width 52: &quot;source).&quot;
</span><del>-                RenderBlock (floating) {P} at (543,5) size 195x88 [bgcolor=#C0C0C0] [border: (1px solid #00FF00)]
</del><ins>+                RenderBlock (floating) {P} at (544,5) size 194x88 [bgcolor=#C0C0C0] [border: (1px solid #00FF00)]
</ins><span class="cx">                   RenderText {#text} at (17,17) size 143x54
</span><span class="cx">                     text run at (17,17) width 143: &quot;This is a right-floating&quot;
</span><span class="cx">                     text run at (17,35) width 135: &quot;paragraph (second in&quot;
</span><span class="lines">@@ -402,7 +402,7 @@
</span><span class="cx">               RenderBlock {HR} at (357,216) size 41x2 [border: (1px inset #000000)]
</span><span class="cx">               RenderBlock {DIV} at (6,226) size 743x64 [border: (5px solid #800080)]
</span><span class="cx">                 RenderImage {IMG} at (5,5) size 15x36 [border: (3px solid #000000)]
</span><del>-                RenderImage {IMG} at (722,5) size 16x36 [border: (3px solid #000000)]
</del><ins>+                RenderImage {IMG} at (723,5) size 15x36 [border: (3px solid #000000)]
</ins><span class="cx">                 RenderText {#text} at (20,5) size 704x54
</span><span class="cx">                   text run at (20,5) width 178: &quot;This is text within the DIV. &quot;
</span><span class="cx">                   text run at (197,5) width 512: &quot;The floating images within this DIV should not go beyond the left or right inner&quot;
</span><span class="lines">@@ -512,7 +512,7 @@
</span><span class="cx">                   text run at (5,203) width 96: &quot;below the first.&quot;
</span><span class="cx">               RenderBlock {HR} at (28,1460) size 563x2 [border: (1px inset #000000)]
</span><span class="cx">               RenderBlock {DIV} at (6,1486) size 743x118 [border: (5px solid #800080)]
</span><del>-                RenderBlock (floating) {P} at (543,5) size 195x88 [bgcolor=#C0C0C0] [border: (1px solid #00FF00)]
</del><ins>+                RenderBlock (floating) {P} at (544,5) size 194x88 [bgcolor=#C0C0C0] [border: (1px solid #00FF00)]
</ins><span class="cx">                   RenderText {#text} at (17,17) size 143x54
</span><span class="cx">                     text run at (17,17) width 143: &quot;This is a right-floating&quot;
</span><span class="cx">                     text run at (17,35) width 115: &quot;paragraph (first in&quot;
</span><span class="lines">@@ -534,7 +534,7 @@
</span><span class="cx">               RenderBlock {HR} at (357,1612) size 41x2 [border: (1px inset #000000)]
</span><span class="cx">               RenderBlock {DIV} at (6,1622) size 743x82 [border: (5px solid #800080)]
</span><span class="cx">                 RenderImage {IMG} at (5,5) size 15x36 [border: (3px solid #000000)]
</span><del>-                RenderImage {IMG} at (722,5) size 16x36 [border: (3px solid #000000)]
</del><ins>+                RenderImage {IMG} at (723,5) size 15x36 [border: (3px solid #000000)]
</ins><span class="cx">                 RenderText {#text} at (20,5) size 692x72
</span><span class="cx">                   text run at (20,5) width 178: &quot;This is text within the DIV. &quot;
</span><span class="cx">                   text run at (197,5) width 497: &quot;The floating images within this DIV should not go beyond the top side of this&quot;
</span><span class="lines">@@ -556,7 +556,7 @@
</span><span class="cx">                   text run at (384,5) width 339: &quot; The floating elements within this DIV should not go&quot;
</span><span class="cx">                   text run at (199,23) width 515: &quot;any higher than the line-box containing the inline content which precedes them. &quot;
</span><span class="cx">                   text run at (713,23) width 9: &quot;*&quot;
</span><del>-                RenderBlock (floating) {P} at (543,41) size 195x88 [bgcolor=#C0C0C0] [border: (1px solid #00FF00)]
</del><ins>+                RenderBlock (floating) {P} at (544,41) size 194x88 [bgcolor=#C0C0C0] [border: (1px solid #00FF00)]
</ins><span class="cx">                   RenderText {#text} at (17,17) size 143x54
</span><span class="cx">                     text run at (17,17) width 143: &quot;This is a right-floating&quot;
</span><span class="cx">                     text run at (17,35) width 135: &quot;paragraph (second in&quot;
</span><span class="lines">@@ -578,7 +578,7 @@
</span><span class="cx">                   text run at (205,5) width 512: &quot; The floating images within this DIV should not go any higher than the line-box&quot;
</span><span class="cx">                   text run at (20,23) width 330: &quot;containing the inline content which precedes them. &quot;
</span><span class="cx">                   text run at (349,23) width 13: &quot;* &quot;
</span><del>-                RenderImage {IMG} at (722,23) size 16x36 [border: (3px solid #000000)]
</del><ins>+                RenderImage {IMG} at (723,23) size 15x36 [border: (3px solid #000000)]
</ins><span class="cx">                 RenderText {#text} at (361,23) size 711x54
</span><span class="cx">                   text run at (361,23) width 328: &quot;This means that the top side of each float can be, at&quot;
</span><span class="cx">                   text run at (5,41) width 704: &quot;most, as high as the top edge of the inline element containing the content just before the floating images occur&quot;
</span><span class="lines">@@ -598,7 +598,7 @@
</span><span class="cx">                   text run at (384,5) width 339: &quot; The floating elements within this DIV should not go&quot;
</span><span class="cx">                   text run at (199,23) width 515: &quot;any higher than the line-box containing the inline content which precedes them. &quot;
</span><span class="cx">                   text run at (713,23) width 9: &quot;*&quot;
</span><del>-                RenderBlock (floating) {P} at (543,41) size 195x88 [bgcolor=#C0C0C0] [border: (1px solid #00FF00)]
</del><ins>+                RenderBlock (floating) {P} at (544,41) size 194x88 [bgcolor=#C0C0C0] [border: (1px solid #00FF00)]
</ins><span class="cx">                   RenderText {#text} at (17,17) size 143x54
</span><span class="cx">                     text run at (17,17) width 143: &quot;This is a right-floating&quot;
</span><span class="cx">                     text run at (17,35) width 135: &quot;paragraph (second in&quot;
</span><span class="lines">@@ -640,7 +640,7 @@
</span><span class="cx">                   text run at (205,5) width 512: &quot; The floating images within this DIV should not go any higher than the line-box&quot;
</span><span class="cx">                   text run at (35,23) width 330: &quot;containing the inline content which precedes them. &quot;
</span><span class="cx">                   text run at (364,23) width 13: &quot;* &quot;
</span><del>-                RenderImage {IMG} at (722,23) size 16x36 [border: (3px solid #000000)]
</del><ins>+                RenderImage {IMG} at (723,23) size 15x36 [border: (3px solid #000000)]
</ins><span class="cx">                 RenderText {#text} at (376,23) size 325x18
</span><span class="cx">                   text run at (376,23) width 317: &quot;This means that the top side of each float can be, &quot;
</span><span class="cx">                   text run at (692,23) width 9: &quot;*&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1formatting_modelheight_of_linesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/formatting_model/height_of_lines-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/formatting_model/height_of_lines-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/formatting_model/height_of_lines-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x968
</span><del>-            RenderTableCell {TD} at (0,497) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,497) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x968 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1formatting_modelinline_elementsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/formatting_model/inline_elements-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/formatting_model/inline_elements-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/formatting_model/inline_elements-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x280
</span><del>-            RenderTableCell {TD} at (0,153) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,153) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x280 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1formatting_modelreplaced_elementsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/formatting_model/replaced_elements-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/formatting_model/replaced_elements-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/formatting_model/replaced_elements-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x2339
</del><ins>+layer at (0,0) size 785x2341
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x2339
-  RenderBlock {HTML} at (0,0) size 785x2339
-    RenderBody {BODY} at (8,8) size 769x2323 [bgcolor=#CCCCCC]
</del><ins>+layer at (0,0) size 785x2341
+  RenderBlock {HTML} at (0,0) size 785x2341
+    RenderBody {BODY} at (8,8) size 769x2325 [bgcolor=#CCCCCC]
</ins><span class="cx">       RenderBlock {P} at (0,0) size 769x18
</span><span class="cx">         RenderText {#text} at (0,0) size 363x18
</span><span class="cx">           text run at (0,0) width 363: &quot;The style declarations which apply to the text below are:&quot;
</span><span class="lines">@@ -41,18 +41,18 @@
</span><span class="cx">           text run at (0,0) width 750: &quot;The above image should be a square resized so its width is 50% of its parent element, and aligned at the right edge of&quot;
</span><span class="cx">           text run at (0,18) width 127: &quot;the parent element: &quot;
</span><span class="cx">           text run at (126,18) width 404: &quot;the document body in the first half, and the table in the second.&quot;
</span><del>-      RenderTable {TABLE} at (0,1256) size 769x1067 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 767x1065
</del><ins>+      RenderTable {TABLE} at (0,1256) size 769x1069 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 767x1067
</ins><span class="cx">           RenderTableRow {TR} at (0,0) size 767x26
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 767x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderInline {STRONG} at (0,0) size 161x18
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 767x1039
-            RenderTableCell {TD} at (0,532) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 767x1041
+            RenderTableCell {TD} at (0,533) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,26) size 755x1039 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (12,26) size 755x1041 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (4,4) size 747x19
</span><span class="cx">                 RenderImage {IMG} at (0,0) size 15x15
</span><span class="cx">                 RenderText {#text} at (15,1) size 442x18
</span><span class="lines">@@ -61,18 +61,18 @@
</span><span class="cx">               RenderBlock {P} at (4,70) size 747x18
</span><span class="cx">                 RenderText {#text} at (0,0) size 498x18
</span><span class="cx">                   text run at (0,0) width 498: &quot;The above image should be a 15px square with the same left edge as this text.&quot;
</span><del>-              RenderImage {IMG} at (369,104) size 16x15
</del><ins>+              RenderImage {IMG} at (370,104) size 15x15
</ins><span class="cx">               RenderBlock {P} at (4,135) size 747x18
</span><span class="cx">                 RenderText {#text} at (0,0) size 406x18
</span><span class="cx">                   text run at (0,0) width 406: &quot;The above image should be a 15px square aligned at the center.&quot;
</span><del>-              RenderImage {IMG} at (190,169) size 375x373
-              RenderBlock {P} at (4,558) size 747x36
</del><ins>+              RenderImage {IMG} at (190,169) size 375x374
+              RenderBlock {P} at (4,559) size 747x36
</ins><span class="cx">                 RenderText {#text} at (0,0) size 738x36
</span><span class="cx">                   text run at (0,0) width 738: &quot;The above image should be a square resized so its width is 50% of the its parent element, and centered horizontally&quot;
</span><span class="cx">                   text run at (0,18) width 172: &quot;within the parent element: &quot;
</span><span class="cx">                   text run at (171,18) width 404: &quot;the document body in the first half, and the table in the second.&quot;
</span><del>-              RenderImage {IMG} at (377,610) size 374x373
-              RenderBlock {P} at (4,999) size 747x36
</del><ins>+              RenderImage {IMG} at (377,611) size 374x374
+              RenderBlock {P} at (4,1001) size 747x36
</ins><span class="cx">                 RenderText {#text} at (0,0) size 733x36
</span><span class="cx">                   text run at (0,0) width 733: &quot;The above image should be a square resized so its width is 50% of its parent element, and aligned at the right edge&quot;
</span><span class="cx">                   text run at (0,18) width 144: &quot;of the parent element: &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1formatting_modelvertical_formattingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/formatting_model/vertical_formatting-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/formatting_model/vertical_formatting-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/formatting_model/vertical_formatting-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -92,7 +92,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x1035
</span><del>-            RenderTableCell {TD} at (0,530) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,530) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,3) size 4x19
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x1035 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1pseudoanchorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/pseudo/anchor-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/pseudo/anchor-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/pseudo/anchor-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,401) size 769x266 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x264
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 767x26
</span><del>-            RenderTableCell {TD} at (0,0) size 767x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 768x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 161x18
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="lines">@@ -90,7 +90,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,132) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,26) size 755x238 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (12,26) size 756x238 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (4,4) size 747x18
</span><span class="cx">                 RenderText {#text} at (0,0) size 508x18
</span><span class="cx">                   text run at (0,0) width 508: &quot;The following anchors should appear as described; none of them should be red.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1pseudofirstletterexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/pseudo/firstletter-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/pseudo/firstletter-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/pseudo/firstletter-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x267
</span><del>-            RenderTableCell {TD} at (0,146) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,146) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x267 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1pseudofirstlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/pseudo/firstline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/pseudo/firstline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/pseudo/firstline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x239
</span><del>-            RenderTableCell {TD} at (0,132) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,132) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x239 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1pseudomultiple_pseudo_elementsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/pseudo/multiple_pseudo_elements-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/pseudo/multiple_pseudo_elements-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/pseudo/multiple_pseudo_elements-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x413
</span><del>-            RenderTableCell {TD} at (0,219) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,219) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x413 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1pseudopseudo_elements_in_selectorsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x202
</span><del>-            RenderTableCell {TD} at (0,114) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,114) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x202 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1text_propertiesletter_spacingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/text_properties/letter_spacing-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/text_properties/letter_spacing-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/text_properties/letter_spacing-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -75,7 +75,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x548
</span><del>-            RenderTableCell {TD} at (0,287) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,287) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x548 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1text_propertiesline_heightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/text_properties/line_height-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/text_properties/line_height-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/text_properties/line_height-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -96,7 +96,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x1114
</span><del>-            RenderTableCell {TD} at (0,570) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,570) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x1114 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1text_propertiestext_alignexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/text_properties/text_align-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/text_properties/text_align-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/text_properties/text_align-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x164
</span><del>-            RenderTableCell {TD} at (0,95) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,95) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x164 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1text_propertiestext_decorationexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/text_properties/text_decoration-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/text_properties/text_decoration-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/text_properties/text_decoration-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -105,7 +105,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x457
</span><del>-            RenderTableCell {TD} at (0,241) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,241) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x457 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1text_propertiestext_indentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/text_properties/text_indent-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/text_properties/text_indent-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/text_properties/text_indent-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -74,7 +74,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x490
</span><del>-            RenderTableCell {TD} at (0,258) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,258) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x490 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1text_propertiestext_transformexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/text_properties/text_transform-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/text_properties/text_transform-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/text_properties/text_transform-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x270
</span><del>-            RenderTableCell {TD} at (0,148) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,148) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x270 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1text_propertiesvertical_alignexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/text_properties/vertical_align-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/text_properties/vertical_align-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/text_properties/vertical_align-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -369,7 +369,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x2028
</span><del>-            RenderTableCell {TD} at (0,1026) size 13x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,1026) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x19
</span><span class="cx">                 text run at (4,5) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x2028 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1text_propertiesword_spacingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/text_properties/word_spacing-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/text_properties/word_spacing-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/text_properties/word_spacing-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -60,7 +60,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x316
</span><del>-            RenderTableCell {TD} at (0,171) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,171) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x316 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1unitscolor_unitsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/units/color_units-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/units/color_units-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/units/color_units-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -125,7 +125,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x710
</span><del>-            RenderTableCell {TD} at (0,368) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,368) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x710 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1unitslength_unitsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/units/length_units-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/units/length_units-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/units/length_units-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -86,7 +86,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,882) size 769x694 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x692
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 767x26
</span><del>-            RenderTableCell {TD} at (0,0) size 767x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 768x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 161x18
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="lines">@@ -94,7 +94,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,346) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,26) size 755x666 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (12,26) size 756x666 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (4,4) size 747x36
</span><span class="cx">                 RenderText {#text} at (0,0) size 737x36
</span><span class="cx">                   text run at (0,0) width 737: &quot;This paragraph has no left margin. The following paragraphs have all been given a left margin and their left (outer)&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1unitspercentage_unitsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/units/percentage_units-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/units/percentage_units-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/units/percentage_units-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -39,18 +39,18 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x184
</span><del>-            RenderTableCell {TD} at (0,105) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,105) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x184 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (4,4) size 762x124 [bgcolor=#FFFF00]
</span><span class="cx">                 RenderBlock {DIV} at (190,0) size 382x54 [bgcolor=#FFFFFF]
</span><del>-                  RenderBlock {P} at (0,0) size 382x54
</del><ins>+                  RenderBlock {P} at (0,0) size 381x54
</ins><span class="cx">                     RenderText {#text} at (0,0) size 332x54
</span><span class="cx">                       text run at (0,0) width 332: &quot;This paragraph should be centered within its yellow&quot;
</span><span class="cx">                       text run at (0,18) width 330: &quot;containing block and its width should be half of the&quot;
</span><span class="cx">                       text run at (0,36) width 112: &quot;containing block.&quot;
</span><del>-                RenderBlock {DIV} at (380,70) size 382x54 [bgcolor=#FFFFFF]
</del><ins>+                RenderBlock {DIV} at (381,70) size 381x54 [bgcolor=#FFFFFF]
</ins><span class="cx">                   RenderBlock {P} at (0,0) size 381x54
</span><span class="cx">                     RenderText {#text} at (0,0) size 361x54
</span><span class="cx">                       text run at (0,0) width 361: &quot;This paragraph should be right-aligned within its yellow&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1unitsurlsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/units/urls-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/units/urls-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css1/units/urls-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 161x18
</span><span class="cx">                   text run at (4,4) width 161: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x166
</span><del>-            RenderTableCell {TD} at (0,96) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,96) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 770x166 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss2120110323bordercollapseoffset002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/20110323/border-collapse-offset-002-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/20110323/border-collapse-offset-002-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/20110323/border-collapse-offset-002-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,12 +3,12 @@
</span><span class="cx"> layer at (0,0) size 800x82
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x82
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x66
</span><del>-      RenderTable {TABLE} at (0,0) size 111x66 [border: (2px none #808080)]
-        RenderBlock {CAPTION} at (0,0) size 111x26 [border: (4px solid #008000)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 110x66 [border: (2px none #808080)]
+        RenderBlock {CAPTION} at (0,0) size 110x26 [border: (4px solid #008000)]
</ins><span class="cx">           RenderText {#text} at (31,4) size 48x18
</span><span class="cx">             text run at (31,4) width 48: &quot;caption&quot;
</span><del>-        RenderTableSection {TBODY} at (2,28) size 107x36
-          RenderTableRow {TR} at (0,0) size 107x36
-            RenderTableCell {TD} at (0,6) size 107x24 [border: (2px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (2,28) size 106x36
+          RenderTableRow {TR} at (0,0) size 106x36
+            RenderTableCell {TD} at (0,6) size 106x24 [border: (2px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (35,3) size 36x18
</span><span class="cx">                 text run at (35,3) width 36: &quot;cell 1&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss2120110323borderconflictstyle079expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/20110323/border-conflict-style-079-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/20110323/border-conflict-style-079-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/20110323/border-conflict-style-079-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,39 +6,39 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 477x18
</span><span class="cx">           text run at (0,0) width 477: &quot;Test passes if the center box in the table below has a border similar to this:&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 61x60 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 56x55
-          RenderTableRow {TR} at (0,0) size 56x55
-            RenderTableCell {TD} at (0,24) size 56x7 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (0,114) size 171x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 166x165
-          RenderTableRow {TR} at (0,0) size 166x55
-            RenderTableCell {TD} at (0,15) size 56x25 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 60x60 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 55x55
+          RenderTableRow {TR} at (0,0) size 55x55
+            RenderTableCell {TD} at (0,24) size 55x7 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (0,114) size 170x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 165x165
+          RenderTableRow {TR} at (0,0) size 165x55
+            RenderTableCell {TD} at (0,15) size 55x25 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x18
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (55,15) size 56x25 [border: (3px outset #00FF00) (2px outset #FF0000) (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (55,15) size 55x25 [border: (3px outset #00FF00) (2px outset #FF0000) (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x18
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (110,15) size 56x25 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (110,15) size 55x25 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x18
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,55) size 166x55
-            RenderTableCell {TD} at (0,70) size 56x25 [border: (3px outset #00FF00) (2px outset #FF0000) (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,55) size 165x55
+            RenderTableCell {TD} at (0,70) size 55x25 [border: (3px outset #00FF00) (2px outset #FF0000) (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x18
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (55,70) size 56x25 [border: (3px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (55,70) size 55x25 [border: (3px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x18
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (110,70) size 56x25 [border: (3px outset #00FF00) (3px outset #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (110,70) size 55x25 [border: (3px outset #00FF00) (3px outset #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x18
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,110) size 166x55
-            RenderTableCell {TD} at (0,125) size 56x25 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,110) size 165x55
+            RenderTableCell {TD} at (0,125) size 55x25 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x18
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (55,125) size 56x25 [border: (3px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (55,125) size 55x25 [border: (3px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x18
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (110,125) size 56x25 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (110,125) size 55x25 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x18
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss2120110323borderconflictstyle088expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/20110323/border-conflict-style-088-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/20110323/border-conflict-style-088-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/20110323/border-conflict-style-088-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,39 +6,39 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 477x18
</span><span class="cx">           text run at (0,0) width 477: &quot;Test passes if the center box in the table below has a border similar to this:&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 61x60 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 56x55
-          RenderTableRow {TR} at (0,0) size 56x55
-            RenderTableCell {TD} at (0,24) size 56x7 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (0,114) size 171x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 166x165
-          RenderTableRow {TR} at (0,0) size 166x55
-            RenderTableCell {TD} at (0,15) size 56x25 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 60x60 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 55x55
+          RenderTableRow {TR} at (0,0) size 55x55
+            RenderTableCell {TD} at (0,24) size 55x7 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (0,114) size 170x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 165x165
+          RenderTableRow {TR} at (0,0) size 165x55
+            RenderTableCell {TD} at (0,15) size 55x25 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x18
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (55,15) size 56x25 [border: (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (55,15) size 55x25 [border: (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x18
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (110,15) size 56x25 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (110,15) size 55x25 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x18
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,55) size 166x55
-            RenderTableCell {TD} at (0,70) size 56x25 [border: (3px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,55) size 165x55
+            RenderTableCell {TD} at (0,70) size 55x25 [border: (3px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x18
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (55,70) size 56x25 [border: (3px outset #FF0000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (55,70) size 55x25 [border: (3px outset #FF0000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x18
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (110,70) size 56x25 [border: (3px ridge #00FF00)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (110,70) size 55x25 [border: (3px ridge #00FF00)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x18
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,110) size 166x55
-            RenderTableCell {TD} at (0,125) size 56x25 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,110) size 165x55
+            RenderTableCell {TD} at (0,125) size 55x25 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x18
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (55,125) size 56x25 [border: (3px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (55,125) size 55x25 [border: (3px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x18
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (110,125) size 56x25 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (110,125) size 55x25 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x18
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss2120110323dynamictopchange002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/20110323/dynamic-top-change-002-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/20110323/dynamic-top-change-002-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/20110323/dynamic-top-change-002-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,11 +7,11 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 152x18
</span><span class="cx">           text run at (0,0) width 152: &quot;There should be no red.&quot;
</span><span class="cx"> layer at (8,32) size 100x100
</span><del>-  RenderBlock (positioned) {DIV} at (8,32) size 101x100
-    RenderTable at (0,0) size 101x100
-      RenderTableSection (anonymous) at (0,0) size 101x100
-        RenderTableRow {DIV} at (0,0) size 101x100
-          RenderTableCell (anonymous) at (0,0) size 101x100 [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,32) size 100x100
+    RenderTable at (0,0) size 100x100
+      RenderTableSection (anonymous) at (0,0) size 100x100
+        RenderTableRow {DIV} at (0,0) size 100x100
+          RenderTableCell (anonymous) at (0,0) size 100x100 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (8,64) size 100x100
</span><span class="cx">   RenderBlock (relative positioned) {DIV} at (0,0) size 100x100 [bgcolor=#FF0000]
</span><span class="cx"> layer at (8,64) size 100x100
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss2120110323dynamictopchange003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/20110323/dynamic-top-change-003-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/20110323/dynamic-top-change-003-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/20110323/dynamic-top-change-003-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,11 +7,11 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 152x18
</span><span class="cx">           text run at (0,0) width 152: &quot;There should be no red.&quot;
</span><span class="cx"> layer at (8,32) size 100x100
</span><del>-  RenderBlock (positioned) {DIV} at (8,32) size 101x100
-    RenderTable {DIV} at (0,0) size 101x100
-      RenderTableSection (anonymous) at (0,0) size 101x100
-        RenderTableRow (anonymous) at (0,0) size 101x100
-          RenderTableCell (anonymous) at (0,0) size 101x100 [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,32) size 100x100
+    RenderTable {DIV} at (0,0) size 100x100
+      RenderTableSection (anonymous) at (0,0) size 100x100
+        RenderTableRow (anonymous) at (0,0) size 100x100
+          RenderTableCell (anonymous) at (0,0) size 100x100 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (8,64) size 100x100
</span><span class="cx">   RenderBlock (relative positioned) {DIV} at (0,0) size 100x100 [bgcolor=#FF0000]
</span><span class="cx"> layer at (8,64) size 100x100
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss2120110323inlinetable001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/20110323/inline-table-001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/20110323/inline-table-001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/20110323/inline-table-001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -13,9 +13,9 @@
</span><span class="cx">         RenderText {#text} at (66,0) size 5x18
</span><span class="cx">           text run at (66,0) width 5: &quot; &quot;
</span><span class="cx">         RenderTable {DIV} at (70,0) size 97x96 [bgcolor=#FFA500]
</span><del>-          RenderTableSection (anonymous) at (0,0) size 97x96
-            RenderTableRow {DIV} at (0,0) size 97x96
-              RenderTableCell {DIV} at (0,0) size 97x18 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection (anonymous) at (0,0) size 96x96
+            RenderTableRow {DIV} at (0,0) size 96x96
+              RenderTableCell {DIV} at (0,0) size 96x18 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 67x18
</span><span class="cx">                   text run at (0,0) width 67: &quot;Filler Text&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss2120110323inlinetable003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/20110323/inline-table-003-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/20110323/inline-table-003-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/20110323/inline-table-003-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,9 +7,9 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 8x18
</span><span class="cx">           text run at (0,0) width 8: &quot;a&quot;
</span><span class="cx">         RenderTable {SPAN} at (7,0) size 9x18
</span><del>-          RenderTableSection (anonymous) at (0,0) size 9x18
-            RenderTableRow (anonymous) at (0,0) size 9x18
-              RenderTableCell (anonymous) at (0,0) size 9x18 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection (anonymous) at (0,0) size 8x18
+            RenderTableRow (anonymous) at (0,0) size 8x18
+              RenderTableCell (anonymous) at (0,0) size 8x18 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 8x18
</span><span class="cx">                   text run at (0,0) width 8: &quot;b&quot;
</span><span class="cx">         RenderText {#text} at (15,0) size 8x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss2120110323marginappliesto001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 463x18
</span><span class="cx">           text run at (0,0) width 463: &quot;Test passes if there is no space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,50) size 240x240
</span><del>-  RenderBlock (positioned) {DIV} at (8,50) size 241x240 [border: (10px solid #0000FF)]
-    RenderTable {DIV} at (10,10) size 221x220
-      RenderTableSection {DIV} at (0,0) size 221x220
-        RenderTableRow {DIV} at (0,0) size 221x220
-          RenderTableCell {DIV} at (0,0) size 221x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,50) size 240x240 [border: (10px solid #0000FF)]
+    RenderTable {DIV} at (10,10) size 220x220
+      RenderTableSection {DIV} at (0,0) size 220x220
+        RenderTableRow {DIV} at (0,0) size 220x220
+          RenderTableCell {DIV} at (0,0) size 220x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss2120110323marginappliesto002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-002-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-002-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-002-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 463x18
</span><span class="cx">           text run at (0,0) width 463: &quot;Test passes if there is no space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,50) size 240x240
</span><del>-  RenderBlock (positioned) {DIV} at (8,50) size 241x240 [border: (10px solid #0000FF)]
-    RenderTable {DIV} at (10,10) size 221x220
-      RenderTableSection {DIV} at (0,0) size 221x220
-        RenderTableRow {DIV} at (0,0) size 221x220
-          RenderTableCell {DIV} at (0,0) size 221x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,50) size 240x240 [border: (10px solid #0000FF)]
+    RenderTable {DIV} at (10,10) size 220x220
+      RenderTableSection {DIV} at (0,0) size 220x220
+        RenderTableRow {DIV} at (0,0) size 220x220
+          RenderTableCell {DIV} at (0,0) size 220x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss2120110323marginappliesto003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-003-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-003-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-003-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 463x18
</span><span class="cx">           text run at (0,0) width 463: &quot;Test passes if there is no space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,50) size 240x240
</span><del>-  RenderBlock (positioned) {DIV} at (8,50) size 241x240 [border: (10px solid #0000FF)]
-    RenderTable {DIV} at (10,10) size 221x220
-      RenderTableSection {DIV} at (0,0) size 221x220
-        RenderTableRow {DIV} at (0,0) size 221x220
-          RenderTableCell {DIV} at (0,0) size 221x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,50) size 240x240 [border: (10px solid #0000FF)]
+    RenderTable {DIV} at (10,10) size 220x220
+      RenderTableSection {DIV} at (0,0) size 220x220
+        RenderTableRow {DIV} at (0,0) size 220x220
+          RenderTableCell {DIV} at (0,0) size 220x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss2120110323marginappliesto004expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-004-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-004-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-004-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 463x18
</span><span class="cx">           text run at (0,0) width 463: &quot;Test passes if there is no space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,50) size 240x240
</span><del>-  RenderBlock (positioned) {DIV} at (8,50) size 241x240 [border: (10px solid #0000FF)]
-    RenderTable {DIV} at (10,10) size 221x220
-      RenderTableSection (anonymous) at (0,0) size 221x220
-        RenderTableRow {DIV} at (0,0) size 221x220
-          RenderTableCell {DIV} at (0,0) size 221x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,50) size 240x240 [border: (10px solid #0000FF)]
+    RenderTable {DIV} at (10,10) size 220x220
+      RenderTableSection (anonymous) at (0,0) size 220x220
+        RenderTableRow {DIV} at (0,0) size 220x220
+          RenderTableCell {DIV} at (0,0) size 220x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss2120110323marginappliesto005expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-005-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-005-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-005-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,9 +7,9 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 463x18
</span><span class="cx">           text run at (0,0) width 463: &quot;Test passes if there is no space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,50) size 240x240
</span><del>-  RenderBlock (positioned) {DIV} at (8,50) size 241x240 [border: (10px solid #0000FF)]
-    RenderTable {DIV} at (10,10) size 221x220
</del><ins>+  RenderBlock (positioned) {DIV} at (8,50) size 240x240 [border: (10px solid #0000FF)]
+    RenderTable {DIV} at (10,10) size 220x220
</ins><span class="cx">       RenderTableCol {DIV} at (0,0) size 0x0
</span><del>-      RenderTableSection (anonymous) at (0,0) size 221x220
-        RenderTableRow {DIV} at (0,0) size 221x220
-          RenderTableCell {DIV} at (0,0) size 221x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTableSection (anonymous) at (0,0) size 220x220
+        RenderTableRow {DIV} at (0,0) size 220x220
+          RenderTableCell {DIV} at (0,0) size 220x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss2120110323marginappliesto006expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-006-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-006-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-006-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,9 +7,9 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 463x18
</span><span class="cx">           text run at (0,0) width 463: &quot;Test passes if there is no space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,50) size 240x240
</span><del>-  RenderBlock (positioned) {DIV} at (8,50) size 241x240 [border: (10px solid #0000FF)]
-    RenderTable {DIV} at (10,10) size 221x220
</del><ins>+  RenderBlock (positioned) {DIV} at (8,50) size 240x240 [border: (10px solid #0000FF)]
+    RenderTable {DIV} at (10,10) size 220x220
</ins><span class="cx">       RenderTableCol {DIV} at (0,0) size 0x0
</span><del>-      RenderTableSection (anonymous) at (0,0) size 221x220
-        RenderTableRow {DIV} at (0,0) size 221x220
-          RenderTableCell {DIV} at (0,0) size 221x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTableSection (anonymous) at (0,0) size 220x220
+        RenderTableRow {DIV} at (0,0) size 220x220
+          RenderTableCell {DIV} at (0,0) size 220x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss2120110323marginappliesto007expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-007-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-007-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-007-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 463x18
</span><span class="cx">           text run at (0,0) width 463: &quot;Test passes if there is no space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,50) size 240x240
</span><del>-  RenderBlock (positioned) {DIV} at (8,50) size 241x240 [border: (10px solid #0000FF)]
-    RenderTable {DIV} at (10,10) size 221x220
-      RenderTableSection (anonymous) at (0,0) size 221x220
-        RenderTableRow {DIV} at (0,0) size 221x220
-          RenderTableCell {DIV} at (0,0) size 221x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,50) size 240x240 [border: (10px solid #0000FF)]
+    RenderTable {DIV} at (10,10) size 220x220
+      RenderTableSection (anonymous) at (0,0) size 220x220
+        RenderTableRow {DIV} at (0,0) size 220x220
+          RenderTableCell {DIV} at (0,0) size 220x20 [border: (10px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss2120110323marginappliesto013expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-013-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-013-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-013-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 443x18
</span><span class="cx">           text run at (0,0) width 443: &quot;Test passes if there is space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,50) size 340x340
</span><del>-  RenderBlock (positioned) {DIV} at (8,50) size 341x340 [border: (10px solid #0000FF)]
-    RenderTable {DIV} at (60,60) size 221x220 [border: (10px solid #FFA500)]
-      RenderTableSection (anonymous) at (10,10) size 201x200
-        RenderTableRow {DIV} at (0,0) size 201x200
-          RenderTableCell {DIV} at (0,0) size 201x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,50) size 340x340 [border: (10px solid #0000FF)]
+    RenderTable {DIV} at (60,60) size 220x220 [border: (10px solid #FFA500)]
+      RenderTableSection (anonymous) at (10,10) size 200x200
+        RenderTableRow {DIV} at (0,0) size 200x200
+          RenderTableCell {DIV} at (0,0) size 200x0 [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss2120110323marginappliesto014expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-014-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-014-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-014-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,9 +7,9 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 443x18
</span><span class="cx">           text run at (0,0) width 443: &quot;Test passes if there is space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,50) size 340x344
</span><del>-  RenderBlock (positioned) {DIV} at (8,50) size 341x344 [border: (10px solid #0000FF)]
-    RenderTable {DIV} at (60,60) size 221x220 [border: (10px solid #FFA500)]
-      RenderTableSection (anonymous) at (10,10) size 201x200
-        RenderTableRow {DIV} at (0,0) size 201x200
-          RenderTableCell {DIV} at (0,0) size 201x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,50) size 340x344 [border: (10px solid #0000FF)]
+    RenderTable {DIV} at (60,60) size 220x220 [border: (10px solid #FFA500)]
+      RenderTableSection (anonymous) at (10,10) size 200x200
+        RenderTableRow {DIV} at (0,0) size 200x200
+          RenderTableCell {DIV} at (0,0) size 200x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss2120110323marginappliesto015expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-015-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-015-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-015-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,4 +12,4 @@
</span><span class="cx">       RenderBlock {DIV} at (50,50) size 220x220 [border: (10px solid #FFA500)]
</span><span class="cx">       RenderTableSection (anonymous) at (0,320) size 320x0
</span><span class="cx">         RenderTableRow {DIV} at (0,0) size 320x0
</span><del>-          RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss2120110323replacedintrinsicratio001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -30,10 +30,10 @@
</span><span class="cx">             RenderSVGRoot {svg} at (0,0) size 176x44
</span><span class="cx">               RenderSVGRect {rect} at (0,0) size 176x44 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
</span><span class="cx">               RenderSVGPath {path} at (26,8) size 124x28 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 500 50 L 150 200 L 850 200 Z&quot;]
</span><del>-      RenderTable at (1,449) size 241x79
-        RenderTableSection (anonymous) at (0,0) size 241x79
-          RenderTableRow (anonymous) at (0,0) size 241x79
-            RenderTableCell {P} at (0,0) size 241x79 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable at (1,449) size 240x79
+        RenderTableSection (anonymous) at (0,0) size 240x79
+          RenderTableRow (anonymous) at (0,0) size 240x79
+            RenderTableCell {P} at (0,0) size 240x79 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderEmbeddedObject {OBJECT} at (16,0) size 208x76 [bgcolor=#FF0000] [border: (16px solid #0000FF)]
</span><span class="cx">                 layer at (0,0) size 176x44
</span><span class="cx">                   RenderView at (0,0) size 176x44
</span><span class="lines">@@ -41,10 +41,10 @@
</span><span class="cx">                   RenderSVGRoot {svg} at (0,0) size 176x44
</span><span class="cx">                     RenderSVGRect {rect} at (0,0) size 176x44 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
</span><span class="cx">                     RenderSVGPath {path} at (26,8) size 124x28 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 500 50 L 150 200 L 850 200 Z&quot;]
</span><del>-      RenderTable {TABLE} at (1,624) size 241x79
-        RenderTableSection {TBODY} at (0,0) size 241x79
-          RenderTableRow {TR} at (0,0) size 241x79
-            RenderTableCell {TD} at (0,0) size 241x79 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (1,624) size 240x79
+        RenderTableSection {TBODY} at (0,0) size 240x79
+          RenderTableRow {TR} at (0,0) size 240x79
+            RenderTableCell {TD} at (0,0) size 240x79 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderEmbeddedObject {OBJECT} at (16,0) size 208x76 [bgcolor=#FF0000] [border: (16px solid #0000FF)]
</span><span class="cx">                 layer at (0,0) size 176x44
</span><span class="cx">                   RenderView at (0,0) size 176x44
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss2120110323tablecaption001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/20110323/table-caption-001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/20110323/table-caption-001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/20110323/table-caption-001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 305x18
</span><span class="cx">           text run at (0,0) width 305: &quot;Test passes if the \&quot;Filler Text\&quot; is above the box.&quot;
</span><del>-      RenderTable {DIV} at (0,34) size 97x114
-        RenderBlock {DIV} at (0,0) size 97x18
</del><ins>+      RenderTable {DIV} at (0,34) size 96x114
+        RenderBlock {DIV} at (0,0) size 96x18
</ins><span class="cx">           RenderText {#text} at (0,0) size 67x18
</span><span class="cx">             text run at (0,0) width 67: &quot;Filler Text&quot;
</span><del>-        RenderTableSection (anonymous) at (0,18) size 97x96
-          RenderTableRow {DIV} at (0,0) size 97x48
-            RenderTableCell {DIV} at (0,0) size 49x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {DIV} at (48,0) size 49x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {DIV} at (0,48) size 97x48
-            RenderTableCell {DIV} at (0,48) size 49x0 [bgcolor=#000000] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {DIV} at (48,48) size 49x0 [bgcolor=#000000] [r=1 c=1 rs=1 cs=1]
</del><ins>+        RenderTableSection (anonymous) at (0,18) size 96x96
+          RenderTableRow {DIV} at (0,0) size 96x48
+            RenderTableCell {DIV} at (0,0) size 48x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {DIV} at (48,0) size 48x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {DIV} at (0,48) size 96x48
+            RenderTableCell {DIV} at (0,48) size 48x0 [bgcolor=#000000] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {DIV} at (48,48) size 48x0 [bgcolor=#000000] [r=1 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss2120110323tablecaptionoptional001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/20110323/table-caption-optional-001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/20110323/table-caption-optional-001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/20110323/table-caption-optional-001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 647x18
</span><span class="cx">           text run at (0,0) width 647: &quot;Test passes if the top square below has \&quot;Filler Text\&quot; directly above it and the bottom square does not.&quot;
</span><del>-      RenderTable {DIV} at (0,34) size 101x118
-        RenderBlock {DIV} at (0,0) size 101x18
</del><ins>+      RenderTable {DIV} at (0,34) size 100x118
+        RenderBlock {DIV} at (0,0) size 100x18
</ins><span class="cx">           RenderText {#text} at (0,0) size 67x18
</span><span class="cx">             text run at (0,0) width 67: &quot;Filler Text&quot;
</span><del>-        RenderTableSection (anonymous) at (0,18) size 101x100
-          RenderTableRow {DIV} at (0,0) size 101x50
-            RenderTableCell {DIV} at (0,0) size 51x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {DIV} at (50,0) size 51x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {DIV} at (0,50) size 101x50
-            RenderTableCell {DIV} at (0,50) size 51x0 [bgcolor=#000000] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {DIV} at (50,50) size 51x0 [bgcolor=#000000] [r=1 c=1 rs=1 cs=1]
</del><ins>+        RenderTableSection (anonymous) at (0,18) size 100x100
+          RenderTableRow {DIV} at (0,0) size 100x50
+            RenderTableCell {DIV} at (0,0) size 50x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {DIV} at (50,0) size 50x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {DIV} at (0,50) size 100x50
+            RenderTableCell {DIV} at (0,50) size 50x0 [bgcolor=#000000] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {DIV} at (50,50) size 50x0 [bgcolor=#000000] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {DIV} at (0,152) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 4x18
</span><span class="cx">           text run at (0,0) width 4: &quot; &quot;
</span><del>-      RenderTable {DIV} at (0,170) size 101x100
-        RenderTableSection (anonymous) at (0,0) size 101x100
-          RenderTableRow {DIV} at (0,0) size 101x50
-            RenderTableCell {DIV} at (0,0) size 51x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {DIV} at (50,0) size 51x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {DIV} at (0,50) size 101x50
-            RenderTableCell {DIV} at (0,50) size 51x0 [bgcolor=#000000] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {DIV} at (50,50) size 51x0 [bgcolor=#000000] [r=1 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,170) size 100x100
+        RenderTableSection (anonymous) at (0,0) size 100x100
+          RenderTableRow {DIV} at (0,0) size 100x50
+            RenderTableCell {DIV} at (0,0) size 50x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {DIV} at (50,0) size 50x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {DIV} at (0,50) size 100x50
+            RenderTableCell {DIV} at (0,50) size 50x0 [bgcolor=#000000] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {DIV} at (50,50) size 50x0 [bgcolor=#000000] [r=1 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss2120110323tablecaptionoptional002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/20110323/table-caption-optional-002-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/20110323/table-caption-optional-002-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/20110323/table-caption-optional-002-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,26 +7,26 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 676x18
</span><span class="cx">           text run at (0,0) width 676: &quot;Test passes if the left square below has \&quot;Filler Text\&quot; directly above it and the square on the right does not.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,34) size 784x122
</span><del>-        RenderTable {SPAN} at (0,0) size 101x118
-          RenderBlock {SPAN} at (0,0) size 101x18
</del><ins>+        RenderTable {SPAN} at (0,0) size 100x118
+          RenderBlock {SPAN} at (0,0) size 100x18
</ins><span class="cx">             RenderText {#text} at (0,0) size 67x18
</span><span class="cx">               text run at (0,0) width 67: &quot;Filler Text&quot;
</span><del>-          RenderTableSection (anonymous) at (0,18) size 101x100
-            RenderTableRow {SPAN} at (0,0) size 101x50
-              RenderTableCell {SPAN} at (0,0) size 51x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {SPAN} at (50,0) size 51x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
-            RenderTableRow {SPAN} at (0,50) size 101x50
-              RenderTableCell {SPAN} at (0,50) size 51x0 [bgcolor=#000000] [r=1 c=0 rs=1 cs=1]
-              RenderTableCell {SPAN} at (50,50) size 51x0 [bgcolor=#000000] [r=1 c=1 rs=1 cs=1]
-        RenderText {#text} at (100,104) size 17x18
-          text run at (100,104) width 5: &quot; &quot;
-          text run at (104,104) width 13: &quot;   &quot;
-        RenderTable {SPAN} at (116,18) size 101x100
-          RenderTableSection (anonymous) at (0,0) size 101x100
-            RenderTableRow {SPAN} at (0,0) size 101x50
-              RenderTableCell {SPAN} at (0,0) size 51x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {SPAN} at (50,0) size 51x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
-            RenderTableRow {SPAN} at (0,50) size 101x50
-              RenderTableCell {SPAN} at (0,50) size 51x0 [bgcolor=#000000] [r=1 c=0 rs=1 cs=1]
-              RenderTableCell {SPAN} at (50,50) size 51x0 [bgcolor=#000000] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableSection (anonymous) at (0,18) size 100x100
+            RenderTableRow {SPAN} at (0,0) size 100x50
+              RenderTableCell {SPAN} at (0,0) size 50x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {SPAN} at (50,0) size 50x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
+            RenderTableRow {SPAN} at (0,50) size 100x50
+              RenderTableCell {SPAN} at (0,50) size 50x0 [bgcolor=#000000] [r=1 c=0 rs=1 cs=1]
+              RenderTableCell {SPAN} at (50,50) size 50x0 [bgcolor=#000000] [r=1 c=1 rs=1 cs=1]
+        RenderText {#text} at (100,104) size 16x18
+          text run at (100,104) width 4: &quot; &quot;
+          text run at (104,104) width 12: &quot;   &quot;
+        RenderTable {SPAN} at (116,18) size 100x100
+          RenderTableSection (anonymous) at (0,0) size 100x100
+            RenderTableRow {SPAN} at (0,0) size 100x50
+              RenderTableCell {SPAN} at (0,0) size 50x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {SPAN} at (50,0) size 50x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
+            RenderTableRow {SPAN} at (0,50) size 100x50
+              RenderTableCell {SPAN} at (0,50) size 50x0 [bgcolor=#000000] [r=1 c=0 rs=1 cs=1]
+              RenderTableCell {SPAN} at (50,50) size 50x0 [bgcolor=#000000] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t040302c61exlen00baexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t040302-c61-ex-len-00-b-a-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t040302-c61-ex-len-00-b-a-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t040302-c61-ex-len-00-b-a-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,12 +6,12 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18 [color=#000080]
</span><span class="cx">         RenderText {#text} at (0,0) size 332x18
</span><span class="cx">           text run at (0,0) width 332: &quot;The two blocks below should have the same height.&quot;
</span><del>-      RenderTable {TABLE} at (80,34) size 103x52
-        RenderTableSection {TBODY} at (0,0) size 103x52
-          RenderTableRow {TR} at (0,2) size 103x48
-            RenderTableCell {TD} at (2,2) size 49x48 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (4,4) size 41x40 [color=#000080]
</del><ins>+      RenderTable {TABLE} at (80,34) size 102x52
+        RenderTableSection {TBODY} at (0,0) size 102x52
+          RenderTableRow {TR} at (0,2) size 102x48
+            RenderTableCell {TD} at (2,2) size 48x48 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (4,4) size 40x40 [color=#000080]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 40x40
</span><span class="cx">                   text run at (0,0) width 40: &quot;\x{C9}&quot;
</span><del>-            RenderTableCell {TD} at (52,2) size 49x40 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (52,2) size 48x40 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (4,4) size 40x32 [border: (32px solid #000080) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t0803c5501mrgnt00baexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,9 +6,9 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 419x18
</span><span class="cx">           text run at (0,0) width 419: &quot;The two diagrams below should be identical, with no red present.&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 219x290
-        RenderTableSection {TBODY} at (0,0) size 219x290
-          RenderTableRow {TR} at (0,2) size 219x286
</del><ins>+      RenderTable {TABLE} at (0,18) size 218x290
+        RenderTableSection {TBODY} at (0,0) size 218x290
+          RenderTableRow {TR} at (0,2) size 218x286
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 106x286 [color=#FFA500] [bgcolor=#FFFF00] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (3,3) size 100x10 [bgcolor=#008080]
</span><span class="cx">                 RenderText {#text} at (0,0) size 70x10
</span><span class="lines">@@ -52,40 +52,40 @@
</span><span class="cx">                 RenderText {#text} at (0,0) size 70x20
</span><span class="cx">                   text run at (0,0) width 70: &quot;xxxxxxx&quot;
</span><span class="cx">                   text run at (0,10) width 40: &quot;xxxx&quot;
</span><del>-            RenderTableCell {TD} at (110,2) size 107x286 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 101x20 [bgcolor=#008080]
</del><ins>+            RenderTableCell {TD} at (110,2) size 106x286 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 100x20 [bgcolor=#008080]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,23) size 101x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,23) size 100x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,43) size 101x20 [bgcolor=#00FFFF]
</del><ins>+              RenderBlock {DIV} at (3,43) size 100x20 [bgcolor=#00FFFF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,63) size 101x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,63) size 100x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,83) size 101x20 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,83) size 100x20 [bgcolor=#0000FF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,103) size 101x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,103) size 100x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,123) size 101x20 [bgcolor=#00FFFF]
</del><ins>+              RenderBlock {DIV} at (3,123) size 100x20 [bgcolor=#00FFFF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,143) size 101x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,143) size 100x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,163) size 101x20 [bgcolor=#008080]
</del><ins>+              RenderBlock {DIV} at (3,163) size 100x20 [bgcolor=#008080]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,183) size 101x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,183) size 100x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,203) size 101x20 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,203) size 100x20 [bgcolor=#0000FF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,223) size 101x20 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,223) size 100x20 [bgcolor=#0000FF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,243) size 101x20 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,243) size 100x20 [bgcolor=#0000FF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,263) size 101x20 [bgcolor=#00FFFF]
</del><ins>+              RenderBlock {DIV} at (3,263) size 100x20 [bgcolor=#00FFFF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t0803c5503mrgnb00baexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,9 +6,9 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 419x18
</span><span class="cx">           text run at (0,0) width 419: &quot;The two diagrams below should be identical, with no red present.&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 219x310
-        RenderTableSection {TBODY} at (0,0) size 219x310
-          RenderTableRow {TR} at (0,2) size 219x306
</del><ins>+      RenderTable {TABLE} at (0,18) size 218x310
+        RenderTableSection {TBODY} at (0,0) size 218x310
+          RenderTableRow {TR} at (0,2) size 218x306
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 106x306 [color=#FFA500] [bgcolor=#FFFF00] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (3,3) size 100x10 [bgcolor=#008080]
</span><span class="cx">                 RenderText {#text} at (0,0) size 70x10
</span><span class="lines">@@ -56,44 +56,44 @@
</span><span class="cx">               RenderBlock {P} at (3,292) size 100x11 [bgcolor=#008080]
</span><span class="cx">                 RenderText {#text} at (0,0) size 40x10
</span><span class="cx">                   text run at (0,0) width 40: &quot;xxxx&quot;
</span><del>-            RenderTableCell {TD} at (110,2) size 107x306 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 101x20 [bgcolor=#008080]
</del><ins>+            RenderTableCell {TD} at (110,2) size 106x306 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 100x20 [bgcolor=#008080]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,23) size 101x20 [bgcolor=#00FFFF]
</del><ins>+              RenderBlock {DIV} at (3,23) size 100x20 [bgcolor=#00FFFF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,43) size 101x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,43) size 100x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,63) size 101x20 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,63) size 100x20 [bgcolor=#0000FF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,83) size 101x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,83) size 100x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,103) size 101x20 [bgcolor=#00FFFF]
</del><ins>+              RenderBlock {DIV} at (3,103) size 100x20 [bgcolor=#00FFFF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,123) size 101x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,123) size 100x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,143) size 101x20 [bgcolor=#008080]
</del><ins>+              RenderBlock {DIV} at (3,143) size 100x20 [bgcolor=#008080]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,163) size 101x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,163) size 100x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,183) size 101x30 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,183) size 100x30 [bgcolor=#0000FF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,20) size 70x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,213) size 101x20 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,213) size 100x20 [bgcolor=#0000FF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,233) size 101x10 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,233) size 100x10 [bgcolor=#0000FF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,243) size 101x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,243) size 100x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,263) size 101x20 [bgcolor=#008080]
</del><ins>+              RenderBlock {DIV} at (3,263) size 100x20 [bgcolor=#008080]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,283) size 101x10 [bgcolor=#00FFFF]
</del><ins>+              RenderBlock {DIV} at (3,283) size 100x10 [bgcolor=#00FFFF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,293) size 101x10 [bgcolor=#008080]
</del><ins>+              RenderBlock {DIV} at (3,293) size 100x10 [bgcolor=#008080]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 40x10 [bgcolor=#FFA500]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t080301c411vtmrgn00bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,107 +6,107 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 769x18
</span><span class="cx">         RenderText {#text} at (0,0) size 284x18
</span><span class="cx">           text run at (0,0) width 284: &quot;The two columns below should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 179x811
-        RenderTableSection {TBODY} at (0,0) size 179x811
-          RenderTableRow {TR} at (0,2) size 179x807
-            RenderTableCell {TD} at (2,2) size 87x807 [bgcolor=#008080] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {P} at (3,3) size 81x18 [bgcolor=#FFFF00]
</del><ins>+      RenderTable {TABLE} at (0,34) size 178x811
+        RenderTableSection {TBODY} at (0,0) size 178x811
+          RenderTableRow {TR} at (0,2) size 178x807
+            RenderTableCell {TD} at (2,2) size 86x807 [bgcolor=#008080] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {P} at (3,3) size 80x18 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,96) size 81x19 [bgcolor=#FF00FF]
</del><ins>+              RenderBlock {P} at (3,96) size 80x19 [bgcolor=#FF00FF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,114) size 81x19 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {P} at (3,114) size 80x19 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,208) size 81x19 [bgcolor=#00FF00]
</del><ins>+              RenderBlock {P} at (3,208) size 80x19 [bgcolor=#00FF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,226) size 81x19 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {P} at (3,226) size 80x19 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,281) size 81x19 [bgcolor=#FFFFFF]
</del><ins>+              RenderBlock {P} at (3,281) size 80x19 [bgcolor=#FFFFFF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,337) size 81x95 [bgcolor=#00FFFF]
-                RenderBlock {P} at (0,75) size 81x19 [bgcolor=#FFA500]
</del><ins>+              RenderBlock {DIV} at (3,337) size 80x95 [bgcolor=#00FFFF]
+                RenderBlock {P} at (0,75) size 80x19 [bgcolor=#FFA500]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                     text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,469) size 81x19 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {P} at (3,469) size 80x19 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,487) size 81x94 [bgcolor=#FF00FF]
</del><ins>+              RenderBlock {P} at (3,487) size 80x94 [bgcolor=#FF00FF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,542) size 81x57 [bgcolor=#00FF00]
</del><ins>+              RenderBlock {P} at (3,542) size 80x57 [bgcolor=#00FF00]
</ins><span class="cx">                 RenderText {#text} at (0,38) size 6x18
</span><span class="cx">                   text run at (0,38) width 6: &quot;-&quot;
</span><span class="cx">               RenderBlock (floating) {P} at (3,674) size 40x19 [bgcolor=#FFFFFF]
</span><span class="cx">                 RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,636) size 81x19 [bgcolor=#00FFFF]
</del><ins>+              RenderBlock {P} at (3,636) size 80x19 [bgcolor=#00FFFF]
</ins><span class="cx">                 RenderText {#text} at (40,0) size 6x18
</span><span class="cx">                   text run at (40,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,692) size 81x56 [bgcolor=#FFA500]
</del><ins>+              RenderBlock {P} at (3,692) size 80x56 [bgcolor=#FFA500]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,748) size 81x56 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {P} at (3,748) size 80x56 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,38) size 6x18
</span><span class="cx">                   text run at (0,38) width 6: &quot;-&quot;
</span><del>-            RenderTableCell {TD} at (90,2) size 87x807 [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 81x18 [bgcolor=#FFFF00]
</del><ins>+            RenderTableCell {TD} at (90,2) size 86x807 [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 80x18 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,21) size 81x76 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,96) size 81x19 [bgcolor=#FF00FF]
</del><ins>+              RenderBlock {DIV} at (3,21) size 80x76 [bgcolor=#008080]
+              RenderBlock {DIV} at (3,96) size 80x19 [bgcolor=#FF00FF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,114) size 81x19 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,114) size 80x19 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,132) size 81x77 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,208) size 81x19 [bgcolor=#00FF00]
</del><ins>+              RenderBlock {DIV} at (3,132) size 80x77 [bgcolor=#008080]
+              RenderBlock {DIV} at (3,208) size 80x19 [bgcolor=#00FF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,226) size 81x19 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,226) size 80x19 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,244) size 81x38 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,281) size 81x19 [bgcolor=#FFFFFF]
</del><ins>+              RenderBlock {DIV} at (3,244) size 80x38 [bgcolor=#008080]
+              RenderBlock {DIV} at (3,281) size 80x19 [bgcolor=#FFFFFF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,299) size 81x39 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,337) size 81x77 [bgcolor=#00FFFF]
-              RenderBlock {DIV} at (3,413) size 81x19 [bgcolor=#FFA500]
</del><ins>+              RenderBlock {DIV} at (3,299) size 80x39 [bgcolor=#008080]
+              RenderBlock {DIV} at (3,337) size 80x77 [bgcolor=#00FFFF]
+              RenderBlock {DIV} at (3,413) size 80x19 [bgcolor=#FFA500]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,431) size 81x39 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,469) size 81x19 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,431) size 80x39 [bgcolor=#008080]
+              RenderBlock {DIV} at (3,469) size 80x19 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,487) size 81x19 [bgcolor=#FF00FF]
</del><ins>+              RenderBlock {DIV} at (3,487) size 80x19 [bgcolor=#FF00FF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,505) size 81x38 [bgcolor=#FF00FF]
-              RenderBlock {DIV} at (3,542) size 81x39 [bgcolor=#00FF00]
-              RenderBlock {DIV} at (3,580) size 81x19 [bgcolor=#00FF00]
</del><ins>+              RenderBlock {DIV} at (3,505) size 80x38 [bgcolor=#FF00FF]
+              RenderBlock {DIV} at (3,542) size 80x39 [bgcolor=#00FF00]
+              RenderBlock {DIV} at (3,580) size 80x19 [bgcolor=#00FF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,598) size 81x39 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,636) size 81x19 [bgcolor=#00FFFF]
-                RenderBlock {DIV} at (40,0) size 41x18
</del><ins>+              RenderBlock {DIV} at (3,598) size 80x39 [bgcolor=#008080]
+              RenderBlock {DIV} at (3,636) size 80x19 [bgcolor=#00FFFF]
+                RenderBlock {DIV} at (40,0) size 40x18
</ins><span class="cx">                   RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                     text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,692) size 81x19 [bgcolor=#FFA500]
</del><ins>+              RenderBlock {DIV} at (3,692) size 80x19 [bgcolor=#FFA500]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,710) size 81x38 [bgcolor=#FFA500]
-              RenderBlock {DIV} at (3,747) size 81x39 [bgcolor=#FFFF00]
-              RenderBlock {DIV} at (3,785) size 81x19 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,710) size 80x38 [bgcolor=#FFA500]
+              RenderBlock {DIV} at (3,747) size 80x39 [bgcolor=#FFFF00]
+              RenderBlock {DIV} at (3,785) size 80x19 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 6x18
</span><span class="cx">                   text run at (0,0) width 6: &quot;-&quot;
</span><span class="cx"> layer at (101,706) size 80x38
</span><del>-  RenderBlock (relative positioned) {DIV} at (3,654) size 81x39 [bgcolor=#008080]
</del><ins>+  RenderBlock (relative positioned) {DIV} at (3,654) size 80x39 [bgcolor=#008080]
</ins><span class="cx"> layer at (101,726) size 40x18
</span><span class="cx">   RenderBlock (positioned) {DIV} at (0,19) size 40x19 [bgcolor=#FFFFFF]
</span><span class="cx">     RenderText {#text} at (0,0) size 6x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t0804c5506padnt00baexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 272x18
</span><span class="cx">           text run at (0,0) width 272: &quot;The next two columns should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 139x130
-        RenderTableSection {TBODY} at (0,0) size 139x130
-          RenderTableRow {TR} at (0,2) size 139x126
-            RenderTableCell {TD} at (2,2) size 67x126 [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,18) size 138x130
+        RenderTableSection {TBODY} at (0,0) size 138x130
+          RenderTableRow {TR} at (0,2) size 138x126
+            RenderTableCell {TD} at (2,2) size 66x126 [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 60x120
</span><span class="cx">                 RenderBlock {P} at (0,0) size 60x12 [color=#0000FF] [bgcolor=#FFA500]
</span><span class="cx">                   RenderText {#text} at (0,0) size 60x12
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">                 RenderBlock {P} at (0,108) size 60x12 [color=#00FF00] [bgcolor=#FF00FF]
</span><span class="cx">                   RenderText {#text} at (0,0) size 60x12
</span><span class="cx">                     text run at (0,0) width 60: &quot;xxxxx&quot;
</span><del>-            RenderTableCell {TD} at (70,2) size 67x126 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,2) size 66x126 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 60x12 [border: (12px solid #0000FF) none]
</span><span class="cx">               RenderBlock {DIV} at (3,15) size 60x12 [border: (12px solid #FFFF00) none]
</span><span class="cx">               RenderBlock {DIV} at (3,27) size 60x12 [border: (12px solid #00FFFF) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t0804c5508ipadnb03baexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 272x18
</span><span class="cx">           text run at (0,0) width 272: &quot;The next two columns should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 139x130
-        RenderTableSection {TBODY} at (0,0) size 139x130
-          RenderTableRow {TR} at (0,2) size 139x126
-            RenderTableCell {TD} at (2,2) size 67x126 [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,18) size 138x130
+        RenderTableSection {TBODY} at (0,0) size 138x130
+          RenderTableRow {TR} at (0,2) size 138x126
+            RenderTableCell {TD} at (2,2) size 66x126 [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 60x120
</span><span class="cx">                 RenderBlock {P} at (0,0) size 60x12 [color=#0000FF] [bgcolor=#FFA500]
</span><span class="cx">                   RenderText {#text} at (0,0) size 60x12
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">                 RenderBlock {P} at (0,108) size 60x12 [color=#00FF00] [bgcolor=#FF00FF]
</span><span class="cx">                   RenderText {#text} at (0,0) size 60x12
</span><span class="cx">                     text run at (0,0) width 60: &quot;xxxxx&quot;
</span><del>-            RenderTableCell {TD} at (70,2) size 67x126 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,2) size 66x126 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 60x12 [border: none (12px solid #0000FF) none]
</span><span class="cx">               RenderBlock {DIV} at (3,15) size 60x12 [border: none (12px solid #00FFFF) none]
</span><span class="cx">               RenderBlock {DIV} at (3,27) size 60x12 [border: none (12px solid #FFFF00) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t090402c42ibxpad00dagexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18 [color=#000080]
</span><span class="cx">         RenderText {#text} at (0,0) size 491x18
</span><span class="cx">           text run at (0,0) width 491: &quot;The two diagrams below should be identical to the pixel with no red present.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 435x128
-        RenderTableSection {TBODY} at (0,0) size 435x128
-          RenderTableRow {TR} at (0,2) size 435x124
-            RenderTableCell {TD} at (2,2) size 215x124 [border: (2px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 434x128
+        RenderTableSection {TBODY} at (0,0) size 434x128
+          RenderTableRow {TR} at (0,2) size 434x124
+            RenderTableCell {TD} at (2,2) size 214x124 [border: (2px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (12,2) size 200x120
</span><span class="cx">                 RenderText {#text} at (0,7) size 190x34
</span><span class="cx">                   text run at (0,7) width 190: &quot;1 2 3 4 5 6 7 8 9 0&quot;
</span><span class="lines">@@ -22,5 +22,5 @@
</span><span class="cx">                 RenderText {#text} at (140,79) size 190x34
</span><span class="cx">                   text run at (140,79) width 50: &quot;8 9 0&quot;
</span><span class="cx">                   text run at (0,103) width 190: &quot;1 2 3 4 5 6 7 8 9 0&quot;
</span><del>-            RenderTableCell {TD} at (218,2) size 215x124 [color=#FFFF00] [bgcolor=#FF0000] [border: (2px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (218,2) size 214x124 [color=#FFFF00] [bgcolor=#FF0000] [border: (2px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 210x120
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t0905c5525fltmult00dgexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -24,51 +24,51 @@
</span><span class="cx">           RenderText {#text} at (10,0) size 40x18
</span><span class="cx">             text run at (10,0) width 40: &quot;Green&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,184) size 784x18
</span><del>-        RenderTable {TABLE} at (0,0) size 621x18
-          RenderTableSection {TBODY} at (0,0) size 621x18
-            RenderTableRow {TR} at (0,0) size 621x18
</del><ins>+        RenderTable {TABLE} at (0,0) size 620x18
+          RenderTableSection {TBODY} at (0,0) size 620x18
+            RenderTableRow {TR} at (0,0) size 620x18
</ins><span class="cx">               RenderTableCell {TD} at (0,0) size 20x18 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (0,0) size 4x18
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (20,0) size 101x18 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (20,0) size 100x18 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x18
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (120,0) size 21x18 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (120,0) size 20x18 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x18
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (140,0) size 21x18 [bgcolor=#FFFFFF] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (140,0) size 20x18 [bgcolor=#FFFFFF] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x18
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (160,0) size 21x18 [bgcolor=#000000] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (160,0) size 20x18 [bgcolor=#000000] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x18
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (180,0) size 101x18 [bgcolor=#0000FF] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (180,0) size 100x18 [bgcolor=#0000FF] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x18
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (280,0) size 21x18 [bgcolor=#000000] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (280,0) size 20x18 [bgcolor=#000000] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x18
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (300,0) size 21x18 [bgcolor=#FFFFFF] [r=0 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (300,0) size 20x18 [bgcolor=#FFFFFF] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x18
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (320,0) size 21x18 [bgcolor=#000000] [r=0 c=8 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (320,0) size 20x18 [bgcolor=#000000] [r=0 c=8 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x18
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (340,0) size 101x18 [bgcolor=#FF0000] [r=0 c=9 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (340,0) size 100x18 [bgcolor=#FF0000] [r=0 c=9 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x18
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (440,0) size 21x18 [bgcolor=#000000] [r=0 c=10 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (440,0) size 20x18 [bgcolor=#000000] [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x18
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (460,0) size 21x18 [bgcolor=#FFFFFF] [r=0 c=11 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (460,0) size 20x18 [bgcolor=#FFFFFF] [r=0 c=11 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x18
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (480,0) size 21x18 [bgcolor=#000000] [r=0 c=12 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (480,0) size 20x18 [bgcolor=#000000] [r=0 c=12 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x18
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (500,0) size 101x18 [bgcolor=#008000] [r=0 c=13 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (500,0) size 100x18 [bgcolor=#008000] [r=0 c=13 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x18
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (600,0) size 21x18 [bgcolor=#000000] [r=0 c=14 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (600,0) size 20x18 [bgcolor=#000000] [r=0 c=14 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x18
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw04dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-04-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-04-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-04-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 322x18
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 147x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 142x165
-          RenderTableRow {TR} at (0,0) size 142x55
-            RenderTableCell {TD} at (0,15) size 48x25 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 146x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 141x165
+          RenderTableRow {TR} at (0,0) size 141x55
+            RenderTableCell {TD} at (0,15) size 47x25 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (47,16) size 48x23 [border: (3px dotted #00FF00) none (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,16) size 47x23 [border: (3px dotted #00FF00) none (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (94,15) size 48x25 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (94,15) size 47x25 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,55) size 142x55
-            RenderTableCell {TD} at (0,70) size 48x25 [border: (3px dotted #00FF00) none (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,55) size 141x55
+            RenderTableCell {TD} at (0,70) size 47x25 [border: (3px dotted #00FF00) none (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (47,72) size 48x21 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,72) size 47x21 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x19
</span><span class="cx">                 text run at (1,2) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (94,70) size 48x25 [border: (3px dotted #00FF00) none] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (94,70) size 47x25 [border: (3px dotted #00FF00) none] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,4) size 40x18
</span><span class="cx">                 text run at (1,4) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,110) size 142x55
-            RenderTableCell {TD} at (0,125) size 48x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,110) size 141x55
+            RenderTableCell {TD} at (0,125) size 47x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (47,126) size 48x23 [border: none (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,126) size 47x23 [border: none (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,1) size 40x19
</span><span class="cx">                 text run at (4,2) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (94,125) size 48x25 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (94,125) size 47x25 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw06dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-06-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-06-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-06-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 322x18
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 142x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 137x165
-          RenderTableRow {TR} at (0,0) size 137x55
</del><ins>+      RenderTable {TABLE} at (0,34) size 141x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 136x165
+          RenderTableRow {TR} at (0,0) size 136x55
</ins><span class="cx">             RenderTableCell {TD} at (0,15) size 46x25 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 39x18
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><span class="cx">             RenderTableCell {TD} at (45,16) size 46x23 [border: (3px outset #00FF00) none (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 39x18
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (90,15) size 47x25 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (90,15) size 46x25 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x18
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,55) size 137x55
</del><ins>+          RenderTableRow {TR} at (0,55) size 136x55
</ins><span class="cx">             RenderTableCell {TD} at (0,70) size 46x25 [border: (3px outset #00FF00) none (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 39x18
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><span class="cx">             RenderTableCell {TD} at (45,72) size 46x21 [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 44x19
</span><span class="cx">                 text run at (1,2) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (90,70) size 47x25 [border: (3px outset #00FF00) none] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (90,70) size 46x25 [border: (3px outset #00FF00) none] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,4) size 39x18
</span><span class="cx">                 text run at (1,4) width 39: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,110) size 137x55
</del><ins>+          RenderTableRow {TR} at (0,110) size 136x55
</ins><span class="cx">             RenderTableCell {TD} at (0,125) size 46x25 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 39x18
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><span class="cx">             RenderTableCell {TD} at (45,126) size 46x23 [border: none (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,1) size 39x19
</span><span class="cx">                 text run at (4,2) width 39: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (90,125) size 47x25 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (90,125) size 46x25 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x18
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw08dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-08-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-08-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-08-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 322x18
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 126x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 121x165
-          RenderTableRow {TR} at (0,0) size 121x55
</del><ins>+      RenderTable {TABLE} at (0,34) size 125x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 120x165
+          RenderTableRow {TR} at (0,0) size 120x55
</ins><span class="cx">             RenderTableCell {TD} at (0,15) size 38x25 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 31x18
</span><span class="cx">                 text run at (4,4) width 31: &quot;inset&quot;
</span><span class="cx">             RenderTableCell {TD} at (37,16) size 46x23 [border: (3px inset #00FF00) none (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 31x18
</span><span class="cx">                 text run at (4,4) width 31: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (82,15) size 39x25 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,15) size 38x25 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 31x18
</span><span class="cx">                 text run at (4,4) width 31: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,55) size 121x55
</del><ins>+          RenderTableRow {TR} at (0,55) size 120x55
</ins><span class="cx">             RenderTableCell {TD} at (0,70) size 38x25 [border: (3px inset #00FF00) none (2px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 31x18
</span><span class="cx">                 text run at (4,4) width 31: &quot;inset&quot;
</span><span class="cx">             RenderTableCell {TD} at (37,72) size 46x21 [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 44x19
</span><span class="cx">                 text run at (1,2) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (82,70) size 39x25 [border: (3px inset #00FF00) none] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,70) size 38x25 [border: (3px inset #00FF00) none] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,4) size 31x18
</span><span class="cx">                 text run at (1,4) width 31: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,110) size 121x55
</del><ins>+          RenderTableRow {TR} at (0,110) size 120x55
</ins><span class="cx">             RenderTableCell {TD} at (0,125) size 38x25 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 31x18
</span><span class="cx">                 text run at (4,4) width 31: &quot;inset&quot;
</span><span class="cx">             RenderTableCell {TD} at (37,126) size 46x23 [border: none (2px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,1) size 31x19
</span><span class="cx">                 text run at (4,2) width 31: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (82,125) size 39x25 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,125) size 38x25 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 31x18
</span><span class="cx">                 text run at (4,4) width 31: &quot;inset&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw13dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-13-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-13-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-13-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,29 +12,29 @@
</span><span class="cx">             RenderTableCell {TD} at (0,16) size 55x26 [border: (3px dashed #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 45x19
</span><span class="cx">                 text run at (4,5) width 45: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (54,15) size 57x28 [border: (3px dashed #00FF00) (5px dashed #FF0000) (3px dashed #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,15) size 56x28 [border: (3px dashed #00FF00) (5px dashed #FF0000) (3px dashed #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 45x18
</span><span class="cx">                 text run at (4,4) width 45: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (110,16) size 54x26 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,16) size 55x26 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 45x19
</span><span class="cx">                 text run at (4,5) width 45: &quot;dashed&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,58) size 164x60
</span><span class="cx">             RenderTableCell {TD} at (0,75) size 55x26 [border: (3px dashed #00FF00) (5px dashed #FF0000) (2px dashed #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 45x19
</span><span class="cx">                 text run at (4,5) width 45: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (54,73) size 57x30 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,73) size 56x30 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 44x18
</span><span class="cx">                 text run at (6,6) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (110,75) size 54x26 [border: (3px dashed #00FF00) (5px dashed #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,75) size 55x26 [border: (3px dashed #00FF00) (5px dashed #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 45x19
</span><span class="cx">                 text run at (6,5) width 45: &quot;dashed&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,118) size 164x57
</span><span class="cx">             RenderTableCell {TD} at (0,134) size 55x25 [border: (3px dashed #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 45x18
</span><span class="cx">                 text run at (4,4) width 45: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (54,133) size 57x27 [border: (5px dashed #FF0000) (2px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,133) size 56x27 [border: (5px dashed #FF0000) (2px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 45x18
</span><span class="cx">                 text run at (4,6) width 45: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (110,134) size 54x25 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,134) size 55x25 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 45x18
</span><span class="cx">                 text run at (4,4) width 45: &quot;dashed&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw14dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-14-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-14-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-14-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,34) size 160x180 [border: (2px none #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 155x175
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 155x58
</span><del>-            RenderTableCell {TD} at (0,16) size 51x26 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,16) size 50x26 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,15) size 56x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,58) size 155x60
</span><del>-            RenderTableCell {TD} at (0,75) size 51x26 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,75) size 50x26 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,73) size 56x30 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">               RenderText {#text} at (6,4) size 40x19
</span><span class="cx">                 text run at (6,5) width 40: &quot;dotted&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,118) size 155x57
</span><del>-            RenderTableCell {TD} at (0,134) size 51x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,134) size 50x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,133) size 56x27 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw16dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-16-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-16-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-16-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 322x18
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 157x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 152x175
-          RenderTableRow {TR} at (0,0) size 152x58
</del><ins>+      RenderTable {TABLE} at (0,34) size 156x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 151x175
+          RenderTableRow {TR} at (0,0) size 151x58
</ins><span class="cx">             RenderTableCell {TD} at (0,16) size 49x26 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 39x19
</span><span class="cx">                 text run at (4,5) width 39: &quot;outset&quot;
</span><span class="cx">             RenderTableCell {TD} at (48,15) size 56x28 [border: (3px outset #00FF00) (5px outset #FF0000) (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 39x18
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (103,16) size 49x26 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (103,16) size 48x26 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x19
</span><span class="cx">                 text run at (4,5) width 39: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 152x60
</del><ins>+          RenderTableRow {TR} at (0,58) size 151x60
</ins><span class="cx">             RenderTableCell {TD} at (0,75) size 49x26 [border: (3px outset #00FF00) (5px outset #FF0000) (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 39x19
</span><span class="cx">                 text run at (4,5) width 39: &quot;outset&quot;
</span><span class="cx">             RenderTableCell {TD} at (48,73) size 56x30 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 44x18
</span><span class="cx">                 text run at (6,6) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (103,75) size 49x26 [border: (3px outset #00FF00) (5px outset #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (103,75) size 48x26 [border: (3px outset #00FF00) (5px outset #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 39x19
</span><span class="cx">                 text run at (6,5) width 39: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 152x57
</del><ins>+          RenderTableRow {TR} at (0,118) size 151x57
</ins><span class="cx">             RenderTableCell {TD} at (0,134) size 49x25 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 39x18
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span><span class="cx">             RenderTableCell {TD} at (48,133) size 56x27 [border: (5px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,6) size 39x18
</span><span class="cx">                 text run at (4,6) width 39: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (103,134) size 49x25 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (103,134) size 48x25 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x18
</span><span class="cx">                 text run at (4,4) width 39: &quot;outset&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw17dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-17-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-17-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-17-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,29 +12,29 @@
</span><span class="cx">             RenderTableCell {TD} at (0,16) size 55x26 [border: (3px groove #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 45x19
</span><span class="cx">                 text run at (4,5) width 45: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (54,15) size 57x28 [border: (3px groove #00FF00) (5px groove #FF0000) (3px groove #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,15) size 56x28 [border: (3px groove #00FF00) (5px groove #FF0000) (3px groove #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 45x18
</span><span class="cx">                 text run at (4,4) width 45: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (110,16) size 54x26 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,16) size 55x26 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 45x19
</span><span class="cx">                 text run at (4,5) width 45: &quot;groove&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,58) size 164x60
</span><span class="cx">             RenderTableCell {TD} at (0,75) size 55x26 [border: (3px groove #00FF00) (5px groove #FF0000) (2px groove #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 45x19
</span><span class="cx">                 text run at (4,5) width 45: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (54,73) size 57x30 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,73) size 56x30 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 44x18
</span><span class="cx">                 text run at (6,6) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (110,75) size 54x26 [border: (3px groove #00FF00) (5px groove #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,75) size 55x26 [border: (3px groove #00FF00) (5px groove #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 45x19
</span><span class="cx">                 text run at (6,5) width 45: &quot;groove&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,118) size 164x57
</span><span class="cx">             RenderTableCell {TD} at (0,134) size 55x25 [border: (3px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 45x18
</span><span class="cx">                 text run at (4,4) width 45: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (54,133) size 57x27 [border: (5px groove #FF0000) (2px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,133) size 56x27 [border: (5px groove #FF0000) (2px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 45x18
</span><span class="cx">                 text run at (4,6) width 45: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (110,134) size 54x25 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,134) size 55x25 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 45x18
</span><span class="cx">                 text run at (4,4) width 45: &quot;groove&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw18dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-18-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-18-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-18-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 322x18
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 141x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 136x175
-          RenderTableRow {TR} at (0,0) size 136x58
</del><ins>+      RenderTable {TABLE} at (0,34) size 140x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 135x175
+          RenderTableRow {TR} at (0,0) size 135x58
</ins><span class="cx">             RenderTableCell {TD} at (0,16) size 41x26 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 31x19
</span><span class="cx">                 text run at (4,5) width 31: &quot;inset&quot;
</span><span class="cx">             RenderTableCell {TD} at (40,15) size 56x28 [border: (3px inset #00FF00) (5px inset #FF0000) (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 31x18
</span><span class="cx">                 text run at (4,4) width 31: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (95,16) size 41x26 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (95,16) size 40x26 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 31x19
</span><span class="cx">                 text run at (4,5) width 31: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 136x60
</del><ins>+          RenderTableRow {TR} at (0,58) size 135x60
</ins><span class="cx">             RenderTableCell {TD} at (0,75) size 41x26 [border: (3px inset #00FF00) (5px inset #FF0000) (2px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 31x19
</span><span class="cx">                 text run at (4,5) width 31: &quot;inset&quot;
</span><span class="cx">             RenderTableCell {TD} at (40,73) size 56x30 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 44x18
</span><span class="cx">                 text run at (6,6) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (95,75) size 41x26 [border: (3px inset #00FF00) (5px inset #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (95,75) size 40x26 [border: (3px inset #00FF00) (5px inset #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 31x19
</span><span class="cx">                 text run at (6,5) width 31: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 136x57
</del><ins>+          RenderTableRow {TR} at (0,118) size 135x57
</ins><span class="cx">             RenderTableCell {TD} at (0,134) size 41x25 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 31x18
</span><span class="cx">                 text run at (4,4) width 31: &quot;inset&quot;
</span><span class="cx">             RenderTableCell {TD} at (40,133) size 56x27 [border: (5px inset #FF0000) (2px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,6) size 31x18
</span><span class="cx">                 text run at (4,6) width 31: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (95,134) size 41x25 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (95,134) size 40x25 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 31x18
</span><span class="cx">                 text run at (4,4) width 31: &quot;inset&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw24dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-24-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-24-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-24-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 322x18
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 152x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 147x175
-          RenderTableRow {TR} at (0,0) size 147x58
-            RenderTableCell {TD} at (0,16) size 51x26 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 151x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 146x175
+          RenderTableRow {TR} at (0,0) size 146x58
+            RenderTableCell {TD} at (0,16) size 50x26 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,15) size 48x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,15) size 47x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (97,16) size 50x26 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (97,16) size 49x26 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 147x60
-            RenderTableCell {TD} at (0,75) size 51x26 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 146x60
+            RenderTableCell {TD} at (0,75) size 50x26 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,73) size 48x30 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,73) size 47x30 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 32x18
</span><span class="cx">                 text run at (6,6) width 32: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (97,75) size 50x26 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (97,75) size 49x26 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 40x19
</span><span class="cx">                 text run at (6,5) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 147x57
-            RenderTableCell {TD} at (0,134) size 51x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,118) size 146x57
+            RenderTableCell {TD} at (0,134) size 50x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,133) size 48x27 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,133) size 47x27 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 40x18
</span><span class="cx">                 text run at (4,6) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (97,134) size 50x25 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (97,134) size 49x25 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw25dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-25-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-25-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-25-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,16) size 43x26 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,5) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (42,15) size 45x28 [border: (3px ridge #00FF00) (5px ridge #FF0000) (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (42,15) size 44x28 [border: (3px ridge #00FF00) (5px ridge #FF0000) (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x18
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><span class="cx">             RenderTableCell {TD} at (86,16) size 42x26 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</span><span class="lines">@@ -22,7 +22,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,75) size 43x26 [border: (3px ridge #00FF00) (5px ridge #FF0000) (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,5) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (42,73) size 45x30 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (42,73) size 44x30 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 32x18
</span><span class="cx">                 text run at (6,6) width 32: &quot;solid&quot;
</span><span class="cx">             RenderTableCell {TD} at (86,75) size 42x26 [border: (3px ridge #00FF00) (5px ridge #FF0000)] [r=1 c=2 rs=1 cs=1]
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,134) size 43x25 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 33x18
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (42,133) size 45x27 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (42,133) size 44x27 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 33x18
</span><span class="cx">                 text run at (4,6) width 33: &quot;ridge&quot;
</span><span class="cx">             RenderTableCell {TD} at (86,134) size 42x25 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw30dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-30-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-30-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-30-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,29 +12,29 @@
</span><span class="cx">             RenderTableCell {TD} at (0,15) size 46x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 44x18
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (45,15) size 48x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (45,15) size 47x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x18
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (92,15) size 46x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (91,15) size 47x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x18
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,50) size 138x50
</span><span class="cx">             RenderTableCell {TD} at (0,65) size 46x20 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 44x18
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (45,65) size 48x20 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (45,65) size 47x20 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 45x18
</span><span class="cx">                 text run at (1,1) width 45: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (92,65) size 46x20 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (91,65) size 47x20 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x18
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,100) size 138x50
</span><span class="cx">             RenderTableCell {TD} at (0,115) size 46x20 [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 44x18
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (45,115) size 48x20 [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (45,115) size 47x20 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x18
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (92,115) size 46x20 [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (91,115) size 47x20 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x18
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw31dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-31-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-31-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-31-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,29 +12,29 @@
</span><span class="cx">             RenderTableCell {TD} at (0,16) size 54x26 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 44x19
</span><span class="cx">                 text run at (4,5) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (53,15) size 58x28 [border: (3px double #00FF00) (5px double #FF0000) (3px double #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (53,15) size 57x28 [border: (3px double #00FF00) (5px double #FF0000) (3px double #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x18
</span><span class="cx">                 text run at (4,4) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (110,16) size 53x26 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,16) size 54x26 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x19
</span><span class="cx">                 text run at (4,5) width 44: &quot;double&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,58) size 163x60
</span><span class="cx">             RenderTableCell {TD} at (0,75) size 54x26 [border: (3px double #00FF00) (5px double #FF0000) (2px double #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 44x19
</span><span class="cx">                 text run at (4,5) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (53,73) size 58x30 [border: (5px dashed #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (53,73) size 57x30 [border: (5px dashed #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 45x18
</span><span class="cx">                 text run at (6,6) width 45: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (110,75) size 53x26 [border: (3px double #00FF00) (5px double #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,75) size 54x26 [border: (3px double #00FF00) (5px double #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 44x19
</span><span class="cx">                 text run at (6,5) width 44: &quot;double&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,118) size 163x57
</span><span class="cx">             RenderTableCell {TD} at (0,134) size 54x25 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 44x18
</span><span class="cx">                 text run at (4,4) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (53,133) size 58x27 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (53,133) size 57x27 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 44x18
</span><span class="cx">                 text run at (4,6) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (110,134) size 53x25 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,134) size 54x25 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x18
</span><span class="cx">                 text run at (4,4) width 44: &quot;double&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw34dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-34-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-34-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-34-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,34) size 161x180 [border: (2px none #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 156x175
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 156x58
</span><del>-            RenderTableCell {TD} at (0,16) size 51x26 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,16) size 50x26 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,15) size 57x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,58) size 156x60
</span><del>-            RenderTableCell {TD} at (0,75) size 51x26 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,75) size 50x26 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,73) size 57x30 [border: (5px dashed #00FF00)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">               RenderText {#text} at (6,4) size 40x19
</span><span class="cx">                 text run at (6,5) width 40: &quot;dotted&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,118) size 156x57
</span><del>-            RenderTableCell {TD} at (0,134) size 51x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,134) size 50x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,133) size 57x27 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw44dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-44-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-44-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-44-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 322x18
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 157x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 152x175
-          RenderTableRow {TR} at (0,0) size 152x58
-            RenderTableCell {TD} at (0,16) size 51x26 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 156x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 151x175
+          RenderTableRow {TR} at (0,0) size 151x58
+            RenderTableCell {TD} at (0,16) size 50x26 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,15) size 53x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,15) size 52x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (102,16) size 50x26 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (102,16) size 49x26 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 152x60
-            RenderTableCell {TD} at (0,75) size 51x26 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 151x60
+            RenderTableCell {TD} at (0,75) size 50x26 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,73) size 53x30 [border: (5px dotted #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,73) size 52x30 [border: (5px dotted #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 40x18
</span><span class="cx">                 text run at (6,6) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (102,75) size 50x26 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (102,75) size 49x26 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 40x19
</span><span class="cx">                 text run at (6,5) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 152x57
-            RenderTableCell {TD} at (0,134) size 51x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,118) size 151x57
+            RenderTableCell {TD} at (0,134) size 50x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,133) size 53x27 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,133) size 52x27 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 40x18
</span><span class="cx">                 text run at (4,6) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (102,134) size 50x25 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (102,134) size 49x25 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw52dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-52-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-52-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-52-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,16) size 42x26 [border: (3px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 32x19
</span><span class="cx">                 text run at (4,5) width 32: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (41,15) size 46x28 [border: (3px solid #00FF00) (5px solid #FF0000) (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (41,15) size 45x28 [border: (3px solid #00FF00) (5px solid #FF0000) (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x18
</span><span class="cx">                 text run at (4,4) width 32: &quot;solid&quot;
</span><span class="cx">             RenderTableCell {TD} at (86,16) size 41x26 [border: (3px solid #00FF00)] [r=0 c=2 rs=1 cs=1]
</span><span class="lines">@@ -22,7 +22,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,75) size 42x26 [border: (3px solid #00FF00) (5px solid #FF0000) (2px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 32x19
</span><span class="cx">                 text run at (4,5) width 32: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (41,73) size 46x30 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (41,73) size 45x30 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 33x18
</span><span class="cx">                 text run at (6,6) width 33: &quot;ridge&quot;
</span><span class="cx">             RenderTableCell {TD} at (86,75) size 41x26 [border: (3px solid #00FF00) (5px solid #FF0000)] [r=1 c=2 rs=1 cs=1]
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,134) size 42x25 [border: (3px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 32x18
</span><span class="cx">                 text run at (4,4) width 32: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (41,133) size 46x27 [border: (5px solid #FF0000) (2px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (41,133) size 45x27 [border: (5px solid #FF0000) (2px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 32x18
</span><span class="cx">                 text run at (4,6) width 32: &quot;solid&quot;
</span><span class="cx">             RenderTableCell {TD} at (86,134) size 41x25 [border: (3px solid #00FF00)] [r=2 c=2 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw54dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-54-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-54-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-54-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 322x18
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 152x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 147x175
-          RenderTableRow {TR} at (0,0) size 147x58
-            RenderTableCell {TD} at (0,16) size 51x26 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 151x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 146x175
+          RenderTableRow {TR} at (0,0) size 146x58
+            RenderTableCell {TD} at (0,16) size 50x26 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,15) size 48x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,15) size 47x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (97,16) size 50x26 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (97,16) size 49x26 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 147x60
-            RenderTableCell {TD} at (0,75) size 51x26 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 146x60
+            RenderTableCell {TD} at (0,75) size 50x26 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,73) size 48x30 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,73) size 47x30 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 33x18
</span><span class="cx">                 text run at (6,6) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (97,75) size 50x26 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (97,75) size 49x26 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 40x19
</span><span class="cx">                 text run at (6,5) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 147x57
-            RenderTableCell {TD} at (0,134) size 51x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,118) size 146x57
+            RenderTableCell {TD} at (0,134) size 50x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,133) size 48x27 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,133) size 47x27 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 40x18
</span><span class="cx">                 text run at (4,6) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (97,134) size 50x25 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (97,134) size 49x25 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw59dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-59-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-59-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-59-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,29 +12,29 @@
</span><span class="cx">             RenderTableCell {TD} at (0,17) size 39x21 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 32x19
</span><span class="cx">                 text run at (1,2) width 32: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (38,15) size 46x25 [border: none] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,15) size 45x25 [border: none] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x18
</span><span class="cx">                 text run at (1,1) width 32: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (83,17) size 39x21 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,17) size 40x21 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x19
</span><span class="cx">                 text run at (1,2) width 32: &quot;none&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,55) size 122x60
</span><span class="cx">             RenderTableCell {TD} at (0,75) size 39x20 [border: none] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 32x18
</span><span class="cx">                 text run at (1,1) width 32: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (38,70) size 46x30 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,70) size 45x30 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 33x18
</span><span class="cx">                 text run at (6,6) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (83,75) size 39x20 [border: none] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,75) size 40x20 [border: none] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,1) size 32x18
</span><span class="cx">                 text run at (6,1) width 32: &quot;none&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,115) size 122x55
</span><span class="cx">             RenderTableCell {TD} at (0,132) size 39x21 [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 32x19
</span><span class="cx">                 text run at (1,2) width 32: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (38,130) size 46x25 [border: (5px none #FF0000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,130) size 45x25 [border: (5px none #FF0000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,6) size 32x18
</span><span class="cx">                 text run at (1,6) width 32: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (83,132) size 39x21 [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,132) size 40x21 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x19
</span><span class="cx">                 text run at (1,2) width 32: &quot;none&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw64dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-64-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-64-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-64-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,34) size 155x180 [border: (2px none #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 150x175
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 150x58
</span><del>-            RenderTableCell {TD} at (0,16) size 51x26 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,16) size 50x26 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,15) size 51x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,58) size 150x60
</span><del>-            RenderTableCell {TD} at (0,75) size 51x26 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,75) size 50x26 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,73) size 51x30 [border: (5px outset #00FF00)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">               RenderText {#text} at (6,4) size 40x19
</span><span class="cx">                 text run at (6,5) width 40: &quot;dotted&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,118) size 150x57
</span><del>-            RenderTableCell {TD} at (0,134) size 51x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,134) size 50x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,133) size 51x27 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw65dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-65-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-65-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-65-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 322x18
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 141x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 136x175
-          RenderTableRow {TR} at (0,0) size 136x58
</del><ins>+      RenderTable {TABLE} at (0,34) size 140x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 135x175
+          RenderTableRow {TR} at (0,0) size 135x58
</ins><span class="cx">             RenderTableCell {TD} at (0,16) size 43x26 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,5) width 33: &quot;ridge&quot;
</span><span class="cx">             RenderTableCell {TD} at (42,15) size 52x28 [border: (3px ridge #00FF00) (5px ridge #FF0000) (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 33x18
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (93,16) size 43x26 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (93,16) size 42x26 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,5) width 33: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 136x60
</del><ins>+          RenderTableRow {TR} at (0,58) size 135x60
</ins><span class="cx">             RenderTableCell {TD} at (0,75) size 43x26 [border: (3px ridge #00FF00) (5px ridge #FF0000) (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,5) width 33: &quot;ridge&quot;
</span><span class="cx">             RenderTableCell {TD} at (42,73) size 52x30 [border: (5px outset #00FF00)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 39x18
</span><span class="cx">                 text run at (6,6) width 39: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (93,75) size 43x26 [border: (3px ridge #00FF00) (5px ridge #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (93,75) size 42x26 [border: (3px ridge #00FF00) (5px ridge #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 33x19
</span><span class="cx">                 text run at (6,5) width 33: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 136x57
</del><ins>+          RenderTableRow {TR} at (0,118) size 135x57
</ins><span class="cx">             RenderTableCell {TD} at (0,134) size 43x25 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 33x18
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><span class="cx">             RenderTableCell {TD} at (42,133) size 52x27 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,6) size 33x18
</span><span class="cx">                 text run at (4,6) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (93,134) size 43x25 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (93,134) size 42x25 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x18
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw70dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-70-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-70-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-70-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,29 +12,29 @@
</span><span class="cx">             RenderTableCell {TD} at (0,15) size 46x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 44x18
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (45,15) size 48x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (45,15) size 47x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x18
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (92,15) size 46x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (91,15) size 47x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x18
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,50) size 138x50
</span><span class="cx">             RenderTableCell {TD} at (0,65) size 46x20 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 44x18
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (45,65) size 48x20 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (45,65) size 47x20 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 45x18
</span><span class="cx">                 text run at (1,1) width 45: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (92,65) size 46x20 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (91,65) size 47x20 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x18
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,100) size 138x50
</span><span class="cx">             RenderTableCell {TD} at (0,115) size 46x20 [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 44x18
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (45,115) size 48x20 [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (45,115) size 47x20 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x18
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (92,115) size 46x20 [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (91,115) size 47x20 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x18
</span><span class="cx">                 text run at (1,1) width 44: &quot;hidden&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw71dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-71-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-71-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-71-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,29 +12,29 @@
</span><span class="cx">             RenderTableCell {TD} at (0,16) size 54x26 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 44x19
</span><span class="cx">                 text run at (4,5) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (53,15) size 58x28 [border: (3px double #00FF00) (5px double #FF0000) (3px double #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (53,15) size 57x28 [border: (3px double #00FF00) (5px double #FF0000) (3px double #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x18
</span><span class="cx">                 text run at (4,4) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (110,16) size 53x26 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,16) size 54x26 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x19
</span><span class="cx">                 text run at (4,5) width 44: &quot;double&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,58) size 163x60
</span><span class="cx">             RenderTableCell {TD} at (0,75) size 54x26 [border: (3px double #00FF00) (5px double #FF0000) (2px double #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 44x19
</span><span class="cx">                 text run at (4,5) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (53,73) size 58x30 [border: (5px groove #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (53,73) size 57x30 [border: (5px groove #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 45x18
</span><span class="cx">                 text run at (6,6) width 45: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (110,75) size 53x26 [border: (3px double #00FF00) (5px double #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,75) size 54x26 [border: (3px double #00FF00) (5px double #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 44x19
</span><span class="cx">                 text run at (6,5) width 44: &quot;double&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,118) size 163x57
</span><span class="cx">             RenderTableCell {TD} at (0,134) size 54x25 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 44x18
</span><span class="cx">                 text run at (4,4) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (53,133) size 58x27 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (53,133) size 57x27 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 44x18
</span><span class="cx">                 text run at (4,6) width 44: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (110,134) size 53x25 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (109,134) size 54x25 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x18
</span><span class="cx">                 text run at (4,4) width 44: &quot;double&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw74dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-74-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-74-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-74-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,34) size 161x180 [border: (2px none #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 156x175
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 156x58
</span><del>-            RenderTableCell {TD} at (0,16) size 51x26 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,16) size 50x26 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,15) size 57x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,58) size 156x60
</span><del>-            RenderTableCell {TD} at (0,75) size 51x26 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,75) size 50x26 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,73) size 57x30 [border: (5px groove #00FF00)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">               RenderText {#text} at (6,4) size 40x19
</span><span class="cx">                 text run at (6,5) width 40: &quot;dotted&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,118) size 156x57
</span><del>-            RenderTableCell {TD} at (0,134) size 51x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,134) size 50x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,133) size 57x27 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw84dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-84-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-84-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-84-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 322x18
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 152x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 147x175
-          RenderTableRow {TR} at (0,0) size 147x58
-            RenderTableCell {TD} at (0,16) size 51x26 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 151x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 146x175
+          RenderTableRow {TR} at (0,0) size 146x58
+            RenderTableCell {TD} at (0,16) size 50x26 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,15) size 48x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,15) size 47x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (97,16) size 50x26 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (97,16) size 49x26 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 147x60
-            RenderTableCell {TD} at (0,75) size 51x26 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 146x60
+            RenderTableCell {TD} at (0,75) size 50x26 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x19
</span><span class="cx">                 text run at (4,5) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,73) size 48x30 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,73) size 47x30 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 31x18
</span><span class="cx">                 text run at (6,6) width 31: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (97,75) size 50x26 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (97,75) size 49x26 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 40x19
</span><span class="cx">                 text run at (6,5) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 147x57
-            RenderTableCell {TD} at (0,134) size 51x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,118) size 146x57
+            RenderTableCell {TD} at (0,134) size 50x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (50,133) size 48x27 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,133) size 47x27 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 40x18
</span><span class="cx">                 text run at (4,6) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (97,134) size 50x25 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (97,134) size 49x25 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw85dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-85-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-85-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-85-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 322x18
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 133x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 128x175
-          RenderTableRow {TR} at (0,0) size 128x58
</del><ins>+      RenderTable {TABLE} at (0,34) size 132x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 127x175
+          RenderTableRow {TR} at (0,0) size 127x58
</ins><span class="cx">             RenderTableCell {TD} at (0,16) size 43x26 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,5) width 33: &quot;ridge&quot;
</span><span class="cx">             RenderTableCell {TD} at (42,15) size 44x28 [border: (3px ridge #00FF00) (5px ridge #FF0000) (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 33x18
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (85,16) size 43x26 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (85,16) size 42x26 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,5) width 33: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 128x60
</del><ins>+          RenderTableRow {TR} at (0,58) size 127x60
</ins><span class="cx">             RenderTableCell {TD} at (0,75) size 43x26 [border: (3px ridge #00FF00) (5px ridge #FF0000) (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 33x19
</span><span class="cx">                 text run at (4,5) width 33: &quot;ridge&quot;
</span><span class="cx">             RenderTableCell {TD} at (42,73) size 44x30 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 31x18
</span><span class="cx">                 text run at (6,6) width 31: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (85,75) size 43x26 [border: (3px ridge #00FF00) (5px ridge #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (85,75) size 42x26 [border: (3px ridge #00FF00) (5px ridge #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 33x19
</span><span class="cx">                 text run at (6,5) width 33: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 128x57
</del><ins>+          RenderTableRow {TR} at (0,118) size 127x57
</ins><span class="cx">             RenderTableCell {TD} at (0,134) size 43x25 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 33x18
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span><span class="cx">             RenderTableCell {TD} at (42,133) size 44x27 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,6) size 33x18
</span><span class="cx">                 text run at (4,6) width 33: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (85,134) size 43x25 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (85,134) size 42x25 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 33x18
</span><span class="cx">                 text run at (4,4) width 33: &quot;ridge&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t170602bdrconflctw94dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-94-d-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-94-d-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-94-d-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 322x18
</span><span class="cx">           text run at (0,0) width 322: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 147x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 142x165
-          RenderTableRow {TR} at (0,0) size 142x55
-            RenderTableCell {TD} at (0,15) size 48x25 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 146x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 141x165
+          RenderTableRow {TR} at (0,0) size 141x55
+            RenderTableCell {TD} at (0,15) size 47x25 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (47,15) size 48x25 [border: (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,15) size 47x25 [border: (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (94,15) size 48x25 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (94,15) size 47x25 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,55) size 142x55
-            RenderTableCell {TD} at (0,70) size 48x25 [border: (3px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,55) size 141x55
+            RenderTableCell {TD} at (0,70) size 47x25 [border: (3px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (47,70) size 48x25 [border: (3px none #FF0000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,70) size 47x25 [border: (3px none #FF0000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x18
</span><span class="cx">                 text run at (4,4) width 32: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (94,70) size 48x25 [border: (3px dotted #00FF00)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (94,70) size 47x25 [border: (3px dotted #00FF00)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,110) size 142x55
-            RenderTableCell {TD} at (0,125) size 48x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,110) size 141x55
+            RenderTableCell {TD} at (0,125) size 47x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (47,125) size 48x25 [border: (3px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,125) size 47x25 [border: (3px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (94,125) size 48x25 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (94,125) size 47x25 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 40x18
</span><span class="cx">                 text run at (4,4) width 40: &quot;dotted&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21tablestableanonymousobjects177expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-177-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-177-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-177-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x37
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x37
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x37
</span><del>-            RenderTableCell {span} at (0,0) size 17x37 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x37 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 16x37
</span><span class="cx">                 text run at (0,0) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x37 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21tablestableanonymousobjects178expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-178-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-178-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-178-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x37
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x37
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x37
</span><del>-            RenderTableCell {span} at (0,0) size 17x37 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x37 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 16x37
</span><span class="cx">                 text run at (0,0) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x37 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21tablestableanonymousobjects179expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-179-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-179-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-179-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x37
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x37
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x37
</span><del>-            RenderTableCell {span} at (0,0) size 17x37 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x37 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 16x37
</span><span class="cx">                 text run at (0,0) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x37 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21tablestableanonymousobjects180expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-180-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-180-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-180-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x37
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x37
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x37
</span><del>-            RenderTableCell {span} at (0,0) size 17x37 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x37 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 16x37
</span><span class="cx">                 text run at (0,0) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x37 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21tablestableanonymousobjects181expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-181-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-181-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-181-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,17 +4,17 @@
</span><span class="cx">   RenderBlock {html} at (0,0) size 800x8
</span><span class="cx">     RenderBody {body} at (8,8) size 784x0
</span><span class="cx"> layer at (8,0) size 20x18
</span><del>-  RenderBlock (positioned) zI: 1 {div} at (8,0) size 21x18 [color=#FF0000]
-    RenderInline {span} at (0,0) size 21x18
-      RenderTable at (0,0) size 9x18
-        RenderTableSection (anonymous) at (0,0) size 9x18
-          RenderTableRow (anonymous) at (0,0) size 9x18
-            RenderTableCell {span} at (0,0) size 9x18 [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderBlock (positioned) zI: 1 {div} at (8,0) size 20x18 [color=#FF0000]
+    RenderInline {span} at (0,0) size 20x18
+      RenderTable at (0,0) size 8x18
+        RenderTableSection (anonymous) at (0,0) size 8x18
+          RenderTableRow (anonymous) at (0,0) size 8x18
+            RenderTableCell {span} at (0,0) size 8x18 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 8x18
</span><span class="cx">                 text run at (0,0) width 8: &quot;b&quot;
</span><del>-      RenderInline (generated) at (0,0) size 13x18
-        RenderText at (8,0) size 13x18
-          text run at (8,0) width 13: &quot; d&quot;
</del><ins>+      RenderInline (generated) at (0,0) size 12x18
+        RenderText at (8,0) size 12x18
+          text run at (8,0) width 12: &quot; d&quot;
</ins><span class="cx">     RenderText zI: 1 {#text} at (0,0) size 0x0
</span><span class="cx"> layer at (8,0) size 20x18
</span><span class="cx">   RenderBlock (positioned) zI: 2 {div} at (8,0) size 20x18 [color=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21tablestableanonymousobjects189expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-189-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-189-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-189-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x37
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x37
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x37
</span><del>-            RenderTableCell {span} at (0,0) size 17x37 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x37 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 16x37
</span><span class="cx">                 text run at (0,0) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x37 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21tablestableanonymousobjects190expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-190-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-190-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-190-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x37
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x37
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x37
</span><del>-            RenderTableCell {span} at (0,0) size 17x37 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x37 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 16x37
</span><span class="cx">                 text run at (0,0) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x37 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21tablestableanonymousobjects191expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-191-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-191-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-191-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x37
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x37
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x37
</span><del>-            RenderTableCell {span} at (0,0) size 17x37 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x37 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 16x37
</span><span class="cx">                 text run at (0,0) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x37 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21tablestableanonymousobjects192expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-192-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-192-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-192-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x37
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x37
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x37
</span><del>-            RenderTableCell {span} at (0,0) size 17x37 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x37 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 16x37
</span><span class="cx">                 text run at (0,0) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x37 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21tablestableanonymousobjects193expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-193-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-193-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-193-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x37
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x37
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x37
</span><del>-            RenderTableCell {span} at (0,0) size 17x37 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x37 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 16x37
</span><span class="cx">                 text run at (0,0) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x37 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21tablestableanonymousobjects194expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-194-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-194-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-194-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x37
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x37
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x37
</span><del>-            RenderTableCell {span} at (0,0) size 17x37 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x37 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 16x37
</span><span class="cx">                 text run at (0,0) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x37 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21tablestableanonymousobjects195expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-195-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-195-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-195-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x37
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x37
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x37
</span><del>-            RenderTableCell {span} at (0,0) size 17x37 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x37 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 16x37
</span><span class="cx">                 text run at (0,0) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x37 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21tablestableanonymousobjects196expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-196-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-196-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-196-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx">       RenderTable at (23,1) size 31x37
</span><span class="cx">         RenderTableSection (anonymous) at (0,0) size 31x37
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 31x37
</span><del>-            RenderTableCell {span} at (0,0) size 17x37 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {span} at (0,0) size 16x37 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 16x37
</span><span class="cx">                 text run at (0,0) width 16: &quot;b&quot;
</span><span class="cx">             RenderTableCell {span} at (16,0) size 15x37 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21tablestableanonymousobjects205expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-205-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-205-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-205-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -22,9 +22,9 @@
</span><span class="cx">               RenderText {#text} at (0,0) size 39x37
</span><span class="cx">                 text run at (0,0) width 39: &quot;bc &quot;
</span><span class="cx">       RenderTable at (61,1) size 17x37
</span><del>-        RenderTableSection (anonymous) at (0,0) size 17x37
-          RenderTableRow (anonymous) at (0,0) size 17x37
-            RenderTableCell (anonymous) at (0,0) size 17x37 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection (anonymous) at (0,0) size 16x37
+          RenderTableRow (anonymous) at (0,0) size 16x37
+            RenderTableCell (anonymous) at (0,0) size 16x37 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText at (0,0) size 16x37
</span><span class="cx">                 text run at (0,0) width 16: &quot;d&quot;
</span><span class="cx">     RenderText zI: 1 {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21tablestableanonymousobjects206expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-206-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-206-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css2.1/tables/table-anonymous-objects-206-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -26,9 +26,9 @@
</span><span class="cx">               RenderText {#text} at (0,0) size 39x37
</span><span class="cx">                 text run at (0,0) width 39: &quot;bc &quot;
</span><span class="cx">       RenderTable at (61,1) size 17x37
</span><del>-        RenderTableSection (anonymous) at (0,0) size 17x37
-          RenderTableRow (anonymous) at (0,0) size 17x37
-            RenderTableCell (anonymous) at (0,0) size 17x37 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection (anonymous) at (0,0) size 16x37
+          RenderTableRow (anonymous) at (0,0) size 16x37
+            RenderTableCell (anonymous) at (0,0) size 16x37 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText at (0,0) size 16x37
</span><span class="cx">                 text run at (0,0) width 16: &quot;d&quot;
</span><span class="cx">     RenderText zI: 2 {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3css3modsel33expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/css3-modsel-33-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/css3-modsel-33-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css3/css3-modsel-33-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,30 +7,30 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 125x76 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 123x74
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 123x22
</span><del>-              RenderTableCell {TD} at (2,2) size 25x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 24x22 [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;1.1&quot;
</span><del>-              RenderTableCell {TD} at (28,2) size 25x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,2) size 24x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x18
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><span class="cx">               RenderTableCell {TD} at (54,2) size 67x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,26) size 123x22
</span><del>-              RenderTableCell {TD} at (2,26) size 25x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,26) size 24x22 [border: (1px inset #808080)] [r=1 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;2.1&quot;
</span><del>-              RenderTableCell {TD} at (28,26) size 25x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,26) size 24x22 [border: (1px inset #808080)] [r=1 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;2.2&quot;
</span><span class="cx">               RenderTableCell {TD} at (54,26) size 67x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,50) size 123x22
</span><del>-              RenderTableCell {TD} at (2,50) size 25x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,50) size 24x22 [border: (1px inset #808080)] [r=2 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;3.1&quot;
</span><del>-              RenderTableCell {TD} at (28,50) size 25x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,50) size 24x22 [border: (1px inset #808080)] [r=2 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;3.2&quot;
</span><span class="cx">               RenderTableCell {TD} at (54,50) size 67x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel29expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-29-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-29-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-29-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx">         RenderTable {TABLE} at (0,164) size 340x76 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 338x74
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 338x22
</span><del>-              RenderTableCell {TD} at (2,2) size 25x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 24x22 [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;1.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,2) size 67x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,26) size 338x22
</span><del>-              RenderTableCell {TD} at (2,26) size 25x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,26) size 24x22 [border: (1px inset #808080)] [r=1 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;2.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,26) size 67x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,50) size 338x22
</span><del>-              RenderTableCell {TD} at (2,50) size 25x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,50) size 24x22 [border: (1px inset #808080)] [r=2 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;3.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,50) size 67x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel29bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-29b-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-29b-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-29b-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx">         RenderTable {TABLE} at (0,164) size 340x76 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 338x74
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 338x22
</span><del>-              RenderTableCell {TD} at (2,2) size 25x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 24x22 [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;1.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,2) size 67x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,26) size 338x22
</span><del>-              RenderTableCell {TD} at (2,26) size 25x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,26) size 24x22 [border: (1px inset #808080)] [r=1 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;2.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,26) size 67x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,50) size 338x22
</span><del>-              RenderTableCell {TD} at (2,50) size 25x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,50) size 24x22 [border: (1px inset #808080)] [r=2 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;3.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,50) size 67x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel33expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-33-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-33-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-33-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,30 +7,30 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 125x76 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 123x74
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 123x22
</span><del>-              RenderTableCell {TD} at (2,2) size 25x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 24x22 [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;1.1&quot;
</span><del>-              RenderTableCell {TD} at (28,2) size 25x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,2) size 24x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x18
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><span class="cx">               RenderTableCell {TD} at (54,2) size 67x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,26) size 123x22
</span><del>-              RenderTableCell {TD} at (2,26) size 25x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,26) size 24x22 [border: (1px inset #808080)] [r=1 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;2.1&quot;
</span><del>-              RenderTableCell {TD} at (28,26) size 25x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,26) size 24x22 [border: (1px inset #808080)] [r=1 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;2.2&quot;
</span><span class="cx">               RenderTableCell {TD} at (54,26) size 67x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,50) size 123x22
</span><del>-              RenderTableCell {TD} at (2,50) size 25x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,50) size 24x22 [border: (1px inset #808080)] [r=2 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;3.1&quot;
</span><del>-              RenderTableCell {TD} at (28,50) size 25x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,50) size 24x22 [border: (1px inset #808080)] [r=2 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;3.2&quot;
</span><span class="cx">               RenderTableCell {TD} at (54,50) size 67x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel73expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-73-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-73-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-73-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx">         RenderTable {TABLE} at (0,164) size 426x76 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 424x74
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 424x22
</span><del>-              RenderTableCell {TD} at (2,2) size 25x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 24x22 [border: (1px solid #000000)] [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;1.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,2) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,26) size 424x22
</span><del>-              RenderTableCell {TD} at (2,26) size 25x22 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,26) size 24x22 [border: (1px solid #000000)] [r=1 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;2.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,26) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,50) size 424x22
</span><del>-              RenderTableCell {TD} at (2,50) size 25x22 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,50) size 24x22 [border: (1px solid #000000)] [r=2 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;3.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,50) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel73bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-73b-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-73b-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-73b-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx">         RenderTable {TABLE} at (0,164) size 426x76 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 424x74
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 424x22
</span><del>-              RenderTableCell {TD} at (2,2) size 25x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 24x22 [border: (1px solid #000000)] [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;1.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,2) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,26) size 424x22
</span><del>-              RenderTableCell {TD} at (2,26) size 25x22 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,26) size 24x22 [border: (1px solid #000000)] [r=1 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;2.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,26) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,50) size 424x22
</span><del>-              RenderTableCell {TD} at (2,50) size 25x22 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,50) size 24x22 [border: (1px solid #000000)] [r=2 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;3.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,50) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel77expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-77-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-77-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-77-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 168x76 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 166x74
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 166x22
</span><del>-              RenderTableCell {TD} at (2,2) size 25x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 24x22 [border: (1px solid #000000)] [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;1.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,2) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,26) size 166x22
</span><del>-              RenderTableCell {TD} at (2,26) size 25x22 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,26) size 24x22 [border: (1px solid #000000)] [r=1 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;2.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,26) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,50) size 166x22
</span><del>-              RenderTableCell {TD} at (2,50) size 25x22 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,50) size 24x22 [border: (1px solid #000000)] [r=2 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;3.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,50) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel77bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-77b-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-77b-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-77b-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 168x76 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 166x74
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 166x22
</span><del>-              RenderTableCell {TD} at (2,2) size 25x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 24x22 [border: (1px solid #000000)] [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;1.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,2) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,26) size 166x22
</span><del>-              RenderTableCell {TD} at (2,26) size 25x22 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,26) size 24x22 [border: (1px solid #000000)] [r=1 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;2.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,26) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,50) size 166x22
</span><del>-              RenderTableCell {TD} at (2,50) size 25x22 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,50) size 24x22 [border: (1px solid #000000)] [r=2 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;3.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,50) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel29expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-29-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-29-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-29-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx">         RenderTable {table} at (0,164) size 340x76 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection (anonymous) at (1,1) size 338x74
</span><span class="cx">             RenderTableRow {tr} at (0,2) size 338x22
</span><del>-              RenderTableCell {td} at (2,2) size 25x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,2) size 24x22 [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;1.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,2) size 67x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,26) size 338x22
</span><del>-              RenderTableCell {td} at (2,26) size 25x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,26) size 24x22 [border: (1px inset #808080)] [r=1 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;2.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,26) size 67x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,50) size 338x22
</span><del>-              RenderTableCell {td} at (2,50) size 25x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,50) size 24x22 [border: (1px inset #808080)] [r=2 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;3.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,50) size 67x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel29bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-29b-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-29b-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-29b-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx">         RenderTable {table} at (0,164) size 340x76 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection (anonymous) at (1,1) size 338x74
</span><span class="cx">             RenderTableRow {tr} at (0,2) size 338x22
</span><del>-              RenderTableCell {td} at (2,2) size 25x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,2) size 24x22 [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;1.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,2) size 67x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,26) size 338x22
</span><del>-              RenderTableCell {td} at (2,26) size 25x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,26) size 24x22 [border: (1px inset #808080)] [r=1 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;2.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,26) size 67x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,50) size 338x22
</span><del>-              RenderTableCell {td} at (2,50) size 25x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,50) size 24x22 [border: (1px inset #808080)] [r=2 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;3.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,50) size 67x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel33expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-33-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-33-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-33-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,30 +7,30 @@
</span><span class="cx">         RenderTable {table} at (0,0) size 125x76 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection (anonymous) at (1,1) size 123x74
</span><span class="cx">             RenderTableRow {tr} at (0,2) size 123x22
</span><del>-              RenderTableCell {td} at (2,2) size 25x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,2) size 24x22 [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;1.1&quot;
</span><del>-              RenderTableCell {td} at (28,2) size 25x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,2) size 24x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x18
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><span class="cx">               RenderTableCell {td} at (54,2) size 67x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,26) size 123x22
</span><del>-              RenderTableCell {td} at (2,26) size 25x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,26) size 24x22 [border: (1px inset #808080)] [r=1 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;2.1&quot;
</span><del>-              RenderTableCell {td} at (28,26) size 25x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,26) size 24x22 [border: (1px inset #808080)] [r=1 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;2.2&quot;
</span><span class="cx">               RenderTableCell {td} at (54,26) size 67x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,50) size 123x22
</span><del>-              RenderTableCell {td} at (2,50) size 25x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,50) size 24x22 [border: (1px inset #808080)] [r=2 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;3.1&quot;
</span><del>-              RenderTableCell {td} at (28,50) size 25x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,50) size 24x22 [border: (1px inset #808080)] [r=2 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;3.2&quot;
</span><span class="cx">               RenderTableCell {td} at (54,50) size 67x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel73expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-73-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-73-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-73-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx">         RenderTable {table} at (0,164) size 426x76 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection (anonymous) at (1,1) size 424x74
</span><span class="cx">             RenderTableRow {tr} at (0,2) size 424x22
</span><del>-              RenderTableCell {td} at (2,2) size 25x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,2) size 24x22 [border: (1px solid #000000)] [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;1.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,2) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,26) size 424x22
</span><del>-              RenderTableCell {td} at (2,26) size 25x22 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,26) size 24x22 [border: (1px solid #000000)] [r=1 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;2.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,26) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,50) size 424x22
</span><del>-              RenderTableCell {td} at (2,50) size 25x22 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,50) size 24x22 [border: (1px solid #000000)] [r=2 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;3.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,50) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel73bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-73b-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-73b-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-73b-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx">         RenderTable {table} at (0,164) size 426x76 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection (anonymous) at (1,1) size 424x74
</span><span class="cx">             RenderTableRow {tr} at (0,2) size 424x22
</span><del>-              RenderTableCell {td} at (2,2) size 25x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,2) size 24x22 [border: (1px solid #000000)] [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;1.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,2) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,26) size 424x22
</span><del>-              RenderTableCell {td} at (2,26) size 25x22 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,26) size 24x22 [border: (1px solid #000000)] [r=1 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;2.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,26) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,50) size 424x22
</span><del>-              RenderTableCell {td} at (2,50) size 25x22 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,50) size 24x22 [border: (1px solid #000000)] [r=2 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;3.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,50) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel77expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-77-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-77-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-77-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderTable {table} at (0,0) size 168x76 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection (anonymous) at (1,1) size 166x74
</span><span class="cx">             RenderTableRow {tr} at (0,2) size 166x22
</span><del>-              RenderTableCell {td} at (2,2) size 25x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,2) size 24x22 [border: (1px solid #000000)] [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;1.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,2) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,26) size 166x22
</span><del>-              RenderTableCell {td} at (2,26) size 25x22 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,26) size 24x22 [border: (1px solid #000000)] [r=1 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;2.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,26) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,50) size 166x22
</span><del>-              RenderTableCell {td} at (2,50) size 25x22 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,50) size 24x22 [border: (1px solid #000000)] [r=2 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;3.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,50) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel77bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-77b-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-77b-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-77b-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderTable {table} at (0,0) size 168x76 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection (anonymous) at (1,1) size 166x74
</span><span class="cx">             RenderTableRow {tr} at (0,2) size 166x22
</span><del>-              RenderTableCell {td} at (2,2) size 25x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,2) size 24x22 [border: (1px solid #000000)] [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;1.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,2) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,26) size 166x22
</span><del>-              RenderTableCell {td} at (2,26) size 25x22 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,26) size 24x22 [border: (1px solid #000000)] [r=1 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;2.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,26) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {tr} at (0,50) size 166x22
</span><del>-              RenderTableCell {td} at (2,50) size 25x22 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (2,50) size 24x22 [border: (1px solid #000000)] [r=2 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;3.1&quot;
</span><span class="cx">               RenderTableCell {td} at (28,50) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel29expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-29-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-29-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-29-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -119,7 +119,7 @@
</span><span class="cx">       RenderTable {table} at (0,164) size 340x76 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 338x74
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 338x22
</span><del>-            RenderTableCell {td} at (2,2) size 25x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 24x22 [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;1.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,2) size 67x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -144,7 +144,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,26) size 338x22
</span><del>-            RenderTableCell {td} at (2,26) size 25x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,26) size 24x22 [border: (1px inset #808080)] [r=1 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;2.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,26) size 67x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -169,7 +169,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,50) size 338x22
</span><del>-            RenderTableCell {td} at (2,50) size 25x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,50) size 24x22 [border: (1px inset #808080)] [r=2 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;3.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,50) size 67x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel29bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-29b-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-29b-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-29b-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -119,7 +119,7 @@
</span><span class="cx">       RenderTable {table} at (0,164) size 340x76 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 338x74
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 338x22
</span><del>-            RenderTableCell {td} at (2,2) size 25x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 24x22 [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;1.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,2) size 67x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -144,7 +144,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,26) size 338x22
</span><del>-            RenderTableCell {td} at (2,26) size 25x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,26) size 24x22 [border: (1px inset #808080)] [r=1 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;2.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,26) size 67x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -169,7 +169,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,50) size 338x22
</span><del>-            RenderTableCell {td} at (2,50) size 25x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,50) size 24x22 [border: (1px inset #808080)] [r=2 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;3.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,50) size 67x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel33expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-33-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-33-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-33-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,30 +6,30 @@
</span><span class="cx">       RenderTable {table} at (0,0) size 125x76 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 123x74
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 123x22
</span><del>-            RenderTableCell {td} at (2,2) size 25x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 24x22 [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;1.1&quot;
</span><del>-            RenderTableCell {td} at (28,2) size 25x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,2) size 24x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x18
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.2&quot;
</span><span class="cx">             RenderTableCell {td} at (54,2) size 67x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,26) size 123x22
</span><del>-            RenderTableCell {td} at (2,26) size 25x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,26) size 24x22 [border: (1px inset #808080)] [r=1 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;2.1&quot;
</span><del>-            RenderTableCell {td} at (28,26) size 25x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,26) size 24x22 [border: (1px inset #808080)] [r=1 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;2.2&quot;
</span><span class="cx">             RenderTableCell {td} at (54,26) size 67x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,50) size 123x22
</span><del>-            RenderTableCell {td} at (2,50) size 25x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,50) size 24x22 [border: (1px inset #808080)] [r=2 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;3.1&quot;
</span><del>-            RenderTableCell {td} at (28,50) size 25x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,50) size 24x22 [border: (1px inset #808080)] [r=2 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;3.2&quot;
</span><span class="cx">             RenderTableCell {td} at (54,50) size 67x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel73expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-73-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-73-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-73-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -119,7 +119,7 @@
</span><span class="cx">       RenderTable {table} at (0,164) size 426x76 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 424x74
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 424x22
</span><del>-            RenderTableCell {td} at (2,2) size 25x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 24x22 [border: (1px solid #000000)] [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;1.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,2) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -144,7 +144,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,26) size 424x22
</span><del>-            RenderTableCell {td} at (2,26) size 25x22 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,26) size 24x22 [border: (1px solid #000000)] [r=1 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;2.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,26) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -169,7 +169,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,50) size 424x22
</span><del>-            RenderTableCell {td} at (2,50) size 25x22 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,50) size 24x22 [border: (1px solid #000000)] [r=2 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;3.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,50) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel73bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-73b-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-73b-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-73b-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -119,7 +119,7 @@
</span><span class="cx">       RenderTable {table} at (0,164) size 426x76 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 424x74
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 424x22
</span><del>-            RenderTableCell {td} at (2,2) size 25x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 24x22 [border: (1px solid #000000)] [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;1.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,2) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -144,7 +144,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,26) size 424x22
</span><del>-            RenderTableCell {td} at (2,26) size 25x22 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,26) size 24x22 [border: (1px solid #000000)] [r=1 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;2.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,26) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -169,7 +169,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,50) size 424x22
</span><del>-            RenderTableCell {td} at (2,50) size 25x22 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,50) size 24x22 [border: (1px solid #000000)] [r=2 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;3.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,50) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel77expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-77-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-77-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-77-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {table} at (0,0) size 168x76 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 166x74
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 166x22
</span><del>-            RenderTableCell {td} at (2,2) size 25x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 24x22 [border: (1px solid #000000)] [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;1.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,2) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,26) size 166x22
</span><del>-            RenderTableCell {td} at (2,26) size 25x22 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,26) size 24x22 [border: (1px solid #000000)] [r=1 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;2.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,26) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,50) size 166x22
</span><del>-            RenderTableCell {td} at (2,50) size 25x22 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,50) size 24x22 [border: (1px solid #000000)] [r=2 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;3.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,50) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel77bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-77b-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-77b-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-77b-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {table} at (0,0) size 168x76 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 166x74
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 166x22
</span><del>-            RenderTableCell {td} at (2,2) size 25x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 24x22 [border: (1px solid #000000)] [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;1.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,2) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,26) size 166x22
</span><del>-            RenderTableCell {td} at (2,26) size 25x22 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,26) size 24x22 [border: (1px solid #000000)] [r=1 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;2.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,26) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                 text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,50) size 166x22
</span><del>-            RenderTableCell {td} at (2,50) size 25x22 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,50) size 24x22 [border: (1px solid #000000)] [r=2 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;3.1&quot;
</span><span class="cx">             RenderTableCell {td} at (28,50) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingdeleting4922367expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/deleting/4922367-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/deleting/4922367-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/editing/deleting/4922367-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,13 +10,13 @@
</span><span class="cx">           text run at (0,18) width 176: &quot;with the caret just before it.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,52) size 784x28
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 784x28
</span><del>-          RenderTable {TABLE} at (0,0) size 33x28 [border: (1px solid #BBBBBB)]
-            RenderTableSection {TBODY} at (1,1) size 31x26
-              RenderTableRow {TR} at (0,2) size 31x22
-                RenderTableCell {TD} at (2,2) size 13x22 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTable {TABLE} at (0,0) size 32x28 [border: (1px solid #BBBBBB)]
+            RenderTableSection {TBODY} at (1,1) size 30x26
+              RenderTableRow {TR} at (0,2) size 30x22
+                RenderTableCell {TD} at (2,2) size 12x22 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                     text run at (2,2) width 8: &quot;1&quot;
</span><del>-                RenderTableCell {TD} at (16,2) size 13x22 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (16,2) size 12x22 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                     text run at (2,2) width 8: &quot;2&quot;
</span><span class="cx">           RenderBlock (anonymous) at (0,28) size 784x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingdeleting5126166expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/deleting/5126166-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/deleting/5126166-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/editing/deleting/5126166-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,16 +9,16 @@
</span><span class="cx">           text run at (425,0) width 321: &quot;No merging should happen, only editable selected&quot;
</span><span class="cx">           text run at (0,18) width 177: &quot;content should be removed.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,52) size 784x56
</span><del>-        RenderTable {TABLE} at (0,0) size 17x28 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 15x26
-            RenderTableRow {TR} at (0,2) size 15x22
-              RenderTableCell {TD} at (2,11) size 5x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (8,2) size 5x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 16x28 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 14x26
+            RenderTableRow {TR} at (0,2) size 14x22
+              RenderTableCell {TD} at (2,11) size 4x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (8,2) size 4x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x18
</span><span class="cx">         RenderTable {TABLE} at (0,28) size 359x28 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 357x26
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 357x22
</span><del>-              RenderTableCell {TD} at (2,11) size 5x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,11) size 4x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTableCell {TD} at (8,2) size 347x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 343x18
</span><span class="cx">                   text run at (2,2) width 343: &quot;There should be one empty cell to the left of this one.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingdeleting51441392expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/deleting/5144139-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/deleting/5144139-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/editing/deleting/5144139-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,16 +10,16 @@
</span><span class="cx">           text run at (189,18) width 255: &quot;You should see two ToDos, one empty. &quot;
</span><span class="cx">           text run at (443,18) width 275: &quot;The caret should be just before the second.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,52) size 784x50
</span><del>-        RenderTable {TABLE} at (0,0) size 132x25
-          RenderTableSection {TBODY} at (0,0) size 132x25
-            RenderTableRow {TR} at (0,2) size 132x21
</del><ins>+        RenderTable {TABLE} at (0,0) size 131x25
+          RenderTableSection {TBODY} at (0,0) size 131x25
+            RenderTableRow {TR} at (0,2) size 131x21
</ins><span class="cx">               RenderTableCell {TD} at (2,2) size 18x21 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (1,1) size 16x18
</span><span class="cx">                   text run at (1,1) width 16: &quot;\x{21D2}&quot;
</span><span class="cx">               RenderTableCell {TD} at (21,2) size 94x21 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (1,1) size 91x19
</span><span class="cx">                   text run at (1,2) width 91: &quot;ToDo Content&quot;
</span><del>-              RenderTableCell {TD} at (116,2) size 14x21 [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (116,2) size 13x21 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,2) size 11x18
</span><span class="cx">                   text run at (1,2) width 11: &quot;\x{21E3}&quot;
</span><span class="cx">         RenderTable {TABLE} at (0,25) size 41x25
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingdeleting52063111expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/deleting/5206311-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/deleting/5206311-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/editing/deleting/5206311-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,55 +12,55 @@
</span><span class="cx">             text run at (356,0) width 424: &quot;This demonstrates a bug: the two cells that contained the ends&quot;
</span><span class="cx">             text run at (0,18) width 655: &quot;of the selection aren't given a placeholder and so appear differently than the other emptied cells.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,52) size 784x52
</span><del>-        RenderTable {TABLE} at (0,0) size 39x52 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 37x50
-            RenderTableRow {TR} at (0,2) size 37x22
-              RenderTableCell {TD} at (2,2) size 13x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 38x52 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 36x50
+            RenderTableRow {TR} at (0,2) size 36x22
+              RenderTableCell {TD} at (2,2) size 12x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;1&quot;
</span><del>-              RenderTableCell {TD} at (16,2) size 5x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,2) size 4x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x18
</span><del>-              RenderTableCell {TD} at (22,2) size 13x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (22,2) size 12x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x18
</span><del>-            RenderTableRow {TR} at (0,26) size 37x22
-              RenderTableCell {TD} at (2,26) size 13x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,26) size 36x22
+              RenderTableCell {TD} at (2,26) size 12x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x18
</span><del>-              RenderTableCell {TD} at (16,26) size 5x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,26) size 4x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x18
</span><del>-              RenderTableCell {TD} at (22,26) size 13x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (22,26) size 12x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;9&quot;
</span><span class="cx">       RenderBlock {P} at (0,120) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 607x18
</span><span class="cx">           text run at (0,0) width 607: &quot;This empties a row (the second), but it still contains the selection and so shouldn't be removed.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,154) size 784x76
</span><del>-        RenderTable {TABLE} at (0,0) size 47x76 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 45x74
-            RenderTableRow {TR} at (0,2) size 45x22
-              RenderTableCell {TD} at (2,2) size 13x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 46x76 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 44x74
+            RenderTableRow {TR} at (0,2) size 44x22
+              RenderTableCell {TD} at (2,2) size 12x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;1&quot;
</span><del>-              RenderTableCell {TD} at (16,2) size 13x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,2) size 12x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;2&quot;
</span><del>-              RenderTableCell {TD} at (30,2) size 13x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,2) size 12x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;3&quot;
</span><del>-            RenderTableRow {TR} at (0,26) size 45x22
-              RenderTableCell {TD} at (2,26) size 13x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,26) size 44x22
+              RenderTableCell {TD} at (2,26) size 12x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x18
</span><del>-              RenderTableCell {TD} at (16,26) size 13x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,26) size 12x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x18
</span><del>-              RenderTableCell {TD} at (30,26) size 13x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,26) size 12x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x18
</span><del>-            RenderTableRow {TR} at (0,50) size 45x22
-              RenderTableCell {TD} at (2,50) size 13x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,50) size 44x22
+              RenderTableCell {TD} at (2,50) size 12x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;7&quot;
</span><del>-              RenderTableCell {TD} at (16,50) size 13x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,50) size 12x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;8&quot;
</span><del>-              RenderTableCell {TD} at (30,50) size 13x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,50) size 12x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;9&quot;
</span><span class="cx">       RenderBlock {P} at (0,246) size 784x18
</span><span class="lines">@@ -71,24 +71,24 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 40x18
</span><span class="cx">             text run at (0,0) width 36: &quot;Hello&quot;
</span><span class="cx">             text run at (35,0) width 5: &quot; &quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 47x52 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 45x50
-            RenderTableRow {TR} at (0,2) size 45x22
-              RenderTableCell {TD} at (2,2) size 13x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,18) size 46x52 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 44x50
+            RenderTableRow {TR} at (0,2) size 44x22
+              RenderTableCell {TD} at (2,2) size 12x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x18
</span><del>-              RenderTableCell {TD} at (16,2) size 13x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,2) size 12x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x18
</span><del>-              RenderTableCell {TD} at (30,2) size 13x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,2) size 12x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;6&quot;
</span><del>-            RenderTableRow {TR} at (0,26) size 45x22
-              RenderTableCell {TD} at (2,26) size 13x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,26) size 44x22
+              RenderTableCell {TD} at (2,26) size 12x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;7&quot;
</span><del>-              RenderTableCell {TD} at (16,26) size 13x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,26) size 12x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;8&quot;
</span><del>-              RenderTableCell {TD} at (30,26) size 13x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,26) size 12x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;9&quot;
</span><span class="cx"> caret: position 6 of child 0 {#text} of child 1 {DIV} of child 14 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingdeleting54338622expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/deleting/5433862-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/deleting/5433862-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/editing/deleting/5433862-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,37 +9,37 @@
</span><span class="cx">           text run at (590,0) width 184: &quot;There should be five rows in&quot;
</span><span class="cx">           text run at (0,18) width 290: &quot;the table below, before and after the deletion.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,52) size 784x132
</span><del>-        RenderTable {TABLE} at (0,0) size 111x132 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 109x130
-            RenderTableRow {TR} at (0,2) size 109x30
</del><ins>+        RenderTable {TABLE} at (0,0) size 110x132 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 108x130
+            RenderTableRow {TR} at (0,2) size 108x30
</ins><span class="cx">               RenderTableCell {TD} at (2,2) size 34x30 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderBR {BR} at (6,6) size 0x18
</span><span class="cx">               RenderTableCell {TD} at (37,2) size 33x30 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderBR {BR} at (6,6) size 0x18
</span><del>-              RenderTableCell {TD} at (71,2) size 36x30 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (71,2) size 35x30 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (6,6) size 0x18
</span><del>-            RenderTableRow {TR} at (0,34) size 109x30
</del><ins>+            RenderTableRow {TR} at (0,34) size 108x30
</ins><span class="cx">               RenderTableCell {TD} at (2,34) size 34x30 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (6,6) size 22x18
</span><span class="cx">                   text run at (6,6) width 22: &quot;foo&quot;
</span><span class="cx">               RenderTableCell {TD} at (37,34) size 33x30 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (6,6) size 21x18
</span><span class="cx">                   text run at (6,6) width 21: &quot;bar&quot;
</span><del>-              RenderTableCell {TD} at (71,34) size 36x30 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (71,34) size 35x30 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (6,6) size 23x18
</span><span class="cx">                   text run at (6,6) width 23: &quot;baz&quot;
</span><del>-            RenderTableRow {TR} at (0,66) size 109x30
</del><ins>+            RenderTableRow {TR} at (0,66) size 108x30
</ins><span class="cx">               RenderTableCell {TD} at (2,66) size 34x30 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderBR {BR} at (6,6) size 0x18
</span><span class="cx">               RenderTableCell {TD} at (37,66) size 33x30 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderBR {BR} at (6,6) size 0x18
</span><del>-              RenderTableCell {TD} at (71,66) size 36x30 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (71,66) size 35x30 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (6,6) size 0x18
</span><del>-            RenderTableRow {TR} at (0,98) size 109x30
</del><ins>+            RenderTableRow {TR} at (0,98) size 108x30
</ins><span class="cx">               RenderTableCell {TD} at (2,98) size 34x30 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderBR {BR} at (6,6) size 0x18
</span><span class="cx">               RenderTableCell {TD} at (37,98) size 33x30 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderBR {BR} at (6,6) size 0x18
</span><del>-              RenderTableCell {TD} at (71,98) size 36x30 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (71,98) size 35x30 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (6,6) size 0x18
</span><span class="cx"> caret: position 0 of child 0 {BR} of child 0 {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="trunkLayoutTestsplatformmaceditinginsertingparagraphseparatorintable1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/inserting/paragraph-separator-in-table-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/inserting/paragraph-separator-in-table-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/editing/inserting/paragraph-separator-in-table-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,13 +14,13 @@
</span><span class="cx">           text run at (0,0) width 347: &quot;This tests InsertParagraphSeparator inside table cells. &quot;
</span><span class="cx">           text run at (346,0) width 279: &quot;'Cell' and 'Two' should be on separate lines.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,34) size 784x46
</span><del>-        RenderTable {TABLE} at (0,0) size 105x46 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 103x44
-            RenderTableRow {TR} at (0,2) size 103x40
</del><ins>+        RenderTable {TABLE} at (0,0) size 104x46 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 102x44
+            RenderTableRow {TR} at (0,2) size 102x40
</ins><span class="cx">               RenderTableCell {TD} at (2,11) 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;Cell One&quot;
</span><del>-              RenderTableCell {TD} at (65,2) size 36x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (65,2) size 35x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                   text run at (2,2) width 31: &quot;Cell &quot;
</span><span class="cx">                 RenderBR {BR} at (32,16) size 1x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingpasteboardinnerTextinlinetableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/pasteboard/innerText-inline-table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/pasteboard/innerText-inline-table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/editing/pasteboard/innerText-inline-table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,20 +10,20 @@
</span><span class="cx">         RenderText {#text} at (0,7) size 32x18
</span><span class="cx">           text run at (0,7) width 32: &quot;hello&quot;
</span><span class="cx">         RenderTable {TABLE} at (31,0) size 15x24
</span><del>-          RenderTableSection {TBODY} at (0,0) size 15x24
-            RenderTableRow {TR} at (0,2) size 15x20
-              RenderTableCell {TD} at (2,2) size 11x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (0,0) size 14x24
+            RenderTableRow {TR} at (0,2) size 14x20
+              RenderTableCell {TD} at (2,2) size 10x20 [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;1&quot;
</span><del>-        RenderText {#text} at (46,7) size 38x18
-          text run at (46,7) width 38: &quot;world&quot;
</del><ins>+        RenderText {#text} at (45,7) size 39x18
+          text run at (45,7) width 39: &quot;world&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,43) size 784x25
</span><span class="cx">         RenderText {#text} at (0,7) size 26x18
</span><span class="cx">           text run at (0,7) width 26: &quot;foo &quot;
</span><span class="cx">         RenderTable {TABLE} at (25,0) size 15x24
</span><del>-          RenderTableSection {TBODY} at (0,0) size 15x24
-            RenderTableRow {TR} at (0,2) size 15x20
-              RenderTableCell {TD} at (2,2) size 11x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (0,0) size 14x24
+            RenderTableRow {TR} at (0,2) size 14x20
+              RenderTableCell {TD} at (2,2) size 10x20 [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;2&quot;
</span><span class="cx">         RenderText {#text} at (39,7) size 25x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection36907032expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">           RenderBR {BR} at (392,0) size 0x18
</span><span class="cx">           RenderBR {BR} at (392,18) size 0x18
</span><span class="cx">         RenderBlock {DIV} at (0,55) size 784x105 [border: (2px solid #AAAAFF)]
</span><del>-          RenderTable {TABLE} at (214,2) size 356x23
</del><ins>+          RenderTable {TABLE} at (214,2) size 355x23
</ins><span class="cx">             RenderTableSection {TBODY} at (0,0) size 355x23
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 355x23
</span><span class="cx">                 RenderTableCell {TD} at (0,0) size 355x23 [r=0 c=0 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection3690703expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/3690703-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/3690703-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/editing/selection/3690703-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx">           RenderBR {BR} at (392,0) size 0x18
</span><span class="cx">           RenderBR {BR} at (392,18) size 0x18
</span><span class="cx">         RenderBlock {DIV} at (0,55) size 784x105 [border: (2px solid #AAAAFF)]
</span><del>-          RenderTable {TABLE} at (214,2) size 356x23
</del><ins>+          RenderTable {TABLE} at (214,2) size 355x23
</ins><span class="cx">             RenderTableSection {TBODY} at (0,0) size 355x23
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 355x23
</span><span class="cx">                 RenderTableCell {TD} at (0,0) size 355x23 [r=0 c=0 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection3690719expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/3690719-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/3690719-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/editing/selection/3690719-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">           RenderBR {BR} at (392,0) size 0x18
</span><span class="cx">           RenderBR {BR} at (392,18) size 0x18
</span><span class="cx">         RenderBlock {DIV} at (0,55) size 784x105 [border: (2px solid #AAAAFF)]
</span><del>-          RenderTable {TABLE} at (214,2) size 356x23
</del><ins>+          RenderTable {TABLE} at (214,2) size 355x23
</ins><span class="cx">             RenderTableSection {TBODY} at (0,0) size 355x23
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 355x23
</span><span class="cx">                 RenderTableCell {TD} at (0,0) size 355x23 [r=0 c=0 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection50575062expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/5057506-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/5057506-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/editing/selection/5057506-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,10 +16,10 @@
</span><span class="cx">           text run at (0,54) width 275: &quot;cell, after the last character, and hit delete. &quot;
</span><span class="cx">           text run at (274,54) width 294: &quot;Afterward, the table should contain only 'bar'.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,88) size 784x46
</span><del>-        RenderTable {TABLE} at (0,0) size 111x28 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 109x26
-            RenderTableRow {TR} at (0,2) size 109x22
-              RenderTableCell {TD} at (2,2) size 105x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 110x28 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 108x26
+            RenderTableRow {TR} at (0,2) size 108x22
+              RenderTableCell {TD} at (2,2) size 104x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 22x18
</span><span class="cx">                   RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                     text run at (2,2) width 22: &quot;foo&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection5057506expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/5057506-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/5057506-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/editing/selection/5057506-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,10 +16,10 @@
</span><span class="cx">           text run at (0,54) width 275: &quot;cell, after the last character, and hit delete. &quot;
</span><span class="cx">           text run at (274,54) width 282: &quot;Afterward, the table should contain 'foobar'.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,88) size 784x46
</span><del>-        RenderTable {TABLE} at (0,0) size 111x28 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 109x26
-            RenderTableRow {TR} at (0,2) size 109x22
-              RenderTableCell {TD} at (2,2) size 105x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 110x28 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 108x26
+            RenderTableRow {TR} at (0,2) size 108x22
+              RenderTableCell {TD} at (2,2) size 104x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 22x18
</span><span class="cx">                   RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                     text run at (2,2) width 22: &quot;foo&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection51317161expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/5131716-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/5131716-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/editing/selection/5131716-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">         RenderTable {TABLE} at (26,44) size 91x28 [border: (1px solid #BBBBBB)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 89x26
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 89x22 [border: (1px solid #BBBBBB)]
</span><del>-              RenderTableCell {TD} at (2,2) size 9x22 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 8x22 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 4x18
</span><span class="cx">                   text run at (2,2) width 4: &quot; &quot;
</span><span class="cx">               RenderTableCell {TD} at (12,2) size 75x22 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection51317162expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/5131716-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/5131716-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/editing/selection/5131716-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">         RenderTable {TABLE} at (26,44) size 91x28 [border: (1px solid #BBBBBB)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 89x26
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 89x22 [border: (1px solid #BBBBBB)]
</span><del>-              RenderTableCell {TD} at (2,2) size 9x22 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 8x22 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 4x18
</span><span class="cx">                   text run at (2,2) width 4: &quot; &quot;
</span><span class="cx">               RenderTableCell {TD} at (12,2) size 75x22 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection51317163expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/5131716-3-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/5131716-3-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/editing/selection/5131716-3-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">         RenderTable {TABLE} at (26,44) size 91x28 [border: (1px solid #BBBBBB)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 89x26
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 89x22 [border: (1px solid #BBBBBB)]
</span><del>-              RenderTableCell {TD} at (2,2) size 9x22 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 8x22 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 4x18
</span><span class="cx">                   text run at (2,2) width 4: &quot; &quot;
</span><span class="cx">               RenderTableCell {TD} at (12,2) size 75x22 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection51317164expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/5131716-4-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/5131716-4-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/editing/selection/5131716-4-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">         RenderTable {TABLE} at (26,44) size 91x28 [border: (1px solid #BBBBBB)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 89x26
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 89x22 [border: (1px solid #BBBBBB)]
</span><del>-              RenderTableCell {TD} at (2,2) size 9x22 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 8x22 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 4x18
</span><span class="cx">                   text run at (2,2) width 4: &quot; &quot;
</span><span class="cx">               RenderTableCell {TD} at (12,2) size 75x22 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselectionmovebyline001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/move-by-line-001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/move-by-line-001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/editing/selection/move-by-line-001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,16 +12,16 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x194 [border: (2px solid #FF0000)]
</span><span class="cx">         RenderBlock {DIV} at (14,14) size 756x166
</span><del>-          RenderTable {TABLE} at (0,0) size 65x166 [border: (1px outset #808080)]
-            RenderTableSection {TBODY} at (1,1) size 63x164
-              RenderTableRow {TR} at (0,2) size 63x54
-                RenderTableCell {TD} at (2,2) size 59x54 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTable {TABLE} at (0,0) size 64x166 [border: (1px outset #808080)]
+            RenderTableSection {TBODY} at (1,1) size 62x164
+              RenderTableRow {TR} at (0,2) size 62x54
+                RenderTableCell {TD} at (2,2) size 58x54 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (13,13) size 32x28
</span><span class="cx">                     text run at (13,13) width 32: &quot;foo&quot;
</span><del>-              RenderTableRow {TR} at (0,58) size 63x48
-                RenderTableCell {TD} at (2,69) size 59x26 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderTableRow {TR} at (0,108) size 63x54
-                RenderTableCell {TD} at (2,108) size 59x54 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableRow {TR} at (0,58) size 62x48
+                RenderTableCell {TD} at (2,69) size 58x26 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderTableRow {TR} at (0,108) size 62x54
+                RenderTableCell {TD} at (2,108) size 58x54 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (13,13) size 31x28
</span><span class="cx">                     text run at (13,13) width 31: &quot;bar&quot;
</span><span class="cx"> caret: position 2 of child 1 {TABLE} of child 1 {DIV} of child 1 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselectionselectall004expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/select-all-004-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/select-all-004-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/editing/selection/select-all-004-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,10 +12,10 @@
</span><span class="cx">       RenderBlock (anonymous) at (74,74) size 600x48
</span><span class="cx">         RenderText {#text} at (0,10) size 54x28
</span><span class="cx">           text run at (0,10) width 54: &quot;Hello&quot;
</span><del>-      RenderTable {TABLE} at (74,122) size 7x6
-        RenderTableSection {TBODY} at (0,0) size 7x6
-          RenderTableRow {TR} at (0,2) size 7x2
-            RenderTableCell {TD} at (2,2) size 3x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (74,122) size 6x6
+        RenderTableSection {TBODY} at (0,0) size 6x6
+          RenderTableRow {TR} at (0,2) size 6x2
+            RenderTableCell {TD} at (2,2) size 2x2 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock (anonymous) at (74,128) size 600x48
</span><span class="cx">         RenderBR {BR} at (0,10) size 0x28
</span><span class="cx"> selection start: position 1 of child 2 {#text} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingunsupportedcontenttabletypeafterexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/unsupported-content/table-type-after-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/unsupported-content/table-type-after-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/editing/unsupported-content/table-type-after-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,36 +54,36 @@
</span><span class="cx">           RenderText {#text} at (97,72) size 431x22
</span><span class="cx">             text run at (97,72) width 431: &quot;Typed text should appear after (on the line below) the table.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,238) size 784x108 [border: (2px solid #008000)]
</span><del>-        RenderTable {TABLE} at (2,2) size 47x76 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 45x74
-            RenderTableRow {TR} at (0,2) size 45x22
-              RenderTableCell {TD} at (2,2) size 13x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (2,2) size 46x76 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 44x74
+            RenderTableRow {TR} at (0,2) size 44x22
+              RenderTableCell {TD} at (2,2) size 12x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;1&quot;
</span><del>-              RenderTableCell {TD} at (16,2) size 13x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,2) size 12x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;2&quot;
</span><del>-              RenderTableCell {TD} at (30,2) size 13x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,2) size 12x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;3&quot;
</span><del>-            RenderTableRow {TR} at (0,26) size 45x22
-              RenderTableCell {TD} at (2,26) size 13x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,26) size 44x22
+              RenderTableCell {TD} at (2,26) size 12x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;4&quot;
</span><del>-              RenderTableCell {TD} at (16,26) size 13x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,26) size 12x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;5&quot;
</span><del>-              RenderTableCell {TD} at (30,26) size 13x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,26) size 12x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;6&quot;
</span><del>-            RenderTableRow {TR} at (0,50) size 45x22
-              RenderTableCell {TD} at (2,50) size 13x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,50) size 44x22
+              RenderTableCell {TD} at (2,50) size 12x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;7&quot;
</span><del>-              RenderTableCell {TD} at (16,50) size 13x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,50) size 12x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;8&quot;
</span><del>-              RenderTableCell {TD} at (30,50) size 13x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,50) size 12x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;9&quot;
</span><span class="cx">         RenderBlock (anonymous) at (2,78) size 780x28
</span><span class="lines">@@ -91,36 +91,36 @@
</span><span class="cx">             text run at (0,0) width 36: &quot;xxx&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,356) size 784x108
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 784x108 [border: (2px solid #FF0000)]
</span><del>-          RenderTable {TABLE} at (2,2) size 47x76 [border: (1px outset #808080)]
-            RenderTableSection {TBODY} at (1,1) size 45x74
-              RenderTableRow {TR} at (0,2) size 45x22
-                RenderTableCell {TD} at (2,2) size 13x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTable {TABLE} at (2,2) size 46x76 [border: (1px outset #808080)]
+            RenderTableSection {TBODY} at (1,1) size 44x74
+              RenderTableRow {TR} at (0,2) size 44x22
+                RenderTableCell {TD} at (2,2) size 12x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                     text run at (2,2) width 8: &quot;1&quot;
</span><del>-                RenderTableCell {TD} at (16,2) size 13x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (16,2) size 12x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                     text run at (2,2) width 8: &quot;2&quot;
</span><del>-                RenderTableCell {TD} at (30,2) size 13x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (30,2) size 12x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                     text run at (2,2) width 8: &quot;3&quot;
</span><del>-              RenderTableRow {TR} at (0,26) size 45x22
-                RenderTableCell {TD} at (2,26) size 13x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableRow {TR} at (0,26) size 44x22
+                RenderTableCell {TD} at (2,26) size 12x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                     text run at (2,2) width 8: &quot;4&quot;
</span><del>-                RenderTableCell {TD} at (16,26) size 13x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (16,26) size 12x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                     text run at (2,2) width 8: &quot;5&quot;
</span><del>-                RenderTableCell {TD} at (30,26) size 13x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (30,26) size 12x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                     text run at (2,2) width 8: &quot;6&quot;
</span><del>-              RenderTableRow {TR} at (0,50) size 45x22
-                RenderTableCell {TD} at (2,50) size 13x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableRow {TR} at (0,50) size 44x22
+                RenderTableCell {TD} at (2,50) size 12x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                     text run at (2,2) width 8: &quot;7&quot;
</span><del>-                RenderTableCell {TD} at (16,50) size 13x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (16,50) size 12x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                     text run at (2,2) width 8: &quot;8&quot;
</span><del>-                RenderTableCell {TD} at (30,50) size 13x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (30,50) size 12x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                     text run at (2,2) width 8: &quot;9&quot;
</span><span class="cx">           RenderBlock (anonymous) at (2,78) size 780x28
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingunsupportedcontenttabletypebeforeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/unsupported-content/table-type-before-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/unsupported-content/table-type-before-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/editing/unsupported-content/table-type-before-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -47,36 +47,36 @@
</span><span class="cx">         RenderBlock (anonymous) at (2,2) size 780x28
</span><span class="cx">           RenderText {#text} at (0,0) size 36x28
</span><span class="cx">             text run at (0,0) width 36: &quot;xxx&quot;
</span><del>-        RenderTable {TABLE} at (2,30) size 47x76 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 45x74
-            RenderTableRow {TR} at (0,2) size 45x22
-              RenderTableCell {TD} at (2,2) size 13x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (2,30) size 46x76 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 44x74
+            RenderTableRow {TR} at (0,2) size 44x22
+              RenderTableCell {TD} at (2,2) size 12x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;1&quot;
</span><del>-              RenderTableCell {TD} at (16,2) size 13x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,2) size 12x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;2&quot;
</span><del>-              RenderTableCell {TD} at (30,2) size 13x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,2) size 12x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;3&quot;
</span><del>-            RenderTableRow {TR} at (0,26) size 45x22
-              RenderTableCell {TD} at (2,26) size 13x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,26) size 44x22
+              RenderTableCell {TD} at (2,26) size 12x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;4&quot;
</span><del>-              RenderTableCell {TD} at (16,26) size 13x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,26) size 12x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;5&quot;
</span><del>-              RenderTableCell {TD} at (30,26) size 13x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,26) size 12x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;6&quot;
</span><del>-            RenderTableRow {TR} at (0,50) size 45x22
-              RenderTableCell {TD} at (2,50) size 13x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,50) size 44x22
+              RenderTableCell {TD} at (2,50) size 12x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;7&quot;
</span><del>-              RenderTableCell {TD} at (16,50) size 13x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,50) size 12x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;8&quot;
</span><del>-              RenderTableCell {TD} at (30,50) size 13x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,50) size 12x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;9&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,356) size 784x108
</span><span class="lines">@@ -84,36 +84,36 @@
</span><span class="cx">           RenderBlock (anonymous) at (2,2) size 780x28
</span><span class="cx">             RenderText {#text} at (0,0) size 36x28
</span><span class="cx">               text run at (0,0) width 36: &quot;xxx&quot;
</span><del>-          RenderTable {TABLE} at (2,30) size 47x76 [border: (1px outset #808080)]
-            RenderTableSection {TBODY} at (1,1) size 45x74
-              RenderTableRow {TR} at (0,2) size 45x22
-                RenderTableCell {TD} at (2,2) size 13x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTable {TABLE} at (2,30) size 46x76 [border: (1px outset #808080)]
+            RenderTableSection {TBODY} at (1,1) size 44x74
+              RenderTableRow {TR} at (0,2) size 44x22
+                RenderTableCell {TD} at (2,2) size 12x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                     text run at (2,2) width 8: &quot;1&quot;
</span><del>-                RenderTableCell {TD} at (16,2) size 13x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (16,2) size 12x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                     text run at (2,2) width 8: &quot;2&quot;
</span><del>-                RenderTableCell {TD} at (30,2) size 13x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (30,2) size 12x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                     text run at (2,2) width 8: &quot;3&quot;
</span><del>-              RenderTableRow {TR} at (0,26) size 45x22
-                RenderTableCell {TD} at (2,26) size 13x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableRow {TR} at (0,26) size 44x22
+                RenderTableCell {TD} at (2,26) size 12x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                     text run at (2,2) width 8: &quot;4&quot;
</span><del>-                RenderTableCell {TD} at (16,26) size 13x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (16,26) size 12x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                     text run at (2,2) width 8: &quot;5&quot;
</span><del>-                RenderTableCell {TD} at (30,26) size 13x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (30,26) size 12x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                     text run at (2,2) width 8: &quot;6&quot;
</span><del>-              RenderTableRow {TR} at (0,50) size 45x22
-                RenderTableCell {TD} at (2,50) size 13x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableRow {TR} at (0,50) size 44x22
+                RenderTableCell {TD} at (2,50) size 12x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                     text run at (2,2) width 8: &quot;7&quot;
</span><del>-                RenderTableCell {TD} at (16,50) size 13x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (16,50) size 12x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                     text run at (2,2) width 8: &quot;8&quot;
</span><del>-                RenderTableCell {TD} at (30,50) size 13x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (30,50) size 12x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                     text run at (2,2) width 8: &quot;9&quot;
</span><span class="cx"> caret: position 3 of child 1 {#text} of child 1 {DIV} of child 5 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockbasic016expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/basic/016-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/basic/016-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/basic/016-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -611,7 +611,7 @@
</span><span class="cx">               RenderTableRow {TR} at (0,2) size 94x20
</span><span class="cx">                 RenderTableCell {TD} at (2,2) size 90x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (1,1) size 88x18
</span><del>-                    text run at (1,1) width 5 RTL: &quot;.&quot;
</del><ins>+                    text run at (1,1) width 4 RTL: &quot;.&quot;
</ins><span class="cx">                     text run at (5,1) width 84: &quot;Normal table&quot;
</span><span class="cx">           RenderTable {TABLE} at (311,164) size 143x28 [border: (2px solid #0000FF)]
</span><span class="cx">             RenderTableSection {TBODY} at (2,2) size 139x24
</span><span class="lines">@@ -685,7 +685,7 @@
</span><span class="cx">               RenderTableRow {TR} at (0,2) size 94x20
</span><span class="cx">                 RenderTableCell {TD} at (2,2) size 90x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (1,1) size 88x18
</span><del>-                    text run at (1,1) width 5 RTL: &quot;.&quot;
</del><ins>+                    text run at (1,1) width 4 RTL: &quot;.&quot;
</ins><span class="cx">                     text run at (5,1) width 84: &quot;Normal table&quot;
</span><span class="cx">           RenderTable {TABLE} at (311,164) size 143x28 [border: (2px solid #0000FF)]
</span><span class="cx">             RenderTableSection {TBODY} at (2,2) size 139x24
</span><span class="lines">@@ -759,7 +759,7 @@
</span><span class="cx">               RenderTableRow {TR} at (0,2) size 94x20
</span><span class="cx">                 RenderTableCell {TD} at (2,2) size 90x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (1,1) size 88x18
</span><del>-                    text run at (1,1) width 5 RTL: &quot;.&quot;
</del><ins>+                    text run at (1,1) width 4 RTL: &quot;.&quot;
</ins><span class="cx">                     text run at (5,1) width 84: &quot;Normal table&quot;
</span><span class="cx">           RenderTable {TABLE} at (311,164) size 143x28 [border: (2px solid #0000FF)]
</span><span class="cx">             RenderTableSection {TBODY} at (2,2) size 139x24
</span><span class="lines">@@ -833,7 +833,7 @@
</span><span class="cx">               RenderTableRow {TR} at (0,2) size 94x20
</span><span class="cx">                 RenderTableCell {TD} at (2,2) size 90x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (1,1) size 88x18
</span><del>-                    text run at (1,1) width 5 RTL: &quot;.&quot;
</del><ins>+                    text run at (1,1) width 4 RTL: &quot;.&quot;
</ins><span class="cx">                     text run at (5,1) width 84: &quot;Normal table&quot;
</span><span class="cx">           RenderTable {TABLE} at (311,164) size 143x28 [border: (2px solid #0000FF)]
</span><span class="cx">             RenderTableSection {TBODY} at (2,2) size 139x24
</span><span class="lines">@@ -914,7 +914,7 @@
</span><span class="cx">                     RenderTableRow {TR} at (0,2) size 94x20
</span><span class="cx">                       RenderTableCell {TD} at (2,2) size 90x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                         RenderText {#text} at (1,1) size 88x18
</span><del>-                          text run at (1,1) width 5 RTL: &quot;.&quot;
</del><ins>+                          text run at (1,1) width 4 RTL: &quot;.&quot;
</ins><span class="cx">                           text run at (5,1) width 84: &quot;Normal table&quot;
</span><span class="cx">                 RenderTable {TABLE} at (307,163) size 143x28 [border: (2px solid #0000FF)]
</span><span class="cx">                   RenderTableSection {TBODY} at (2,2) size 139x24
</span><span class="lines">@@ -994,7 +994,7 @@
</span><span class="cx">                     RenderTableRow {TR} at (0,2) size 94x20
</span><span class="cx">                       RenderTableCell {TD} at (2,2) size 90x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                         RenderText {#text} at (1,1) size 88x18
</span><del>-                          text run at (1,1) width 5 RTL: &quot;.&quot;
</del><ins>+                          text run at (1,1) width 4 RTL: &quot;.&quot;
</ins><span class="cx">                           text run at (5,1) width 84: &quot;Normal table&quot;
</span><span class="cx">                 RenderTable {TABLE} at (307,163) size 143x28 [border: (2px solid #0000FF)]
</span><span class="cx">                   RenderTableSection {TBODY} at (2,2) size 139x24
</span><span class="lines">@@ -1074,7 +1074,7 @@
</span><span class="cx">                     RenderTableRow {TR} at (0,2) size 94x20
</span><span class="cx">                       RenderTableCell {TD} at (2,2) size 90x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                         RenderText {#text} at (1,1) size 88x18
</span><del>-                          text run at (1,1) width 5 RTL: &quot;.&quot;
</del><ins>+                          text run at (1,1) width 4 RTL: &quot;.&quot;
</ins><span class="cx">                           text run at (5,1) width 84: &quot;Normal table&quot;
</span><span class="cx">                 RenderTable {TABLE} at (307,163) size 143x28 [border: (2px solid #0000FF)]
</span><span class="cx">                   RenderTableSection {TBODY} at (2,2) size 139x24
</span><span class="lines">@@ -1154,7 +1154,7 @@
</span><span class="cx">                     RenderTableRow {TR} at (0,2) size 94x20
</span><span class="cx">                       RenderTableCell {TD} at (2,2) size 90x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                         RenderText {#text} at (1,1) size 88x18
</span><del>-                          text run at (1,1) width 5 RTL: &quot;.&quot;
</del><ins>+                          text run at (1,1) width 4 RTL: &quot;.&quot;
</ins><span class="cx">                           text run at (5,1) width 84: &quot;Normal table&quot;
</span><span class="cx">                 RenderTable {TABLE} at (307,163) size 143x28 [border: (2px solid #0000FF)]
</span><span class="cx">                   RenderTableSection {TBODY} at (2,2) size 139x24
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockbasicquirkpercentheighttablecellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/basic/quirk-percent-height-table-cell-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/basic/quirk-percent-height-table-cell-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/basic/quirk-percent-height-table-cell-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,15 +3,15 @@
</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 121x426 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 119x424
-          RenderTableRow {TR} at (0,2) size 119x420
-            RenderTableCell {TD} at (2,-48) size 115x520 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 120x426 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 118x424
+          RenderTableRow {TR} at (0,2) size 118x420
+            RenderTableCell {TD} at (2,-48) size 114x520 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 20x100 [bgcolor=#FFFF00]
</span><del>-              RenderTable {TABLE} at (2,102) size 111x416 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 109x414
-                  RenderTableRow {TR} at (0,2) size 109x410
-                    RenderTableCell {TD} at (2,52) size 105x310 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                      RenderBlock {DIV} at (2,2) size 101x6
-                        RenderBlock {DIV} at (0,0) size 101x6 [border: (3px solid #0000FF)]
</del><ins>+              RenderTable {TABLE} at (2,102) size 110x416 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 108x414
+                  RenderTableRow {TR} at (0,2) size 108x410
+                    RenderTableCell {TD} at (2,52) size 104x310 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                      RenderBlock {DIV} at (2,2) size 100x6
+                        RenderBlock {DIV} at (0,0) size 100x6 [border: (3px solid #0000FF)]
</ins><span class="cx">                       RenderBlock {DIV} at (2,8) size 100x300 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockfloat015expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/float/015-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/float/015-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/float/015-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 683x130 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 681x128
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 681x128
</span><del>-            RenderTableCell {TD} at (0,51) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,51) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,0) size 669x128 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse006expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/006-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/006-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/006-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,17 +11,17 @@
</span><span class="cx">       RenderBlock {P} at (0,34) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 515x18
</span><span class="cx">           text run at (0,0) width 515: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,68) size 107x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x250
-          RenderTableRow {TR} at (0,0) size 101x250
-            RenderTableCell {TD} at (0,0) size 51x250 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,50) size 51x50 [color=#FFFF00] [bgcolor=#FF0000]
</del><ins>+      RenderTable {TABLE} at (0,68) size 106x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x250
+          RenderTableRow {TR} at (0,0) size 100x250
+            RenderTableCell {TD} at (0,0) size 50x250 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,50) size 50x50 [color=#FFFF00] [bgcolor=#FF0000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 50x50
</span><span class="cx">                   text run at (0,0) width 50: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,150) size 51x50 [color=#00FF00] [bgcolor=#FF0000]
</del><ins>+              RenderBlock {DIV} at (0,150) size 50x50 [color=#00FF00] [bgcolor=#FF0000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 50x50
</span><span class="cx">                   text run at (0,0) width 50: &quot;X&quot;
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFA500) none]
</span><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [border: (50px solid #FFFF00) none]
</span><span class="cx">               RenderBlock {DIV} at (0,100) size 50x50 [border: (50px solid #FFA500) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse010expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/010-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/010-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/010-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,22 +6,22 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 587x18
</span><span class="cx">           text run at (0,0) width 587: &quot;The square should consist of exactly five equal bands, orange, lime, orange, yellow, orange.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 257x256 [bgcolor=#FFA500] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 251x250
-          RenderTableRow {TR} at (0,0) size 251x250
-            RenderTableCell {TD} at (0,0) size 51x250 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 256x256 [bgcolor=#FFA500] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 250x250
+          RenderTableRow {TR} at (0,0) size 250x250
+            RenderTableCell {TD} at (0,0) size 50x250 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
</span><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
</span><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><del>-            RenderTableCell {TD} at (100,0) size 51x250 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (100,0) size 50x250 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
</span><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><del>-            RenderTableCell {TD} at (150,0) size 51x250 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (150,0) size 50x250 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
</span><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><del>-            RenderTableCell {TD} at (200,0) size 51x250 [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (200,0) size 50x250 [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
</span><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><span class="cx">       RenderBlock {P} at (0,306) size 784x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse011expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/011-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/011-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/011-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,28 +6,28 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 587x18
</span><span class="cx">           text run at (0,0) width 587: &quot;The square should consist of exactly five equal bands, orange, lime, orange, yellow, orange.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 257x256 [bgcolor=#FFA500] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 251x250
-          RenderTableRow {TR} at (0,0) size 251x250
-            RenderTableCell {TD} at (0,0) size 51x250 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 256x256 [bgcolor=#FFA500] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 250x250
+          RenderTableRow {TR} at (0,0) size 250x250
+            RenderTableCell {TD} at (0,0) size 50x250 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock {DIV} at (0,150) size 51x0 [bgcolor=#FF0000]
</del><ins>+              RenderBlock {DIV} at (0,150) size 50x0 [bgcolor=#FF0000]
</ins><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock {DIV} at (0,150) size 51x0 [bgcolor=#FF0000]
</del><ins>+              RenderBlock {DIV} at (0,150) size 50x0 [bgcolor=#FF0000]
</ins><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><del>-            RenderTableCell {TD} at (100,0) size 51x250 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (100,0) size 50x250 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock {DIV} at (0,150) size 51x0 [bgcolor=#FF0000]
</del><ins>+              RenderBlock {DIV} at (0,150) size 50x0 [bgcolor=#FF0000]
</ins><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><del>-            RenderTableCell {TD} at (150,0) size 51x250 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (150,0) size 50x250 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock {DIV} at (0,200) size 51x0 [bgcolor=#FF0000]
</del><ins>+              RenderBlock {DIV} at (0,200) size 50x0 [bgcolor=#FF0000]
</ins><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><del>-            RenderTableCell {TD} at (200,0) size 51x250 [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (200,0) size 50x250 [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock {DIV} at (0,100) size 51x0 [bgcolor=#FF0000]
</del><ins>+              RenderBlock {DIV} at (0,100) size 50x0 [bgcolor=#FF0000]
</ins><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><span class="cx">       RenderBlock {P} at (0,306) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 266x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse012expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/012-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/012-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/012-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,13 +6,13 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 515x18
</span><span class="cx">           text run at (0,0) width 515: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 107x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x250
-          RenderTableRow {TR} at (0,0) size 101x250
-            RenderTableCell {TD} at (0,0) size 51x250 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 106x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x250
+          RenderTableRow {TR} at (0,0) size 100x250
+            RenderTableCell {TD} at (0,0) size 50x250 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#FFFF00]
</span><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#00FF00]
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFA500) none]
</span><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [border: (50px solid #FFFF00) none]
</span><span class="cx">               RenderBlock {DIV} at (0,100) size 50x50 [border: (50px solid #FFA500) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse015expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/015-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/015-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/015-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 515x18
</span><span class="cx">           text run at (0,0) width 515: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 107x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x250
-          RenderTableRow {TR} at (0,0) size 101x250
</del><ins>+      RenderTable {TABLE} at (0,34) size 106x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x250
+          RenderTableRow {TR} at (0,0) size 100x250
</ins><span class="cx">             RenderTableCell {TD} at (0,0) size 50x250 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><span class="cx">               RenderBlock {DIV} at (0,150) size 50x0 [bgcolor=#FF0000]
</span><span class="cx">               RenderBlock {DIV} at (0,200) size 50x50 [bgcolor=#00FFFF]
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFFF00) none]
</span><span class="cx">               RenderBlock {DIV} at (0,50) size 50x100 [border: (100px solid #FFA500) none]
</span><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [border: (50px solid #00FF00) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse016expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/016-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/016-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/016-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,15 +6,15 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 515x18
</span><span class="cx">           text run at (0,0) width 515: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 107x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x250
-          RenderTableRow {TR} at (0,0) size 101x250
-            RenderTableCell {TD} at (0,0) size 51x250 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 106x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x250
+          RenderTableRow {TR} at (0,0) size 100x250
+            RenderTableCell {TD} at (0,0) size 50x250 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x200 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><span class="cx">                 RenderBlock {DIV} at (0,100) size 50x0 [bgcolor=#FF0000]
</span><span class="cx">                 RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#00FFFF]
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFFF00) none]
</span><span class="cx">               RenderBlock {DIV} at (0,50) size 50x100 [border: (100px solid #FFA500) none]
</span><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [border: (50px solid #00FFFF) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse017expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/017-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/017-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/017-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,16 +6,16 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 627x18
</span><span class="cx">           text run at (0,0) width 627: &quot;The following square should contain exactly two bands, one yellow, one lime, with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 107x106 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x100
-          RenderTableRow {TR} at (0,0) size 101x100
-            RenderTableCell {TD} at (0,0) size 51x100 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FF0000]
-                RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FFFF00]
-              RenderBlock {DIV} at (0,50) size 51x50 [bgcolor=#00FF00]
-            RenderTableCell {TD} at (50,0) size 51x100 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x50 [border: (50px solid #FFFF00) none]
-              RenderBlock {DIV} at (0,50) size 51x50 [border: (50px solid #00FF00) none]
</del><ins>+      RenderTable {TABLE} at (0,34) size 106x106 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x100
+          RenderTableRow {TR} at (0,0) size 100x100
+            RenderTableCell {TD} at (0,0) size 50x100 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FF0000]
+                RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
+              RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
+            RenderTableCell {TD} at (50,0) size 50x100 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFFF00) none]
+              RenderBlock {DIV} at (0,50) size 50x50 [border: (50px solid #00FF00) none]
</ins><span class="cx">       RenderBlock {P} at (0,156) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 266x18
</span><span class="cx">           text run at (0,0) width 266: &quot;This test is meaningless if you don't pass &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse018expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/018-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/018-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/018-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,15 +12,15 @@
</span><span class="cx">             text run at (0,18) width 44: &quot;visible&quot;
</span><span class="cx">         RenderText {#text} at (43,18) size 5x18
</span><span class="cx">           text run at (43,18) width 5: &quot;.&quot;
</span><del>-      RenderTable {TABLE} at (0,52) size 107x156 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x150
-          RenderTableRow {TR} at (0,0) size 101x150
-            RenderTableCell {TD} at (0,0) size 51x150 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x150 [bgcolor=#FFA500]
-                RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FF0000]
-                  RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FFFF00]
-                RenderBlock {DIV} at (0,100) size 51x50 [bgcolor=#00FF00]
-            RenderTableCell {TD} at (50,0) size 51x150 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x50 [border: (50px solid #FFFF00) none]
-              RenderBlock {DIV} at (0,50) size 51x50 [border: (50px solid #FFA500) none]
-              RenderBlock {DIV} at (0,100) size 51x50 [border: (50px solid #00FF00) none]
</del><ins>+      RenderTable {TABLE} at (0,52) size 106x156 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x150
+          RenderTableRow {TR} at (0,0) size 100x150
+            RenderTableCell {TD} at (0,0) size 50x150 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x150 [bgcolor=#FFA500]
+                RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FF0000]
+                  RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
+                RenderBlock {DIV} at (0,100) size 50x50 [bgcolor=#00FF00]
+            RenderTableCell {TD} at (50,0) size 50x150 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFFF00) none]
+              RenderBlock {DIV} at (0,50) size 50x50 [border: (50px solid #FFA500) none]
+              RenderBlock {DIV} at (0,100) size 50x50 [border: (50px solid #00FF00) none]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse019expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/019-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/019-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/019-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,21 +6,21 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 233x18
</span><span class="cx">           text run at (0,0) width 233: &quot;There should be no red on this page.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 157x106 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 151x100
-          RenderTableRow {TR} at (0,0) size 151x100
-            RenderTableCell {TD} at (0,0) size 51x100 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x55 [bgcolor=#00FF00]
-                RenderBlock {DIV} at (0,0) size 51x50
-              RenderBlock {DIV} at (0,55) size 51x45 [bgcolor=#00FF00]
-            RenderTableCell {TD} at (50,0) size 51x100 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-                RenderBlock {DIV} at (0,0) size 51x50
-              RenderBlock {DIV} at (0,50) size 51x50 [bgcolor=#00FF00]
-            RenderTableCell {TD} at (100,0) size 51x100 [r=0 c=2 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x45 [bgcolor=#00FF00]
-                RenderBlock {DIV} at (0,0) size 51x50
-              RenderBlock {DIV} at (0,45) size 51x55 [bgcolor=#00FF00]
</del><ins>+      RenderTable {TABLE} at (0,34) size 156x106 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 150x100
+          RenderTableRow {TR} at (0,0) size 150x100
+            RenderTableCell {TD} at (0,0) size 50x100 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x55 [bgcolor=#00FF00]
+                RenderBlock {DIV} at (0,0) size 50x50
+              RenderBlock {DIV} at (0,55) size 50x45 [bgcolor=#00FF00]
+            RenderTableCell {TD} at (50,0) size 50x100 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+                RenderBlock {DIV} at (0,0) size 50x50
+              RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
+            RenderTableCell {TD} at (100,0) size 50x100 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x45 [bgcolor=#00FF00]
+                RenderBlock {DIV} at (0,0) size 50x50
+              RenderBlock {DIV} at (0,45) size 50x55 [bgcolor=#00FF00]
</ins><span class="cx">       RenderBlock {P} at (0,156) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 62x18
</span><span class="cx">           text run at (0,0) width 62: &quot;See also: &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse020expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/020-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/020-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/020-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,21 +6,21 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 233x18
</span><span class="cx">           text run at (0,0) width 233: &quot;There should be no red on this page.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 157x156 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 151x150
-          RenderTableRow {TR} at (0,0) size 151x150
-            RenderTableCell {TD} at (0,0) size 51x150 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x105 [bgcolor=#00FF00]
-                RenderBlock {DIV} at (0,0) size 51x50
-              RenderBlock {DIV} at (0,105) size 51x45 [bgcolor=#00FF00]
-            RenderTableCell {TD} at (50,0) size 51x150 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x100 [bgcolor=#00FF00]
-                RenderBlock {DIV} at (0,0) size 51x50
-              RenderBlock {DIV} at (0,100) size 51x50 [bgcolor=#00FF00]
-            RenderTableCell {TD} at (100,0) size 51x150 [r=0 c=2 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x95 [bgcolor=#00FF00]
-                RenderBlock {DIV} at (0,0) size 51x50
-              RenderBlock {DIV} at (0,95) size 51x55 [bgcolor=#00FF00]
</del><ins>+      RenderTable {TABLE} at (0,34) size 156x156 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 150x150
+          RenderTableRow {TR} at (0,0) size 150x150
+            RenderTableCell {TD} at (0,0) size 50x150 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x105 [bgcolor=#00FF00]
+                RenderBlock {DIV} at (0,0) size 50x50
+              RenderBlock {DIV} at (0,105) size 50x45 [bgcolor=#00FF00]
+            RenderTableCell {TD} at (50,0) size 50x150 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x100 [bgcolor=#00FF00]
+                RenderBlock {DIV} at (0,0) size 50x50
+              RenderBlock {DIV} at (0,100) size 50x50 [bgcolor=#00FF00]
+            RenderTableCell {TD} at (100,0) size 50x150 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x95 [bgcolor=#00FF00]
+                RenderBlock {DIV} at (0,0) size 50x50
+              RenderBlock {DIV} at (0,95) size 50x55 [bgcolor=#00FF00]
</ins><span class="cx">       RenderBlock {P} at (0,206) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 62x18
</span><span class="cx">           text run at (0,0) width 62: &quot;See also: &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse021expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/021-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/021-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/021-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,18 +6,18 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 300x18
</span><span class="cx">           text run at (0,0) width 300: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 317x166
-        RenderTableSection {TBODY} at (0,0) size 317x166
-          RenderTableRow {TR} at (0,16) size 317x134
-            RenderTableCell {TD} at (16,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 316x166
+        RenderTableSection {TBODY} at (0,0) size 316x166
+          RenderTableRow {TR} at (0,16) size 316x134
+            RenderTableCell {TD} at (16,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                 RenderBlock (floating) {DIV} at (0,0) size 64x64 [bgcolor=#00FFFF]
</span><span class="cx">                 RenderBlock {DIV} at (0,64) size 128x64 [border: (32px solid #FFFF00)]
</span><del>-            RenderTableCell {TD} at (166,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (3,3) size 129x128
-                RenderTableSection {TBODY} at (0,0) size 129x128
-                  RenderTableRow {TR} at (0,0) size 129x64
-                    RenderTableCell {TD} at (0,32) size 65x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
-                    RenderTableCell {TD} at (64,32) size 65x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
-                  RenderTableRow {TR} at (0,64) size 129x64
-                    RenderTableCell {TD} at (0,96) size 129x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (166,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (3,3) size 128x128
+                RenderTableSection {TBODY} at (0,0) size 128x128
+                  RenderTableRow {TR} at (0,0) size 128x64
+                    RenderTableCell {TD} at (0,32) size 64x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
+                    RenderTableCell {TD} at (64,32) size 64x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
+                  RenderTableRow {TR} at (0,64) size 128x64
+                    RenderTableCell {TD} at (0,96) size 128x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse022expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/022-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/022-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/022-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,18 +6,18 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 300x18
</span><span class="cx">           text run at (0,0) width 300: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 317x166
-        RenderTableSection {TBODY} at (0,0) size 317x166
-          RenderTableRow {TR} at (0,16) size 317x134
-            RenderTableCell {TD} at (16,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 316x166
+        RenderTableSection {TBODY} at (0,0) size 316x166
+          RenderTableRow {TR} at (0,16) size 316x134
+            RenderTableCell {TD} at (16,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                 RenderBlock (floating) {DIV} at (0,0) size 64x64 [bgcolor=#00FFFF]
</span><span class="cx">                 RenderBlock {DIV} at (0,64) size 128x64 [border: (32px solid #FFFF00)]
</span><del>-            RenderTableCell {TD} at (166,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (3,3) size 129x128
-                RenderTableSection {TBODY} at (0,0) size 129x128
-                  RenderTableRow {TR} at (0,0) size 129x64
-                    RenderTableCell {TD} at (0,32) size 65x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
-                    RenderTableCell {TD} at (64,32) size 65x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
-                  RenderTableRow {TR} at (0,64) size 129x64
-                    RenderTableCell {TD} at (0,96) size 129x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (166,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (3,3) size 128x128
+                RenderTableSection {TBODY} at (0,0) size 128x128
+                  RenderTableRow {TR} at (0,0) size 128x64
+                    RenderTableCell {TD} at (0,32) size 64x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
+                    RenderTableCell {TD} at (64,32) size 64x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
+                  RenderTableRow {TR} at (0,64) size 128x64
+                    RenderTableCell {TD} at (0,96) size 128x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse025expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/025-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/025-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/025-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,19 +6,19 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 300x18
</span><span class="cx">           text run at (0,0) width 300: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 317x166
-        RenderTableSection {TBODY} at (0,0) size 317x166
-          RenderTableRow {TR} at (0,16) size 317x134
-            RenderTableCell {TD} at (16,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 316x166
+        RenderTableSection {TBODY} at (0,0) size 316x166
+          RenderTableRow {TR} at (0,16) size 316x134
+            RenderTableCell {TD} at (16,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                 RenderBlock (floating) {DIV} at (0,0) size 64x64 [bgcolor=#00FFFF]
</span><span class="cx">                 RenderBlock {DIV} at (0,64) size 128x0 [bgcolor=#FF0000]
</span><span class="cx">                 RenderBlock {DIV} at (0,64) size 128x64 [border: (32px solid #FFFF00)]
</span><del>-            RenderTableCell {TD} at (166,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (3,3) size 129x128
-                RenderTableSection {TBODY} at (0,0) size 129x128
-                  RenderTableRow {TR} at (0,0) size 129x64
-                    RenderTableCell {TD} at (0,32) size 65x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
-                    RenderTableCell {TD} at (64,32) size 65x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
-                  RenderTableRow {TR} at (0,64) size 129x64
-                    RenderTableCell {TD} at (0,96) size 129x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (166,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (3,3) size 128x128
+                RenderTableSection {TBODY} at (0,0) size 128x128
+                  RenderTableRow {TR} at (0,0) size 128x64
+                    RenderTableCell {TD} at (0,32) size 64x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
+                    RenderTableCell {TD} at (64,32) size 64x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
+                  RenderTableRow {TR} at (0,64) size 128x64
+                    RenderTableCell {TD} at (0,96) size 128x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse032expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/032-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/032-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/032-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,13 +6,13 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 300x18
</span><span class="cx">           text run at (0,0) width 300: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 317x86
-        RenderTableSection {TBODY} at (0,0) size 317x86
-          RenderTableRow {TR} at (0,16) size 317x54
-            RenderTableCell {TD} at (16,16) size 135x54 [bgcolor=#00FF00] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 316x86
+        RenderTableSection {TBODY} at (0,0) size 316x86
+          RenderTableRow {TR} at (0,16) size 316x54
+            RenderTableCell {TD} at (16,16) size 134x54 [bgcolor=#00FF00] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,35) size 128x16 [bgcolor=#FF0000]
</span><span class="cx">                 RenderBlock (floating) {DIV} at (0,0) size 128x16 [bgcolor=#FFFF00]
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 128x16
</span><del>-            RenderTableCell {TD} at (166,16) size 135x54 [bgcolor=#00FF00] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (166,16) size 134x54 [bgcolor=#00FF00] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 128x32 [border: (32px solid #00FF00) none]
</span><del>-              RenderBlock {DIV} at (3,35) size 129x16 [border: (16px solid #FFFF00) none]
</del><ins>+              RenderBlock {DIV} at (3,35) size 128x16 [border: (16px solid #FFFF00) none]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse033expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/033-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/033-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/033-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,15 +6,15 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 300x18
</span><span class="cx">           text run at (0,0) width 300: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 317x102
-        RenderTableSection {TBODY} at (0,0) size 317x102
-          RenderTableRow {TR} at (0,16) size 317x70
-            RenderTableCell {TD} at (16,16) size 135x70 [bgcolor=#00FF00] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 316x102
+        RenderTableSection {TBODY} at (0,0) size 316x102
+          RenderTableRow {TR} at (0,16) size 316x70
+            RenderTableCell {TD} at (16,16) size 134x70 [bgcolor=#00FF00] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 128x16 [bgcolor=#FFFF00]
</span><span class="cx">               RenderBlock {DIV} at (3,51) size 128x16 [bgcolor=#FF0000]
</span><span class="cx">                 RenderBlock (floating) {DIV} at (0,0) size 128x16 [bgcolor=#FFFF00]
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 128x16
</span><del>-            RenderTableCell {TD} at (166,16) size 135x70 [bgcolor=#00FF00] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 129x16 [border: (16px solid #FFFF00) none]
</del><ins>+            RenderTableCell {TD} at (166,16) size 134x70 [bgcolor=#00FF00] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 128x16 [border: (16px solid #FFFF00) none]
</ins><span class="cx">               RenderBlock {DIV} at (3,19) size 128x32 [border: (32px solid #00FF00) none]
</span><del>-              RenderBlock {DIV} at (3,51) size 129x16 [border: (16px solid #FFFF00) none]
</del><ins>+              RenderBlock {DIV} at (3,51) size 128x16 [border: (16px solid #FFFF00) none]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse034expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/034-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/034-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/034-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,20 +6,20 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 456x18
</span><span class="cx">           text run at (0,0) width 456: &quot;The following three rectangles should be identical, with no red present.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 317x156
-        RenderTableSection {TBODY} at (0,0) size 317x156
-          RenderTableRow {TR} at (0,16) size 317x54
-            RenderTableCell {TD} at (16,16) size 135x54 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 316x156
+        RenderTableSection {TBODY} at (0,0) size 316x156
+          RenderTableRow {TR} at (0,16) size 316x54
+            RenderTableCell {TD} at (16,16) size 134x54 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 128x48 [bgcolor=#FFFF00]
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 128x16 [border: (16px solid #00FF00) none]
</span><span class="cx">                 RenderBlock {DIV} at (0,32) size 128x16 [border: (16px solid #008000) none]
</span><del>-            RenderTableCell {TD} at (166,16) size 135x54 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (166,16) size 134x54 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 128x16 [bgcolor=#00FF00]
</span><span class="cx">               RenderBlock {DIV} at (3,19) size 128x16 [bgcolor=#FFFF00]
</span><span class="cx">               RenderBlock {DIV} at (3,35) size 128x16 [bgcolor=#008000]
</span><del>-          RenderTableRow {TR} at (0,86) size 317x54
-            RenderTableCell {TD} at (16,86) size 135x54 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,86) size 316x54
+            RenderTableCell {TD} at (16,86) size 134x54 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 128x16 [bgcolor=#00FF00]
</span><span class="cx">               RenderBlock {DIV} at (3,19) size 128x16 [bgcolor=#FFFF00]
</span><span class="cx">               RenderBlock {DIV} at (3,35) size 128x16 [bgcolor=#008000]
</span><del>-            RenderTableCell {TD} at (166,113) size 135x0 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (166,113) size 134x0 [r=1 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse041expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/041-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/041-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/041-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,16 +6,16 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 280x18
</span><span class="cx">           text run at (0,0) width 280: &quot;The two boxes below should look identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 215x60
-        RenderTableSection {TBODY} at (0,0) size 215x60
-          RenderTableRow {TR} at (0,2) size 215x56
-            RenderTableCell {TD} at (2,2) size 105x56 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 214x60
+        RenderTableSection {TBODY} at (0,0) size 214x60
+          RenderTableRow {TR} at (0,2) size 214x56
+            RenderTableCell {TD} at (2,2) size 104x56 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 102x54 [bgcolor=#00FFFF] [border: (3px solid #000000)]
</span><span class="cx">                 RenderBlock {DIV} at (3,3) size 96x16 [bgcolor=#FF00FF]
</span><span class="cx">                 RenderBlock {DIV} at (3,35) size 96x16 [bgcolor=#FF0000]
</span><span class="cx">                   RenderBlock (floating) {DIV} at (0,0) size 48x16 [bgcolor=#FFA500]
</span><span class="cx">                   RenderBlock {DIV} at (0,0) size 96x16 [bgcolor=#FFFF00]
</span><del>-            RenderTableCell {TD} at (108,2) size 105x56 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (108,2) size 104x56 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 102x54 [border: (3px solid #000000)]
</span><span class="cx">                 RenderBlock {DIV} at (3,3) size 96x16 [border: (16px solid #FF00FF) none]
</span><span class="cx">                 RenderBlock {DIV} at (3,19) size 96x16 [border: (16px solid #00FFFF) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse042expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/042-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/042-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/042-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,23 +6,23 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 300x18
</span><span class="cx">           text run at (0,0) width 300: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 317x294
-        RenderTableSection {TBODY} at (0,0) size 317x294
-          RenderTableRow {TR} at (0,16) size 317x262
-            RenderTableCell {TD} at (16,16) size 135x262 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 316x294
+        RenderTableSection {TBODY} at (0,0) size 316x294
+          RenderTableRow {TR} at (0,16) size 316x262
+            RenderTableCell {TD} at (16,16) size 134x262 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 128x256 [bgcolor=#00FF00]
</span><span class="cx">                 RenderBlock (floating) {DIV} at (0,0) size 64x64 [bgcolor=#00FFFF]
</span><span class="cx">                 RenderBlock {DIV} at (0,64) size 128x64 [bgcolor=#FFFF00]
</span><span class="cx">                 RenderBlock {DIV} at (0,192) size 128x64 [border: (32px solid #AAFFAA)]
</span><del>-            RenderTableCell {TD} at (166,16) size 135x262 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (3,3) size 129x256
-                RenderTableSection {TBODY} at (0,0) size 129x256
-                  RenderTableRow {TR} at (0,0) size 129x64
-                    RenderTableCell {TD} at (0,32) size 65x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
-                    RenderTableCell {TD} at (64,32) size 65x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
-                  RenderTableRow {TR} at (0,64) size 129x64
-                    RenderTableCell {TD} at (0,96) size 129x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
-                  RenderTableRow {TR} at (0,128) size 129x64
-                    RenderTableCell {TD} at (0,160) size 129x0 [bgcolor=#00FF00] [r=2 c=0 rs=1 cs=2]
-                  RenderTableRow {TR} at (0,192) size 129x64
-                    RenderTableCell {TD} at (0,224) size 129x0 [bgcolor=#AAFFAA] [r=3 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (166,16) size 134x262 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (3,3) size 128x256
+                RenderTableSection {TBODY} at (0,0) size 128x256
+                  RenderTableRow {TR} at (0,0) size 128x64
+                    RenderTableCell {TD} at (0,32) size 64x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
+                    RenderTableCell {TD} at (64,32) size 64x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
+                  RenderTableRow {TR} at (0,64) size 128x64
+                    RenderTableCell {TD} at (0,96) size 128x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
+                  RenderTableRow {TR} at (0,128) size 128x64
+                    RenderTableCell {TD} at (0,160) size 128x0 [bgcolor=#00FF00] [r=2 c=0 rs=1 cs=2]
+                  RenderTableRow {TR} at (0,192) size 128x64
+                    RenderTableCell {TD} at (0,224) size 128x0 [bgcolor=#AAFFAA] [r=3 c=0 rs=1 cs=2]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse055expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/055-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/055-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/055-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,77 +7,77 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 472x18
</span><span class="cx">           text run at (0,0) width 414: &quot;All the following should look the same (and all should look like &quot;
</span><span class="cx">           text run at (413,0) width 59: &quot;the first).&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 451x154
-        RenderTableSection {TBODY} at (0,0) size 451x154
-          RenderTableRow {TR} at (0,2) size 451x150
-            RenderTableCell {TD} at (2,2) size 55x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 49x144 [color=#FFFF00] [bgcolor=#FFA500]
-                RenderBlock {DIV} at (0,0) size 49x48 [bgcolor=#00FF00]
</del><ins>+      RenderTable {TABLE} at (0,34) size 450x154
+        RenderTableSection {TBODY} at (0,0) size 450x154
+          RenderTableRow {TR} at (0,2) size 450x150
+            RenderTableCell {TD} at (2,2) size 54x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 48x144 [color=#FFFF00] [bgcolor=#FFA500]
+                RenderBlock {DIV} at (0,0) size 48x48 [bgcolor=#00FF00]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 48x48
</span><span class="cx">                     text run at (0,0) width 48: &quot;A&quot;
</span><del>-                RenderBlock {DIV} at (0,96) size 49x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 48x48 [bgcolor=#00FFFF]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 48x48
</span><span class="cx">                     text run at (0,0) width 48: &quot;C&quot;
</span><del>-            RenderTableCell {TD} at (58,2) size 55x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 49x144 [color=#FFFF00] [bgcolor=#FFA500]
-                RenderBlock {DIV} at (0,0) size 49x48 [bgcolor=#00FF00]
</del><ins>+            RenderTableCell {TD} at (58,2) size 54x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 48x144 [color=#FFFF00] [bgcolor=#FFA500]
+                RenderBlock {DIV} at (0,0) size 48x48 [bgcolor=#00FF00]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 48x48
</span><span class="cx">                     text run at (0,0) width 48: &quot;A&quot;
</span><del>-                RenderBlock {DIV} at (0,96) size 49x0
-                RenderBlock {DIV} at (0,96) size 49x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 48x0
+                RenderBlock {DIV} at (0,96) size 48x48 [bgcolor=#00FFFF]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 48x48
</span><span class="cx">                     text run at (0,0) width 48: &quot;C&quot;
</span><del>-            RenderTableCell {TD} at (114,2) size 55x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=2 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 49x144 [color=#FFFF00] [bgcolor=#FFA500]
-                RenderBlock {DIV} at (0,0) size 49x48 [bgcolor=#00FF00]
</del><ins>+            RenderTableCell {TD} at (114,2) size 54x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=2 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 48x144 [color=#FFFF00] [bgcolor=#FFA500]
+                RenderBlock {DIV} at (0,0) size 48x48 [bgcolor=#00FF00]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 48x48
</span><span class="cx">                     text run at (0,0) width 48: &quot;A&quot;
</span><del>-                RenderBlock {DIV} at (0,96) size 49x0
-                RenderBlock {DIV} at (0,96) size 49x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 48x0
+                RenderBlock {DIV} at (0,96) size 48x48 [bgcolor=#00FFFF]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 48x48
</span><span class="cx">                     text run at (0,0) width 48: &quot;C&quot;
</span><del>-            RenderTableCell {TD} at (170,2) size 55x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=3 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 49x144 [color=#FFFF00] [bgcolor=#FFA500]
-                RenderBlock {DIV} at (0,0) size 49x48 [bgcolor=#00FF00]
</del><ins>+            RenderTableCell {TD} at (170,2) size 54x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=3 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 48x144 [color=#FFFF00] [bgcolor=#FFA500]
+                RenderBlock {DIV} at (0,0) size 48x48 [bgcolor=#00FF00]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 48x48
</span><span class="cx">                     text run at (0,0) width 48: &quot;A&quot;
</span><del>-                RenderBlock {DIV} at (0,96) size 49x0
-                RenderBlock {DIV} at (0,96) size 49x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 48x0
+                RenderBlock {DIV} at (0,96) size 48x48 [bgcolor=#00FFFF]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 48x48
</span><span class="cx">                     text run at (0,0) width 48: &quot;C&quot;
</span><del>-            RenderTableCell {TD} at (226,2) size 55x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=4 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 49x144 [color=#FFFF00] [bgcolor=#FFA500]
-                RenderBlock {DIV} at (0,0) size 49x48 [bgcolor=#00FF00]
</del><ins>+            RenderTableCell {TD} at (226,2) size 54x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=4 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 48x144 [color=#FFFF00] [bgcolor=#FFA500]
+                RenderBlock {DIV} at (0,0) size 48x48 [bgcolor=#00FF00]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 48x48
</span><span class="cx">                     text run at (0,0) width 48: &quot;A&quot;
</span><del>-                RenderBlock {DIV} at (0,96) size 49x0
-                RenderBlock {DIV} at (0,96) size 49x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 48x0
+                RenderBlock {DIV} at (0,96) size 48x48 [bgcolor=#00FFFF]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 48x48
</span><span class="cx">                     text run at (0,0) width 48: &quot;C&quot;
</span><del>-            RenderTableCell {TD} at (282,2) size 55x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=5 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 49x144 [color=#FFFF00] [bgcolor=#FFA500]
-                RenderBlock {DIV} at (0,0) size 49x48 [bgcolor=#00FF00]
</del><ins>+            RenderTableCell {TD} at (282,2) size 54x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=5 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 48x144 [color=#FFFF00] [bgcolor=#FFA500]
+                RenderBlock {DIV} at (0,0) size 48x48 [bgcolor=#00FF00]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 48x48
</span><span class="cx">                     text run at (0,0) width 48: &quot;A&quot;
</span><del>-                RenderBlock {DIV} at (0,96) size 49x0
-                RenderBlock {DIV} at (0,96) size 49x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 48x0
+                RenderBlock {DIV} at (0,96) size 48x48 [bgcolor=#00FFFF]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 48x48
</span><span class="cx">                     text run at (0,0) width 48: &quot;C&quot;
</span><del>-            RenderTableCell {TD} at (338,2) size 55x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=6 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 49x144 [color=#FFFF00] [bgcolor=#FFA500]
-                RenderBlock {DIV} at (0,0) size 49x48 [bgcolor=#00FF00]
</del><ins>+            RenderTableCell {TD} at (338,2) size 54x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=6 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 48x144 [color=#FFFF00] [bgcolor=#FFA500]
+                RenderBlock {DIV} at (0,0) size 48x48 [bgcolor=#00FF00]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 48x48
</span><span class="cx">                     text run at (0,0) width 48: &quot;A&quot;
</span><del>-                RenderBlock {DIV} at (0,96) size 49x0
-                RenderBlock {DIV} at (0,96) size 49x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 48x0
+                RenderBlock {DIV} at (0,96) size 48x48 [bgcolor=#00FFFF]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 48x48
</span><span class="cx">                     text run at (0,0) width 48: &quot;C&quot;
</span><del>-            RenderTableCell {TD} at (394,2) size 55x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=7 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 49x144 [color=#FFFF00] [bgcolor=#FFA500]
-                RenderBlock {DIV} at (0,0) size 49x48 [bgcolor=#00FF00]
</del><ins>+            RenderTableCell {TD} at (394,2) size 54x150 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=7 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 48x144 [color=#FFFF00] [bgcolor=#FFA500]
+                RenderBlock {DIV} at (0,0) size 48x48 [bgcolor=#00FF00]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 48x48
</span><span class="cx">                     text run at (0,0) width 48: &quot;A&quot;
</span><del>-                RenderBlock {DIV} at (0,96) size 49x0
-                RenderBlock {DIV} at (0,96) size 49x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 48x0
+                RenderBlock {DIV} at (0,96) size 48x48 [bgcolor=#00FFFF]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 48x48
</span><span class="cx">                     text run at (0,0) width 48: &quot;C&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse056expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/056-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/056-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/056-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,17 +6,17 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 233x18
</span><span class="cx">           text run at (0,0) width 233: &quot;There should be no red on this page.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 107x156 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x150
-          RenderTableRow {TR} at (0,0) size 101x150
-            RenderTableCell {TD} at (0,0) size 51x150 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x50
-                RenderBlock {DIV} at (0,0) size 51x150 [bgcolor=#00FFFF]
-              RenderBlock {DIV} at (0,50) size 51x50 [bgcolor=#FFFF00]
-            RenderTableCell {TD} at (50,0) size 51x150 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x50 [border: (50px solid #00FFFF) none]
-              RenderBlock {DIV} at (0,50) size 51x50 [border: (50px solid #FFFF00) none]
-              RenderBlock {DIV} at (0,100) size 51x50 [border: (50px solid #00FFFF) none]
</del><ins>+      RenderTable {TABLE} at (0,34) size 106x156 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x150
+          RenderTableRow {TR} at (0,0) size 100x150
+            RenderTableCell {TD} at (0,0) size 50x150 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x50
+                RenderBlock {DIV} at (0,0) size 50x150 [bgcolor=#00FFFF]
+              RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#FFFF00]
+            RenderTableCell {TD} at (50,0) size 50x150 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #00FFFF) none]
+              RenderBlock {DIV} at (0,50) size 50x50 [border: (50px solid #FFFF00) none]
+              RenderBlock {DIV} at (0,100) size 50x50 [border: (50px solid #00FFFF) none]
</ins><span class="cx">       RenderBlock {P} at (0,206) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 57x18
</span><span class="cx">           text run at (0,0) width 57: &quot;See also &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse057expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/057-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/057-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/057-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,38 +6,38 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 416x18
</span><span class="cx">           text run at (0,0) width 416: &quot;There six boxes below should look the same with no red present.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 417x278
-        RenderTableSection {TBODY} at (0,0) size 417x278
-          RenderTableRow {TR} at (0,2) size 417x136
-            RenderTableCell {TD} at (2,2) size 137x136 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 416x278
+        RenderTableSection {TBODY} at (0,0) size 416x278
+          RenderTableRow {TR} at (0,2) size 416x136
+            RenderTableCell {TD} at (2,2) size 136x136 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)]
</span><span class="cx">                 RenderBlock {DIV} at (3,3) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                   RenderBlock (floating) {DIV} at (0,0) size 64x64 [bgcolor=#00FFFF]
</span><span class="cx">                   RenderBlock {DIV} at (0,64) size 128x64 [bgcolor=#FF0000] [border: none (64px solid #FFFF00) none]
</span><del>-            RenderTableCell {TD} at (140,2) size 137x136 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (140,2) size 136x136 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)]
</span><span class="cx">                 RenderBlock {DIV} at (3,3) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                   RenderBlock (floating) {DIV} at (0,0) size 64x64 [bgcolor=#00FFFF]
</span><span class="cx">                   RenderBlock {DIV} at (0,64) size 128x64 [bgcolor=#FF0000] [border: none (64px solid #FFFF00) none]
</span><del>-            RenderTableCell {TD} at (278,2) size 137x136 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (278,2) size 136x136 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)]
</span><span class="cx">                 RenderBlock {DIV} at (3,3) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                   RenderBlock (floating) {DIV} at (0,0) size 64x64 [bgcolor=#00FFFF]
</span><span class="cx">                   RenderBlock {DIV} at (0,64) size 128x64 [bgcolor=#FF0000] [border: none (64px solid #FFFF00) none]
</span><del>-          RenderTableRow {TR} at (0,140) size 417x136
-            RenderTableCell {TD} at (2,140) size 137x136 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,140) size 416x136
+            RenderTableCell {TD} at (2,140) size 136x136 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)]
</span><span class="cx">                 RenderBlock {DIV} at (3,3) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                   RenderBlock (floating) {DIV} at (0,0) size 64x64 [bgcolor=#00FFFF]
</span><span class="cx">                   RenderBlock {DIV} at (0,64) size 128x64 [bgcolor=#FF0000] [border: none (64px solid #FFFF00) none]
</span><span class="cx">                     RenderBlock {DIV} at (16,0) size 96x0
</span><del>-            RenderTableCell {TD} at (140,140) size 137x136 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (140,140) size 136x136 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)]
</span><span class="cx">                 RenderBlock {DIV} at (3,3) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                   RenderBlock (floating) {DIV} at (0,0) size 64x64 [bgcolor=#00FFFF]
</span><span class="cx">                   RenderBlock {DIV} at (0,64) size 128x64 [bgcolor=#FF0000] [border: none (64px solid #FFFF00) none]
</span><span class="cx">                     RenderBlock {DIV} at (16,0) size 96x0
</span><del>-            RenderTableCell {TD} at (278,140) size 137x136 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (278,140) size 136x136 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)]
</span><span class="cx">                 RenderBlock {DIV} at (3,3) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                   RenderBlock (floating) {DIV} at (0,0) size 64x64 [bgcolor=#00FFFF]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse058expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/058-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/058-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/058-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,22 +6,22 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 300x18
</span><span class="cx">           text run at (0,0) width 300: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 253x134
-        RenderTableSection {TBODY} at (0,0) size 253x134
-          RenderTableRow {TR} at (0,16) size 253x102
-            RenderTableCell {TD} at (16,16) size 103x102 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 252x134
+        RenderTableSection {TBODY} at (0,0) size 252x134
+          RenderTableRow {TR} at (0,16) size 252x102
+            RenderTableCell {TD} at (16,16) size 102x102 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 102x102 [bgcolor=#FFFF00] [border: (3px solid #000000)]
</span><span class="cx">                 RenderBlock {DIV} at (3,35) size 96x0 [bgcolor=#FF0000]
</span><span class="cx">                 RenderBlock (floating) {DIV} at (3,35) size 48x32 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock {DIV} at (3,35) size 96x0 [bgcolor=#FF0000]
</span><span class="cx">                 RenderBlock {DIV} at (3,67) size 96x32 [border: (32px solid #FFA500) none]
</span><del>-            RenderTableCell {TD} at (134,16) size 103x102 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (0,0) size 103x102 [border: (3px solid #000000)]
-                RenderTableSection {TBODY} at (3,3) size 97x96
-                  RenderTableRow {TR} at (0,0) size 97x32
-                    RenderTableCell {TD} at (0,16) size 97x0 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=2]
-                  RenderTableRow {TR} at (0,32) size 97x32
-                    RenderTableCell {TD} at (0,48) size 49x0 [bgcolor=#FFA500] [r=1 c=0 rs=1 cs=1]
-                    RenderTableCell {TD} at (48,48) size 49x0 [bgcolor=#FFFF00] [r=1 c=1 rs=1 cs=1]
-                  RenderTableRow {TR} at (0,64) size 97x32
-                    RenderTableCell {TD} at (0,80) size 97x0 [bgcolor=#FFA500] [r=2 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (134,16) size 102x102 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (0,0) size 102x102 [border: (3px solid #000000)]
+                RenderTableSection {TBODY} at (3,3) size 96x96
+                  RenderTableRow {TR} at (0,0) size 96x32
+                    RenderTableCell {TD} at (0,16) size 96x0 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=2]
+                  RenderTableRow {TR} at (0,32) size 96x32
+                    RenderTableCell {TD} at (0,48) size 48x0 [bgcolor=#FFA500] [r=1 c=0 rs=1 cs=1]
+                    RenderTableCell {TD} at (48,48) size 48x0 [bgcolor=#FFFF00] [r=1 c=1 rs=1 cs=1]
+                  RenderTableRow {TR} at (0,64) size 96x32
+                    RenderTableCell {TD} at (0,80) size 96x0 [bgcolor=#FFA500] [r=2 c=0 rs=1 cs=2]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse059expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/059-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/059-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/059-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,18 +6,18 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 233x18
</span><span class="cx">           text run at (0,0) width 233: &quot;There should be no red on this page.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 107x206 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x200
-          RenderTableRow {TR} at (0,0) size 101x200
-            RenderTableCell {TD} at (0,25) size 51x150 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FF0000]
-                RenderBlock {DIV} at (0,0) size 51x150 [bgcolor=#00FFFF]
-              RenderBlock {DIV} at (0,50) size 51x50 [bgcolor=#FFFF00]
-            RenderTableCell {TD} at (50,0) size 51x200 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FFA500] [border: (50px solid #00FFFF) none]
-              RenderBlock {DIV} at (0,50) size 51x50 [border: (50px solid #FFFF00) none]
-              RenderBlock {DIV} at (0,100) size 51x50 [border: (50px solid #00FFFF) none]
-              RenderBlock {DIV} at (0,150) size 51x50 [border: (50px solid #FFA500) none]
</del><ins>+      RenderTable {TABLE} at (0,34) size 106x206 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x200
+          RenderTableRow {TR} at (0,0) size 100x200
+            RenderTableCell {TD} at (0,25) size 50x150 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FF0000]
+                RenderBlock {DIV} at (0,0) size 50x150 [bgcolor=#00FFFF]
+              RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#FFFF00]
+            RenderTableCell {TD} at (50,0) size 50x200 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFA500] [border: (50px solid #00FFFF) none]
+              RenderBlock {DIV} at (0,50) size 50x50 [border: (50px solid #FFFF00) none]
+              RenderBlock {DIV} at (0,100) size 50x50 [border: (50px solid #00FFFF) none]
+              RenderBlock {DIV} at (0,150) size 50x50 [border: (50px solid #FFA500) none]
</ins><span class="cx">       RenderBlock {P} at (0,256) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 248x18
</span><span class="cx">           text run at (0,0) width 248: &quot;This test is irrelevant if you don't pass &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline006expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/006-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/006-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/006-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,28 +11,28 @@
</span><span class="cx">       RenderBlock {P} at (0,34) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 515x18
</span><span class="cx">           text run at (0,0) width 515: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,68) size 107x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x250
-          RenderTableRow {TR} at (0,0) size 101x250
-            RenderTableCell {TD} at (0,0) size 51x250 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+      RenderTable {TABLE} at (0,68) size 106x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x250
+          RenderTableRow {TR} at (0,0) size 100x250
+            RenderTableCell {TD} at (0,0) size 50x250 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
-                RenderBlock {DIV} at (0,0) size 51x50 [color=#FFFF00] [bgcolor=#FF0000]
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
+                RenderBlock {DIV} at (0,0) size 50x50 [color=#FFFF00] [bgcolor=#FF0000]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 50x50
</span><span class="cx">                     text run at (0,0) width 50: &quot;X&quot;
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
-                RenderBlock {DIV} at (0,0) size 51x50 [color=#00FF00] [bgcolor=#FF0000]
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
+                RenderBlock {DIV} at (0,0) size 50x50 [color=#00FF00] [bgcolor=#FF0000]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 50x50
</span><span class="cx">                     text run at (0,0) width 50: &quot;X&quot;
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFA500) none]
</span><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [border: (50px solid #FFFF00) none]
</span><span class="cx">               RenderBlock {DIV} at (0,100) size 50x50 [border: (50px solid #FFA500) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline010expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/010-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/010-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/010-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,77 +6,77 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 587x18
</span><span class="cx">           text run at (0,0) width 587: &quot;The square should consist of exactly five equal bands, orange, lime, orange, yellow, orange.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 257x256 [bgcolor=#FFA500] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 251x250
-          RenderTableRow {TR} at (0,0) size 251x250
-            RenderTableCell {TD} at (0,0) size 51x250 [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+      RenderTable {TABLE} at (0,34) size 256x256 [bgcolor=#FFA500] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 250x250
+          RenderTableRow {TR} at (0,0) size 250x250
+            RenderTableCell {TD} at (0,0) size 50x250 [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (100,0) size 51x250 [r=0 c=2 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (100,0) size 50x250 [r=0 c=2 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (150,0) size 51x250 [r=0 c=3 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (150,0) size 50x250 [r=0 c=3 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,200) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,200) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (200,0) size 51x250 [r=0 c=4 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (200,0) size 50x250 [r=0 c=4 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,306) size 784x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline011expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/011-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/011-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/011-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,107 +6,107 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 587x18
</span><span class="cx">           text run at (0,0) width 587: &quot;The square should consist of exactly five equal bands, orange, lime, orange, yellow, orange.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 257x256 [bgcolor=#FFA500] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 251x250
-          RenderTableRow {TR} at (0,0) size 251x250
-            RenderTableCell {TD} at (0,0) size 51x250 [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+      RenderTable {TABLE} at (0,34) size 256x256 [bgcolor=#FFA500] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 250x250
+          RenderTableRow {TR} at (0,0) size 250x250
+            RenderTableCell {TD} at (0,0) size 50x250 [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x0
-                RenderBlock {DIV} at (0,0) size 51x0 [bgcolor=#FF0000]
-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x0
+                RenderBlock {DIV} at (0,0) size 50x0 [bgcolor=#FF0000]
+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x0
-                RenderBlock {DIV} at (0,0) size 51x0 [bgcolor=#FF0000]
-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x0
+                RenderBlock {DIV} at (0,0) size 50x0 [bgcolor=#FF0000]
+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (100,0) size 51x250 [r=0 c=2 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (100,0) size 50x250 [r=0 c=2 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x0
-                RenderBlock {DIV} at (0,0) size 51x0 [bgcolor=#FF0000]
-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x0
+                RenderBlock {DIV} at (0,0) size 50x0 [bgcolor=#FF0000]
+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (150,0) size 51x250 [r=0 c=3 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (150,0) size 50x250 [r=0 c=3 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,200) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,200) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,200) size 51x0
-                RenderBlock {DIV} at (0,0) size 51x0 [bgcolor=#FF0000]
-              RenderBlock (anonymous) at (0,200) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,200) size 50x0
+                RenderBlock {DIV} at (0,0) size 50x0 [bgcolor=#FF0000]
+              RenderBlock (anonymous) at (0,200) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (200,0) size 51x250 [r=0 c=4 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (200,0) size 50x250 [r=0 c=4 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,100) size 51x0
-                RenderBlock {DIV} at (0,0) size 51x0 [bgcolor=#FF0000]
-              RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,100) size 50x0
+                RenderBlock {DIV} at (0,0) size 50x0 [bgcolor=#FF0000]
+              RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,306) size 784x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline012expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/012-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/012-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/012-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,24 +6,24 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 515x18
</span><span class="cx">           text run at (0,0) width 515: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 107x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x250
-          RenderTableRow {TR} at (0,0) size 101x250
-            RenderTableCell {TD} at (0,0) size 51x250 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+      RenderTable {TABLE} at (0,34) size 106x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x250
+          RenderTableRow {TR} at (0,0) size 100x250
+            RenderTableCell {TD} at (0,0) size 50x250 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFA500) none]
</span><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [border: (50px solid #FFFF00) none]
</span><span class="cx">               RenderBlock {DIV} at (0,100) size 50x50 [border: (50px solid #FFA500) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline015expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/015-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/015-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/015-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,9 +6,9 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 515x18
</span><span class="cx">           text run at (0,0) width 515: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 107x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x250
-          RenderTableRow {TR} at (0,0) size 101x250
</del><ins>+      RenderTable {TABLE} at (0,34) size 106x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x250
+          RenderTableRow {TR} at (0,0) size 100x250
</ins><span class="cx">             RenderTableCell {TD} at (0,0) size 50x250 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 50x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx">               RenderBlock (anonymous) at (0,250) size 50x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFFF00) none]
</span><span class="cx">               RenderBlock {DIV} at (0,50) size 50x100 [border: (100px solid #FFA500) none]
</span><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [border: (50px solid #00FF00) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline016expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/016-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/016-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/016-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 515x18
</span><span class="cx">           text run at (0,0) width 515: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 107x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x250
-          RenderTableRow {TR} at (0,0) size 101x250
-            RenderTableCell {TD} at (0,0) size 51x250 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 106x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x250
+          RenderTableRow {TR} at (0,0) size 100x250
+            RenderTableCell {TD} at (0,0) size 50x250 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x200 [bgcolor=#FFA500]
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 50x0
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 0x0
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx">                 RenderBlock (anonymous) at (0,250) size 50x0
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFFF00) none]
</span><span class="cx">               RenderBlock {DIV} at (0,50) size 50x100 [border: (100px solid #FFA500) none]
</span><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [border: (50px solid #00FFFF) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline017expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/017-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/017-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/017-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,33 +6,33 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 627x18
</span><span class="cx">           text run at (0,0) width 627: &quot;The following square should contain exactly two bands, one yellow, one lime, with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 107x106 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x100
-          RenderTableRow {TR} at (0,0) size 101x100
-            RenderTableCell {TD} at (0,0) size 51x100 [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+      RenderTable {TABLE} at (0,34) size 106x106 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x100
+          RenderTableRow {TR} at (0,0) size 100x100
+            RenderTableCell {TD} at (0,0) size 50x100 [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 51x50
-                RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FF0000]
-                  RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 50x50
+                RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FF0000]
+                  RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 51x50
-                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FFFF00]
-                  RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 50x50
+                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
+                  RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
-                RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-              RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
+                RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+              RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (50,0) size 51x100 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x50 [border: (50px solid #FFFF00) none]
-              RenderBlock {DIV} at (0,50) size 51x50 [border: (50px solid #00FF00) none]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x100 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFFF00) none]
+              RenderBlock {DIV} at (0,50) size 50x50 [border: (50px solid #00FF00) none]
</ins><span class="cx">       RenderBlock {P} at (0,156) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 266x18
</span><span class="cx">           text run at (0,0) width 266: &quot;This test is meaningless if you don't pass &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline018expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/018-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/018-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/018-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,38 +12,38 @@
</span><span class="cx">             text run at (0,18) width 44: &quot;visible&quot;
</span><span class="cx">         RenderText {#text} at (43,18) size 5x18
</span><span class="cx">           text run at (43,18) width 5: &quot;.&quot;
</span><del>-      RenderTable {TABLE} at (0,52) size 107x156 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 101x150
-          RenderTableRow {TR} at (0,0) size 101x150
-            RenderTableCell {TD} at (0,0) size 51x150 [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+      RenderTable {TABLE} at (0,52) size 106x156 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 100x150
+          RenderTableRow {TR} at (0,0) size 100x150
+            RenderTableCell {TD} at (0,0) size 50x150 [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 51x150
-                RenderBlock {DIV} at (0,0) size 51x150 [bgcolor=#FFA500]
-                  RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 50x150
+                RenderBlock {DIV} at (0,0) size 50x150 [bgcolor=#FFA500]
+                  RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 51x50
-                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FF0000]
-                      RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 50x50
+                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FF0000]
+                      RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                         RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                      RenderBlock (anonymous) at (0,0) size 51x50
-                        RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FFFF00]
-                      RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+                      RenderBlock (anonymous) at (0,0) size 50x50
+                        RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
+                      RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                         RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                         RenderText {#text} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+                  RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,100) size 51x50
-                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+                  RenderBlock (anonymous) at (0,100) size 50x50
+                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (50,0) size 51x150 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 51x50 [border: (50px solid #FFFF00) none]
-              RenderBlock {DIV} at (0,50) size 51x50 [border: (50px solid #FFA500) none]
-              RenderBlock {DIV} at (0,100) size 51x50 [border: (50px solid #00FF00) none]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x150 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 50x50 [border: (50px solid #FFFF00) none]
+              RenderBlock {DIV} at (0,50) size 50x50 [border: (50px solid #FFA500) none]
+              RenderBlock {DIV} at (0,100) size 50x50 [border: (50px solid #00FF00) none]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline019expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/019-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/019-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/019-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,70 +6,70 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 233x18
</span><span class="cx">           text run at (0,0) width 233: &quot;There should be no red on this page.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 157x106 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 151x100
-          RenderTableRow {TR} at (0,0) size 151x100
-            RenderTableCell {TD} at (0,0) size 51x100 [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+      RenderTable {TABLE} at (0,34) size 156x106 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 150x100
+          RenderTableRow {TR} at (0,0) size 150x100
+            RenderTableCell {TD} at (0,0) size 50x100 [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 51x55
-                RenderBlock {DIV} at (0,0) size 51x55 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 50x55
+                RenderBlock {DIV} at (0,0) size 50x55 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 51x50
-                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 50x50
+                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,55) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,55) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,55) size 51x45
-                RenderBlock {DIV} at (0,0) size 51x45 [bgcolor=#00FF00]
-              RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,55) size 50x45
+                RenderBlock {DIV} at (0,0) size 50x45 [bgcolor=#00FF00]
+              RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (50,0) size 51x100 [r=0 c=1 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x100 [r=0 c=1 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 51x50
-                RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 50x50
+                RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 51x50
-                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 50x50
+                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 51x50
-                RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-              RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,50) size 50x50
+                RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+              RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (100,0) size 51x100 [r=0 c=2 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (100,0) size 50x100 [r=0 c=2 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 51x45
-                RenderBlock {DIV} at (0,0) size 51x45 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 50x45
+                RenderBlock {DIV} at (0,0) size 50x45 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 51x50
-                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 50x50
+                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,45) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,45) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,45) size 51x55
-                RenderBlock {DIV} at (0,0) size 51x55 [bgcolor=#00FF00]
-              RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,45) size 50x55
+                RenderBlock {DIV} at (0,0) size 50x55 [bgcolor=#00FF00]
+              RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,156) size 784x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline020expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/020-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/020-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/020-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,70 +6,70 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 233x18
</span><span class="cx">           text run at (0,0) width 233: &quot;There should be no red on this page.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 157x156 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 151x150
-          RenderTableRow {TR} at (0,0) size 151x150
-            RenderTableCell {TD} at (0,0) size 51x150 [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+      RenderTable {TABLE} at (0,34) size 156x156 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 150x150
+          RenderTableRow {TR} at (0,0) size 150x150
+            RenderTableCell {TD} at (0,0) size 50x150 [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 51x105
-                RenderBlock {DIV} at (0,0) size 51x105 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 50x105
+                RenderBlock {DIV} at (0,0) size 50x105 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 51x50
-                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 50x50
+                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,105) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,105) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,105) size 51x45
-                RenderBlock {DIV} at (0,0) size 51x45 [bgcolor=#00FF00]
-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,105) size 50x45
+                RenderBlock {DIV} at (0,0) size 50x45 [bgcolor=#00FF00]
+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (50,0) size 51x150 [r=0 c=1 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x150 [r=0 c=1 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 51x100
-                RenderBlock {DIV} at (0,0) size 51x100 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 50x100
+                RenderBlock {DIV} at (0,0) size 50x100 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 51x50
-                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 50x50
+                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,100) size 51x50
-                RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,100) size 50x50
+                RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (100,0) size 51x150 [r=0 c=2 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+            RenderTableCell {TD} at (100,0) size 50x150 [r=0 c=2 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 51x95
-                RenderBlock {DIV} at (0,0) size 51x95 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,0) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 50x95
+                RenderBlock {DIV} at (0,0) size 50x95 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,0) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 51x50
-                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,100) size 51x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 50x50
+                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,100) size 50x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,95) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,95) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,95) size 51x55
-                RenderBlock {DIV} at (0,0) size 51x55 [bgcolor=#00FF00]
-              RenderBlock (anonymous) at (0,150) size 51x0
</del><ins>+              RenderBlock (anonymous) at (0,95) size 50x55
+                RenderBlock {DIV} at (0,0) size 50x55 [bgcolor=#00FF00]
+              RenderBlock (anonymous) at (0,150) size 50x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,206) size 784x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline021expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/021-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/021-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/021-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,13 +6,13 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 300x18
</span><span class="cx">           text run at (0,0) width 300: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 317x166
-        RenderTableSection {TBODY} at (0,0) size 317x166
-          RenderTableRow {TR} at (0,16) size 317x134
-            RenderTableCell {TD} at (16,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (3,3) size 129x0
</del><ins>+      RenderTable {TABLE} at (0,34) size 316x166
+        RenderTableSection {TBODY} at (0,0) size 316x166
+          RenderTableRow {TR} at (0,16) size 316x134
+            RenderTableCell {TD} at (16,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (3,3) size 128x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (3,3) size 129x128
</del><ins>+              RenderBlock (anonymous) at (3,3) size 128x128
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                   RenderBlock (anonymous) at (0,0) size 128x0
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="lines">@@ -24,14 +24,14 @@
</span><span class="cx">                   RenderBlock (anonymous) at (0,128) size 128x0
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (3,131) size 129x0
</del><ins>+              RenderBlock (anonymous) at (3,131) size 128x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (166,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (3,3) size 129x128
-                RenderTableSection {TBODY} at (0,0) size 129x128
-                  RenderTableRow {TR} at (0,0) size 129x64
-                    RenderTableCell {TD} at (0,32) size 65x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
-                    RenderTableCell {TD} at (64,32) size 65x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
-                  RenderTableRow {TR} at (0,64) size 129x64
-                    RenderTableCell {TD} at (0,96) size 129x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (166,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (3,3) size 128x128
+                RenderTableSection {TBODY} at (0,0) size 128x128
+                  RenderTableRow {TR} at (0,0) size 128x64
+                    RenderTableCell {TD} at (0,32) size 64x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
+                    RenderTableCell {TD} at (64,32) size 64x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
+                  RenderTableRow {TR} at (0,64) size 128x64
+                    RenderTableCell {TD} at (0,96) size 128x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline022expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/022-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/022-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/022-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,13 +6,13 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 300x18
</span><span class="cx">           text run at (0,0) width 300: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 317x166
-        RenderTableSection {TBODY} at (0,0) size 317x166
-          RenderTableRow {TR} at (0,16) size 317x134
-            RenderTableCell {TD} at (16,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (3,3) size 129x0
</del><ins>+      RenderTable {TABLE} at (0,34) size 316x166
+        RenderTableSection {TBODY} at (0,0) size 316x166
+          RenderTableRow {TR} at (0,16) size 316x134
+            RenderTableCell {TD} at (16,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (3,3) size 128x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (3,3) size 129x128
</del><ins>+              RenderBlock (anonymous) at (3,3) size 128x128
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                   RenderBlock (anonymous) at (0,0) size 128x0
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="lines">@@ -24,14 +24,14 @@
</span><span class="cx">                   RenderBlock (anonymous) at (0,128) size 128x0
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (3,131) size 129x0
</del><ins>+              RenderBlock (anonymous) at (3,131) size 128x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (166,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (3,3) size 129x128
-                RenderTableSection {TBODY} at (0,0) size 129x128
-                  RenderTableRow {TR} at (0,0) size 129x64
-                    RenderTableCell {TD} at (0,32) size 65x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
-                    RenderTableCell {TD} at (64,32) size 65x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
-                  RenderTableRow {TR} at (0,64) size 129x64
-                    RenderTableCell {TD} at (0,96) size 129x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (166,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (3,3) size 128x128
+                RenderTableSection {TBODY} at (0,0) size 128x128
+                  RenderTableRow {TR} at (0,0) size 128x64
+                    RenderTableCell {TD} at (0,32) size 64x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
+                    RenderTableCell {TD} at (64,32) size 64x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
+                  RenderTableRow {TR} at (0,64) size 128x64
+                    RenderTableCell {TD} at (0,96) size 128x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapseblockinsideinline025expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/025-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/025-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/025-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 300x18
</span><span class="cx">           text run at (0,0) width 300: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 317x166
-        RenderTableSection {TBODY} at (0,0) size 317x166
-          RenderTableRow {TR} at (0,16) size 317x134
-            RenderTableCell {TD} at (16,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 316x166
+        RenderTableSection {TBODY} at (0,0) size 316x166
+          RenderTableRow {TR} at (0,16) size 316x134
+            RenderTableCell {TD} at (16,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 128x128 [bgcolor=#00FF00]
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 128x0
</span><span class="cx">                   RenderBlock (floating) {DIV} at (0,0) size 64x64 [bgcolor=#00FFFF]
</span><span class="lines">@@ -20,11 +20,11 @@
</span><span class="cx">                 RenderBlock (anonymous) at (0,128) size 128x0
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (166,16) size 135x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (3,3) size 129x128
-                RenderTableSection {TBODY} at (0,0) size 129x128
-                  RenderTableRow {TR} at (0,0) size 129x64
-                    RenderTableCell {TD} at (0,32) size 65x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
-                    RenderTableCell {TD} at (64,32) size 65x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
-                  RenderTableRow {TR} at (0,64) size 129x64
-                    RenderTableCell {TD} at (0,96) size 129x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (166,16) size 134x134 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (3,3) size 128x128
+                RenderTableSection {TBODY} at (0,0) size 128x128
+                  RenderTableRow {TR} at (0,0) size 128x64
+                    RenderTableCell {TD} at (0,32) size 64x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
+                    RenderTableCell {TD} at (64,32) size 64x0 [bgcolor=#00FF00] [r=0 c=1 rs=1 cs=1]
+                  RenderTableRow {TR} at (0,64) size 128x64
+                    RenderTableCell {TD} at (0,96) size 128x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=2]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockpositioningnegativerightposexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/positioning/negative-right-pos-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/positioning/negative-right-pos-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/positioning/negative-right-pos-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,6 +11,6 @@
</span><span class="cx">     RenderTable {TABLE} at (0,0) size 250x400 [bgcolor=#008000]
</span><span class="cx">       RenderTableSection {TBODY} at (0,0) size 250x400
</span><span class="cx">         RenderTableRow {TR} at (0,0) size 250x400
</span><del>-          RenderTableCell {TD} at (0,200) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (0,200) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (258,26) size 200x400
</span><span class="cx">   RenderBlock (positioned) {DIV} at (250,0) size 200x400 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockpositioningtablecellstaticpositionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/positioning/table-cell-static-position-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/positioning/table-cell-static-position-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/block/positioning/table-cell-static-position-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,44 +7,44 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 164x18
</span><span class="cx">           text run at (0,0) width 164: &quot;All cells should be green.&quot;
</span><span class="cx"> layer at (8,26) size 340x176
</span><del>-  RenderTable {TABLE} at (0,18) size 341x176 [border: (1px solid #000000)]
-    RenderTableSection {TBODY} at (1,1) size 339x174
-      RenderTableRow {TR} at (0,10) size 339x72
-        RenderTableCell {TD} at (10,10) size 73x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
-        RenderTableCell {TD} at (92,10) size 73x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
-        RenderTableCell {TD} at (174,10) size 73x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
-        RenderTableCell {TD} at (256,10) size 73x2 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+  RenderTable {TABLE} at (0,18) size 340x176 [border: (1px solid #000000)]
+    RenderTableSection {TBODY} at (1,1) size 338x174
+      RenderTableRow {TR} at (0,10) size 338x72
+        RenderTableCell {TD} at (10,10) size 72x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
+        RenderTableCell {TD} at (92,10) size 72x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
+        RenderTableCell {TD} at (174,10) size 72x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
+        RenderTableCell {TD} at (256,10) size 72x2 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 0x0
</span><del>-      RenderTableRow {TR} at (0,92) size 339x72
-        RenderTableCell {TD} at (10,92) size 73x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
-        RenderTableCell {TD} at (92,92) size 73x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
-        RenderTableCell {TD} at (174,92) size 73x2 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
-        RenderTableCell {TD} at (256,92) size 73x20 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+      RenderTableRow {TR} at (0,92) size 338x72
+        RenderTableCell {TD} at (10,92) size 72x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
+        RenderTableCell {TD} at (92,92) size 72x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
+        RenderTableCell {TD} at (174,92) size 72x2 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
+        RenderTableCell {TD} at (256,92) size 72x20 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">           RenderBlock {SPAN} at (1,1) size 0x0
</span><span class="cx"> layer at (266,38) size 70x70
</span><del>-  RenderBlock (positioned) {DIV} at (258,12) size 71x70 [bgcolor=#008000]
</del><ins>+  RenderBlock (positioned) {DIV} at (258,12) size 70x70 [bgcolor=#008000]
</ins><span class="cx"> layer at (184,120) size 70x70
</span><del>-  RenderBlock (positioned) {DIV} at (176,94) size 71x70 [bgcolor=#008000]
</del><ins>+  RenderBlock (positioned) {DIV} at (176,94) size 70x70 [bgcolor=#008000]
</ins><span class="cx"> layer at (266,120) size 70x70
</span><del>-  RenderBlock (positioned) {DIV} at (258,94) size 71x70 [bgcolor=#008000]
</del><ins>+  RenderBlock (positioned) {DIV} at (258,94) size 70x70 [bgcolor=#008000]
</ins><span class="cx"> layer at (8,202) size 340x176
</span><del>-  RenderTable {TABLE} at (0,194) size 341x176 [border: (1px solid #000000)]
-    RenderTableSection {TBODY} at (1,1) size 339x174
-      RenderTableRow {TR} at (0,10) size 339x72
-        RenderTableCell {TD} at (256,10) size 73x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
-        RenderTableCell {TD} at (174,10) size 73x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
-        RenderTableCell {TD} at (92,10) size 73x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
-        RenderTableCell {TD} at (10,10) size 73x2 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+  RenderTable {TABLE} at (0,194) size 340x176 [border: (1px solid #000000)]
+    RenderTableSection {TBODY} at (1,1) size 338x174
+      RenderTableRow {TR} at (0,10) size 338x72
+        RenderTableCell {TD} at (256,10) size 72x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
+        RenderTableCell {TD} at (174,10) size 72x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
+        RenderTableCell {TD} at (92,10) size 72x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
+        RenderTableCell {TD} at (10,10) size 72x2 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 0x0
</span><del>-      RenderTableRow {TR} at (0,92) size 339x72
-        RenderTableCell {TD} at (256,92) size 73x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
-        RenderTableCell {TD} at (174,92) size 73x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
-        RenderTableCell {TD} at (92,92) size 73x2 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
-        RenderTableCell {TD} at (10,92) size 73x20 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+      RenderTableRow {TR} at (0,92) size 338x72
+        RenderTableCell {TD} at (256,92) size 72x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
+        RenderTableCell {TD} at (174,92) size 72x2 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
+        RenderTableCell {TD} at (92,92) size 72x2 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
+        RenderTableCell {TD} at (10,92) size 72x20 [bgcolor=#FF0000] [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">           RenderBlock {SPAN} at (71,1) size 0x0
</span><span class="cx"> layer at (20,214) size 70x70
</span><del>-  RenderBlock (positioned) {DIV} at (12,12) size 71x70 [bgcolor=#008000]
</del><ins>+  RenderBlock (positioned) {DIV} at (12,12) size 70x70 [bgcolor=#008000]
</ins><span class="cx"> layer at (102,296) size 70x70
</span><del>-  RenderBlock (positioned) {DIV} at (94,94) size 71x70 [bgcolor=#008000]
</del><ins>+  RenderBlock (positioned) {DIV} at (94,94) size 70x70 [bgcolor=#008000]
</ins><span class="cx"> layer at (20,296) size 70x70
</span><del>-  RenderBlock (positioned) {DIV} at (12,94) size 71x70 [bgcolor=#008000]
</del><ins>+  RenderBlock (positioned) {DIV} at (12,94) size 70x70 [bgcolor=#008000]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastbordersborderantialiasingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/borders/border-antialiasing-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/borders/border-antialiasing-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/borders/border-antialiasing-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -5,98 +5,98 @@
</span><span class="cx">     RenderBody {BODY} at (8,20) size 784x431
</span><span class="cx"> layer at (18,20) size 764x431
</span><span class="cx">   RenderBlock {DIV} at (10,0) size 764x431
</span><del>-    RenderTable {TABLE} at (20,0) size 132x53 [border: none]
-      RenderTableSection {TBODY} at (0,0) size 131x52
-        RenderTableRow {TR} at (0,0) size 131x13
-          RenderTableCell {TD} at (0,5) size 14x3 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
-          RenderTableCell {TD} at (13,5) size 14x3 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
-          RenderTableCell {TD} at (26,5) size 14x3 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
-          RenderTableCell {TD} at (39,5) size 14x3 [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
-          RenderTableCell {TD} at (52,5) size 14x3 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
-          RenderTableCell {TD} at (65,5) size 14x3 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
-          RenderTableCell {TD} at (78,5) size 14x3 [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
-          RenderTableCell {TD} at (91,5) size 14x3 [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
-          RenderTableCell {TD} at (104,5) size 14x3 [border: (1px solid #000000)] [r=0 c=8 rs=1 cs=1]
-          RenderTableCell {TD} at (117,5) size 14x3 [border: (1px solid #000000)] [r=0 c=9 rs=1 cs=1]
-        RenderTableRow {TR} at (0,13) size 131x13
-          RenderTableCell {TD} at (0,18) size 14x3 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
-          RenderTableCell {TD} at (13,18) size 14x3 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
-          RenderTableCell {TD} at (26,18) size 14x3 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
-          RenderTableCell {TD} at (39,18) size 14x3 [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
-          RenderTableCell {TD} at (52,18) size 14x3 [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
-          RenderTableCell {TD} at (65,18) size 14x3 [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
-          RenderTableCell {TD} at (78,18) size 14x3 [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
-          RenderTableCell {TD} at (91,18) size 14x3 [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
-          RenderTableCell {TD} at (104,18) size 14x3 [border: (1px solid #000000)] [r=1 c=8 rs=1 cs=1]
-          RenderTableCell {TD} at (117,18) size 14x3 [border: (1px solid #000000)] [r=1 c=9 rs=1 cs=1]
-        RenderTableRow {TR} at (0,26) size 131x13
-          RenderTableCell {TD} at (0,31) size 14x3 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
-          RenderTableCell {TD} at (13,31) size 14x3 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
-          RenderTableCell {TD} at (26,31) size 14x3 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
-          RenderTableCell {TD} at (39,31) size 14x3 [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
-          RenderTableCell {TD} at (52,31) size 14x3 [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
-          RenderTableCell {TD} at (65,31) size 14x3 [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
-          RenderTableCell {TD} at (78,31) size 14x3 [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
-          RenderTableCell {TD} at (91,31) size 14x3 [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
-          RenderTableCell {TD} at (104,31) size 14x3 [border: (1px solid #000000)] [r=2 c=8 rs=1 cs=1]
-          RenderTableCell {TD} at (117,31) size 14x3 [border: (1px solid #000000)] [r=2 c=9 rs=1 cs=1]
-        RenderTableRow {TR} at (0,39) size 131x13
-          RenderTableCell {TD} at (0,44) size 14x3 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
-          RenderTableCell {TD} at (13,44) size 14x3 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
-          RenderTableCell {TD} at (26,44) size 14x3 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
-          RenderTableCell {TD} at (39,44) size 14x3 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
-          RenderTableCell {TD} at (52,44) size 14x3 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
-          RenderTableCell {TD} at (65,44) size 14x3 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
-          RenderTableCell {TD} at (78,44) size 14x3 [border: (1px solid #000000)] [r=3 c=6 rs=1 cs=1]
-          RenderTableCell {TD} at (91,44) size 14x3 [border: (1px solid #000000)] [r=3 c=7 rs=1 cs=1]
-          RenderTableCell {TD} at (104,44) size 14x3 [border: (1px solid #000000)] [r=3 c=8 rs=1 cs=1]
-          RenderTableCell {TD} at (117,44) size 14x3 [border: (1px solid #000000)] [r=3 c=9 rs=1 cs=1]
-    RenderTable {TABLE} at (20,73) size 163x66
-      RenderTableSection {TBODY} at (0,0) size 163x66
-        RenderTableRow {TR} at (0,2) size 163x14
-          RenderTableCell {TD} at (2,7) size 15x4 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
-          RenderTableCell {TD} at (18,7) size 15x4 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
-          RenderTableCell {TD} at (34,7) size 15x4 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
-          RenderTableCell {TD} at (50,7) size 15x4 [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
-          RenderTableCell {TD} at (66,7) size 15x4 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
-          RenderTableCell {TD} at (82,7) size 15x4 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
-          RenderTableCell {TD} at (98,7) size 15x4 [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
-          RenderTableCell {TD} at (114,7) size 15x4 [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
-          RenderTableCell {TD} at (130,7) size 15x4 [border: (1px solid #000000)] [r=0 c=8 rs=1 cs=1]
-          RenderTableCell {TD} at (146,7) size 15x4 [border: (1px solid #000000)] [r=0 c=9 rs=1 cs=1]
-        RenderTableRow {TR} at (0,18) size 163x14
-          RenderTableCell {TD} at (2,23) size 15x4 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
-          RenderTableCell {TD} at (18,23) size 15x4 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
-          RenderTableCell {TD} at (34,23) size 15x4 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
-          RenderTableCell {TD} at (50,23) size 15x4 [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
-          RenderTableCell {TD} at (66,23) size 15x4 [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
-          RenderTableCell {TD} at (82,23) size 15x4 [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
-          RenderTableCell {TD} at (98,23) size 15x4 [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
-          RenderTableCell {TD} at (114,23) size 15x4 [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
-          RenderTableCell {TD} at (130,23) size 15x4 [border: (1px solid #000000)] [r=1 c=8 rs=1 cs=1]
-          RenderTableCell {TD} at (146,23) size 15x4 [border: (1px solid #000000)] [r=1 c=9 rs=1 cs=1]
-        RenderTableRow {TR} at (0,34) size 163x14
-          RenderTableCell {TD} at (2,39) size 15x4 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
-          RenderTableCell {TD} at (18,39) size 15x4 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
-          RenderTableCell {TD} at (34,39) size 15x4 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
-          RenderTableCell {TD} at (50,39) size 15x4 [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
-          RenderTableCell {TD} at (66,39) size 15x4 [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
-          RenderTableCell {TD} at (82,39) size 15x4 [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
-          RenderTableCell {TD} at (98,39) size 15x4 [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
-          RenderTableCell {TD} at (114,39) size 15x4 [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
-          RenderTableCell {TD} at (130,39) size 15x4 [border: (1px solid #000000)] [r=2 c=8 rs=1 cs=1]
-          RenderTableCell {TD} at (146,39) size 15x4 [border: (1px solid #000000)] [r=2 c=9 rs=1 cs=1]
-        RenderTableRow {TR} at (0,50) size 163x14
-          RenderTableCell {TD} at (2,55) size 15x4 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
-          RenderTableCell {TD} at (18,55) size 15x4 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
-          RenderTableCell {TD} at (34,55) size 15x4 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
-          RenderTableCell {TD} at (50,55) size 15x4 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
-          RenderTableCell {TD} at (66,55) size 15x4 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
-          RenderTableCell {TD} at (82,55) size 15x4 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
-          RenderTableCell {TD} at (98,55) size 15x4 [border: (1px solid #000000)] [r=3 c=6 rs=1 cs=1]
-          RenderTableCell {TD} at (114,55) size 15x4 [border: (1px solid #000000)] [r=3 c=7 rs=1 cs=1]
-          RenderTableCell {TD} at (130,55) size 15x4 [border: (1px solid #000000)] [r=3 c=8 rs=1 cs=1]
-          RenderTableCell {TD} at (146,55) size 15x4 [border: (1px solid #000000)] [r=3 c=9 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (20,0) size 131x53 [border: none]
+      RenderTableSection {TBODY} at (0,0) size 130x52
+        RenderTableRow {TR} at (0,0) size 130x13
+          RenderTableCell {TD} at (0,5) size 13x3 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
+          RenderTableCell {TD} at (13,5) size 13x3 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
+          RenderTableCell {TD} at (26,5) size 13x3 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
+          RenderTableCell {TD} at (39,5) size 13x3 [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
+          RenderTableCell {TD} at (52,5) size 13x3 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
+          RenderTableCell {TD} at (65,5) size 13x3 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
+          RenderTableCell {TD} at (78,5) size 13x3 [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
+          RenderTableCell {TD} at (91,5) size 13x3 [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
+          RenderTableCell {TD} at (104,5) size 13x3 [border: (1px solid #000000)] [r=0 c=8 rs=1 cs=1]
+          RenderTableCell {TD} at (117,5) size 13x3 [border: (1px solid #000000)] [r=0 c=9 rs=1 cs=1]
+        RenderTableRow {TR} at (0,13) size 130x13
+          RenderTableCell {TD} at (0,18) size 13x3 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
+          RenderTableCell {TD} at (13,18) size 13x3 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
+          RenderTableCell {TD} at (26,18) size 13x3 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
+          RenderTableCell {TD} at (39,18) size 13x3 [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
+          RenderTableCell {TD} at (52,18) size 13x3 [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
+          RenderTableCell {TD} at (65,18) size 13x3 [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
+          RenderTableCell {TD} at (78,18) size 13x3 [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
+          RenderTableCell {TD} at (91,18) size 13x3 [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
+          RenderTableCell {TD} at (104,18) size 13x3 [border: (1px solid #000000)] [r=1 c=8 rs=1 cs=1]
+          RenderTableCell {TD} at (117,18) size 13x3 [border: (1px solid #000000)] [r=1 c=9 rs=1 cs=1]
+        RenderTableRow {TR} at (0,26) size 130x13
+          RenderTableCell {TD} at (0,31) size 13x3 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
+          RenderTableCell {TD} at (13,31) size 13x3 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
+          RenderTableCell {TD} at (26,31) size 13x3 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
+          RenderTableCell {TD} at (39,31) size 13x3 [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
+          RenderTableCell {TD} at (52,31) size 13x3 [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
+          RenderTableCell {TD} at (65,31) size 13x3 [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
+          RenderTableCell {TD} at (78,31) size 13x3 [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
+          RenderTableCell {TD} at (91,31) size 13x3 [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
+          RenderTableCell {TD} at (104,31) size 13x3 [border: (1px solid #000000)] [r=2 c=8 rs=1 cs=1]
+          RenderTableCell {TD} at (117,31) size 13x3 [border: (1px solid #000000)] [r=2 c=9 rs=1 cs=1]
+        RenderTableRow {TR} at (0,39) size 130x13
+          RenderTableCell {TD} at (0,44) size 13x3 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
+          RenderTableCell {TD} at (13,44) size 13x3 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
+          RenderTableCell {TD} at (26,44) size 13x3 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
+          RenderTableCell {TD} at (39,44) size 13x3 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
+          RenderTableCell {TD} at (52,44) size 13x3 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
+          RenderTableCell {TD} at (65,44) size 13x3 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
+          RenderTableCell {TD} at (78,44) size 13x3 [border: (1px solid #000000)] [r=3 c=6 rs=1 cs=1]
+          RenderTableCell {TD} at (91,44) size 13x3 [border: (1px solid #000000)] [r=3 c=7 rs=1 cs=1]
+          RenderTableCell {TD} at (104,44) size 13x3 [border: (1px solid #000000)] [r=3 c=8 rs=1 cs=1]
+          RenderTableCell {TD} at (117,44) size 13x3 [border: (1px solid #000000)] [r=3 c=9 rs=1 cs=1]
+    RenderTable {TABLE} at (20,73) size 162x66
+      RenderTableSection {TBODY} at (0,0) size 162x66
+        RenderTableRow {TR} at (0,2) size 162x14
+          RenderTableCell {TD} at (2,7) size 14x4 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
+          RenderTableCell {TD} at (18,7) size 14x4 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
+          RenderTableCell {TD} at (34,7) size 14x4 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
+          RenderTableCell {TD} at (50,7) size 14x4 [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
+          RenderTableCell {TD} at (66,7) size 14x4 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
+          RenderTableCell {TD} at (82,7) size 14x4 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
+          RenderTableCell {TD} at (98,7) size 14x4 [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
+          RenderTableCell {TD} at (114,7) size 14x4 [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
+          RenderTableCell {TD} at (130,7) size 14x4 [border: (1px solid #000000)] [r=0 c=8 rs=1 cs=1]
+          RenderTableCell {TD} at (146,7) size 14x4 [border: (1px solid #000000)] [r=0 c=9 rs=1 cs=1]
+        RenderTableRow {TR} at (0,18) size 162x14
+          RenderTableCell {TD} at (2,23) size 14x4 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
+          RenderTableCell {TD} at (18,23) size 14x4 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
+          RenderTableCell {TD} at (34,23) size 14x4 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
+          RenderTableCell {TD} at (50,23) size 14x4 [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
+          RenderTableCell {TD} at (66,23) size 14x4 [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
+          RenderTableCell {TD} at (82,23) size 14x4 [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
+          RenderTableCell {TD} at (98,23) size 14x4 [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
+          RenderTableCell {TD} at (114,23) size 14x4 [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
+          RenderTableCell {TD} at (130,23) size 14x4 [border: (1px solid #000000)] [r=1 c=8 rs=1 cs=1]
+          RenderTableCell {TD} at (146,23) size 14x4 [border: (1px solid #000000)] [r=1 c=9 rs=1 cs=1]
+        RenderTableRow {TR} at (0,34) size 162x14
+          RenderTableCell {TD} at (2,39) size 14x4 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
+          RenderTableCell {TD} at (18,39) size 14x4 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
+          RenderTableCell {TD} at (34,39) size 14x4 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
+          RenderTableCell {TD} at (50,39) size 14x4 [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
+          RenderTableCell {TD} at (66,39) size 14x4 [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
+          RenderTableCell {TD} at (82,39) size 14x4 [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
+          RenderTableCell {TD} at (98,39) size 14x4 [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
+          RenderTableCell {TD} at (114,39) size 14x4 [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
+          RenderTableCell {TD} at (130,39) size 14x4 [border: (1px solid #000000)] [r=2 c=8 rs=1 cs=1]
+          RenderTableCell {TD} at (146,39) size 14x4 [border: (1px solid #000000)] [r=2 c=9 rs=1 cs=1]
+        RenderTableRow {TR} at (0,50) size 162x14
+          RenderTableCell {TD} at (2,55) size 14x4 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
+          RenderTableCell {TD} at (18,55) size 14x4 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
+          RenderTableCell {TD} at (34,55) size 14x4 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
+          RenderTableCell {TD} at (50,55) size 14x4 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
+          RenderTableCell {TD} at (66,55) size 14x4 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
+          RenderTableCell {TD} at (82,55) size 14x4 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
+          RenderTableCell {TD} at (98,55) size 14x4 [border: (1px solid #000000)] [r=3 c=6 rs=1 cs=1]
+          RenderTableCell {TD} at (114,55) size 14x4 [border: (1px solid #000000)] [r=3 c=7 rs=1 cs=1]
+          RenderTableCell {TD} at (130,55) size 14x4 [border: (1px solid #000000)] [r=3 c=8 rs=1 cs=1]
+          RenderTableCell {TD} at (146,55) size 14x4 [border: (1px solid #000000)] [r=3 c=9 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (10,269) size 744x162
</span><span class="cx">       RenderInline {SPAN} at (0,0) size 80x40
</span><span class="cx">         RenderText {#text} at (6,0) size 74x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastbordersborderradiusdifferentwidth001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/borders/border-radius-different-width-001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/borders/border-radius-different-width-001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/borders/border-radius-different-width-001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,16 +3,16 @@
</span><span class="cx"> layer at (0,0) size 800x462
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x462
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x446
</span><del>-      RenderTable {TABLE} at (0,0) size 691x446
-        RenderTableSection {TBODY} at (0,0) size 691x446
-          RenderTableRow {TR} at (0,2) size 691x442
-            RenderTableCell {TD} at (2,2) size 273x442 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 690x446
+        RenderTableSection {TBODY} at (0,0) size 690x446
+          RenderTableRow {TR} at (0,2) size 690x442
+            RenderTableCell {TD} at (2,2) size 272x442 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (11,11) size 245x130 [border: (10px solid #000000) (15px solid #000000) (20px solid #000000) (30px solid #000000)]
</span><span class="cx">               RenderBlock {DIV} at (11,151) size 250x150 [border: (10px solid #000000) (25px solid #000000) (40px solid #000000) (25px solid #000000)]
</span><span class="cx">               RenderBlock {DIV} at (11,311) size 250x120 [border: (10px solid #000000) (25px solid #000000) (10px solid #000000) (25px solid #000000)]
</span><del>-            RenderTableCell {TD} at (276,45) size 233x356 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (276,45) size 232x356 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (11,11) size 204x106 [border: (1px solid #000000) (3px solid #000000) (5px solid #000000) (1px solid #000000)]
</span><span class="cx">               RenderBlock {DIV} at (11,127) size 206x106 [border: (1px solid #000000) (3px solid #000000) (5px solid #000000) (3px solid #000000)]
</span><span class="cx">               RenderBlock {DIV} at (11,243) size 210x102 [border: (1px solid #000000) (5px solid #000000) (1px solid #000000) (5px solid #000000)]
</span><del>-            RenderTableCell {TD} at (510,62) size 179x322 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (510,62) size 178x322 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (11,11) size 156x300 [border: (4px solid #000000) (16px solid #000000) (32px solid #000000) (120px solid #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastborderstablebordersexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/borders/table-borders-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/borders/table-borders-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/borders/table-borders-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -5,9 +5,9 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> layer at (28,28) size 22x36
</span><del>-  RenderTable {TABLE} at (20,20) size 23x36 [border: (5px outset #808080)]
-    RenderTableSection {TBODY} at (5,5) size 13x26
-      RenderTableRow {TR} at (0,2) size 13x22
-        RenderTableCell {TD} at (2,2) size 9x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTable {TABLE} at (20,20) size 22x36 [border: (5px outset #808080)]
+    RenderTableSection {TBODY} at (5,5) size 12x26
+      RenderTableRow {TR} at (0,2) size 12x22
+        RenderTableCell {TD} at (2,2) size 8x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">           RenderText {#text} at (2,2) size 4x18
</span><span class="cx">             text run at (2,2) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcss003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/003-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/003-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css/003-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,52 +3,52 @@
</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 [color=#444444]
</span><del>-      RenderTable {TABLE} at (0,0) size 735x361
-        RenderTableSection {TBODY} at (0,0) size 735x361
-          RenderTableRow {TR} at (0,2) size 735x357
-            RenderTableCell {TD} at (2,2) size 243x357 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {H1} at (1,1) size 241x37
</del><ins>+      RenderTable {TABLE} at (0,0) size 734x361
+        RenderTableSection {TBODY} at (0,0) size 734x361
+          RenderTableRow {TR} at (0,2) size 734x357
+            RenderTableCell {TD} at (2,2) size 242x357 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {H1} at (1,1) size 240x37
</ins><span class="cx">                 RenderText {#text} at (0,0) size 177x37
</span><span class="cx">                   text run at (0,0) width 177: &quot;Blue-on-blue&quot;
</span><del>-              RenderBlock (anonymous) at (1,59) size 241x19
</del><ins>+              RenderBlock (anonymous) at (1,59) size 240x19
</ins><span class="cx">                 RenderText {#text} at (0,0) size 144x18
</span><span class="cx">                   text run at (0,0) width 144: &quot;Background color first&quot;
</span><span class="cx">               RenderBlock {DIV} at (17,93) size 98x99 [color=#0000FF] [bgcolor=#0000FF] [border: (1px solid #000000)]
</span><span class="cx">                 RenderText {#text} at (19,1) size 60x58
</span><span class="cx">                   text run at (19,1) width 60: &quot;Az&quot;
</span><del>-              RenderBlock (anonymous) at (1,207) size 241x19
</del><ins>+              RenderBlock (anonymous) at (1,207) size 240x19
</ins><span class="cx">                 RenderText {#text} at (0,0) size 94x18
</span><span class="cx">                   text run at (0,0) width 94: &quot;Text color first&quot;
</span><span class="cx">               RenderBlock {DIV} at (17,241) size 98x99 [color=#0000FF] [bgcolor=#0000FF] [border: (1px solid #000000)]
</span><span class="cx">                 RenderText {#text} at (19,1) size 60x58
</span><span class="cx">                   text run at (19,1) width 60: &quot;Az&quot;
</span><del>-            RenderTableCell {TD} at (246,2) size 243x357 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {H1} at (1,1) size 241x37
</del><ins>+            RenderTableCell {TD} at (246,2) size 242x357 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {H1} at (1,1) size 240x37
</ins><span class="cx">                 RenderText {#text} at (0,0) size 163x37
</span><span class="cx">                   text run at (0,0) width 163: &quot;Blue-on-red&quot;
</span><del>-              RenderBlock (anonymous) at (1,59) size 241x19
</del><ins>+              RenderBlock (anonymous) at (1,59) size 240x19
</ins><span class="cx">                 RenderText {#text} at (0,0) size 144x18
</span><span class="cx">                   text run at (0,0) width 144: &quot;Background color first&quot;
</span><span class="cx">               RenderBlock {DIV} at (17,93) size 98x99 [color=#0000FF] [bgcolor=#FF0000] [border: (1px solid #000000)]
</span><span class="cx">                 RenderText {#text} at (19,1) size 60x58
</span><span class="cx">                   text run at (19,1) width 60: &quot;Az&quot;
</span><del>-              RenderBlock (anonymous) at (1,207) size 241x19
</del><ins>+              RenderBlock (anonymous) at (1,207) size 240x19
</ins><span class="cx">                 RenderText {#text} at (0,0) size 94x18
</span><span class="cx">                   text run at (0,0) width 94: &quot;Text color first&quot;
</span><span class="cx">               RenderBlock {DIV} at (17,241) size 98x99 [color=#0000FF] [bgcolor=#FF0000] [border: (1px solid #000000)]
</span><span class="cx">                 RenderText {#text} at (19,1) size 60x58
</span><span class="cx">                   text run at (19,1) width 60: &quot;Az&quot;
</span><del>-            RenderTableCell {TD} at (490,2) size 243x357 [r=0 c=2 rs=1 cs=1]
-              RenderBlock {H1} at (1,1) size 241x37
</del><ins>+            RenderTableCell {TD} at (490,2) size 242x357 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {H1} at (1,1) size 240x37
</ins><span class="cx">                 RenderText {#text} at (0,0) size 177x37
</span><span class="cx">                   text run at (0,0) width 177: &quot;Blue-on-blue&quot;
</span><del>-              RenderBlock (anonymous) at (1,59) size 241x19
</del><ins>+              RenderBlock (anonymous) at (1,59) size 240x19
</ins><span class="cx">                 RenderText {#text} at (0,0) size 144x18
</span><span class="cx">                   text run at (0,0) width 144: &quot;Background color first&quot;
</span><span class="cx">               RenderBlock {DIV} at (17,93) size 98x99 [color=#0000FF] [bgcolor=#0000FF] [border: (1px solid #000000)]
</span><span class="cx">                 RenderText {#text} at (19,1) size 60x58
</span><span class="cx">                   text run at (19,1) width 60: &quot;Az&quot;
</span><del>-              RenderBlock (anonymous) at (1,207) size 241x19
</del><ins>+              RenderBlock (anonymous) at (1,207) size 240x19
</ins><span class="cx">                 RenderText {#text} at (0,0) size 94x18
</span><span class="cx">                   text run at (0,0) width 94: &quot;Text color first&quot;
</span><span class="cx">               RenderBlock {DIV} at (17,241) size 98x99 [color=#0000FF] [bgcolor=#0000FF] [border: (1px solid #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssabsolutepoitioninrtlparentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/absolute-poition-in-rtl-parent-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/absolute-poition-in-rtl-parent-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css/absolute-poition-in-rtl-parent-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -22,13 +22,13 @@
</span><span class="cx">           text run at (0,36) width 252: &quot;padding on either side of the box stack.&quot;
</span><span class="cx"> layer at (8,148) size 240x340
</span><span class="cx">   RenderBlock (positioned) {DIV} at (8,148) size 240x340 [border: (20px solid #000000)]
</span><del>-    RenderTable {TABLE} at (20,20) size 101x100
-      RenderTableSection {TBODY} at (0,0) size 101x100
-        RenderTableRow {TR} at (0,0) size 101x100
-          RenderTableCell {TD} at (0,0) size 101x100 [r=0 c=0 rs=1 cs=1]
-            RenderBlock {DIV} at (0,0) size 101x100 [bgcolor=#808000]
</del><ins>+    RenderTable {TABLE} at (20,20) size 100x100
+      RenderTableSection {TBODY} at (0,0) size 100x100
+        RenderTableRow {TR} at (0,0) size 100x100
+          RenderTableCell {TD} at (0,0) size 100x100 [r=0 c=0 rs=1 cs=1]
+            RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#808000]
</ins><span class="cx"> layer at (28,268) size 100x100
</span><del>-  RenderBlock (positioned) {DIV} at (20,120) size 101x100 [bgcolor=#008000]
</del><ins>+  RenderBlock (positioned) {DIV} at (20,120) size 100x100 [bgcolor=#008000]
</ins><span class="cx"> layer at (28,368) size 100x100
</span><span class="cx">   RenderBlock (positioned) {DIV} at (20,220) size 100x100 [bgcolor=#808000]
</span><span class="cx"> layer at (300,148) size 340x240
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssacid2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/acid2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/acid2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css/acid2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx">     RenderTable {TABLE} at (12,12) size 1x0
</span><span class="cx">       RenderTableSection {TBODY} at (0,0) size 1x0
</span><span class="cx">         RenderTableRow {TR} at (0,0) size 1x0
</span><del>-          RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (60,60) size 120x12 [bgcolor=#FF0000] [border: none (12px solid #000000) none (12px solid #000000)]
</span><span class="cx">       RenderBlock {DIV} at (12,0) size 144x12
</span><span class="cx">         RenderText {#text} at (0,-1) size 101x14
</span><span class="lines">@@ -32,21 +32,21 @@
</span><span class="cx">           text run at (12,8) width 1: &quot; &quot;
</span><span class="cx">     RenderBlock {DIV} at (12,180) size 740x12
</span><span class="cx">       RenderBlock {DIV} at (60,0) size 96x12 [color=#FFA500] [bgcolor=#FFFF00] [border: none (24px solid #000000) none (24px solid #000000)]
</span><del>-    RenderTable {UL} at (96,192) size 49x12 [bgcolor=#FF0000]
-      RenderTableSection (anonymous) at (0,0) size 49x12
-        RenderTableRow (anonymous) at (0,0) size 49x12
</del><ins>+    RenderTable {UL} at (96,192) size 48x12 [bgcolor=#FF0000]
+      RenderTableSection (anonymous) at (0,0) size 48x12
+        RenderTableRow (anonymous) at (0,0) size 48x12
</ins><span class="cx">           RenderTableCell {LI} at (0,0) size 12x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
</span><del>-          RenderTableCell (anonymous) at (12,0) size 13x12 [r=0 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell (anonymous) at (12,0) size 12x12 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderTable {LI} at (0,0) size 12x12 [bgcolor=#000000]
</span><del>-          RenderTableCell {LI} at (24,0) size 13x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
-          RenderTableCell (anonymous) at (36,0) size 13x12 [r=0 c=3 rs=1 cs=1]
</del><ins>+          RenderTableCell {LI} at (24,0) size 12x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
+          RenderTableCell (anonymous) at (36,0) size 12x12 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">             RenderListItem {LI} at (0,0) size 12x12 [bgcolor=#000000]
</span><span class="cx"> layer at (48,2842) size 740x10 scrollHeight 276
</span><span class="cx">   RenderBlock {DIV} at (12,204) size 740x10
</span><del>-    RenderTable {TABLE} at (0,0) size 65x276
-      RenderTableSection {TBODY} at (0,0) size 65x276
-        RenderTableRow {TR} at (0,0) size 65x276
-          RenderTableCell {TD} at (0,0) size 65x276 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (0,0) size 64x276
+      RenderTableSection {TBODY} at (0,0) size 64x276
+        RenderTableRow {TR} at (0,0) size 64x276
+          RenderTableCell {TD} at (0,0) size 64x276 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderImage {IMG} at (0,152) size 64x64
</span><span class="cx"> layer at (132,108) size 48x18
</span><span class="cx">   RenderBlock (positioned) {P} at (132,108) size 48x18 [bgcolor=#000000] [border: none (6px solid #FFFF00) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssacid2pixelexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/acid2-pixel-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/acid2-pixel-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css/acid2-pixel-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx">     RenderTable {TABLE} at (12,12) size 1x0
</span><span class="cx">       RenderTableSection {TBODY} at (0,0) size 1x0
</span><span class="cx">         RenderTableRow {TR} at (0,0) size 1x0
</span><del>-          RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (60,60) size 120x12 [bgcolor=#FF0000] [border: none (12px solid #000000) none (12px solid #000000)]
</span><span class="cx">       RenderBlock {DIV} at (12,0) size 144x12
</span><span class="cx">         RenderText {#text} at (0,-1) size 101x14
</span><span class="lines">@@ -32,21 +32,21 @@
</span><span class="cx">           text run at (12,8) width 1: &quot; &quot;
</span><span class="cx">     RenderBlock {DIV} at (12,180) size 740x12
</span><span class="cx">       RenderBlock {DIV} at (60,0) size 96x12 [color=#FFA500] [bgcolor=#FFFF00] [border: none (24px solid #000000) none (24px solid #000000)]
</span><del>-    RenderTable {UL} at (96,192) size 49x12 [bgcolor=#FF0000]
-      RenderTableSection (anonymous) at (0,0) size 49x12
-        RenderTableRow (anonymous) at (0,0) size 49x12
</del><ins>+    RenderTable {UL} at (96,192) size 48x12 [bgcolor=#FF0000]
+      RenderTableSection (anonymous) at (0,0) size 48x12
+        RenderTableRow (anonymous) at (0,0) size 48x12
</ins><span class="cx">           RenderTableCell {LI} at (0,0) size 12x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
</span><del>-          RenderTableCell (anonymous) at (12,0) size 13x12 [r=0 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell (anonymous) at (12,0) size 12x12 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderTable {LI} at (0,0) size 12x12 [bgcolor=#000000]
</span><del>-          RenderTableCell {LI} at (24,0) size 13x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
-          RenderTableCell (anonymous) at (36,0) size 13x12 [r=0 c=3 rs=1 cs=1]
</del><ins>+          RenderTableCell {LI} at (24,0) size 12x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
+          RenderTableCell (anonymous) at (36,0) size 12x12 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">             RenderListItem {LI} at (0,0) size 12x12 [bgcolor=#000000]
</span><span class="cx"> layer at (48,276) size 740x10 scrollHeight 276
</span><span class="cx">   RenderBlock {DIV} at (12,204) size 740x10
</span><del>-    RenderTable {TABLE} at (0,0) size 65x276
-      RenderTableSection {TBODY} at (0,0) size 65x276
-        RenderTableRow {TR} at (0,0) size 65x276
-          RenderTableCell {TD} at (0,0) size 65x276 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (0,0) size 64x276
+      RenderTableSection {TBODY} at (0,0) size 64x276
+        RenderTableRow {TR} at (0,0) size 64x276
+          RenderTableCell {TD} at (0,0) size 64x276 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderImage {IMG} at (0,152) size 64x64
</span><span class="cx"> layer at (132,108) size 48x18
</span><span class="cx">   RenderBlock (positioned) {P} at (132,108) size 48x18 [bgcolor=#000000] [border: none (6px solid #FFFF00) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssbidioverrideinanonymousblockexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -221,20 +221,20 @@
</span><span class="cx">           text run at (0,0) width 505: &quot;Anonymous TABLE, TABLE_ROW, TABLE_ROW_GROUP, TABLE_CELL&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1126) size 769x76 [border: (1.42px solid #000000)]
</span><span class="cx">         RenderTable at (1,1) size 25x73
</span><del>-          RenderTableSection (anonymous) at (0,18) size 25x36
-            RenderTableRow {DIV} at (0,0) size 25x18
-              RenderTableCell (anonymous) at (0,0) size 25x18 [r=0 c=0 rs=1 cs=1]
-                RenderText {#text} at (1,0) size 24x18
-                  text run at (1,0) width 24 RTL override: &quot;abc&quot;
-            RenderTableRow (anonymous) at (0,18) size 25x18
-              RenderTableCell {DIV} at (0,18) size 25x18 [r=1 c=0 rs=1 cs=1]
-                RenderText {#text} at (3,0) size 22x18
-                  text run at (3,0) width 22 RTL override: &quot;def&quot;
-          RenderBlock {DIV} at (0,0) size 25x18
-            RenderText {#text} at (7,0) size 18x18
-              text run at (7,0) width 18 RTL override: &quot;hij&quot;
-          RenderTableSection {DIV} at (0,54) size 25x18
-            RenderTableRow (anonymous) at (0,0) size 25x18
-              RenderTableCell (anonymous) at (0,0) size 25x18 [r=0 c=0 rs=1 cs=1]
-                RenderText {#text} at (0,0) size 25x18
-                  text run at (0,0) width 25 RTL override: &quot;opq&quot;
</del><ins>+          RenderTableSection (anonymous) at (0,18) size 24x36
+            RenderTableRow {DIV} at (0,0) size 24x18
+              RenderTableCell (anonymous) at (0,0) size 24x18 [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (1,0) size 23x18
+                  text run at (1,0) width 23 RTL override: &quot;abc&quot;
+            RenderTableRow (anonymous) at (0,18) size 24x18
+              RenderTableCell {DIV} at (0,18) size 24x18 [r=1 c=0 rs=1 cs=1]
+                RenderText {#text} at (3,0) size 21x18
+                  text run at (3,0) width 21 RTL override: &quot;def&quot;
+          RenderBlock {DIV} at (0,0) size 24x18
+            RenderText {#text} at (7,0) size 17x18
+              text run at (7,0) width 17 RTL override: &quot;hij&quot;
+          RenderTableSection {DIV} at (0,54) size 24x18
+            RenderTableRow (anonymous) at (0,0) size 24x18
+              RenderTableCell (anonymous) at (0,0) size 24x18 [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (0,0) size 24x18
+                  text run at (0,0) width 24 RTL override: &quot;opq&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssboxshadowandborderradiusexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/box-shadow-and-border-radius-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/box-shadow-and-border-radius-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css/box-shadow-and-border-radius-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,16 +6,16 @@
</span><span class="cx">       RenderBlock {DIV} at (24,0) size 736x60 [bgcolor=#008000]
</span><span class="cx">       RenderBlock {DIV} at (24,84) size 736x60 [bgcolor=#008000]
</span><span class="cx">       RenderBlock {DIV} at (24,168) size 736x60 [bgcolor=#008000]
</span><del>-      RenderTable {TABLE} at (0,252) size 523x246
-        RenderTableSection {TBODY} at (0,0) size 523x246
-          RenderTableRow {TR} at (0,2) size 523x242
-            RenderTableCell {TD} at (2,2) size 103x242 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,252) size 522x246
+        RenderTableSection {TBODY} at (0,0) size 522x246
+          RenderTableRow {TR} at (0,2) size 522x242
+            RenderTableCell {TD} at (2,2) size 102x242 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (21,21) size 60x200 [bgcolor=#008000]
</span><del>-            RenderTableCell {TD} at (106,2) size 103x242 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,2) size 102x242 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (21,21) size 60x200 [bgcolor=#008000]
</span><del>-            RenderTableCell {TD} at (210,2) size 103x242 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (210,2) size 102x242 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (21,21) size 60x200 [bgcolor=#008000]
</span><del>-            RenderTableCell {TD} at (314,2) size 103x242 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (314,2) size 102x242 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (21,21) size 60x200 [bgcolor=#008000]
</span><del>-            RenderTableCell {TD} at (418,2) size 103x242 [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (418,2) size 102x242 [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (21,21) size 60x200 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcsscaptionwidthabsolutepositionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/caption-width-absolute-position-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/caption-width-absolute-position-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css/caption-width-absolute-position-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,13 +3,13 @@
</span><span class="cx"> layer at (0,0) size 800x56
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x56
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x40
</span><del>-      RenderTable {TABLE} at (0,0) size 107x40 [border: none]
-        RenderTableSection (anonymous) at (0,0) size 107x2
-          RenderTableRow (anonymous) at (0,0) size 107x2
-            RenderTableCell (anonymous) at (0,0) size 107x2 [border: none] [r=0 c=0 rs=1 cs=1]
-        RenderTableSection {TBODY} at (0,2) size 107x36
-          RenderTableRow {TR} at (0,0) size 107x36
-            RenderTableCell {TD} at (0,15) size 107x6 [border: (2px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 106x40 [border: none]
+        RenderTableSection (anonymous) at (0,0) size 106x2
+          RenderTableRow (anonymous) at (0,0) size 106x2
+            RenderTableCell (anonymous) at (0,0) size 106x2 [border: none] [r=0 c=0 rs=1 cs=1]
+        RenderTableSection {TBODY} at (0,2) size 106x36
+          RenderTableRow {TR} at (0,0) size 106x36
+            RenderTableCell {TD} at (0,15) size 106x6 [border: (2px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (8,8) size 56x20
</span><span class="cx">   RenderBlock (positioned) {CAPTION} at (8,8) size 56x20 [border: (4px solid #008000)]
</span><span class="cx">     RenderText {#text} at (4,4) size 48x12
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcsscaptionwidthabsolutepositionoffsettopexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/caption-width-absolute-position-offset-top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/caption-width-absolute-position-offset-top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css/caption-width-absolute-position-offset-top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,13 +3,13 @@
</span><span class="cx"> layer at (0,0) size 800x56
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x56
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x40
</span><del>-      RenderTable {TABLE} at (0,0) size 107x40 [border: none]
-        RenderTableSection (anonymous) at (0,0) size 107x2
-          RenderTableRow (anonymous) at (0,0) size 107x2
-            RenderTableCell (anonymous) at (0,0) size 107x2 [border: none] [r=0 c=0 rs=1 cs=1]
-        RenderTableSection {TBODY} at (0,2) size 107x36
-          RenderTableRow {TR} at (0,0) size 107x36
-            RenderTableCell {TD} at (0,15) size 107x6 [border: (2px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 106x40 [border: none]
+        RenderTableSection (anonymous) at (0,0) size 106x2
+          RenderTableRow (anonymous) at (0,0) size 106x2
+            RenderTableCell (anonymous) at (0,0) size 106x2 [border: none] [r=0 c=0 rs=1 cs=1]
+        RenderTableSection {TBODY} at (0,2) size 106x36
+          RenderTableRow {TR} at (0,0) size 106x36
+            RenderTableCell {TD} at (0,15) size 106x6 [border: (2px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (8,100) size 56x20
</span><span class="cx">   RenderBlock (positioned) {CAPTION} at (8,100) size 56x20 [border: (4px solid #008000)]
</span><span class="cx">     RenderText {#text} at (4,4) size 48x12
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcsscaptionwidthfixedpositionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/caption-width-fixed-position-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/caption-width-fixed-position-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css/caption-width-fixed-position-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,13 +3,13 @@
</span><span class="cx"> layer at (0,0) size 800x56
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x56
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x40
</span><del>-      RenderTable {TABLE} at (0,0) size 107x40 [border: none]
-        RenderTableSection (anonymous) at (0,0) size 107x2
-          RenderTableRow (anonymous) at (0,0) size 107x2
-            RenderTableCell (anonymous) at (0,0) size 107x2 [border: none] [r=0 c=0 rs=1 cs=1]
-        RenderTableSection {TBODY} at (0,2) size 107x36
-          RenderTableRow {TR} at (0,0) size 107x36
-            RenderTableCell {TD} at (0,15) size 107x6 [border: (2px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 106x40 [border: none]
+        RenderTableSection (anonymous) at (0,0) size 106x2
+          RenderTableRow (anonymous) at (0,0) size 106x2
+            RenderTableCell (anonymous) at (0,0) size 106x2 [border: none] [r=0 c=0 rs=1 cs=1]
+        RenderTableSection {TBODY} at (0,2) size 106x36
+          RenderTableRow {TR} at (0,0) size 106x36
+            RenderTableCell {TD} at (0,15) size 106x6 [border: (2px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (8,8) size 56x20
</span><span class="cx">   RenderBlock (positioned) {CAPTION} at (8,8) size 56x20 [border: (4px solid #008000)]
</span><span class="cx">     RenderText {#text} at (4,4) size 48x12
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcsscaptionwidthfixedpositionoffsettopexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/caption-width-fixed-position-offset-top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/caption-width-fixed-position-offset-top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css/caption-width-fixed-position-offset-top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,13 +3,13 @@
</span><span class="cx"> layer at (0,0) size 800x56
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x56
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x40
</span><del>-      RenderTable {TABLE} at (0,0) size 107x40 [border: none]
-        RenderTableSection (anonymous) at (0,0) size 107x2
-          RenderTableRow (anonymous) at (0,0) size 107x2
-            RenderTableCell (anonymous) at (0,0) size 107x2 [border: none] [r=0 c=0 rs=1 cs=1]
-        RenderTableSection {TBODY} at (0,2) size 107x36
-          RenderTableRow {TR} at (0,0) size 107x36
-            RenderTableCell {TD} at (0,15) size 107x6 [border: (2px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 106x40 [border: none]
+        RenderTableSection (anonymous) at (0,0) size 106x2
+          RenderTableRow (anonymous) at (0,0) size 106x2
+            RenderTableCell (anonymous) at (0,0) size 106x2 [border: none] [r=0 c=0 rs=1 cs=1]
+        RenderTableSection {TBODY} at (0,2) size 106x36
+          RenderTableRow {TR} at (0,0) size 106x36
+            RenderTableCell {TD} at (0,15) size 106x6 [border: (2px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (8,100) size 56x20
</span><span class="cx">   RenderBlock (positioned) {CAPTION} at (8,100) size 56x20 [border: (4px solid #008000)]
</span><span class="cx">     RenderText {#text} at (4,4) size 48x12
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcsscaptionwidthrelativepositionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/caption-width-relative-position-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/caption-width-relative-position-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css/caption-width-relative-position-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,11 +3,11 @@
</span><span class="cx"> layer at (0,0) size 800x76
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x76
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x60
</span><del>-      RenderTable {TABLE} at (0,0) size 111x60 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,22) size 107x36
-          RenderTableRow {TR} at (0,0) size 107x36
-            RenderTableCell {TD} at (0,15) size 107x6 [border: (2px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 110x60 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,22) size 106x36
+          RenderTableRow {TR} at (0,0) size 106x36
+            RenderTableCell {TD} at (0,15) size 106x6 [border: (2px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (8,8) size 110x20
</span><del>-  RenderBlock (relative positioned) {CAPTION} at (0,0) size 111x20 [border: (4px solid #008000)]
-    RenderText {#text} at (31,4) size 49x12
-      text run at (31,4) width 49: &quot;xxxx&quot;
</del><ins>+  RenderBlock (relative positioned) {CAPTION} at (0,0) size 110x20 [border: (4px solid #008000)]
+    RenderText {#text} at (31,4) size 48x12
+      text run at (31,4) width 48: &quot;xxxx&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcsscaptionwidthrelativepositionoffsettopexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/caption-width-relative-position-offset-top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/caption-width-relative-position-offset-top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css/caption-width-relative-position-offset-top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,11 +3,11 @@
</span><span class="cx"> layer at (0,0) size 800x76
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x76
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x60
</span><del>-      RenderTable {TABLE} at (0,0) size 111x60 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,22) size 107x36
-          RenderTableRow {TR} at (0,0) size 107x36
-            RenderTableCell {TD} at (0,15) size 107x6 [border: (2px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 110x60 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,22) size 106x36
+          RenderTableRow {TR} at (0,0) size 106x36
+            RenderTableCell {TD} at (0,15) size 106x6 [border: (2px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (8,108) size 110x20
</span><del>-  RenderBlock (relative positioned) {CAPTION} at (0,0) size 111x20 [border: (4px solid #008000)]
-    RenderText {#text} at (31,4) size 49x12
-      text run at (31,4) width 49: &quot;xxxx&quot;
</del><ins>+  RenderBlock (relative positioned) {CAPTION} at (0,0) size 110x20 [border: (4px solid #008000)]
+    RenderText {#text} at (31,4) size 48x12
+      text run at (31,4) width 48: &quot;xxxx&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcsscss3nthchildexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/css3-nth-child-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/css3-nth-child-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css/css3-nth-child-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx">                 RenderText {#text} at (1,1) size 352x36
</span><span class="cx">                   text run at (1,1) width 352: &quot;This is the first cell in the first row of this table, and&quot;
</span><span class="cx">                   text run at (1,19) width 176: &quot;should be green, and bold&quot;
</span><del>-              RenderTableCell {TD} at (386,2) size 396x38 [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (386,2) size 397x38 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 370x36
</span><span class="cx">                   text run at (1,1) width 370: &quot;This is the second cell in the first row of this table, and&quot;
</span><span class="cx">                   text run at (1,19) width 172: &quot;should be green and bold&quot;
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx">                 RenderText {#text} at (1,1) size 370x36
</span><span class="cx">                   text run at (1,1) width 370: &quot;This is the first cell in the second row of this table, and&quot;
</span><span class="cx">                   text run at (1,19) width 179: &quot;should be purple and bold&quot;
</span><del>-              RenderTableCell {TD} at (386,42) size 396x38 [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (386,42) size 397x38 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 389x36
</span><span class="cx">                   text run at (1,1) width 389: &quot;This is the second cell in the second row of this table, and&quot;
</span><span class="cx">                   text run at (1,19) width 179: &quot;should be purple and bold&quot;
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">                 RenderText {#text} at (1,1) size 337x36
</span><span class="cx">                   text run at (1,1) width 337: &quot;This is the first cell in the third row of this table, and&quot;
</span><span class="cx">                   text run at (1,19) width 102: &quot;should be green&quot;
</span><del>-              RenderTableCell {TD} at (386,82) size 396x38 [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (386,82) size 397x38 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 356x36
</span><span class="cx">                   text run at (1,1) width 356: &quot;This is the second cell in the third row of this table, and&quot;
</span><span class="cx">                   text run at (1,19) width 102: &quot;should be green&quot;
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx">                 RenderText {#text} at (1,1) size 346x36
</span><span class="cx">                   text run at (1,1) width 346: &quot;This is the first cell in the fourth row of this table, and&quot;
</span><span class="cx">                   text run at (1,19) width 107: &quot;should be purple&quot;
</span><del>-              RenderTableCell {TD} at (386,122) size 396x38 [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (386,122) size 397x38 [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 365x36
</span><span class="cx">                   text run at (1,1) width 365: &quot;This is the second cell in the fourth row of this table, and&quot;
</span><span class="cx">                   text run at (1,19) width 107: &quot;should be purple&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssfocusringdetachedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/focus-ring-detached-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/focus-ring-detached-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css/focus-ring-detached-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 461x96
-        RenderTableSection {TBODY} at (0,0) size 461x96
-          RenderTableRow {TR} at (0,2) size 461x92
</del><ins>+      RenderTable {TABLE} at (0,0) size 460x96
+        RenderTableSection {TBODY} at (0,0) size 460x96
+          RenderTableRow {TR} at (0,2) size 460x92
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 102x92 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 100x90
</span><span class="cx">                 text run at (1,1) width 81: &quot;This is some&quot;
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx">                 text run at (1,37) width 83: &quot;is some filler&quot;
</span><span class="cx">                 text run at (1,55) width 72: &quot;text.This is&quot;
</span><span class="cx">                 text run at (1,73) width 100: &quot;some filler text.&quot;
</span><del>-            RenderTableCell {TD} at (106,20) size 353x56 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,20) size 352x56 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 203x18
</span><span class="cx">                 text run at (1,1) width 203: &quot;The text in this anchor element &quot;
</span><span class="cx">               RenderInline {A} at (0,0) size 250x36 [color=#0000EE]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssfocusringmultilineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/focus-ring-multiline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/focus-ring-multiline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css/focus-ring-multiline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 461x150
-        RenderTableSection {TBODY} at (0,0) size 461x150
-          RenderTableRow {TR} at (0,2) size 461x146
</del><ins>+      RenderTable {TABLE} at (0,0) size 460x150
+        RenderTableSection {TBODY} at (0,0) size 460x150
+          RenderTableRow {TR} at (0,2) size 460x146
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 102x146 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 29x18
</span><span class="cx">                 text run at (1,1) width 29: &quot;The &quot;
</span><span class="lines">@@ -21,7 +21,7 @@
</span><span class="cx">                   text run at (1,127) width 29: &quot;look&quot;
</span><span class="cx">               RenderText {#text} at (29,127) size 29x18
</span><span class="cx">                 text run at (29,127) width 29: &quot;like.&quot;
</span><del>-            RenderTableCell {TD} at (106,56) size 353x38 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,56) size 352x38 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 346x36
</span><span class="cx">                 text run at (1,1) width 346: &quot;This is some filler text. This is some filler text. This is&quot;
</span><span class="cx">                 text run at (1,19) width 252: &quot;some filler text. This is some filler text.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssh1insectionelementsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/h1-in-section-elements-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/h1-in-section-elements-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css/h1-in-section-elements-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -91,7 +91,7 @@
</span><span class="cx">                 RenderText {#text} at (1,1) size 32x13
</span><span class="cx">                   text run at (1,1) width 32: &quot;MMM&quot;
</span><span class="cx">               RenderBlock {HR} at (1,67) size 70x3 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (149,34) size 364x150
</del><ins>+      RenderTable {TABLE} at (149,34) size 363x150
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 363x150
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 76x150
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 76x72 [r=0 c=0 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssimagerenderingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/image-rendering-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/image-rendering-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css/image-rendering-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,11 +6,11 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 228x300
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 228x300
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 228x147
</span><del>-            RenderTableCell {TD} at (2,2) size 103x147 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {PRE} at (1,14) size 101x15
</del><ins>+            RenderTableCell {TD} at (2,2) size 102x147 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {PRE} at (1,14) size 100x15
</ins><span class="cx">                 RenderText {#text} at (0,0) size 32x15
</span><span class="cx">                   text run at (0,0) width 32: &quot;auto&quot;
</span><del>-              RenderBlock (anonymous) at (1,42) size 101x104
</del><ins>+              RenderBlock (anonymous) at (1,42) size 100x104
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 100x100
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableCell {TD} at (106,2) size 120x147 [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -21,11 +21,11 @@
</span><span class="cx">                 RenderImage {IMG} at (0,0) size 100x100
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderTableRow {TR} at (0,151) size 228x147
</span><del>-            RenderTableCell {TD} at (2,151) size 103x147 [r=1 c=0 rs=1 cs=1]
-              RenderBlock {PRE} at (1,14) size 101x15
</del><ins>+            RenderTableCell {TD} at (2,151) size 102x147 [r=1 c=0 rs=1 cs=1]
+              RenderBlock {PRE} at (1,14) size 100x15
</ins><span class="cx">                 RenderText {#text} at (0,0) size 86x15
</span><span class="cx">                   text run at (0,0) width 86: &quot;crisp-edges&quot;
</span><del>-              RenderBlock (anonymous) at (1,42) size 101x104
</del><ins>+              RenderBlock (anonymous) at (1,42) size 100x104
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 100x100
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableCell {TD} at (106,151) size 120x147 [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssminwidthwithspannedcellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/min-width-with-spanned-cell-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/min-width-with-spanned-cell-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css/min-width-with-spanned-cell-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x34
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x34
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 784x14
</span><del>-            RenderTableCell {TD} at (2,2) size 147x14 [color=#333333] [bgcolor=#EEEEEE] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 146x14 [color=#333333] [bgcolor=#EEEEEE] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 144x12
</span><span class="cx">                 text run at (1,1) width 144: &quot;texttesttest&quot;
</span><del>-            RenderTableCell {TD} at (150,2) size 147x14 [color=#333333] [bgcolor=#EEEEEE] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (150,2) size 146x14 [color=#333333] [bgcolor=#EEEEEE] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 144x12
</span><span class="cx">                 text run at (1,1) width 144: &quot;texttesttest&quot;
</span><span class="cx">             RenderTableCell {TD} at (298,8) size 484x2 [color=#333333] [bgcolor=#EEEEEE] [r=0 c=2 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcsspercentagenonintegerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/percentage-non-integer-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/percentage-non-integer-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css/percentage-non-integer-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -57,9 +57,9 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,100) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx"> layer at (8,126) size 293x20
</span><del>-  RenderTable {TABLE} at (0,0) size 294x20
-    RenderTableSection {TBODY} at (0,0) size 294x20
-      RenderTableRow {TR} at (0,0) size 294x20
</del><ins>+  RenderTable {TABLE} at (0,0) size 293x20
+    RenderTableSection {TBODY} at (0,0) size 293x20
+      RenderTableRow {TR} at (0,0) size 293x20
</ins><span class="cx">         RenderTableCell {TD} at (0,10) size 12x0 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">         RenderTableCell {TD} at (11,10) size 11x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">         RenderTableCell {TD} at (21,10) size 14x0 [bgcolor=#00FF00] [r=0 c=2 rs=1 cs=1]
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx">         RenderTableCell {TD} at (225,10) size 29x0 [bgcolor=#00FF00] [r=0 c=16 rs=1 cs=1]
</span><span class="cx">         RenderTableCell {TD} at (253,10) size 11x0 [bgcolor=#000000] [r=0 c=17 rs=1 cs=1]
</span><span class="cx">         RenderTableCell {TD} at (263,10) size 31x0 [bgcolor=#00FF00] [r=0 c=18 rs=1 cs=1]
</span><del>-        RenderTableCell {TD} at (293,10) size 1x0 [r=0 c=19 rs=1 cs=1]
</del><ins>+        RenderTableCell {TD} at (293,10) size 0x0 [r=0 c=19 rs=1 cs=1]
</ins><span class="cx"> layer at (8,126) size 1000x20
</span><span class="cx">   RenderTable {TABLE} at (0,0) size 1000x20
</span><span class="cx">     RenderTableSection {TBODY} at (0,0) size 1000x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcsstabletextalignquirkexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/table-text-align-quirk-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/table-text-align-quirk-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css/table-text-align-quirk-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,9 +7,9 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 554x18
</span><span class="cx">           text run at (0,0) width 554: &quot;The text below should be left-justified since text-align does not inherit in quirks mode.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,18) size 784x26
</span><del>-        RenderTable {TABLE} at (0,0) size 109x26 [border: (1px solid #000000)]
-          RenderTableSection {TBODY} at (1,1) size 107x24
-            RenderTableRow {TR} at (0,2) size 107x20
-              RenderTableCell {TD} at (2,2) size 103x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 108x26 [border: (1px solid #000000)]
+          RenderTableSection {TBODY} at (1,1) size 106x24
+            RenderTableRow {TR} at (0,2) size 106x20
+              RenderTableCell {TD} at (2,2) size 102x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 36x18
</span><span class="cx">                   text run at (1,1) width 36: &quot;hello.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcsstabletextalignstrictexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/table-text-align-strict-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/table-text-align-strict-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css/table-text-align-strict-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,9 +7,9 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 498x18
</span><span class="cx">           text run at (0,0) width 498: &quot;The text below should be centered since text-align does inherit in strict mode.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,18) size 784x26
</span><del>-        RenderTable {TABLE} at (0,0) size 109x26 [border: (1px solid #000000)]
-          RenderTableSection {TBODY} at (1,1) size 107x24
-            RenderTableRow {TR} at (0,2) size 107x20
-              RenderTableCell {TD} at (2,2) size 103x20 [r=0 c=0 rs=1 cs=1]
-                RenderText {#text} at (33,1) size 37x18
-                  text run at (33,1) width 37: &quot;hello.&quot;
</del><ins>+        RenderTable {TABLE} at (0,0) size 108x26 [border: (1px solid #000000)]
+          RenderTableSection {TBODY} at (1,1) size 106x24
+            RenderTableRow {TR} at (0,2) size 106x20
+              RenderTableCell {TD} at (2,2) size 102x20 [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (33,1) size 36x18
+                  text run at (33,1) width 36: &quot;hello.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssgeneratedcontentfirstletterinnestedbeforeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css-generated-content/first-letter-in-nested-before-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css-generated-content/first-letter-in-nested-before-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css-generated-content/first-letter-in-nested-before-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,10 +7,10 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 100x100
</span><span class="cx">           text run at (0,0) width 100: &quot;A&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x100 [color=#008000]
</span><del>-        RenderTable at (0,0) size 101x100
-          RenderTableSection (anonymous) at (0,0) size 101x100
-            RenderTableRow (anonymous) at (0,0) size 101x100
-              RenderTableCell (anonymous) at (0,0) size 101x100 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,0) size 100x100
+          RenderTableSection (anonymous) at (0,0) size 100x100
+            RenderTableRow (anonymous) at (0,0) size 100x100
+              RenderTableCell (anonymous) at (0,0) size 100x100 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderInline (generated) at (0,0) size 100x100
</span><span class="cx">                   RenderText at (0,0) size 100x100
</span><span class="cx">                     text run at (0,0) width 100: &quot;A&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssgeneratedcontentfirstletterinnestedbeforetableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,10 +4,10 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x266
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x250 [color=#0000FF]
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x100
</span><del>-        RenderTable at (0,0) size 101x50
-          RenderTableSection (anonymous) at (0,0) size 101x50
-            RenderTableRow (anonymous) at (0,0) size 101x50
-              RenderTableCell (anonymous) at (0,0) size 101x50 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,0) size 100x50
+          RenderTableSection (anonymous) at (0,0) size 100x50
+            RenderTableRow (anonymous) at (0,0) size 100x50
+              RenderTableCell (anonymous) at (0,0) size 100x50 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderInline (generated) at (0,0) size 50x50 [color=#008000]
</span><span class="cx">                   RenderText at (0,0) size 50x50
</span><span class="cx">                     text run at (0,0) width 50: &quot;A&quot;
</span><span class="lines">@@ -22,17 +22,17 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 50x50
</span><span class="cx">               text run at (0,0) width 50: &quot;D&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-        RenderTable at (0,50) size 101x50
-          RenderTableSection (anonymous) at (0,0) size 101x50
-            RenderTableRow (anonymous) at (0,0) size 101x50
-              RenderTableCell (anonymous) at (0,0) size 101x50 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,50) size 100x50
+          RenderTableSection (anonymous) at (0,0) size 100x50
+            RenderTableRow (anonymous) at (0,0) size 100x50
+              RenderTableCell (anonymous) at (0,0) size 100x50 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 100x50
</span><span class="cx">                   text run at (0,0) width 100: &quot;EF&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,200) size 784x50
</span><del>-        RenderTable at (0,0) size 101x50
-          RenderTableSection (anonymous) at (0,0) size 101x50
-            RenderTableRow (anonymous) at (0,0) size 101x50
-              RenderTableCell (anonymous) at (0,0) size 101x50 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,0) size 100x50
+          RenderTableSection (anonymous) at (0,0) size 100x50
+            RenderTableRow (anonymous) at (0,0) size 100x50
+              RenderTableCell (anonymous) at (0,0) size 100x50 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderInline (generated) at (0,0) size 50x50 [color=#008000]
</span><span class="cx">                   RenderText at (0,0) size 50x50
</span><span class="cx">                     text run at (0,0) width 50: &quot;E&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssgeneratedcontentnestedtableswithbeforeaftercontentcrashexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 {DIV} at (0,0) size 49x16 [color=#0000FF]
-        RenderTableSection (anonymous) at (0,0) size 49x16
-          RenderTableRow (anonymous) at (0,0) size 49x16
-            RenderTableCell (anonymous) at (0,0) size 49x16 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,0) size 48x16 [color=#0000FF]
+        RenderTableSection (anonymous) at (0,0) size 48x16
+          RenderTableRow (anonymous) at (0,0) size 48x16
+            RenderTableCell (anonymous) at (0,0) size 48x16 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderInline (generated) at (0,0) size 16x16 [color=#FF0000]
</span><span class="cx">                 RenderCounter at (0,0) size 16x16
</span><span class="cx">                   text run at (0,0) width 16: &quot;0&quot;
</span><del>-              RenderTable {Q} at (16,0) size 33x16
-                RenderTableSection (anonymous) at (0,0) size 33x16
-                  RenderTableRow (anonymous) at (0,0) size 33x16
-                    RenderTableCell (anonymous) at (0,0) size 33x16 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {Q} at (16,0) size 32x16
+                RenderTableSection (anonymous) at (0,0) size 32x16
+                  RenderTableRow (anonymous) at (0,0) size 32x16
+                    RenderTableCell (anonymous) at (0,0) size 32x16 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderInline (generated) at (0,0) size 16x16
</span><span class="cx">                         RenderQuote at (0,0) size 16x16
</span><span class="cx">                           RenderText at (0,0) size 16x16
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssgeneratedcontenttablecellbeforeafterchildaddexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css-generated-content/table-cell-before-after-child-add-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css-generated-content/table-cell-before-after-child-add-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css-generated-content/table-cell-before-after-child-add-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">             RenderTableCell (anonymous) at (0,0) size 62x18 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText at (0,0) size 62x18
</span><span class="cx">                 text run at (0,0) width 62: &quot;BEFORE&quot;
</span><del>-            RenderTableCell (anonymous) at (61,0) size 76x18 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell (anonymous) at (61,0) size 75x18 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 75x18
</span><span class="cx">                 RenderText {#text} at (0,0) size 75x18
</span><span class="cx">                   text run at (0,0) width 75: &quot;CONTENT&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssgeneratedcontenttablepartsbeforeandafterexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css-generated-content/table-parts-before-and-after-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css-generated-content/table-parts-before-and-after-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css-generated-content/table-parts-before-and-after-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,98 +4,98 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 785x736
</span><span class="cx">     RenderBody {BODY} at (8,8) size 769x720
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 769x120
</span><del>-        RenderTable at (0,0) size 41x40
-          RenderTableSection (anonymous) at (0,0) size 41x40
-            RenderTableRow (anonymous) at (0,0) size 41x40
-              RenderTableCell (anonymous) at (0,0) size 41x40 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,0) size 40x40
+          RenderTableSection (anonymous) at (0,0) size 40x40
+            RenderTableRow (anonymous) at (0,0) size 40x40
+              RenderTableCell (anonymous) at (0,0) size 40x40 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 40x40
</span><span class="cx">                   text run at (0,0) width 40: &quot;1&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,40) size 769x40
</span><span class="cx">           RenderText {#text} at (0,0) size 80x40
</span><span class="cx">             text run at (0,0) width 80: &quot;22&quot;
</span><del>-        RenderTable at (0,80) size 121x40
-          RenderTableSection (anonymous) at (0,0) size 121x40
-            RenderTableRow (anonymous) at (0,0) size 121x40
-              RenderTableCell (anonymous) at (0,0) size 121x40 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,80) size 120x40
+          RenderTableSection (anonymous) at (0,0) size 120x40
+            RenderTableRow (anonymous) at (0,0) size 120x40
+              RenderTableCell (anonymous) at (0,0) size 120x40 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 120x40
</span><span class="cx">                   text run at (0,0) width 120: &quot;333&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,120) size 769x120 [color=#0000FF]
</span><del>-        RenderTable at (0,0) size 41x40
-          RenderTableSection (anonymous) at (0,0) size 41x40
-            RenderTableRow (anonymous) at (0,0) size 41x40
-              RenderTableCell (anonymous) at (0,0) size 41x40 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,0) size 40x40
+          RenderTableSection (anonymous) at (0,0) size 40x40
+            RenderTableRow (anonymous) at (0,0) size 40x40
+              RenderTableCell (anonymous) at (0,0) size 40x40 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 40x40
</span><span class="cx">                   text run at (0,0) width 40: &quot;1&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,40) size 769x40
</span><span class="cx">           RenderText {#text} at (0,0) size 80x40
</span><span class="cx">             text run at (0,0) width 80: &quot;22&quot;
</span><del>-        RenderTable at (0,80) size 121x40
-          RenderTableSection (anonymous) at (0,0) size 121x40
-            RenderTableRow (anonymous) at (0,0) size 121x40
-              RenderTableCell (anonymous) at (0,0) size 121x40 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,80) size 120x40
+          RenderTableSection (anonymous) at (0,0) size 120x40
+            RenderTableRow (anonymous) at (0,0) size 120x40
+              RenderTableCell (anonymous) at (0,0) size 120x40 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 120x40
</span><span class="cx">                   text run at (0,0) width 120: &quot;333&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,240) size 769x120
</span><del>-        RenderTable at (0,0) size 41x40
-          RenderTableSection (anonymous) at (0,0) size 41x40
-            RenderTableRow (anonymous) at (0,0) size 41x40
-              RenderTableCell (anonymous) at (0,0) size 41x40 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,0) size 40x40
+          RenderTableSection (anonymous) at (0,0) size 40x40
+            RenderTableRow (anonymous) at (0,0) size 40x40
+              RenderTableCell (anonymous) at (0,0) size 40x40 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 40x40
</span><span class="cx">                   text run at (0,0) width 40: &quot;1&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,40) size 769x40
</span><span class="cx">           RenderText {#text} at (0,0) size 80x40
</span><span class="cx">             text run at (0,0) width 80: &quot;22&quot;
</span><del>-        RenderTable at (0,80) size 121x40
-          RenderTableSection (anonymous) at (0,0) size 121x40
-            RenderTableRow (anonymous) at (0,0) size 121x40
-              RenderTableCell (anonymous) at (0,0) size 121x40 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,80) size 120x40
+          RenderTableSection (anonymous) at (0,0) size 120x40
+            RenderTableRow (anonymous) at (0,0) size 120x40
+              RenderTableCell (anonymous) at (0,0) size 120x40 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 120x40
</span><span class="cx">                   text run at (0,0) width 120: &quot;333&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,360) size 769x120 [color=#0000FF]
</span><del>-        RenderTable at (0,0) size 41x40
-          RenderTableSection (anonymous) at (0,0) size 41x40
-            RenderTableRow (anonymous) at (0,0) size 41x40
-              RenderTableCell (anonymous) at (0,0) size 41x40 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,0) size 40x40
+          RenderTableSection (anonymous) at (0,0) size 40x40
+            RenderTableRow (anonymous) at (0,0) size 40x40
+              RenderTableCell (anonymous) at (0,0) size 40x40 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 40x40
</span><span class="cx">                   text run at (0,0) width 40: &quot;1&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,40) size 769x40
</span><span class="cx">           RenderText {#text} at (0,0) size 80x40
</span><span class="cx">             text run at (0,0) width 80: &quot;22&quot;
</span><del>-        RenderTable at (0,80) size 121x40
-          RenderTableSection (anonymous) at (0,0) size 121x40
-            RenderTableRow (anonymous) at (0,0) size 121x40
-              RenderTableCell (anonymous) at (0,0) size 121x40 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,80) size 120x40
+          RenderTableSection (anonymous) at (0,0) size 120x40
+            RenderTableRow (anonymous) at (0,0) size 120x40
+              RenderTableCell (anonymous) at (0,0) size 120x40 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 120x40
</span><span class="cx">                   text run at (0,0) width 120: &quot;333&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,480) size 769x120
</span><del>-        RenderTable at (0,0) size 41x40
-          RenderTableSection (anonymous) at (0,0) size 41x40
-            RenderTableRow (anonymous) at (0,0) size 41x40
-              RenderTableCell (anonymous) at (0,0) size 41x40 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,0) size 40x40
+          RenderTableSection (anonymous) at (0,0) size 40x40
+            RenderTableRow (anonymous) at (0,0) size 40x40
+              RenderTableCell (anonymous) at (0,0) size 40x40 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 40x40
</span><span class="cx">                   text run at (0,0) width 40: &quot;1&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,40) size 769x40
</span><span class="cx">           RenderText {#text} at (0,0) size 80x40
</span><span class="cx">             text run at (0,0) width 80: &quot;22&quot;
</span><del>-        RenderTable at (0,80) size 121x40
-          RenderTableSection (anonymous) at (0,0) size 121x40
-            RenderTableRow (anonymous) at (0,0) size 121x40
-              RenderTableCell (anonymous) at (0,0) size 121x40 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,80) size 120x40
+          RenderTableSection (anonymous) at (0,0) size 120x40
+            RenderTableRow (anonymous) at (0,0) size 120x40
+              RenderTableCell (anonymous) at (0,0) size 120x40 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 120x40
</span><span class="cx">                   text run at (0,0) width 120: &quot;333&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,600) size 769x120 [color=#0000FF]
</span><del>-        RenderTable at (0,0) size 41x40
-          RenderTableSection (anonymous) at (0,0) size 41x40
-            RenderTableRow (anonymous) at (0,0) size 41x40
-              RenderTableCell (anonymous) at (0,0) size 41x40 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,0) size 40x40
+          RenderTableSection (anonymous) at (0,0) size 40x40
+            RenderTableRow (anonymous) at (0,0) size 40x40
+              RenderTableCell (anonymous) at (0,0) size 40x40 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 40x40
</span><span class="cx">                   text run at (0,0) width 40: &quot;1&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,40) size 769x40
</span><span class="cx">           RenderText {#text} at (0,0) size 80x40
</span><span class="cx">             text run at (0,0) width 80: &quot;22&quot;
</span><del>-        RenderTable at (0,80) size 121x40
-          RenderTableSection (anonymous) at (0,0) size 121x40
-            RenderTableRow (anonymous) at (0,0) size 121x40
-              RenderTableCell (anonymous) at (0,0) size 121x40 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,80) size 120x40
+          RenderTableSection (anonymous) at (0,0) size 120x40
+            RenderTableRow (anonymous) at (0,0) size 120x40
+              RenderTableCell (anonymous) at (0,0) size 120x40 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 120x40
</span><span class="cx">                   text run at (0,0) width 120: &quot;333&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssgeneratedcontenttablerowgroupwithbeforeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css-generated-content/table-row-group-with-before-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css-generated-content/table-row-group-with-before-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css-generated-content/table-row-group-with-before-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,10 +14,10 @@
</span><span class="cx">         RenderListItem {LI} at (40,0) size 744x54
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 744x18
</span><span class="cx">             RenderListMarker at (-17,0) size 7x18: bullet
</span><del>-          RenderTable at (0,18) size 33x18
-            RenderTableSection (anonymous) at (0,0) size 33x18
-              RenderTableRow (anonymous) at (0,0) size 33x18
-                RenderTableCell (anonymous) at (0,0) size 33x18 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTable at (0,18) size 32x18
+            RenderTableSection (anonymous) at (0,0) size 32x18
+              RenderTableRow (anonymous) at (0,0) size 32x18
+                RenderTableCell (anonymous) at (0,0) size 32x18 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText at (0,0) size 32x18
</span><span class="cx">                     text run at (0,0) width 32: &quot;hello&quot;
</span><span class="cx">           RenderBlock (anonymous) at (0,36) size 744x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssgeneratedcontenttablerowwithbeforeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css-generated-content/table-row-with-before-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css-generated-content/table-row-with-before-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css-generated-content/table-row-with-before-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,10 +14,10 @@
</span><span class="cx">         RenderListItem {LI} at (40,0) size 744x54
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 744x18
</span><span class="cx">             RenderListMarker at (-17,0) size 7x18: bullet
</span><del>-          RenderTable at (0,18) size 33x18
-            RenderTableSection (anonymous) at (0,0) size 33x18
-              RenderTableRow (anonymous) at (0,0) size 33x18
-                RenderTableCell (anonymous) at (0,0) size 33x18 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTable at (0,18) size 32x18
+            RenderTableSection (anonymous) at (0,0) size 32x18
+              RenderTableRow (anonymous) at (0,0) size 32x18
+                RenderTableCell (anonymous) at (0,0) size 32x18 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText at (0,0) size 32x18
</span><span class="cx">                     text run at (0,0) width 32: &quot;hello&quot;
</span><span class="cx">           RenderBlock (anonymous) at (0,36) size 744x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssgeneratedcontenttablewithbeforeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css-generated-content/table-with-before-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css-generated-content/table-with-before-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/css-generated-content/table-with-before-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,10 +14,10 @@
</span><span class="cx">         RenderListItem {LI} at (40,0) size 744x54
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 744x18
</span><span class="cx">             RenderListMarker at (-17,0) size 7x18: bullet
</span><del>-          RenderTable at (0,18) size 33x18
-            RenderTableSection (anonymous) at (0,0) size 33x18
-              RenderTableRow (anonymous) at (0,0) size 33x18
-                RenderTableCell (anonymous) at (0,0) size 33x18 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTable at (0,18) size 32x18
+            RenderTableSection (anonymous) at (0,0) size 32x18
+              RenderTableRow (anonymous) at (0,0) size 32x18
+                RenderTableCell (anonymous) at (0,0) size 32x18 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText at (0,0) size 32x18
</span><span class="cx">                     text run at (0,0) width 32: &quot;hello&quot;
</span><span class="cx">           RenderBlock (anonymous) at (0,36) size 744x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdom34176expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dom/34176-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/dom/34176-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/dom/34176-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -268,12 +268,12 @@
</span><span class="cx">                 RenderText {#text} at (742,0) size 27x18
</span><span class="cx">                   text run at (742,0) width 27: &quot;Test&quot;
</span><span class="cx">           RenderBlock (anonymous) at (0,18) size 769x24
</span><del>-            RenderTable {TABLE} at (754,0) size 15x24
-              RenderTableSection {TBODY} at (0,0) size 15x24
-                RenderTableRow {TR} at (0,2) size 15x20
-                  RenderTableCell {TD} at (2,2) size 11x20 [r=0 c=0 rs=1 cs=1]
-                    RenderText {#text} at (1,1) size 9x18
-                      text run at (1,1) width 9: &quot;a&quot;
</del><ins>+            RenderTable {TABLE} at (755,0) size 14x24
+              RenderTableSection {TBODY} at (0,0) size 14x24
+                RenderTableRow {TR} at (0,2) size 14x20
+                  RenderTableCell {TD} at (2,2) size 10x20 [r=0 c=0 rs=1 cs=1]
+                    RenderText {#text} at (1,1) size 8x18
+                      text run at (1,1) width 8: &quot;a&quot;
</ins><span class="cx">           RenderBlock (anonymous) at (0,42) size 769x0
</span><span class="cx">             RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">               RenderInline {EM} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdomHTMLTableElementcolSpanexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dom/HTMLTableElement/colSpan-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/dom/HTMLTableElement/colSpan-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/dom/HTMLTableElement/colSpan-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -48,13 +48,13 @@
</span><span class="cx">             RenderTableCell {TD} at (67,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (105,26) size 32x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (105,26) size 31x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                 text run at (2,2) width 27: &quot;four&quot;
</span><del>-            RenderTableCell {TD} at (138,26) size 29x22 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (137,26) size 29x22 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;five&quot;
</span><del>-            RenderTableCell {TD} at (168,26) size 23x22 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (167,26) size 24x22 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 19x18
</span><span class="cx">                 text run at (2,2) width 19: &quot;six&quot;
</span><span class="cx">             RenderTableCell {TD} at (192,26) size 42x22 [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</span><span class="lines">@@ -93,10 +93,10 @@
</span><span class="cx">             RenderTableCell {TD} at (128,26) size 15x22 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 10x18
</span><span class="cx">                 text run at (2,2) width 10: &quot;E&quot;
</span><del>-            RenderTableCell {TD} at (144,26) size 14x22 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,26) size 13x22 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 9x18
</span><span class="cx">                 text run at (2,2) width 9: &quot;F&quot;
</span><del>-            RenderTableCell {TD} at (159,26) size 16x22 [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (158,26) size 17x22 [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 12x18
</span><span class="cx">                 text run at (2,2) width 12: &quot;G&quot;
</span><span class="cx">             RenderTableCell {TD} at (176,26) size 17x22 [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdomHTMLTableElementcreateCaptionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dom/HTMLTableElement/createCaption-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/dom/HTMLTableElement/createCaption-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/dom/HTMLTableElement/createCaption-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -40,21 +40,21 @@
</span><span class="cx">             RenderTableCell {TH} at (2,2) size 52x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (8,2) size 36x18
</span><span class="cx">                 text run at (8,2) width 36: &quot;Fruit&quot;
</span><del>-            RenderTableCell {TH} at (56,2) size 50x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (55,2) size 51x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,2) size 40x18
</span><span class="cx">                 text run at (5,2) width 40: &quot;Color&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 108x22
</span><span class="cx">             RenderTableCell {TD} at (2,26) size 52x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 48x18
</span><span class="cx">                 text run at (2,2) width 48: &quot;Banana&quot;
</span><del>-            RenderTableCell {TD} at (56,26) size 50x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (55,26) size 51x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x18
</span><span class="cx">                 text run at (2,2) width 46: &quot;Yellow&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,50) size 108x22
</span><span class="cx">             RenderTableCell {TD} at (2,50) size 52x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 40x18
</span><span class="cx">                 text run at (2,2) width 40: &quot;Grape&quot;
</span><del>-            RenderTableCell {TD} at (56,50) size 50x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (55,50) size 51x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x18
</span><span class="cx">                 text run at (2,2) width 42: &quot;Purple&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,260) size 784x18
</span><span class="lines">@@ -70,8 +70,8 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 67x18
</span><span class="cx">                 text run at (2,2) width 67: &quot;Vegetable&quot;
</span><span class="cx">             RenderTableCell {TH} at (74,2) size 52x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><del>-              RenderText {#text} at (6,2) size 40x18
-                text run at (6,2) width 40: &quot;Color&quot;
</del><ins>+              RenderText {#text} at (5,2) size 41x18
+                text run at (5,2) width 41: &quot;Color&quot;
</ins><span class="cx">           RenderTableRow {TR} at (0,26) size 128x22
</span><span class="cx">             RenderTableCell {TD} at (2,26) size 71x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 41x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdomrowinnertextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dom/row-inner-text-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/dom/row-inner-text-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/dom/row-inner-text-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,10 +12,10 @@
</span><span class="cx">             RenderTableCell {TH} at (36,1) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;(1,2)&quot;
</span><del>-            RenderTableCell {TH} at (72,1) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (72,1) size 35x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;(1,3)&quot;
</span><del>-            RenderTableCell {TH} at (108,1) size 35x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (107,1) size 36x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;(1,4)&quot;
</span><span class="cx">             RenderTableCell {TH} at (143,1) size 36x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdynamic001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dynamic/001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/dynamic/001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/dynamic/001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 103x2 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 103x2
-          RenderTableRow {TR} at (0,0) size 103x2
-            RenderTableCell {TD} at (0,0) size 103x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 102x2 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 102x2
+          RenderTableRow {TR} at (0,0) size 102x2
+            RenderTableCell {TD} at (0,0) size 102x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdynamiccontainingblockchangeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dynamic/containing-block-change-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/dynamic/containing-block-change-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/dynamic/containing-block-change-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -17,10 +17,10 @@
</span><span class="cx">         RenderText {#text} at (149,18) size 131x18
</span><span class="cx">           text run at (149,18) width 131: &quot;. It should not crash.&quot;
</span><span class="cx"> layer at (8,60) size 6x6
</span><del>-  RenderTable {TABLE} at (0,52) size 7x6
-    RenderTableSection {TBODY} at (0,0) size 7x6
-      RenderTableRow {TR} at (0,2) size 7x2
-        RenderTableCell {TD} at (2,2) size 3x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTable {TABLE} at (0,52) size 6x6
+    RenderTableSection {TBODY} at (0,0) size 6x6
+      RenderTableRow {TR} at (0,2) size 6x2
+        RenderTableCell {TD} at (2,2) size 2x2 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (11,63) size 43x36
</span><span class="cx">   RenderBlock (positioned) {DIV} at (3,3) size 43x36
</span><span class="cx">     RenderText {#text} at (0,0) size 43x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdynamicfloatwithdrawalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dynamic/float-withdrawal-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/dynamic/float-withdrawal-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/dynamic/float-withdrawal-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -23,28 +23,28 @@
</span><span class="cx">             text run at (299,0) width 22: &quot;not&quot;
</span><span class="cx">         RenderText {#text} at (320,0) size 154x18
</span><span class="cx">           text run at (320,0) width 154: &quot; a checkerboard pattern.&quot;
</span><del>-      RenderTable {TABLE} at (0,68) size 101x300
-        RenderTableSection {TBODY} at (0,0) size 101x300
-          RenderTableRow {TR} at (0,0) size 101x150
-            RenderTableCell {TD} at (0,0) size 51x100 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,68) size 100x300
+        RenderTableSection {TBODY} at (0,0) size 100x300
+          RenderTableRow {TR} at (0,0) size 100x150
+            RenderTableCell {TD} at (0,0) size 50x100 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x100
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50
</span><span class="cx">                   RenderBlock (floating) {DIV} at (0,0) size 50x25
</span><span class="cx">                 RenderBlock {DIV} at (0,50) size 50x50
</span><span class="cx">                   RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#800080]
</span><del>-            RenderTableCell {TD} at (50,0) size 51x100 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 50x100 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x100
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50
</span><span class="cx">                   RenderBlock (floating) {DIV} at (0,0) size 50x25
</span><span class="cx">                 RenderBlock {DIV} at (0,50) size 50x50
</span><span class="cx">                   RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#800080]
</span><del>-          RenderTableRow {TR} at (0,150) size 101x150
-            RenderTableCell {TD} at (0,150) size 51x50 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,150) size 100x150
+            RenderTableCell {TD} at (0,150) size 50x50 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x0
</span><span class="cx">                   RenderBlock (floating) {DIV} at (0,0) size 50x0
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50
</span><span class="cx">                   RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#800080]
</span><del>-            RenderTableCell {TD} at (50,150) size 51x50 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,150) size 50x50 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#800080]
</span><span class="cx">       RenderBlock {DIV} at (0,368) size 784x200
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdynamicinsertbeforetablepartincontinuationexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx">           RenderTable at (40,0) size 107x18
</span><span class="cx">             RenderTableSection (anonymous) at (0,0) size 106x18
</span><span class="cx">               RenderTableRow (anonymous) at (0,0) size 106x18
</span><del>-                RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderTableCell {DIV} at (0,0) size 106x18 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 105x18
</span><span class="cx">                     text run at (0,0) width 105: &quot;...continues here&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdynamicsubtreetablecellheightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dynamic/subtree-table-cell-height-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/dynamic/subtree-table-cell-height-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/dynamic/subtree-table-cell-height-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 at (0,0) size 101x100
-        RenderTableSection (anonymous) at (0,0) size 101x100
-          RenderTableRow (anonymous) at (0,0) size 101x100
</del><ins>+      RenderTable at (0,0) size 100x100
+        RenderTableSection (anonymous) at (0,0) size 100x100
+          RenderTableRow (anonymous) at (0,0) size 100x100
</ins><span class="cx"> layer at (8,8) size 100x100
</span><del>-  RenderTableCell {DIV} at (0,0) size 101x100 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {DIV} at (0,0) size 100x100 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastencodingutf16bigendianexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/encoding/utf-16-big-endian-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/encoding/utf-16-big-endian-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/encoding/utf-16-big-endian-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -93,15 +93,15 @@
</span><span class="cx">               RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock (anonymous) at (0,314) size 769x61
</span><del>-        RenderTable {TABLE} at (0,0) size 585x60
-          RenderTableSection {TBODY} at (0,0) size 585x60
-            RenderTableRow {TR} at (0,2) size 585x56
-              RenderTableCell {TD} at (2,29) size 3x2 [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (6,2) size 3x2 [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (10,18) size 152x24 [r=0 c=2 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 584x60
+          RenderTableSection {TBODY} at (0,0) size 584x60
+            RenderTableRow {TR} at (0,2) size 584x56
+              RenderTableCell {TD} at (2,29) size 2x2 [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (6,2) size 2x2 [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (10,18) size 151x24 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (1,1) size 149x21
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (163,2) size 420x56 [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (163,2) size 419x56 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 145x17
</span><span class="cx">                   text run at (1,1) width 145: &quot;TUR - Tour Package&quot;
</span><span class="cx">                 RenderBR {BR} at (145,15) size 1x0
</span><span class="lines">@@ -128,9 +128,9 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 717x196
</span><span class="cx">           RenderTableSection {TBODY} at (0,0) size 717x196
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 717x192
</span><del>-              RenderTableCell {TD} at (2,97) size 3x2 [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (6,2) size 3x2 [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (10,86) size 96x24 [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,97) size 2x2 [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (6,2) size 2x2 [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (10,86) size 95x24 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (1,1) size 93x21
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">               RenderTableCell {TD} at (107,2) size 608x192 [r=0 c=3 rs=1 cs=1]
</span><span class="lines">@@ -177,10 +177,10 @@
</span><span class="cx">                         RenderTableCell {TD} at (97,0) size 38x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                           RenderText {#text} at (2,2) size 33x17
</span><span class="cx">                             text run at (2,2) width 33: &quot;Seat&quot;
</span><del>-                        RenderTableCell {TD} at (134,0) size 80x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+                        RenderTableCell {TD} at (134,0) size 79x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (2,2) size 46x17
</span><span class="cx">                             text run at (2,2) width 46: &quot;Status&quot;
</span><del>-                        RenderTableCell {TD} at (213,0) size 318x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+                        RenderTableCell {TD} at (212,0) size 318x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (2,2) size 35x17
</span><span class="cx">                             text run at (2,2) width 35: &quot;Type&quot;
</span><span class="cx">                         RenderTableCell {TD} at (530,0) size 74x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</span><span class="lines">@@ -193,10 +193,10 @@
</span><span class="cx">                         RenderTableCell {TD} at (97,22) size 38x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">                           RenderText {#text} at (2,2) size 29x17
</span><span class="cx">                             text run at (2,2) width 29: &quot;08A&quot;
</span><del>-                        RenderTableCell {TD} at (134,22) size 80x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+                        RenderTableCell {TD} at (134,22) size 79x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (2,2) size 75x17
</span><span class="cx">                             text run at (2,2) width 75: &quot;confirmed &quot;
</span><del>-                        RenderTableCell {TD} at (213,22) size 318x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+                        RenderTableCell {TD} at (212,22) size 318x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (2,2) size 314x17
</span><span class="cx">                             text run at (2,2) width 314: &quot;Non-Smoking, Window Seat, Preferred Seat&quot;
</span><span class="cx">                         RenderTableCell {TD} at (530,22) size 74x22 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</span><span class="lines">@@ -224,9 +224,9 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 604x196
</span><span class="cx">           RenderTableSection {TBODY} at (0,0) size 604x196
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 604x192
</span><del>-              RenderTableCell {TD} at (2,97) size 3x2 [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (6,2) size 3x2 [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (10,86) size 96x24 [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,97) size 2x2 [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (6,2) size 2x2 [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (10,86) size 95x24 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (1,1) size 93x21
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">               RenderTableCell {TD} at (107,2) size 495x192 [r=0 c=3 rs=1 cs=1]
</span><span class="lines">@@ -273,10 +273,10 @@
</span><span class="cx">                         RenderTableCell {TD} at (97,0) size 38x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                           RenderText {#text} at (2,2) size 33x17
</span><span class="cx">                             text run at (2,2) width 33: &quot;Seat&quot;
</span><del>-                        RenderTableCell {TD} at (134,0) size 80x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+                        RenderTableCell {TD} at (134,0) size 79x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (2,2) size 46x17
</span><span class="cx">                             text run at (2,2) width 46: &quot;Status&quot;
</span><del>-                        RenderTableCell {TD} at (213,0) size 205x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+                        RenderTableCell {TD} at (212,0) size 206x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (2,2) size 35x17
</span><span class="cx">                             text run at (2,2) width 35: &quot;Type&quot;
</span><span class="cx">                         RenderTableCell {TD} at (417,0) size 74x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</span><span class="lines">@@ -289,10 +289,10 @@
</span><span class="cx">                         RenderTableCell {TD} at (97,22) size 38x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">                           RenderText {#text} at (2,2) size 28x17
</span><span class="cx">                             text run at (2,2) width 28: &quot;13F&quot;
</span><del>-                        RenderTableCell {TD} at (134,22) size 80x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+                        RenderTableCell {TD} at (134,22) size 79x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (2,2) size 75x17
</span><span class="cx">                             text run at (2,2) width 75: &quot;confirmed &quot;
</span><del>-                        RenderTableCell {TD} at (213,22) size 205x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+                        RenderTableCell {TD} at (212,22) size 206x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (2,2) size 201x17
</span><span class="cx">                             text run at (2,2) width 201: &quot;Non-Smoking, Window Seat&quot;
</span><span class="cx">                         RenderTableCell {TD} at (417,22) size 74x22 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</span><span class="lines">@@ -320,9 +320,9 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 618x114
</span><span class="cx">           RenderTableSection {TBODY} at (0,0) size 618x114
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 618x110
</span><del>-              RenderTableCell {TD} at (2,56) size 3x2 [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (6,2) size 3x2 [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (10,45) size 96x24 [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,56) size 2x2 [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (6,2) size 2x2 [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (10,45) size 95x24 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (1,1) size 93x21
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">               RenderTableCell {TD} at (107,2) size 509x110 [r=0 c=3 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastencodingutf16littleendianexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/encoding/utf-16-little-endian-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/encoding/utf-16-little-endian-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/encoding/utf-16-little-endian-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -93,15 +93,15 @@
</span><span class="cx">               RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock (anonymous) at (0,314) size 769x61
</span><del>-        RenderTable {TABLE} at (0,0) size 585x60
-          RenderTableSection {TBODY} at (0,0) size 585x60
-            RenderTableRow {TR} at (0,2) size 585x56
-              RenderTableCell {TD} at (2,29) size 3x2 [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (6,2) size 3x2 [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (10,18) size 152x24 [r=0 c=2 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 584x60
+          RenderTableSection {TBODY} at (0,0) size 584x60
+            RenderTableRow {TR} at (0,2) size 584x56
+              RenderTableCell {TD} at (2,29) size 2x2 [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (6,2) size 2x2 [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (10,18) size 151x24 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (1,1) size 149x21
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (163,2) size 420x56 [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (163,2) size 419x56 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 145x17
</span><span class="cx">                   text run at (1,1) width 145: &quot;TUR - Tour Package&quot;
</span><span class="cx">                 RenderBR {BR} at (145,15) size 1x0
</span><span class="lines">@@ -128,9 +128,9 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 717x196
</span><span class="cx">           RenderTableSection {TBODY} at (0,0) size 717x196
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 717x192
</span><del>-              RenderTableCell {TD} at (2,97) size 3x2 [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (6,2) size 3x2 [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (10,86) size 96x24 [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,97) size 2x2 [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (6,2) size 2x2 [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (10,86) size 95x24 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (1,1) size 93x21
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">               RenderTableCell {TD} at (107,2) size 608x192 [r=0 c=3 rs=1 cs=1]
</span><span class="lines">@@ -177,10 +177,10 @@
</span><span class="cx">                         RenderTableCell {TD} at (97,0) size 38x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                           RenderText {#text} at (2,2) size 33x17
</span><span class="cx">                             text run at (2,2) width 33: &quot;Seat&quot;
</span><del>-                        RenderTableCell {TD} at (134,0) size 80x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+                        RenderTableCell {TD} at (134,0) size 79x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (2,2) size 46x17
</span><span class="cx">                             text run at (2,2) width 46: &quot;Status&quot;
</span><del>-                        RenderTableCell {TD} at (213,0) size 318x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+                        RenderTableCell {TD} at (212,0) size 318x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (2,2) size 35x17
</span><span class="cx">                             text run at (2,2) width 35: &quot;Type&quot;
</span><span class="cx">                         RenderTableCell {TD} at (530,0) size 74x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</span><span class="lines">@@ -193,10 +193,10 @@
</span><span class="cx">                         RenderTableCell {TD} at (97,22) size 38x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">                           RenderText {#text} at (2,2) size 29x17
</span><span class="cx">                             text run at (2,2) width 29: &quot;08A&quot;
</span><del>-                        RenderTableCell {TD} at (134,22) size 80x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+                        RenderTableCell {TD} at (134,22) size 79x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (2,2) size 75x17
</span><span class="cx">                             text run at (2,2) width 75: &quot;confirmed &quot;
</span><del>-                        RenderTableCell {TD} at (213,22) size 318x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+                        RenderTableCell {TD} at (212,22) size 318x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (2,2) size 314x17
</span><span class="cx">                             text run at (2,2) width 314: &quot;Non-Smoking, Window Seat, Preferred Seat&quot;
</span><span class="cx">                         RenderTableCell {TD} at (530,22) size 74x22 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</span><span class="lines">@@ -224,9 +224,9 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 604x196
</span><span class="cx">           RenderTableSection {TBODY} at (0,0) size 604x196
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 604x192
</span><del>-              RenderTableCell {TD} at (2,97) size 3x2 [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (6,2) size 3x2 [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (10,86) size 96x24 [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,97) size 2x2 [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (6,2) size 2x2 [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (10,86) size 95x24 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (1,1) size 93x21
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">               RenderTableCell {TD} at (107,2) size 495x192 [r=0 c=3 rs=1 cs=1]
</span><span class="lines">@@ -273,10 +273,10 @@
</span><span class="cx">                         RenderTableCell {TD} at (97,0) size 38x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                           RenderText {#text} at (2,2) size 33x17
</span><span class="cx">                             text run at (2,2) width 33: &quot;Seat&quot;
</span><del>-                        RenderTableCell {TD} at (134,0) size 80x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+                        RenderTableCell {TD} at (134,0) size 79x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (2,2) size 46x17
</span><span class="cx">                             text run at (2,2) width 46: &quot;Status&quot;
</span><del>-                        RenderTableCell {TD} at (213,0) size 205x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+                        RenderTableCell {TD} at (212,0) size 206x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (2,2) size 35x17
</span><span class="cx">                             text run at (2,2) width 35: &quot;Type&quot;
</span><span class="cx">                         RenderTableCell {TD} at (417,0) size 74x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</span><span class="lines">@@ -289,10 +289,10 @@
</span><span class="cx">                         RenderTableCell {TD} at (97,22) size 38x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">                           RenderText {#text} at (2,2) size 28x17
</span><span class="cx">                             text run at (2,2) width 28: &quot;13F&quot;
</span><del>-                        RenderTableCell {TD} at (134,22) size 80x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+                        RenderTableCell {TD} at (134,22) size 79x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (2,2) size 75x17
</span><span class="cx">                             text run at (2,2) width 75: &quot;confirmed &quot;
</span><del>-                        RenderTableCell {TD} at (213,22) size 205x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+                        RenderTableCell {TD} at (212,22) size 206x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (2,2) size 201x17
</span><span class="cx">                             text run at (2,2) width 201: &quot;Non-Smoking, Window Seat&quot;
</span><span class="cx">                         RenderTableCell {TD} at (417,22) size 74x22 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</span><span class="lines">@@ -320,9 +320,9 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 618x114
</span><span class="cx">           RenderTableSection {TBODY} at (0,0) size 618x114
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 618x110
</span><del>-              RenderTableCell {TD} at (2,56) size 3x2 [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (6,2) size 3x2 [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (10,45) size 96x24 [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,56) size 2x2 [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (6,2) size 2x2 [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (10,45) size 95x24 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (1,1) size 93x21
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">               RenderTableCell {TD} at (107,2) size 509x110 [r=0 c=3 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastforms001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/forms/001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,58) size 784x87 [border: (2px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 780x82
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 780x82
</span><del>-            RenderTableCell {TD} at (0,0) size 137x82 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 136x82 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (3,1) size 130x80 [bgcolor=#FFFFFF] [border: (40px solid #FF0000)]
</span><span class="cx">                 RenderBlock (anonymous) at (40,40) size 50x16
</span><span class="cx">                   RenderText at (8,1) size 21x13
</span><span class="lines">@@ -19,14 +19,14 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 784x24 [border: (2px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (2,2) size 780x20
</span><span class="cx">             RenderTableRow {TR} at (0,0) size 780x20
</span><del>-              RenderTableCell {TD} at (0,0) size 19x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 18x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {INPUT} at (3,4) size 12x12
</span><span class="cx">               RenderTableCell {TD} at (18,9) size 762x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">       RenderBlock {P} at (0,200) size 784x25
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 784x24 [border: (2px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (2,2) size 780x20
</span><span class="cx">             RenderTableRow {TR} at (0,0) size 780x20
</span><del>-              RenderTableCell {TD} at (0,0) size 19x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 18x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {INPUT} at (3,4) size 12x12
</span><span class="cx">               RenderTableCell {TD} at (18,9) size 762x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">       RenderBlock {P} at (0,240) size 784x29
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastforms005expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/005-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/005-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/forms/005-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 45x54
-        RenderTableSection {TBODY} at (0,0) size 45x54
-          RenderTableRow {TR} at (0,0) size 45x54
-            RenderTableCell {TD} at (0,0) size 45x54 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 44x54
+        RenderTableSection {TBODY} at (0,0) size 44x54
+          RenderTableRow {TR} at (0,0) size 44x54
+            RenderTableCell {TD} at (0,0) size 44x54 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {INPUT} at (2,2) size 40x50
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbasicbuttonsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/basic-buttons-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/basic-buttons-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/forms/basic-buttons-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,72) size 696x230
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 696x230
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 696x20
</span><del>-            RenderTableCell {TD} at (0,0) size 171x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 170x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x18
</span><span class="cx">                 text run at (1,1) width 44: &quot;styling&quot;
</span><span class="cx">             RenderTableCell {TD} at (170,0) size 61x20 [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 168x18
</span><span class="cx">                 text run at (1,1) width 168: &quot;(offsetH,W) (clientH, -W)&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,20) size 696x24
</span><del>-            RenderTableCell {TD} at (0,22) size 171x20 [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,22) size 170x20 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 56x18
</span><span class="cx">                 text run at (1,1) width 56: &quot;(default)&quot;
</span><span class="cx">             RenderTableCell {TD} at (170,20) size 61x24 [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 106x18
</span><span class="cx">                 text run at (1,1) width 106: &quot;(18, 33) (18, 33)&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,44) size 696x24
</span><del>-            RenderTableCell {TD} at (0,46) size 171x20 [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,46) size 170x20 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 68x18
</span><span class="cx">                 text run at (1,1) width 68: &quot;padding: 0&quot;
</span><span class="cx">             RenderTableCell {TD} at (170,45) size 61x22 [r=2 c=1 rs=1 cs=1]
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 106x18
</span><span class="cx">                 text run at (1,1) width 106: &quot;(18, 33) (18, 33)&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,68) size 696x30
</span><del>-            RenderTableCell {TD} at (0,73) size 171x20 [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,73) size 170x20 [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 90x18
</span><span class="cx">                 text run at (1,1) width 90: &quot;padding: 10%&quot;
</span><span class="cx">             RenderTableCell {TD} at (170,68) size 61x30 [r=3 c=1 rs=1 cs=1]
</span><span class="lines">@@ -90,7 +90,7 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 106x18
</span><span class="cx">                 text run at (1,1) width 106: &quot;(18, 33) (18, 33)&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,98) size 696x24
</span><del>-            RenderTableCell {TD} at (0,100) size 171x20 [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,100) size 170x20 [r=4 c=0 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;padding: 2px&quot;
</span><span class="cx">             RenderTableCell {TD} at (170,98) size 61x24 [r=4 c=1 rs=1 cs=1]
</span><span class="lines">@@ -109,7 +109,7 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 106x18
</span><span class="cx">                 text run at (1,1) width 106: &quot;(18, 33) (18, 33)&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,122) size 696x24
</span><del>-            RenderTableCell {TD} at (0,124) size 171x20 [r=5 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,124) size 170x20 [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 168x18
</span><span class="cx">                 text run at (1,1) width 168: &quot;padding: 2px 6px 3px 6px&quot;
</span><span class="cx">             RenderTableCell {TD} at (170,122) size 61x24 [r=5 c=1 rs=1 cs=1]
</span><span class="lines">@@ -128,7 +128,7 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 106x18
</span><span class="cx">                 text run at (1,1) width 106: &quot;(18, 33) (18, 33)&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,146) size 696x25
</span><del>-            RenderTableCell {TD} at (0,148) size 171x21 [r=6 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,148) size 170x21 [r=6 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 112x19
</span><span class="cx">                 text run at (1,2) width 112: &quot;padding: 3px 7px&quot;
</span><span class="cx">             RenderTableCell {TD} at (170,146) size 61x25 [r=6 c=1 rs=1 cs=1]
</span><span class="lines">@@ -147,7 +147,7 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 106x19
</span><span class="cx">                 text run at (1,2) width 106: &quot;(18, 33) (18, 33)&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,171) size 696x59
</span><del>-            RenderTableCell {TD} at (0,190) size 171x21 [r=7 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,190) size 170x21 [r=7 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 92x19
</span><span class="cx">                 text run at (1,2) width 92: &quot;padding: 20px&quot;
</span><span class="cx">             RenderTableCell {TD} at (170,171) size 61x59 [r=7 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsformelementgeometryexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -23,18 +23,18 @@
</span><span class="cx">                       RenderText at (0,0) size 35x13
</span><span class="cx">                         text run at (0,0) width 35: &quot;button&quot;
</span><span class="cx">             RenderTableCell {TD} at (60,2) size 68x24 [r=0 c=1 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 66x22 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 65x22 [border: (2px solid #0000FF)]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 61x28
</span><span class="cx">                   RenderMenuList {SELECT} at (2,2) size 61x18 [bgcolor=#FFFFFF]
</span><span class="cx">                     RenderBlock (anonymous) at (0,0) size 61x18
</span><span class="cx">                       RenderText at (8,2) size 30x13
</span><span class="cx">                         text run at (8,2) width 30: &quot;menu&quot;
</span><span class="cx">             RenderTableCell {TD} at (129,5) size 19x18 [r=0 c=2 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 17x16 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 16x16 [border: (2px solid #0000FF)]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 12x28
</span><span class="cx">                   RenderBlock {INPUT} at (2,2) size 12x12
</span><span class="cx">             RenderTableCell {TD} at (149,5) size 19x18 [r=0 c=3 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 17x16 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 16x16 [border: (2px solid #0000FF)]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 12x28
</span><span class="cx">                   RenderBlock {INPUT} at (2,2) size 12x12
</span><span class="cx">       RenderTable {TABLE} at (0,172) size 170x29
</span><span class="lines">@@ -47,16 +47,16 @@
</span><span class="cx">                     RenderText at (0,0) size 35x13
</span><span class="cx">                       text run at (0,0) width 35: &quot;button&quot;
</span><span class="cx">             RenderTableCell {TD} at (60,2) size 68x24 [r=0 c=1 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 66x22 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 65x22 [border: (2px solid #0000FF)]
</ins><span class="cx">                 RenderMenuList {SELECT} at (2,2) size 61x18 [bgcolor=#FFFFFF]
</span><span class="cx">                   RenderBlock (anonymous) at (0,0) size 61x18
</span><span class="cx">                     RenderText at (8,2) size 30x13
</span><span class="cx">                       text run at (8,2) width 30: &quot;menu&quot;
</span><span class="cx">             RenderTableCell {TD} at (129,5) size 19x18 [r=0 c=2 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 17x16 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 16x16 [border: (2px solid #0000FF)]
</ins><span class="cx">                 RenderBlock {INPUT} at (2,2) size 12x12
</span><span class="cx">             RenderTableCell {TD} at (149,5) size 19x18 [r=0 c=3 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 17x16 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 16x16 [border: (2px solid #0000FF)]
</ins><span class="cx">                 RenderBlock {INPUT} at (2,2) size 12x12
</span><span class="cx">       RenderTable {TABLE} at (0,200) size 170x29
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 170x28
</span><span class="lines">@@ -69,18 +69,18 @@
</span><span class="cx">                       RenderText at (0,0) size 35x13
</span><span class="cx">                         text run at (0,0) width 35: &quot;button&quot;
</span><span class="cx">             RenderTableCell {TD} at (60,2) size 68x24 [r=0 c=1 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 66x22 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 65x22 [border: (2px solid #0000FF)]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 61x13
</span><span class="cx">                   RenderMenuList {SELECT} at (2,2) size 61x18 [bgcolor=#FFFFFF]
</span><span class="cx">                     RenderBlock (anonymous) at (0,0) size 61x18
</span><span class="cx">                       RenderText at (8,2) size 30x13
</span><span class="cx">                         text run at (8,2) width 30: &quot;menu&quot;
</span><span class="cx">             RenderTableCell {TD} at (129,5) size 19x18 [r=0 c=2 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 17x16 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 16x16 [border: (2px solid #0000FF)]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 12x13
</span><span class="cx">                   RenderBlock {INPUT} at (2,2) size 12x12
</span><span class="cx">             RenderTableCell {TD} at (149,5) size 19x18 [r=0 c=3 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 17x16 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 16x16 [border: (2px solid #0000FF)]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 12x13
</span><span class="cx">                   RenderBlock {INPUT} at (2,2) size 12x12
</span><span class="cx">       RenderTable {TABLE} at (0,228) size 517x68
</span><span class="lines">@@ -90,17 +90,17 @@
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 76x23 [border: (2px solid #0000FF)]
</span><span class="cx">                 RenderTextControl {INPUT} at (2,2) size 72x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><span class="cx">             RenderTableCell {TD} at (81,2) size 40x63 [r=0 c=1 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 38x61 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 37x61 [border: (2px solid #0000FF)]
</ins><span class="cx">                 RenderListBox {SELECT} at (2,2) size 33x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span><span class="cx">             RenderTableCell {TD} at (122,2) size 229x24 [r=0 c=2 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 227x22 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 226x22 [border: (2px solid #0000FF)]
</ins><span class="cx">                 RenderFileUploadControl {INPUT} at (2,2) size 222x18 &quot;no file selected&quot;
</span><span class="cx">                   RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
</span><span class="cx">                     RenderBlock (anonymous) at (8,2) size 63x13
</span><span class="cx">                       RenderText at (0,0) size 63x13
</span><span class="cx">                         text run at (0,0) width 63: &quot;Choose File&quot;
</span><span class="cx">             RenderTableCell {TD} at (352,2) size 163x42 [r=0 c=3 rs=1 cs=1]
</span><del>-              RenderBlock {DIV} at (1,1) size 161x40 [border: (2px solid #0000FF)]
</del><ins>+              RenderBlock {DIV} at (1,1) size 160x40 [border: (2px solid #0000FF)]
</ins><span class="cx">       RenderBlock {H2} at (0,315) size 769x29
</span><span class="cx">         RenderText {#text} at (0,0) size 200x28
</span><span class="cx">           text run at (0,0) width 200: &quot;Baseline Alignment&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsformhidestableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/form-hides-table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/form-hides-table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/forms/form-hides-table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -41,10 +41,10 @@
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">             RenderListMarker at (-17,0) size 7x18: bullet
</span><span class="cx">           RenderBlock {FORM} at (0,18) size 769x24
</span><del>-            RenderTable {TABLE} at (0,0) size 115x24
-              RenderTableSection {TBODY} at (0,0) size 115x24
-                RenderTableRow {TR} at (0,2) size 115x20
-                  RenderTableCell {TD} at (2,2) size 111x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTable {TABLE} at (0,0) size 114x24
+              RenderTableSection {TBODY} at (0,0) size 114x24
+                RenderTableRow {TR} at (0,2) size 114x20
+                  RenderTableCell {TD} at (2,2) size 110x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                     RenderText {#text} at (1,1) size 108x18
</span><span class="cx">                       text run at (1,1) width 108: &quot;display: list-item&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,206) size 769x24
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsforminmalformedmarkupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/form-in-malformed-markup-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/form-in-malformed-markup-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/forms/form-in-malformed-markup-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -13,4 +13,4 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 226x18
</span><span class="cx">                 text run at (1,1) width 226: &quot;This test passes if it does not crash.&quot;
</span><span class="cx">             RenderTableCell {TD} at (231,3) size 3x18 [r=0 c=1 rs=1 cs=1]
</span><del>-              RenderBlock {P} at (1,17) size 1x0
</del><ins>+              RenderBlock {P} at (1,17) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsformmove3expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/formmove3-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/formmove3-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/forms/formmove3-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,7 +14,7 @@
</span><span class="cx">           RenderTable {TABLE} at (0,0) size 67x28
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 67x28
</span><span class="cx">               RenderTableRow {TR} at (0,2) size 67x24
</span><del>-                RenderTableCell {TD} at (2,13) size 3x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (2,13) size 2x2 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderTableCell {TD} at (6,2) size 59x24 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                   RenderButton {INPUT} at (3,3) size 53x18 [bgcolor=#C0C0C0]
</span><span class="cx">                     RenderBlock (anonymous) at (8,2) size 37x13
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputtableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,10 +9,10 @@
</span><span class="cx">       RenderBlock {P} at (0,34) size 769x18
</span><span class="cx">         RenderText {#text} at (0,0) size 70x18
</span><span class="cx">           text run at (0,0) width 70: &quot;Test case 1&quot;
</span><del>-      RenderTable {TABLE} at (0,68) size 119x41 [border: (3px solid #0000FF)]
-        RenderTableSection {TBODY} at (3,3) size 113x35
-          RenderTableRow {TR} at (0,2) size 113x31
-            RenderTableCell {TD} at (2,2) size 109x31 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,68) size 118x41 [border: (3px solid #0000FF)]
+        RenderTableSection {TBODY} at (3,3) size 112x35
+          RenderTableRow {TR} at (0,2) size 112x31
+            RenderTableCell {TD} at (2,2) size 108x31 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTextControl {INPUT} at (4,6) size 100x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><span class="cx">       RenderBlock {P} at (0,125) size 769x18
</span><span class="cx">         RenderText {#text} at (0,0) size 70x18
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 45x19
</span><span class="cx">                 text run at (1,2) width 45: &quot;second&quot;
</span><span class="cx">             RenderTableCell {TD} at (50,35) size 109x31 [border: (3px solid #FF0000)] [r=1 c=1 rs=1 cs=1]
</span><del>-              RenderTextControl {INPUT} at (4,6) size 101x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+              RenderTextControl {INPUT} at (4,6) size 100x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">       RenderBlock {P} at (0,249) size 769x18
</span><span class="cx">         RenderText {#text} at (0,0) size 70x18
</span><span class="cx">           text run at (0,0) width 70: &quot;Test case 3&quot;
</span><span class="lines">@@ -45,23 +45,23 @@
</span><span class="cx">       RenderBlock {P} at (0,376) size 769x18
</span><span class="cx">         RenderText {#text} at (0,0) size 70x18
</span><span class="cx">           text run at (0,0) width 70: &quot;Test case 4&quot;
</span><del>-      RenderTable {TABLE} at (0,410) size 219x69 [border: (3px solid #0000FF)]
-        RenderTableSection {TBODY} at (3,3) size 213x63
-          RenderTableRow {TR} at (0,2) size 213x31
-            RenderTableCell {TD} at (2,2) size 209x31 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
-              RenderTextControl {INPUT} at (4,6) size 201x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderTableRow {TR} at (0,35) size 213x26
-            RenderTableCell {TD} at (2,35) size 209x26 [border: (3px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,410) size 218x69 [border: (3px solid #0000FF)]
+        RenderTableSection {TBODY} at (3,3) size 212x63
+          RenderTableRow {TR} at (0,2) size 212x31
+            RenderTableCell {TD} at (2,2) size 208x31 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
+              RenderTextControl {INPUT} at (4,6) size 200x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderTableRow {TR} at (0,35) size 212x26
+            RenderTableCell {TD} at (2,35) size 208x26 [border: (3px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (4,4) size 200x18
</span><span class="cx">                 RenderText {#text} at (0,0) size 40x18
</span><span class="cx">                   text run at (0,0) width 40: &quot;200px&quot;
</span><span class="cx">       RenderBlock {P} at (0,495) size 769x18
</span><span class="cx">         RenderText {#text} at (0,0) size 70x18
</span><span class="cx">           text run at (0,0) width 70: &quot;Test case 5&quot;
</span><del>-      RenderTable {TABLE} at (0,529) size 93x41 [border: (3px solid #0000FF)]
-        RenderTableSection {TBODY} at (3,3) size 87x35
-          RenderTableRow {TR} at (0,2) size 87x31
-            RenderTableCell {TD} at (2,2) size 83x31 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,529) size 92x41 [border: (3px solid #0000FF)]
+        RenderTableSection {TBODY} at (3,3) size 86x35
+          RenderTableRow {TR} at (0,2) size 86x31
+            RenderTableCell {TD} at (2,2) size 82x31 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTextControl {INPUT} at (6,6) size 70x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><span class="cx">       RenderBlock {P} at (0,586) size 769x18
</span><span class="cx">         RenderText {#text} at (0,0) size 70x18
</span><span class="lines">@@ -85,7 +85,7 @@
</span><span class="cx"> layer at (20,341) size 24x13
</span><span class="cx">   RenderBlock {DIV} at (3,3) size 24x13
</span><span class="cx"> layer at (20,432) size 194x13
</span><del>-  RenderBlock {DIV} at (3,3) size 195x13
</del><ins>+  RenderBlock {DIV} at (3,3) size 194x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 64x13
</span><span class="cx">       text run at (0,0) width 64: &quot;width 100%&quot;
</span><span class="cx"> layer at (22,551) size 64x13
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformslistboxbidialignexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,66 +9,66 @@
</span><span class="cx">         RenderBR {BR} at (613,0) size 1x18
</span><span class="cx">         RenderText {#text} at (0,18) size 438x18
</span><span class="cx">           text run at (0,18) width 438: &quot;All the items in the following select elements should be left-aligned.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 663x132
-        RenderTableSection {TBODY} at (0,0) size 663x132
-          RenderTableRow {TR} at (0,2) size 663x63
-            RenderTableCell {TD} at (2,2) size 159x63 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 662x132
+        RenderTableSection {TBODY} at (0,0) size 662x132
+          RenderTableRow {TR} at (0,2) size 662x63
+            RenderTableCell {TD} at (2,2) size 158x63 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderListBox {SELECT} at (3,3) size 152x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span><del>-            RenderTableCell {TD} at (162,2) size 169x63 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (162,2) size 168x63 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderListBox {SELECT} at (3,3) size 162x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span><del>-            RenderTableCell {TD} at (332,2) size 159x63 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (332,2) size 158x63 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderListBox {SELECT} at (3,3) size 152x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span><del>-            RenderTableCell {TD} at (492,2) size 169x63 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (492,2) size 168x63 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderListBox {SELECT} at (3,3) size 162x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span><del>-          RenderTableRow {TR} at (0,67) size 663x63
-            RenderTableCell {TD} at (2,67) size 159x63 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,67) size 662x63
+            RenderTableCell {TD} at (2,67) size 158x63 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderListBox {SELECT} at (3,3) size 152x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span><del>-            RenderTableCell {TD} at (162,67) size 169x63 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (162,67) size 168x63 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderListBox {SELECT} at (3,3) size 162x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span><span class="cx">       RenderBlock (anonymous) at (0,168) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 447x18
</span><span class="cx">           text run at (0,0) width 447: &quot;All the items in the following select elements should be right-aligned.&quot;
</span><del>-      RenderTable {TABLE} at (0,186) size 655x132
-        RenderTableSection {TBODY} at (0,0) size 655x132
-          RenderTableRow {TR} at (0,2) size 655x63
-            RenderTableCell {TD} at (2,2) size 167x63 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,186) size 654x132
+        RenderTableSection {TBODY} at (0,0) size 654x132
+          RenderTableRow {TR} at (0,2) size 654x63
+            RenderTableCell {TD} at (2,2) size 166x63 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderListBox {SELECT} at (3,3) size 160x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span><del>-            RenderTableCell {TD} at (170,2) size 157x63 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (170,2) size 156x63 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderListBox {SELECT} at (3,3) size 150x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span><del>-            RenderTableCell {TD} at (328,2) size 167x63 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (328,2) size 166x63 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderListBox {SELECT} at (3,3) size 160x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span><del>-            RenderTableCell {TD} at (496,2) size 157x63 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,2) size 156x63 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderListBox {SELECT} at (3,3) size 150x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span><del>-          RenderTableRow {TR} at (0,67) size 655x63
-            RenderTableCell {TD} at (2,67) size 167x63 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,67) size 654x63
+            RenderTableCell {TD} at (2,67) size 166x63 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderListBox {SELECT} at (3,3) size 160x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span><del>-            RenderTableCell {TD} at (170,67) size 157x63 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (170,67) size 156x63 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderListBox {SELECT} at (3,3) size 150x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span><span class="cx">       RenderBlock (anonymous) at (0,318) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 456x18
</span><span class="cx">           text run at (0,0) width 456: &quot;All the items in the following select elements should be center-aligned.&quot;
</span><del>-      RenderTable {TABLE} at (0,336) size 693x67
-        RenderTableSection {TBODY} at (0,0) size 693x67
-          RenderTableRow {TR} at (0,2) size 693x63
-            RenderTableCell {TD} at (2,2) size 176x63 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,336) size 692x67
+        RenderTableSection {TBODY} at (0,0) size 692x67
+          RenderTableRow {TR} at (0,2) size 692x63
+            RenderTableCell {TD} at (2,2) size 175x63 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderListBox {SELECT} at (3,3) size 169x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span><del>-            RenderTableCell {TD} at (179,2) size 167x63 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (179,2) size 166x63 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderListBox {SELECT} at (3,3) size 160x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span><del>-            RenderTableCell {TD} at (347,2) size 176x63 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (347,2) size 175x63 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderListBox {SELECT} at (3,3) size 169x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span><del>-            RenderTableCell {TD} at (524,2) size 167x63 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (524,2) size 166x63 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderListBox {SELECT} at (3,3) size 160x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span><span class="cx">       RenderBlock (anonymous) at (0,403) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 296x18
</span><span class="cx">           text run at (0,0) width 296: &quot;The following tables check mixed alignments.&quot;
</span><del>-      RenderTable {TABLE} at (0,421) size 741x67
-        RenderTableSection {TBODY} at (0,0) size 741x67
-          RenderTableRow {TR} at (0,2) size 741x63
-            RenderTableCell {TD} at (2,2) size 171x63 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,421) size 740x67
+        RenderTableSection {TBODY} at (0,0) size 740x67
+          RenderTableRow {TR} at (0,2) size 740x63
+            RenderTableCell {TD} at (2,2) size 170x63 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderListBox {SELECT} at (3,3) size 164x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span><del>-            RenderTableCell {TD} at (174,2) size 171x63 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (174,2) size 170x63 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderListBox {SELECT} at (3,3) size 164x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span><del>-            RenderTableCell {TD} at (346,2) size 196x63 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,2) size 195x63 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderListBox {SELECT} at (3,3) size 189x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span><del>-            RenderTableCell {TD} at (543,2) size 196x63 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (543,2) size 195x63 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderListBox {SELECT} at (3,3) size 189x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformspreserveFormDuringResidualStyleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/preserveFormDuringResidualStyle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/preserveFormDuringResidualStyle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/forms/preserveFormDuringResidualStyle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,9 +12,9 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x25
</span><span class="cx">           RenderTable {TABLE} at (380,0) size 24x25
</span><del>-            RenderTableSection {TBODY} at (0,0) size 24x25
-              RenderTableRow {TR} at (0,2) size 24x21
-                RenderTableCell {TD} at (2,2) size 20x21 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableSection {TBODY} at (0,0) size 23x25
+              RenderTableRow {TR} at (0,2) size 23x21
+                RenderTableCell {TD} at (2,2) size 19x21 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderImage {INPUT} at (1,1) size 17x19
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectdirtyparentprefwidthsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</span><span class="cx"> layer at (0,0) size 800x90
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x90
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x66
</span><del>-      RenderTable {TABLE} at (0,0) size 66x32 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 64x30
-          RenderTableRow {TR} at (0,2) size 64x26
-            RenderTableCell {TD} at (2,2) size 60x26 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 65x32 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 63x30
+          RenderTableRow {TR} at (0,2) size 63x26
+            RenderTableCell {TD} at (2,2) size 59x26 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderMenuList {SELECT} at (4,4) size 51x18 [bgcolor=#FFFFFF]
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 51x18
</span><span class="cx">                   RenderText at (8,2) size 20x13
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasthtmldetailswritingmodeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/html/details-writing-mode-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/html/details-writing-mode-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/html/details-writing-mode-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,40 +3,40 @@
</span><span class="cx"> layer at (0,0) size 785x1478
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 785x1478
</span><span class="cx">     RenderBody {BODY} at (8,8) size 769x1462
</span><del>-      RenderTable {TABLE} at (0,0) size 615x352 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 613x350
-          RenderTableRow {TR} at (0,2) size 613x30
-            RenderTableCell {TH} at (2,2) size 609x30 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=6]
</del><ins>+      RenderTable {TABLE} at (0,0) size 614x352 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 612x350
+          RenderTableRow {TR} at (0,2) size 612x30
+            RenderTableCell {TH} at (2,2) size 608x30 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=6]
</ins><span class="cx">               RenderText {#text} at (227,6) size 154x18
</span><span class="cx">                 text run at (227,6) width 154: &quot;text-align not specified&quot;
</span><del>-          RenderTableRow {TR} at (0,34) size 613x30
-            RenderTableCell {TH} at (2,50) size 105x30 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=2]
-              RenderText {#text} at (50,6) size 5x18
-                text run at (50,6) width 5: &quot; &quot;
-            RenderTableCell {TH} at (108,34) size 503x30 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=4]
</del><ins>+          RenderTableRow {TR} at (0,34) size 612x30
+            RenderTableCell {TH} at (2,50) size 104x30 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=2]
+              RenderText {#text} at (49,6) size 5x18
+                text run at (49,6) width 5: &quot; &quot;
+            RenderTableCell {TH} at (107,34) size 503x30 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=4]
</ins><span class="cx">               RenderText {#text} at (176,6) size 150x18
</span><span class="cx">                 text run at (176,6) width 150: &quot;-webkit-writing-mode&quot;
</span><del>-          RenderTableRow {TR} at (0,66) size 613x30
-            RenderTableCell {TH} at (108,66) size 125x30 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,66) size 612x30
+            RenderTableCell {TH} at (107,66) size 125x30 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,6) size 90x18
</span><span class="cx">                 text run at (17,6) width 90: &quot;horizontal-tb&quot;
</span><del>-            RenderTableCell {TH} at (234,66) size 125x30 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (233,66) size 125x30 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,6) size 90x18
</span><span class="cx">                 text run at (17,6) width 90: &quot;horizontal-bt&quot;
</span><del>-            RenderTableCell {TH} at (360,66) size 125x30 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (359,66) size 125x30 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (27,6) size 70x18
</span><span class="cx">                 text run at (27,6) width 70: &quot;vertical-lr&quot;
</span><del>-            RenderTableCell {TH} at (486,66) size 125x30 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (485,66) size 125x30 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (27,6) size 70x18
</span><span class="cx">                 text run at (27,6) width 70: &quot;vertical-rl&quot;
</span><del>-          RenderTableRow {TR} at (0,98) size 613x124
</del><ins>+          RenderTableRow {TR} at (0,98) size 612x124
</ins><span class="cx">             RenderTableCell {TH} at (2,208) size 74x30 [border: (1px inset #808080)] [r=3 c=0 rs=4 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 62x18
</span><span class="cx">                 text run at (6,6) width 62: &quot;direction&quot;
</span><del>-            RenderTableCell {TH} at (77,145) size 30x30 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (77,145) size 29x30 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 17x18
</span><span class="cx">                 text run at (6,6) width 17: &quot;ltr&quot;
</span><del>-            RenderTableCell {TD} at (108,98) size 125x124 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (107,98) size 125x124 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x18
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x18
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (0,4) size 11x11: down
</span><span class="cx">                     RenderText {#text} at (16,0) size 61x18
</span><span class="cx">                       text run at (16,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (234,98) size 125x124 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (233,98) size 125x124 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x18
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x18
</span><span class="lines">@@ -60,7 +60,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (0,3) size 11x11: up
</span><span class="cx">                     RenderText {#text} at (16,0) size 61x18
</span><span class="cx">                       text run at (16,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (360,98) size 125x124 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (359,98) size 125x124 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 20x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 20x120
</span><span class="lines">@@ -72,7 +72,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (3,0) size 11x11: right
</span><span class="cx">                     RenderText {#text} at (0,10) size 18x61
</span><span class="cx">                       text run at (0,10) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (486,98) size 125x124 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (485,98) size 125x124 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 20x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 20x120
</span><span class="lines">@@ -84,11 +84,11 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (6,0) size 11x11: left
</span><span class="cx">                     RenderText {#text} at (2,10) size 18x61
</span><span class="cx">                       text run at (2,10) width 60: &quot;summary&quot;
</span><del>-          RenderTableRow {TR} at (0,224) size 613x124
-            RenderTableCell {TH} at (77,271) size 30x30 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,224) size 612x124
+            RenderTableCell {TH} at (77,271) size 29x30 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 17x18
</span><span class="cx">                 text run at (6,6) width 17: &quot;rtl&quot;
</span><del>-            RenderTableCell {TD} at (108,224) size 125x124 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (107,224) size 125x124 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x18
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x18
</span><span class="lines">@@ -100,7 +100,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (103,4) size 11x11: down
</span><span class="cx">                     RenderText {#text} at (43,0) size 61x18
</span><span class="cx">                       text run at (43,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (234,224) size 125x124 [border: (1px solid #000000)] [r=4 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (233,224) size 125x124 [border: (1px solid #000000)] [r=4 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x18
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x18
</span><span class="lines">@@ -112,7 +112,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (103,3) size 11x11: up
</span><span class="cx">                     RenderText {#text} at (43,0) size 61x18
</span><span class="cx">                       text run at (43,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (360,224) size 125x124 [border: (1px solid #000000)] [r=4 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (359,224) size 125x124 [border: (1px solid #000000)] [r=4 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 20x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 20x120
</span><span class="lines">@@ -124,7 +124,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (3,109) size 11x11: right
</span><span class="cx">                     RenderText {#text} at (0,49) size 18x61
</span><span class="cx">                       text run at (0,49) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (486,224) size 125x124 [border: (1px solid #000000)] [r=4 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (485,224) size 125x124 [border: (1px solid #000000)] [r=4 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 20x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 20x120
</span><span class="lines">@@ -138,40 +138,40 @@
</span><span class="cx">                       text run at (2,49) width 60: &quot;summary&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,352) size 769x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,370) size 615x352 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 613x350
-          RenderTableRow {TR} at (0,2) size 613x30
-            RenderTableCell {TH} at (2,2) size 609x30 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=6]
</del><ins>+      RenderTable {TABLE} at (0,370) size 614x352 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 612x350
+          RenderTableRow {TR} at (0,2) size 612x30
+            RenderTableCell {TH} at (2,2) size 608x30 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=6]
</ins><span class="cx">               RenderText {#text} at (255,6) size 98x18
</span><span class="cx">                 text run at (255,6) width 98: &quot;text-align: left&quot;
</span><del>-          RenderTableRow {TR} at (0,34) size 613x30
-            RenderTableCell {TH} at (2,50) size 105x30 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=2]
-              RenderText {#text} at (50,6) size 5x18
-                text run at (50,6) width 5: &quot; &quot;
-            RenderTableCell {TH} at (108,34) size 503x30 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=4]
</del><ins>+          RenderTableRow {TR} at (0,34) size 612x30
+            RenderTableCell {TH} at (2,50) size 104x30 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=2]
+              RenderText {#text} at (49,6) size 5x18
+                text run at (49,6) width 5: &quot; &quot;
+            RenderTableCell {TH} at (107,34) size 503x30 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=4]
</ins><span class="cx">               RenderText {#text} at (176,6) size 150x18
</span><span class="cx">                 text run at (176,6) width 150: &quot;-webkit-writing-mode&quot;
</span><del>-          RenderTableRow {TR} at (0,66) size 613x30
-            RenderTableCell {TH} at (108,66) size 125x30 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,66) size 612x30
+            RenderTableCell {TH} at (107,66) size 125x30 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,6) size 90x18
</span><span class="cx">                 text run at (17,6) width 90: &quot;horizontal-tb&quot;
</span><del>-            RenderTableCell {TH} at (234,66) size 125x30 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (233,66) size 125x30 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,6) size 90x18
</span><span class="cx">                 text run at (17,6) width 90: &quot;horizontal-bt&quot;
</span><del>-            RenderTableCell {TH} at (360,66) size 125x30 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (359,66) size 125x30 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (27,6) size 70x18
</span><span class="cx">                 text run at (27,6) width 70: &quot;vertical-lr&quot;
</span><del>-            RenderTableCell {TH} at (486,66) size 125x30 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (485,66) size 125x30 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (27,6) size 70x18
</span><span class="cx">                 text run at (27,6) width 70: &quot;vertical-rl&quot;
</span><del>-          RenderTableRow {TR} at (0,98) size 613x124
</del><ins>+          RenderTableRow {TR} at (0,98) size 612x124
</ins><span class="cx">             RenderTableCell {TH} at (2,208) size 74x30 [border: (1px inset #808080)] [r=3 c=0 rs=4 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 62x18
</span><span class="cx">                 text run at (6,6) width 62: &quot;direction&quot;
</span><del>-            RenderTableCell {TH} at (77,145) size 30x30 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (77,145) size 29x30 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 17x18
</span><span class="cx">                 text run at (6,6) width 17: &quot;ltr&quot;
</span><del>-            RenderTableCell {TD} at (108,98) size 125x124 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (107,98) size 125x124 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x18
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x18
</span><span class="lines">@@ -183,7 +183,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (0,4) size 11x11: down
</span><span class="cx">                     RenderText {#text} at (16,0) size 61x18
</span><span class="cx">                       text run at (16,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (234,98) size 125x124 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (233,98) size 125x124 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x18
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x18
</span><span class="lines">@@ -195,7 +195,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (0,3) size 11x11: up
</span><span class="cx">                     RenderText {#text} at (16,0) size 61x18
</span><span class="cx">                       text run at (16,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (360,98) size 125x124 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (359,98) size 125x124 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 20x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 20x120
</span><span class="lines">@@ -207,7 +207,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (3,0) size 11x11: right
</span><span class="cx">                     RenderText {#text} at (0,10) size 18x61
</span><span class="cx">                       text run at (0,10) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (486,98) size 125x124 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (485,98) size 125x124 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 20x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 20x120
</span><span class="lines">@@ -219,11 +219,11 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (6,0) size 11x11: left
</span><span class="cx">                     RenderText {#text} at (2,10) size 18x61
</span><span class="cx">                       text run at (2,10) width 60: &quot;summary&quot;
</span><del>-          RenderTableRow {TR} at (0,224) size 613x124
-            RenderTableCell {TH} at (77,271) size 30x30 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,224) size 612x124
+            RenderTableCell {TH} at (77,271) size 29x30 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 17x18
</span><span class="cx">                 text run at (6,6) width 17: &quot;rtl&quot;
</span><del>-            RenderTableCell {TD} at (108,224) size 125x124 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (107,224) size 125x124 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x18
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x18
</span><span class="lines">@@ -235,7 +235,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (59,4) size 12x11: down
</span><span class="cx">                     RenderText {#text} at (0,0) size 60x18
</span><span class="cx">                       text run at (0,0) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (234,224) size 125x124 [border: (1px solid #000000)] [r=4 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (233,224) size 125x124 [border: (1px solid #000000)] [r=4 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x18
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x18
</span><span class="lines">@@ -247,7 +247,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (59,3) size 12x11: up
</span><span class="cx">                     RenderText {#text} at (0,0) size 60x18
</span><span class="cx">                       text run at (0,0) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (360,224) size 125x124 [border: (1px solid #000000)] [r=4 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (359,224) size 125x124 [border: (1px solid #000000)] [r=4 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 20x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 20x120
</span><span class="lines">@@ -259,7 +259,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (3,59) size 11x12: right
</span><span class="cx">                     RenderText {#text} at (0,0) size 18x60
</span><span class="cx">                       text run at (0,0) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (486,224) size 125x124 [border: (1px solid #000000)] [r=4 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (485,224) size 125x124 [border: (1px solid #000000)] [r=4 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 20x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 20x120
</span><span class="lines">@@ -273,40 +273,40 @@
</span><span class="cx">                       text run at (2,0) width 60: &quot;summary&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,722) size 769x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,740) size 615x352 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 613x350
-          RenderTableRow {TR} at (0,2) size 613x30
-            RenderTableCell {TH} at (2,2) size 609x30 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=6]
</del><ins>+      RenderTable {TABLE} at (0,740) size 614x352 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 612x350
+          RenderTableRow {TR} at (0,2) size 612x30
+            RenderTableCell {TH} at (2,2) size 608x30 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=6]
</ins><span class="cx">               RenderText {#text} at (245,6) size 118x18
</span><span class="cx">                 text run at (245,6) width 118: &quot;text-align: center&quot;
</span><del>-          RenderTableRow {TR} at (0,34) size 613x30
-            RenderTableCell {TH} at (2,50) size 105x30 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=2]
-              RenderText {#text} at (50,6) size 5x18
-                text run at (50,6) width 5: &quot; &quot;
-            RenderTableCell {TH} at (108,34) size 503x30 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=4]
</del><ins>+          RenderTableRow {TR} at (0,34) size 612x30
+            RenderTableCell {TH} at (2,50) size 104x30 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=2]
+              RenderText {#text} at (49,6) size 5x18
+                text run at (49,6) width 5: &quot; &quot;
+            RenderTableCell {TH} at (107,34) size 503x30 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=4]
</ins><span class="cx">               RenderText {#text} at (176,6) size 150x18
</span><span class="cx">                 text run at (176,6) width 150: &quot;-webkit-writing-mode&quot;
</span><del>-          RenderTableRow {TR} at (0,66) size 613x30
-            RenderTableCell {TH} at (108,66) size 125x30 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,66) size 612x30
+            RenderTableCell {TH} at (107,66) size 125x30 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,6) size 90x18
</span><span class="cx">                 text run at (17,6) width 90: &quot;horizontal-tb&quot;
</span><del>-            RenderTableCell {TH} at (234,66) size 125x30 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (233,66) size 125x30 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,6) size 90x18
</span><span class="cx">                 text run at (17,6) width 90: &quot;horizontal-bt&quot;
</span><del>-            RenderTableCell {TH} at (360,66) size 125x30 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (359,66) size 125x30 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (27,6) size 70x18
</span><span class="cx">                 text run at (27,6) width 70: &quot;vertical-lr&quot;
</span><del>-            RenderTableCell {TH} at (486,66) size 125x30 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (485,66) size 125x30 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (27,6) size 70x18
</span><span class="cx">                 text run at (27,6) width 70: &quot;vertical-rl&quot;
</span><del>-          RenderTableRow {TR} at (0,98) size 613x124
</del><ins>+          RenderTableRow {TR} at (0,98) size 612x124
</ins><span class="cx">             RenderTableCell {TH} at (2,208) size 74x30 [border: (1px inset #808080)] [r=3 c=0 rs=4 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 62x18
</span><span class="cx">                 text run at (6,6) width 62: &quot;direction&quot;
</span><del>-            RenderTableCell {TH} at (77,145) size 30x30 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (77,145) size 29x30 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 17x18
</span><span class="cx">                 text run at (6,6) width 17: &quot;ltr&quot;
</span><del>-            RenderTableCell {TD} at (108,98) size 125x124 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (107,98) size 125x124 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x18
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x18
</span><span class="lines">@@ -318,7 +318,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (21,4) size 12x11: down
</span><span class="cx">                     RenderText {#text} at (38,0) size 61x18
</span><span class="cx">                       text run at (38,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (234,98) size 125x124 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (233,98) size 125x124 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x18
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x18
</span><span class="lines">@@ -330,7 +330,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (21,3) size 12x11: up
</span><span class="cx">                     RenderText {#text} at (38,0) size 61x18
</span><span class="cx">                       text run at (38,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (360,98) size 125x124 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (359,98) size 125x124 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 20x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 20x120
</span><span class="lines">@@ -342,7 +342,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (3,24) size 11x12: right
</span><span class="cx">                     RenderText {#text} at (0,35) size 18x61
</span><span class="cx">                       text run at (0,35) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (486,98) size 125x124 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (485,98) size 125x124 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 20x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 20x120
</span><span class="lines">@@ -354,11 +354,11 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (6,24) size 11x12: left
</span><span class="cx">                     RenderText {#text} at (2,35) size 18x61
</span><span class="cx">                       text run at (2,35) width 60: &quot;summary&quot;
</span><del>-          RenderTableRow {TR} at (0,224) size 613x124
-            RenderTableCell {TH} at (77,271) size 30x30 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,224) size 612x124
+            RenderTableCell {TH} at (77,271) size 29x30 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 17x18
</span><span class="cx">                 text run at (6,6) width 17: &quot;rtl&quot;
</span><del>-            RenderTableCell {TD} at (108,224) size 125x124 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (107,224) size 125x124 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x18
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x18
</span><span class="lines">@@ -370,7 +370,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (81,4) size 11x11: down
</span><span class="cx">                     RenderText {#text} at (21,0) size 61x18
</span><span class="cx">                       text run at (21,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (234,224) size 125x124 [border: (1px solid #000000)] [r=4 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (233,224) size 125x124 [border: (1px solid #000000)] [r=4 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x18
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x18
</span><span class="lines">@@ -382,7 +382,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (81,3) size 11x11: up
</span><span class="cx">                     RenderText {#text} at (21,0) size 61x18
</span><span class="cx">                       text run at (21,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (360,224) size 125x124 [border: (1px solid #000000)] [r=4 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (359,224) size 125x124 [border: (1px solid #000000)] [r=4 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 20x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 20x120
</span><span class="lines">@@ -394,7 +394,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (3,84) size 11x12: right
</span><span class="cx">                     RenderText {#text} at (0,24) size 18x61
</span><span class="cx">                       text run at (0,24) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (486,224) size 125x124 [border: (1px solid #000000)] [r=4 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (485,224) size 125x124 [border: (1px solid #000000)] [r=4 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 20x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 20x120
</span><span class="lines">@@ -408,40 +408,40 @@
</span><span class="cx">                       text run at (2,24) width 60: &quot;summary&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,1092) size 769x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,1110) size 615x352 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 613x350
-          RenderTableRow {TR} at (0,2) size 613x30
-            RenderTableCell {TH} at (2,2) size 609x30 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=6]
-              RenderText {#text} at (250,6) size 108x18
-                text run at (250,6) width 108: &quot;text-align: right&quot;
-          RenderTableRow {TR} at (0,34) size 613x30
-            RenderTableCell {TH} at (2,50) size 105x30 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=2]
-              RenderText {#text} at (50,6) size 5x18
-                text run at (50,6) width 5: &quot; &quot;
-            RenderTableCell {TH} at (108,34) size 503x30 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=4]
</del><ins>+      RenderTable {TABLE} at (0,1110) size 614x352 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 612x350
+          RenderTableRow {TR} at (0,2) size 612x30
+            RenderTableCell {TH} at (2,2) size 608x30 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=6]
+              RenderText {#text} at (249,6) size 109x18
+                text run at (249,6) width 109: &quot;text-align: right&quot;
+          RenderTableRow {TR} at (0,34) size 612x30
+            RenderTableCell {TH} at (2,50) size 104x30 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=2]
+              RenderText {#text} at (49,6) size 5x18
+                text run at (49,6) width 5: &quot; &quot;
+            RenderTableCell {TH} at (107,34) size 503x30 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=4]
</ins><span class="cx">               RenderText {#text} at (176,6) size 150x18
</span><span class="cx">                 text run at (176,6) width 150: &quot;-webkit-writing-mode&quot;
</span><del>-          RenderTableRow {TR} at (0,66) size 613x30
-            RenderTableCell {TH} at (108,66) size 125x30 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,66) size 612x30
+            RenderTableCell {TH} at (107,66) size 125x30 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,6) size 90x18
</span><span class="cx">                 text run at (17,6) width 90: &quot;horizontal-tb&quot;
</span><del>-            RenderTableCell {TH} at (234,66) size 125x30 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (233,66) size 125x30 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,6) size 90x18
</span><span class="cx">                 text run at (17,6) width 90: &quot;horizontal-bt&quot;
</span><del>-            RenderTableCell {TH} at (360,66) size 125x30 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (359,66) size 125x30 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (27,6) size 70x18
</span><span class="cx">                 text run at (27,6) width 70: &quot;vertical-lr&quot;
</span><del>-            RenderTableCell {TH} at (486,66) size 125x30 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (485,66) size 125x30 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (27,6) size 70x18
</span><span class="cx">                 text run at (27,6) width 70: &quot;vertical-rl&quot;
</span><del>-          RenderTableRow {TR} at (0,98) size 613x124
</del><ins>+          RenderTableRow {TR} at (0,98) size 612x124
</ins><span class="cx">             RenderTableCell {TH} at (2,208) size 74x30 [border: (1px inset #808080)] [r=3 c=0 rs=4 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 62x18
</span><span class="cx">                 text run at (6,6) width 62: &quot;direction&quot;
</span><del>-            RenderTableCell {TH} at (77,145) size 30x30 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (77,145) size 29x30 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 17x18
</span><span class="cx">                 text run at (6,6) width 17: &quot;ltr&quot;
</span><del>-            RenderTableCell {TD} at (108,98) size 125x124 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (107,98) size 125x124 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x18
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x18
</span><span class="lines">@@ -453,7 +453,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (43,4) size 12x11: down
</span><span class="cx">                     RenderText {#text} at (60,0) size 60x18
</span><span class="cx">                       text run at (60,0) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (234,98) size 125x124 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (233,98) size 125x124 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x18
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x18
</span><span class="lines">@@ -465,7 +465,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (43,3) size 12x11: up
</span><span class="cx">                     RenderText {#text} at (60,0) size 60x18
</span><span class="cx">                       text run at (60,0) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (360,98) size 125x124 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (359,98) size 125x124 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 20x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 20x120
</span><span class="lines">@@ -477,7 +477,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (3,49) size 11x12: right
</span><span class="cx">                     RenderText {#text} at (0,60) size 18x60
</span><span class="cx">                       text run at (0,60) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (486,98) size 125x124 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (485,98) size 125x124 [border: (1px solid #000000)] [r=3 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 20x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 20x120
</span><span class="lines">@@ -489,11 +489,11 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (6,49) size 11x12: left
</span><span class="cx">                     RenderText {#text} at (2,60) size 18x60
</span><span class="cx">                       text run at (2,60) width 60: &quot;summary&quot;
</span><del>-          RenderTableRow {TR} at (0,224) size 613x124
-            RenderTableCell {TH} at (77,271) size 30x30 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,224) size 612x124
+            RenderTableCell {TH} at (77,271) size 29x30 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 17x18
</span><span class="cx">                 text run at (6,6) width 17: &quot;rtl&quot;
</span><del>-            RenderTableCell {TD} at (108,224) size 125x124 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (107,224) size 125x124 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x18
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x18
</span><span class="lines">@@ -505,7 +505,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (103,4) size 11x11: down
</span><span class="cx">                     RenderText {#text} at (43,0) size 61x18
</span><span class="cx">                       text run at (43,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (234,224) size 125x124 [border: (1px solid #000000)] [r=4 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (233,224) size 125x124 [border: (1px solid #000000)] [r=4 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 120x18
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 120x18
</span><span class="lines">@@ -517,7 +517,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (103,3) size 11x11: up
</span><span class="cx">                     RenderText {#text} at (43,0) size 61x18
</span><span class="cx">                       text run at (43,0) width 61: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (360,224) size 125x124 [border: (1px solid #000000)] [r=4 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (359,224) size 125x124 [border: (1px solid #000000)] [r=4 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 20x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 20x120
</span><span class="lines">@@ -529,7 +529,7 @@
</span><span class="cx">                     RenderDetailsMarker {DIV} at (3,109) size 11x11: right
</span><span class="cx">                     RenderText {#text} at (0,49) size 18x61
</span><span class="cx">                       text run at (0,49) width 60: &quot;summary&quot;
</span><del>-            RenderTableCell {TD} at (486,224) size 125x124 [border: (1px solid #000000)] [r=4 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (485,224) size 125x124 [border: (1px solid #000000)] [r=4 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 120x120
</span><span class="cx">                 RenderBlock {DETAILS} at (0,0) size 20x120
</span><span class="cx">                   RenderBlock {SUMMARY} at (0,0) size 20x120
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastinlineblock001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/inline-block/001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/inline-block/001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/inline-block/001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -48,21 +48,21 @@
</span><span class="cx">       RenderText {#text} at (140,146) size 5x18
</span><span class="cx">         text run at (140,146) width 5: &quot; &quot;
</span><span class="cx">       RenderTable {TABLE} at (144,140) size 69x76 [border: (2px solid #FF0000)]
</span><del>-        RenderTableSection {TBODY} at (2,2) size 65x72
-          RenderTableRow {TR} at (0,0) size 65x18
-            RenderTableCell {TD} at (0,0) size 65x18 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (2,2) size 64x72
+          RenderTableRow {TR} at (0,0) size 64x18
+            RenderTableCell {TD} at (0,0) size 64x18 [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;All on the&quot;
</span><del>-          RenderTableRow {TR} at (0,18) size 65x18
-            RenderTableCell {TD} at (0,18) size 65x18 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,18) size 64x18
+            RenderTableCell {TD} at (0,18) size 64x18 [r=1 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;All on the&quot;
</span><del>-          RenderTableRow {TR} at (0,36) size 65x18
-            RenderTableCell {TD} at (0,36) size 65x18 [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,36) size 64x18
+            RenderTableCell {TD} at (0,36) size 64x18 [r=2 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;All on the&quot;
</span><del>-          RenderTableRow {TR} at (0,54) size 65x18
-            RenderTableCell {TD} at (0,54) size 65x18 [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,54) size 64x18
+            RenderTableCell {TD} at (0,54) size 64x18 [r=3 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;All on the&quot;
</span><span class="cx">       RenderText {#text} at (212,146) size 5x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastinlineblockoverflowclipexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/inline-block/overflow-clip-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/inline-block/overflow-clip-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/inline-block/overflow-clip-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -18,10 +18,10 @@
</span><span class="cx">       RenderBlock {P} at (0,52) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 269x18
</span><span class="cx">           text run at (0,0) width 269: &quot;You should see a green square and no red.&quot;
</span><del>-      RenderTable {TABLE} at (0,86) size 101x100 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 101x100
-          RenderTableRow {TR} at (0,0) size 101x100
-            RenderTableCell {TD} at (0,0) size 101x100 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,86) size 100x100 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 100x100
+          RenderTableRow {TR} at (0,0) size 100x100
+            RenderTableCell {TD} at (0,0) size 100x100 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> layer at (8,94) size 100x100 scrollHeight 200
</span><span class="cx">   RenderBlock {DIV} at (0,0) size 100x100
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastinvalid012expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/invalid/012-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/invalid/012-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/invalid/012-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,10 +11,10 @@
</span><span class="cx">         RenderInline {FONT} at (0,0) size 100x18
</span><span class="cx">           RenderImage {IMG} at (0,0) size 100x100 [bgcolor=#008000]
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,118) size 7x6
-        RenderTableSection {TBODY} at (0,0) size 7x6
-          RenderTableRow {TR} at (0,2) size 7x2
-            RenderTableCell {TD} at (2,2) size 3x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,118) size 6x6
+        RenderTableSection {TBODY} at (0,0) size 6x6
+          RenderTableRow {TR} at (0,2) size 6x2
+            RenderTableCell {TD} at (2,2) size 2x2 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock (anonymous) at (0,124) size 784x0
</span><span class="cx">         RenderInline {FONT} at (0,0) size 0x0
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastinvalid018expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/invalid/018-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/invalid/018-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/invalid/018-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -8,11 +8,11 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x0
</span><span class="cx">         RenderInline {FONT} at (0,0) size 0x0
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,0) size 7x8
-        RenderTableSection {TBODY} at (0,0) size 7x8
-          RenderTableRow {TR} at (0,2) size 7x2
-            RenderTableCell {TD} at (2,2) size 3x2 [r=0 c=0 rs=1 cs=1]
-          RenderTableRow {TR} at (0,6) size 7x0
</del><ins>+      RenderTable {TABLE} at (0,0) size 6x8
+        RenderTableSection {TBODY} at (0,0) size 6x8
+          RenderTableRow {TR} at (0,2) size 6x2
+            RenderTableCell {TD} at (2,2) size 2x2 [r=0 c=0 rs=1 cs=1]
+          RenderTableRow {TR} at (0,6) size 6x0
</ins><span class="cx">       RenderTable {TABLE} at (0,8) size 4x4
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 4x4
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 4x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastlists004expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/lists/004-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/lists/004-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/lists/004-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 55x24 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 51x20
-          RenderTableRow {TR} at (0,0) size 51x20
-            RenderTableCell {TD} at (0,0) size 17x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderListItem {LI} at (1,1) size 15x18
</del><ins>+      RenderTable {TABLE} at (0,0) size 54x24 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 50x20
+          RenderTableRow {TR} at (0,0) size 50x20
+            RenderTableCell {TD} at (0,0) size 16x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderListItem {LI} at (1,1) size 14x18
</ins><span class="cx">                 RenderListMarker at (-1,0) size 7x18: bullet
</span><span class="cx">                 RenderImage {IMG} at (14,14) size 0x0
</span><del>-            RenderTableCell {TD} at (16,0) size 35x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (16,0) size 34x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x18
</span><span class="cx">                 text run at (1,1) width 32: &quot;hello&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastlistslistmarkerbeforecontenttableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/lists/list-marker-before-content-table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/lists/list-marker-before-content-table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/lists/list-marker-before-content-table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,10 +7,10 @@
</span><span class="cx">         RenderListItem {LI} at (40,0) size 744x96 [color=#008000]
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 744x32
</span><span class="cx">             RenderListMarker at (-25,0) size 11x32: bullet
</span><del>-          RenderTable at (0,32) size 129x32
-            RenderTableSection (anonymous) at (0,0) size 129x32
-              RenderTableRow (anonymous) at (0,0) size 129x32 [color=#0000FF]
-                RenderTableCell (anonymous) at (0,0) size 129x32 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTable at (0,32) size 128x32
+            RenderTableSection (anonymous) at (0,0) size 128x32
+              RenderTableRow (anonymous) at (0,0) size 128x32 [color=#0000FF]
+                RenderTableCell (anonymous) at (0,0) size 128x32 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText at (0,0) size 128x32
</span><span class="cx">                     text run at (0,0) width 128: &quot;ABCD&quot;
</span><span class="cx">           RenderBlock (anonymous) at (0,64) size 744x32
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastmulticolspanbeforechildanonymouscolumnblockexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/multicol/span/before-child-anonymous-column-block-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/multicol/span/before-child-anonymous-column-block-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/multicol/span/before-child-anonymous-column-block-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -13,9 +13,9 @@
</span><span class="cx">     RenderBlock {DIV} at (0,0) size 374x20
</span><span class="cx">       RenderText {#text} at (0,0) size 20x20
</span><span class="cx">         text run at (0,0) width 20: &quot;3&quot;
</span><del>-    RenderTable at (0,20) size 21x20
-      RenderTableSection {DIV} at (0,0) size 21x20
-        RenderTableRow (anonymous) at (0,0) size 21x20
-          RenderTableCell (anonymous) at (0,0) size 21x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable at (0,20) size 20x20
+      RenderTableSection {DIV} at (0,0) size 20x20
+        RenderTableRow (anonymous) at (0,0) size 20x20
+          RenderTableCell (anonymous) at (0,0) size 20x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (0,0) size 20x20
</span><span class="cx">               text run at (0,0) width 20: &quot;4&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastoverflow002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/overflow/002-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/overflow/002-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/overflow/002-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</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 213x312 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 209x308
-          RenderTableRow {TR} at (0,2) size 209x304
-            RenderTableCell {TD} at (2,2) size 205x304 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 212x312 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 208x308
+          RenderTableRow {TR} at (0,2) size 208x304
+            RenderTableCell {TD} at (2,2) size 204x304 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (14,14) size 200x300 clip at (14,14) size 185x300 scrollHeight 432
</span><span class="cx">   RenderBlock {DIV} at (2,2) size 200x300
</span><span class="cx">     RenderText {#text} at (0,0) size 139x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastoverflowoverflowrtlexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/overflow/overflow-rtl-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/overflow/overflow-rtl-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/overflow/overflow-rtl-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -32,11 +32,11 @@
</span><span class="cx">           RenderListMarker at (-17,0) size 7x18: bullet
</span><span class="cx">           RenderText {#text} at (0,0) size 591x18
</span><span class="cx">             text run at (0,0) width 591: &quot;the position of the blue and olive boxes, initially and when you scroll (in the bottom 2 rows)&quot;
</span><del>-      RenderTable {TABLE} at (0,174) size 257x246
-        RenderTableSection {TBODY} at (0,0) size 257x246
-          RenderTableRow {TR} at (0,2) size 257x242
-            RenderTableCell {TD} at (2,2) size 126x242 [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (129,2) size 126x242 [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,174) size 256x246
+        RenderTableSection {TBODY} at (0,0) size 256x246
+          RenderTableRow {TR} at (0,2) size 256x242
+            RenderTableCell {TD} at (2,2) size 125x242 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (129,2) size 125x242 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx"> layer at (15,197) size 115x43 clip at (25,197) size 100x28 scrollWidth 191
</span><span class="cx">   RenderBlock {DIV} at (5,5) size 115x44 [bgcolor=#FFFF00] [border: none (5px solid #008000) none (10px solid #FF0000)]
</span><span class="cx">     RenderText {#text} at (10,0) size 192x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastoverflowoverflowrtlverticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -28,11 +28,11 @@
</span><span class="cx">           RenderListMarker at (0,-17) size 18x7: bullet
</span><span class="cx">           RenderText {#text} at (0,0) size 18x340
</span><span class="cx">             text run at (0,0) width 340: &quot;which letters are visible initially and when you scroll&quot;
</span><del>-      RenderTable {TABLE} at (156,0) size 152x257
-        RenderTableSection {TBODY} at (0,0) size 152x257
-          RenderTableRow {TR} at (0,2) size 148x257
-            RenderTableCell {TD} at (2,2) size 148x126 [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (2,129) size 148x126 [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (156,0) size 152x256
+        RenderTableSection {TBODY} at (0,0) size 152x256
+          RenderTableRow {TR} at (0,2) size 148x256
+            RenderTableCell {TD} at (2,2) size 148x125 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (2,129) size 148x125 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx"> layer at (179,15) size 43x115 clip at (179,25) size 28x100 scrollHeight 191
</span><span class="cx">   RenderBlock {DIV} at (5,5) size 44x115 [bgcolor=#FFFF00] [border: (10px solid #FF0000) none (5px solid #008000) none]
</span><span class="cx">     RenderText {#text} at (0,10) size 18x192
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastoverflowtableoverflowfloatexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/overflow/table-overflow-float-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/overflow/table-overflow-float-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/overflow/table-overflow-float-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</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 107x106
-        RenderTableSection {TBODY} at (0,0) size 107x106
-          RenderTableRow {TR} at (0,2) size 107x102
-            RenderTableCell {TD} at (2,2) size 103x102 [bgcolor=#CCCCCC] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 106x106
+        RenderTableSection {TBODY} at (0,0) size 106x106
+          RenderTableRow {TR} at (0,2) size 106x102
+            RenderTableCell {TD} at (2,2) size 102x102 [bgcolor=#CCCCCC] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock (anonymous) at (0,106) size 784x126
</span><span class="cx">         RenderText {#text} at (0,0) size 778x36
</span><span class="cx">           text run at (0,0) width 778: &quot;Here it is: a gray, one-cell, no-width-specified table, with a 100x100 scrolling (overflow:auto) div inside. In this div, there&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastreflectionstablecellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/reflections/table-cell-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/reflections/table-cell-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/reflections/table-cell-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 105x100
-        RenderTableSection {TBODY} at (0,0) size 105x100
-          RenderTableRow {TR} at (0,0) size 105x100
-            RenderTableCell {TD} at (0,49) size 53x2 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 104x100
+        RenderTableSection {TBODY} at (0,0) size 104x100
+          RenderTableRow {TR} at (0,0) size 104x100
+            RenderTableCell {TD} at (0,49) size 52x2 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (60,8) size 52x100
</span><del>-  RenderTableCell {TD} at (52,49) size 53x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (52,49) size 52x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintblockselectiongapintablecellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/block-selection-gap-in-table-cell-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/block-selection-gap-in-table-cell-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/repaint/block-selection-gap-in-table-cell-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,12 +3,12 @@
</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 107x212
-        RenderTableSection {TBODY} at (0,0) size 107x212
-          RenderTableRow {TR} at (0,2) size 107x100
-            RenderTableCell {TD} at (2,51) size 103x2 [r=0 c=0 rs=1 cs=1]
-          RenderTableRow {TR} at (0,104) size 107x106
-            RenderTableCell {TD} at (2,104) size 103x106 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 106x212
+        RenderTableSection {TBODY} at (0,0) size 106x212
+          RenderTableRow {TR} at (0,2) size 106x100
+            RenderTableCell {TD} at (2,51) size 102x2 [r=0 c=0 rs=1 cs=1]
+          RenderTableRow {TR} at (0,104) size 106x106
+            RenderTableCell {TD} at (2,104) size 102x106 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,87) size 4x18
</span><span class="cx">                 text run at (1,87) width 4: &quot; &quot;
</span><span class="cx">               RenderBlock {DIV} at (5,1) size 10x100
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintfloatoverflowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/float-overflow-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/float-overflow-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/repaint/float-overflow-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -68,10 +68,10 @@
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (2,273) size 780x37 [border: (1px dotted #D3D3D3)]
</span><span class="cx">         RenderBlock {DIV} at (1,1) size 0x6
</span><del>-        RenderTable {TABLE} at (51,7) size 59x28 [border: (1px solid #800080)]
-          RenderTableSection {TBODY} at (6,6) size 47x16
-            RenderTableRow {TR} at (0,2) size 47x12
-              RenderTableCell {TD} at (2,2) size 43x12 [bgcolor=#FFC0CB] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (51,7) size 58x28 [border: (1px solid #800080)]
+          RenderTableSection {TBODY} at (6,6) size 46x16
+            RenderTableRow {TR} at (0,2) size 46x12
+              RenderTableCell {TD} at (2,2) size 42x12 [bgcolor=#FFC0CB] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock (floating) {DIV} at (1,1) size 40x10 [bgcolor=#ADD8E6]
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 16x16 [color=#0000FF]
</span><span class="cx">                     RenderText {#text} at (-4,1) size 16x16
</span><span class="lines">@@ -79,10 +79,10 @@
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (2,312) size 780x37 [border: (1px dotted #D3D3D3)]
</span><span class="cx">         RenderBlock {DIV} at (1,1) size 0x6
</span><del>-        RenderTable {TABLE} at (51,7) size 59x28 [border: (1px solid #800080)]
-          RenderTableSection {TBODY} at (6,6) size 47x16
-            RenderTableRow {TR} at (0,2) size 47x12
-              RenderTableCell {TD} at (2,2) size 43x12 [bgcolor=#FFC0CB] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (51,7) size 58x28 [border: (1px solid #800080)]
+          RenderTableSection {TBODY} at (6,6) size 46x16
+            RenderTableRow {TR} at (0,2) size 46x12
+              RenderTableCell {TD} at (2,2) size 42x12 [bgcolor=#FFC0CB] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock (floating) {DIV} at (1,1) size 40x10 [bgcolor=#ADD8E6]
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 16x16 [color=#0000FF]
</span><span class="cx">                     RenderText {#text} at (-12,1) size 16x16
</span><span class="lines">@@ -91,10 +91,10 @@
</span><span class="cx">       RenderBlock {DIV} at (2,351) size 780x52 [border: (1px dotted #D3D3D3)]
</span><span class="cx">         RenderBlock {DIV} at (1,1) size 0x6
</span><span class="cx">         RenderBlock (anonymous) at (1,7) size 778x28
</span><del>-          RenderTable {TABLE} at (50,0) size 59x28 [border: (1px solid #800080)]
-            RenderTableSection {TBODY} at (6,6) size 47x16
-              RenderTableRow {TR} at (0,2) size 47x12
-                RenderTableCell {TD} at (2,2) size 43x12 [bgcolor=#FFC0CB] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTable {TABLE} at (50,0) size 58x28 [border: (1px solid #800080)]
+            RenderTableSection {TBODY} at (6,6) size 46x16
+              RenderTableRow {TR} at (0,2) size 46x12
+                RenderTableCell {TD} at (2,2) size 42x12 [bgcolor=#FFC0CB] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderBlock (floating) {DIV} at (1,1) size 40x10 [bgcolor=#ADD8E6]
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 16x16 [color=#0000FF]
</span><span class="cx">                       RenderText {#text} at (-12,1) size 16x16
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintfloatoverflowrightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/float-overflow-right-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/float-overflow-right-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/repaint/float-overflow-right-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -68,22 +68,22 @@
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (2,273) size 780x37 [border: (1px dotted #D3D3D3)]
</span><span class="cx">         RenderBlock {DIV} at (779,1) size 0x6
</span><del>-        RenderTable {TABLE} at (670,7) size 59x28 [border: (1px solid #800080)]
-          RenderTableSection {TBODY} at (6,6) size 47x16
-            RenderTableRow {TR} at (0,2) size 47x12
-              RenderTableCell {TD} at (2,2) size 43x12 [bgcolor=#FFC0CB] [r=0 c=0 rs=1 cs=1]
-                RenderBlock (floating) {DIV} at (1,1) size 41x10 [bgcolor=#ADD8E6]
</del><ins>+        RenderTable {TABLE} at (671,7) size 58x28 [border: (1px solid #800080)]
+          RenderTableSection {TBODY} at (6,6) size 46x16
+            RenderTableRow {TR} at (0,2) size 46x12
+              RenderTableCell {TD} at (2,2) size 42x12 [bgcolor=#FFC0CB] [r=0 c=0 rs=1 cs=1]
+                RenderBlock (floating) {DIV} at (1,1) size 40x10 [bgcolor=#ADD8E6]
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 16x16 [color=#0000FF]
</span><span class="cx">                     RenderText {#text} at (28,1) size 16x16
</span><span class="cx">                       text run at (28,1) width 16: &quot;x&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (2,312) size 780x37 [border: (1px dotted #D3D3D3)]
</span><span class="cx">         RenderBlock {DIV} at (779,1) size 0x6
</span><del>-        RenderTable {TABLE} at (670,7) size 59x28 [border: (1px solid #800080)]
-          RenderTableSection {TBODY} at (6,6) size 47x16
-            RenderTableRow {TR} at (0,2) size 47x12
-              RenderTableCell {TD} at (2,2) size 43x12 [bgcolor=#FFC0CB] [r=0 c=0 rs=1 cs=1]
-                RenderBlock (floating) {DIV} at (1,1) size 41x10 [bgcolor=#ADD8E6]
</del><ins>+        RenderTable {TABLE} at (671,7) size 58x28 [border: (1px solid #800080)]
+          RenderTableSection {TBODY} at (6,6) size 46x16
+            RenderTableRow {TR} at (0,2) size 46x12
+              RenderTableCell {TD} at (2,2) size 42x12 [bgcolor=#FFC0CB] [r=0 c=0 rs=1 cs=1]
+                RenderBlock (floating) {DIV} at (1,1) size 40x10 [bgcolor=#ADD8E6]
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 16x16 [color=#0000FF]
</span><span class="cx">                     RenderText {#text} at (36,1) size 16x16
</span><span class="cx">                       text run at (36,1) width 16: &quot;x&quot;
</span><span class="lines">@@ -91,11 +91,11 @@
</span><span class="cx">       RenderBlock {DIV} at (2,351) size 780x52 [border: (1px dotted #D3D3D3)]
</span><span class="cx">         RenderBlock {DIV} at (779,1) size 0x6
</span><span class="cx">         RenderBlock (anonymous) at (1,7) size 778x28
</span><del>-          RenderTable {TABLE} at (669,0) size 59x28 [border: (1px solid #800080)]
-            RenderTableSection {TBODY} at (6,6) size 47x16
-              RenderTableRow {TR} at (0,2) size 47x12
-                RenderTableCell {TD} at (2,2) size 43x12 [bgcolor=#FFC0CB] [r=0 c=0 rs=1 cs=1]
-                  RenderBlock (floating) {DIV} at (1,1) size 41x10 [bgcolor=#ADD8E6]
</del><ins>+          RenderTable {TABLE} at (670,0) size 58x28 [border: (1px solid #800080)]
+            RenderTableSection {TBODY} at (6,6) size 46x16
+              RenderTableRow {TR} at (0,2) size 46x12
+                RenderTableCell {TD} at (2,2) size 42x12 [bgcolor=#FFC0CB] [r=0 c=0 rs=1 cs=1]
+                  RenderBlock (floating) {DIV} at (1,1) size 40x10 [bgcolor=#ADD8E6]
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 16x16 [color=#0000FF]
</span><span class="cx">                       RenderText {#text} at (36,1) size 16x16
</span><span class="cx">                         text run at (36,1) width 16: &quot;x&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintsubtreerootclip3expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/subtree-root-clip-3-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/subtree-root-clip-3-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/repaint/subtree-root-clip-3-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,11 +3,11 @@
</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 111x204
-        RenderTableSection {TBODY} at (0,0) size 111x204
-          RenderTableRow {TR} at (0,2) size 111x200
-            RenderTableCell {TD} at (2,101) size 3x2 [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (6,51) size 103x102 [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 110x204
+        RenderTableSection {TBODY} at (0,0) size 110x204
+          RenderTableRow {TR} at (0,2) size 110x200
+            RenderTableCell {TD} at (2,101) size 2x2 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (6,51) size 102x102 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx"> layer at (15,60) size 100x100
</span><span class="cx">   RenderBlock {DIV} at (1,1) size 100x100 [bgcolor=#FF0000]
</span><span class="cx">     RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepainttablecellcollapsedborderexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/table-cell-collapsed-border-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/table-cell-collapsed-border-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/repaint/table-cell-collapsed-border-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,25 +16,25 @@
</span><span class="cx">             text run at (0,18) width 142: &quot;changing only the cell&quot;
</span><span class="cx">         RenderText {#text} at (141,18) size 5x18
</span><span class="cx">           text run at (141,18) width 5: &quot;.&quot;
</span><del>-      RenderTable {TABLE} at (0,52) size 437x405 [border: (5px none #808080)]
-        RenderTableSection {TBODY} at (0,5) size 437x400
-          RenderTableRow {TR} at (0,0) size 437x100
-            RenderTableCell {TD} at (0,49) size 111x2 [bgcolor=#C0C0C0] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (110,45) size 108x10 [bgcolor=#C0C0C0] [border: (5px solid #FFFFFF) (5px none #000000) (2px solid #FFFFFF) none] [r=0 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (217,49) size 113x2 [bgcolor=#C0C0C0] [border: none (5px solid #008000) none (5px solid #008000)] [r=0 c=2 rs=1 cs=1]
-            RenderTableCell {TD} at (329,45) size 108x10 [bgcolor=#C0C0C0] [border: (5px solid #FFFFFF) none (3px solid #FFFFFF) (5px none #000000)] [r=0 c=3 rs=1 cs=1]
-          RenderTableRow {TR} at (0,100) size 437x100
-            RenderTableCell {TD} at (0,146) size 111x8 [bgcolor=#C0C0C0] [border: none (2px solid #FFFFFF) (5px none #000000) (5px solid #FFFFFF)] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (110,148) size 108x4 [bgcolor=#C0C0C0] [border: (2px none #000000)] [r=1 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (217,146) size 113x8 [bgcolor=#C0C0C0] [border: none] [r=1 c=2 rs=1 cs=1]
-            RenderTableCell {TD} at (329,147) size 108x6 [bgcolor=#C0C0C0] [border: (3px none #000000)] [r=1 c=3 rs=1 cs=1]
-          RenderTableRow {TR} at (0,200) size 437x100
-            RenderTableCell {TD} at (0,244) size 111x12 [bgcolor=#C0C0C0] [border: (5px solid #008000) none (5px solid #008000) none] [r=2 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (110,249) size 108x2 [bgcolor=#C0C0C0] [border: none] [r=2 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (217,244) size 113x12 [bgcolor=#C0C0C0] [border: (5px solid #008000)] [r=2 c=2 rs=1 cs=1]
-            RenderTableCell {TD} at (329,249) size 108x2 [bgcolor=#C0C0C0] [border: none] [r=2 c=3 rs=1 cs=1]
-          RenderTableRow {TR} at (0,300) size 437x100
-            RenderTableCell {TD} at (0,346) size 111x8 [bgcolor=#C0C0C0] [border: (5px none #000000) (3px solid #FFFFFF) none (5px solid #FFFFFF)] [r=3 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (110,349) size 108x2 [bgcolor=#C0C0C0] [border: none] [r=3 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (217,346) size 113x8 [bgcolor=#C0C0C0] [border: (5px none #000000)] [r=3 c=2 rs=1 cs=1]
-            RenderTableCell {TD} at (329,349) size 108x2 [bgcolor=#C0C0C0] [r=3 c=3 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,52) size 436x405 [border: (5px none #808080)]
+        RenderTableSection {TBODY} at (0,5) size 436x400
+          RenderTableRow {TR} at (0,0) size 436x100
+            RenderTableCell {TD} at (0,49) size 110x2 [bgcolor=#C0C0C0] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (110,45) size 107x10 [bgcolor=#C0C0C0] [border: (5px solid #FFFFFF) (5px none #000000) (2px solid #FFFFFF) none] [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (217,49) size 112x2 [bgcolor=#C0C0C0] [border: none (5px solid #008000) none (5px solid #008000)] [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (329,45) size 107x10 [bgcolor=#C0C0C0] [border: (5px solid #FFFFFF) none (3px solid #FFFFFF) (5px none #000000)] [r=0 c=3 rs=1 cs=1]
+          RenderTableRow {TR} at (0,100) size 436x100
+            RenderTableCell {TD} at (0,146) size 110x8 [bgcolor=#C0C0C0] [border: none (2px solid #FFFFFF) (5px none #000000) (5px solid #FFFFFF)] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (110,148) size 107x4 [bgcolor=#C0C0C0] [border: (2px none #000000)] [r=1 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (217,146) size 112x8 [bgcolor=#C0C0C0] [border: none] [r=1 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (329,147) size 107x6 [bgcolor=#C0C0C0] [border: (3px none #000000)] [r=1 c=3 rs=1 cs=1]
+          RenderTableRow {TR} at (0,200) size 436x100
+            RenderTableCell {TD} at (0,244) size 110x12 [bgcolor=#C0C0C0] [border: (5px solid #008000) none (5px solid #008000) none] [r=2 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (110,249) size 107x2 [bgcolor=#C0C0C0] [border: none] [r=2 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (217,244) size 112x12 [bgcolor=#C0C0C0] [border: (5px solid #008000)] [r=2 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (329,249) size 107x2 [bgcolor=#C0C0C0] [border: none] [r=2 c=3 rs=1 cs=1]
+          RenderTableRow {TR} at (0,300) size 436x100
+            RenderTableCell {TD} at (0,346) size 110x8 [bgcolor=#C0C0C0] [border: (5px none #000000) (3px solid #FFFFFF) none (5px solid #FFFFFF)] [r=3 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (110,349) size 107x2 [bgcolor=#C0C0C0] [border: none] [r=3 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (217,346) size 112x8 [bgcolor=#C0C0C0] [border: (5px none #000000)] [r=3 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (329,349) size 107x2 [bgcolor=#C0C0C0] [r=3 c=3 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepainttablecellcollapsedborderscrollexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/table-cell-collapsed-border-scroll-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/table-cell-collapsed-border-scroll-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/repaint/table-cell-collapsed-border-scroll-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,14 +3,14 @@
</span><span class="cx"> layer at (0,0) size 785x1796
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 785x1796
</span><span class="cx">     RenderBody {BODY} at (8,8) size 769x1780
</span><del>-      RenderTable {TABLE} at (0,0) size 1069x1780 [color=#FFFFFF] [border: (178px none #808080)]
-        RenderTableSection {TBODY} at (178,178) size 713x1424
-          RenderTableRow {TR} at (0,0) size 713x712
-            RenderTableCell {TD} at (0,0) size 713x712 [border: (178px solid #0000FF)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 1068x1780 [color=#FFFFFF] [border: (178px none #808080)]
+        RenderTableSection {TBODY} at (178,178) size 712x1424
+          RenderTableRow {TR} at (0,0) size 712x712
+            RenderTableCell {TD} at (0,0) size 712x712 [border: (178px solid #0000FF)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (178,178) size 356x356
</span><span class="cx">                 text run at (178,178) width 356: &quot;B&quot;
</span><del>-          RenderTableRow {TR} at (0,712) size 713x712
-            RenderTableCell {TD} at (0,712) size 713x712 [border: (178px solid #FF0000) (178px solid #FFFF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,712) size 712x712
+            RenderTableCell {TD} at (0,712) size 712x712 [border: (178px solid #FF0000) (178px solid #FFFF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (178,178) size 356x356
</span><span class="cx">                 text run at (178,178) width 356: &quot;Y&quot;
</span><span class="cx"> scrolled to 0,1000
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepainttablecellmoveexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/table-cell-move-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/table-cell-move-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/repaint/table-cell-move-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -29,15 +29,15 @@
</span><span class="cx">           text run at (90,3) width 5: &quot; &quot;
</span><span class="cx">           text run at (94,3) width 311: &quot;There will be a red square and a green rectangle.&quot;
</span><span class="cx">       RenderBlock {HR} at (0,114) size 784x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,124) size 62x240
-        RenderTableSection {TBODY} at (0,0) size 62x240
-          RenderTableRow {TR} at (0,0) size 62x60
</del><ins>+      RenderTable {TABLE} at (0,124) size 61x240
+        RenderTableSection {TBODY} at (0,0) size 61x240
+          RenderTableRow {TR} at (0,0) size 61x60
</ins><span class="cx">             RenderTableCell {TD} at (0,30) size 61x0 [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (61,30) size 1x0 [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,60) size 62x180
</del><ins>+            RenderTableCell {TD} at (61,30) size 0x0 [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,60) size 61x180
</ins><span class="cx">             RenderTableCell {TD} at (0,120) size 61x60 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (0,0) size 61x60 [bgcolor=#008000]
</span><del>-            RenderTableCell {TD} at (61,150) size 1x0 [r=1 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,240) size 62x0
</del><ins>+            RenderTableCell {TD} at (61,150) size 0x0 [r=1 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,240) size 61x0
</ins><span class="cx">             RenderTableCell {TD} at (0,240) size 61x0 [bgcolor=#FF0000] [r=2 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (61,240) size 1x0 [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (61,240) size 0x0 [r=2 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepainttablecelloverflowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/table-cell-overflow-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/table-cell-overflow-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/repaint/table-cell-overflow-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,11 +3,11 @@
</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 205x102
-        RenderTableSection {TBODY} at (0,0) size 205x102
-          RenderTableRow {TR} at (0,0) size 205x102
-            RenderTableCell {TD} at (0,0) size 103x102 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 204x102
+        RenderTableSection {TBODY} at (0,0) size 204x102
+          RenderTableRow {TR} at (0,0) size 204x102
+            RenderTableCell {TD} at (0,0) size 102x102 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100
</span><span class="cx">                 RenderBlock {DIV} at (50,0) size 100x100 [bgcolor=#0000FF]
</span><del>-            RenderTableCell {TD} at (102,0) size 103x102 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (102,0) size 102x102 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepainttablecellverticaloverflowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/table-cell-vertical-overflow-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/table-cell-vertical-overflow-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/repaint/table-cell-vertical-overflow-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,25 +3,25 @@
</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,50) size 784x542
</span><del>-      RenderTable {TABLE} at (0,0) size 339x64
-        RenderTableSection {TBODY} at (0,0) size 339x64
-          RenderTableRow {TR} at (0,2) size 339x60
-            RenderTableCell {TD} at (2,2) size 111x60 [border: (4px dotted #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 338x64
+        RenderTableSection {TBODY} at (0,0) size 338x64
+          RenderTableRow {TR} at (0,2) size 338x60
+            RenderTableCell {TD} at (2,2) size 110x60 [border: (4px dotted #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (5,5) size 100x50 [bgcolor=#90EE90]
</span><del>-            RenderTableCell {TD} at (114,22) size 111x20 [border: (4px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,22) size 110x20 [border: (4px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (5,5) size 100x10 [bgcolor=#90EE90]
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x100 [bgcolor=#87CEEB]
</span><del>-            RenderTableCell {TD} at (226,27) size 111x10 [border: (4px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (226,27) size 110x10 [border: (4px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (5,-70) size 100x10 [bgcolor=#90EE90]
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x100 [bgcolor=#87CEEB]
</span><del>-      RenderTable {TABLE} at (0,214) size 323x60 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 319x56
-          RenderTableRow {TR} at (0,0) size 319x56
-            RenderTableCell {TD} at (0,0) size 107x56 [border: (2px dotted #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,214) size 322x60 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 318x56
+          RenderTableRow {TR} at (0,0) size 318x56
+            RenderTableCell {TD} at (0,0) size 106x56 [border: (2px dotted #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 100x50 [bgcolor=#90EE90]
</span><del>-            RenderTableCell {TD} at (106,20) size 107x16 [border: (2px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,20) size 106x16 [border: (2px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 100x10 [bgcolor=#90EE90]
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x100 [bgcolor=#87CEEB]
</span><del>-            RenderTableCell {TD} at (212,25) size 107x6 [border: (2px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (212,25) size 106x6 [border: (2px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,-72) size 100x10 [bgcolor=#90EE90]
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x100 [bgcolor=#87CEEB]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepainttablecolbackgroundexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/table-col-background-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/table-col-background-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/repaint/table-col-background-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 107x104
</del><ins>+      RenderTable {TABLE} at (0,0) size 106x104
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#008000]
</span><del>-        RenderTableSection {TBODY} at (0,0) size 107x104
-          RenderTableRow {TR} at (0,2) size 107x100
-            RenderTableCell {TD} at (2,51) size 103x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (0,0) size 106x104
+          RenderTableRow {TR} at (0,2) size 106x100
+            RenderTableCell {TD} at (2,51) size 102x2 [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepainttablecollapsedborderexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/table-collapsed-border-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/table-collapsed-border-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/repaint/table-collapsed-border-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,68 +6,68 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 97x76 [border: (4px solid #008000)]
</span><span class="cx">         RenderTableSection {TBODY} at (4,4) size 89x68
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 89x24
</span><del>-            RenderTableCell {TD} at (0,9) size 7x6 [border: (4px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,9) size 6x6 [border: (4px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (6,0) size 83x24 [border: (4px none #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,5) size 43x18
</span><span class="cx">                 text run at (1,5) width 43: &quot;Lorem&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,24) size 89x20
</span><del>-            RenderTableCell {TD} at (0,33) size 7x2 [border: none] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,33) size 6x2 [border: none] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (6,24) size 83x20 [border: none] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 77x18
</span><span class="cx">                 text run at (1,1) width 77: &quot;ipsum dolor&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,44) size 89x24
</span><del>-            RenderTableCell {TD} at (0,53) size 7x6 [border: none] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,53) size 6x6 [border: none] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (6,44) size 83x24 [border: none] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 51x18
</span><span class="cx">                 text run at (1,1) width 51: &quot;sit amet&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,86) size 75x76 [border: (4px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (4,4) size 67x68
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 67x24
</span><del>-            RenderTableCell {TD} at (0,9) size 11x6 [border: (4px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,9) size 10x6 [border: (4px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (10,0) size 57x24 [border: (4px none #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,5) size 43x18
</span><span class="cx">                 text run at (1,5) width 43: &quot;Lorem&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,24) size 67x20
</span><del>-            RenderTableCell {TD} at (0,24) size 11x20 [border: none] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,24) size 10x20 [border: none] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,1) size 4x18
</span><span class="cx">                 text run at (5,1) width 4: &quot; &quot;
</span><span class="cx">           RenderTableRow {TR} at (0,44) size 67x24
</span><del>-            RenderTableCell {TD} at (0,53) size 11x6 [border: none] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,53) size 10x6 [border: none] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (10,44) size 57x24 [border: none] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 51x18
</span><span class="cx">                 text run at (1,1) width 51: &quot;sit amet&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,172) size 110x76 [border: (4px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (4,4) size 102x68
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 102x24
</span><del>-            RenderTableCell {TD} at (0,9) size 11x6 [border: (4px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,9) size 10x6 [border: (4px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (10,0) size 92x24 [border: (4px none #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,5) size 86x18
</span><span class="cx">                 text run at (1,5) width 86: &quot;Lorem ipsum&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,24) size 102x20
</span><del>-            RenderTableCell {TD} at (0,24) size 11x20 [border: none] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,24) size 10x20 [border: none] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,1) size 4x18
</span><span class="cx">                 text run at (5,1) width 4: &quot; &quot;
</span><span class="cx">           RenderTableRow {TR} at (0,44) size 102x24
</span><del>-            RenderTableCell {TD} at (0,53) size 11x6 [border: none] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,53) size 10x6 [border: none] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (10,44) size 92x24 [border: none] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 51x18
</span><span class="cx">                 text run at (1,1) width 51: &quot;sit amet&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,258) size 101x76 [border: (4px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (4,4) size 93x68
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 93x24
</span><del>-            RenderTableCell {TD} at (0,9) size 11x6 [border: (4px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,9) size 10x6 [border: (4px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (10,0) size 83x24 [border: (4px none #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,5) size 43x18
</span><span class="cx">                 text run at (1,5) width 43: &quot;Lorem&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,24) size 93x20
</span><del>-            RenderTableCell {TD} at (0,24) size 11x20 [border: none] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,24) size 10x20 [border: none] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,1) size 4x18
</span><span class="cx">                 text run at (5,1) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (10,24) size 83x20 [border: none] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 77x18
</span><span class="cx">                 text run at (1,1) width 77: &quot;ipsum dolor&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,44) size 93x24
</span><del>-            RenderTableCell {TD} at (0,53) size 11x6 [border: none] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,53) size 10x6 [border: none] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (10,44) size 83x24 [border: none] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 51x18
</span><span class="cx">                 text run at (1,1) width 51: &quot;sit amet&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepainttableextrabottomgrowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/table-extra-bottom-grow-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/table-extra-bottom-grow-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/repaint/table-extra-bottom-grow-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -28,10 +28,10 @@
</span><span class="cx">         RenderText {#text} at (90,3) size 317x18
</span><span class="cx">           text run at (90,3) width 5: &quot; &quot;
</span><span class="cx">           text run at (94,3) width 313: &quot;The lower-right quarter of the square will be red.&quot;
</span><del>-      RenderTable {TABLE} at (0,114) size 101x100 [bgcolor=#008000]
-        RenderTableSection {TBODY} at (0,0) size 101x100
-          RenderTableRow {TR} at (0,0) size 101x100
-            RenderTableCell {TD} at (0,50) size 51x0 [r=0 c=0 rs=2 cs=1]
-            RenderTableCell {TD} at (50,0) size 51x0 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,100) size 101x0
-            RenderTableCell {TD} at (50,100) size 51x0 [bgcolor=#FF0000] [r=1 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,114) size 100x100 [bgcolor=#008000]
+        RenderTableSection {TBODY} at (0,0) size 100x100
+          RenderTableRow {TR} at (0,0) size 100x100
+            RenderTableCell {TD} at (0,50) size 50x0 [r=0 c=0 rs=2 cs=1]
+            RenderTableCell {TD} at (50,0) size 50x0 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,100) size 100x0
+            RenderTableCell {TD} at (50,100) size 50x0 [bgcolor=#FF0000] [r=1 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepainttableouterborderexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/table-outer-border-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/table-outer-border-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/repaint/table-outer-border-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x165
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x149
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 500x149
</span><del>-        RenderTable {TABLE} at (0,0) size 133x149 [border: (7px none #808080)]
-          RenderTableSection {TBODY} at (7,7) size 118x134
-            RenderTableRow {TR} at (0,0) size 118x67
-              RenderTableCell {TD} at (0,25) size 118x17 [bgcolor=#008000] [border: (8px solid #008000)] [r=0 c=0 rs=1 cs=1]
-            RenderTableRow {TR} at (0,67) size 118x67
-              RenderTableCell {TD} at (0,92) size 118x17 [bgcolor=#008000] [border: (8px solid #008000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 132x149 [border: (7px none #808080)]
+          RenderTableSection {TBODY} at (7,7) size 117x134
+            RenderTableRow {TR} at (0,0) size 117x67
+              RenderTableCell {TD} at (0,25) size 117x17 [bgcolor=#008000] [border: (8px solid #008000)] [r=0 c=0 rs=1 cs=1]
+            RenderTableRow {TR} at (0,67) size 117x67
+              RenderTableCell {TD} at (0,92) size 117x17 [bgcolor=#008000] [border: (8px solid #008000)] [r=1 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepainttablerowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/table-row-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/table-row-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/repaint/table-row-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 107x104
-        RenderTableSection {TBODY} at (0,0) size 107x104
-          RenderTableRow {TR} at (0,2) size 107x100 [bgcolor=#008000]
-            RenderTableCell {TD} at (2,51) size 103x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 106x104
+        RenderTableSection {TBODY} at (0,0) size 106x104
+          RenderTableRow {TR} at (0,2) size 106x100 [bgcolor=#008000]
+            RenderTableCell {TD} at (2,51) size 102x2 [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepainttablesectionoverflowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/table-section-overflow-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/table-section-overflow-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/repaint/table-section-overflow-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 0x50
</span><del>-      RenderTable {TABLE} at (50,50) size 51x100
-        RenderTableSection {TBODY} at (0,0) size 51x100
-          RenderTableRow {TR} at (0,0) size 51x100
-            RenderTableCell {TD} at (0,0) size 51x100 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (50,50) size 50x100
+        RenderTableSection {TBODY} at (0,0) size 50x100
+          RenderTableRow {TR} at (0,0) size 50x100
+            RenderTableCell {TD} at (0,0) size 50x100 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x100
</span><span class="cx">                 RenderBlock {DIV} at (-25,0) size 100x100 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepainttablesectionrepaintexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/table-section-repaint-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/table-section-repaint-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/repaint/table-section-repaint-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -5,34 +5,34 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx"> layer at (8,8) size 90x90
</span><span class="cx">   RenderBlock (relative positioned) {DIV} at (0,0) size 90x90
</span><del>-    RenderTable {TABLE} at (0,0) size 61x60
</del><ins>+    RenderTable {TABLE} at (0,0) size 60x60
</ins><span class="cx">       RenderBlock {CAPTION} at (0,0) size 60x0 [bgcolor=#0000FF]
</span><del>-      RenderTableSection {TBODY} at (0,0) size 61x60
-        RenderTableRow {TR} at (0,0) size 61x30
-          RenderTableCell {TD} at (0,15) size 61x0 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
-        RenderTableRow {TR} at (0,30) size 61x30
-          RenderTableCell {TD} at (0,45) size 61x0 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
</del><ins>+      RenderTableSection {TBODY} at (0,0) size 60x60
+        RenderTableRow {TR} at (0,0) size 60x30
+          RenderTableCell {TD} at (0,15) size 60x0 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
+        RenderTableRow {TR} at (0,30) size 60x30
+          RenderTableCell {TD} at (0,45) size 60x0 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (8,98) size 90x90
</span><span class="cx">   RenderBlock (relative positioned) {DIV} at (0,90) size 90x90
</span><del>-    RenderTable {TABLE} at (0,0) size 61x60
-      RenderTableSection {TBODY} at (0,0) size 61x0
-        RenderTableRow {TR} at (0,0) size 61x0
-          RenderTableCell {TD} at (0,0) size 61x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (0,0) size 60x60
+      RenderTableSection {TBODY} at (0,0) size 60x0
+        RenderTableRow {TR} at (0,0) size 60x0
+          RenderTableCell {TD} at (0,0) size 60x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 60x0 [bgcolor=#0000FF]
</span><del>-      RenderTableSection {TBODY} at (0,0) size 61x60
-        RenderTableRow {TR} at (0,0) size 61x30
-          RenderTableCell {TD} at (0,15) size 61x0 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
-        RenderTableRow {TR} at (0,30) size 61x30
-          RenderTableCell {TD} at (0,45) size 61x0 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
</del><ins>+      RenderTableSection {TBODY} at (0,0) size 60x60
+        RenderTableRow {TR} at (0,0) size 60x30
+          RenderTableCell {TD} at (0,15) size 60x0 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
+        RenderTableRow {TR} at (0,30) size 60x30
+          RenderTableCell {TD} at (0,45) size 60x0 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (8,188) size 90x90
</span><span class="cx">   RenderBlock (relative positioned) {DIV} at (0,180) size 90x90
</span><del>-    RenderTable {TABLE} at (0,0) size 61x90
</del><ins>+    RenderTable {TABLE} at (0,0) size 60x90
</ins><span class="cx">       RenderBlock {CAPTION} at (0,0) size 60x30
</span><del>-      RenderTableSection {TBODY} at (0,30) size 61x60
-        RenderTableRow {TR} at (0,0) size 61x30
-          RenderTableCell {TD} at (0,15) size 61x0 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
-        RenderTableRow {TR} at (0,30) size 61x30
-          RenderTableCell {TD} at (0,45) size 61x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=1]
</del><ins>+      RenderTableSection {TBODY} at (0,30) size 60x60
+        RenderTableRow {TR} at (0,0) size 60x30
+          RenderTableCell {TD} at (0,15) size 60x0 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
+        RenderTableRow {TR} at (0,30) size 60x30
+          RenderTableCell {TD} at (0,45) size 60x0 [bgcolor=#FFFF00] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (8,308) size 90x90
</span><span class="cx">   RenderBlock (relative positioned) {DIV} at (0,300) size 90x90
</span><span class="cx">     RenderTable {TABLE} at (0,0) size 60x83 [border: (4px solid #008000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepainttabletwopasslayoutoverpaintexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/table-two-pass-layout-overpaint-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/table-two-pass-layout-overpaint-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/repaint/table-two-pass-layout-overpaint-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,8 +3,8 @@
</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 107x99 [bgcolor=#ADD8E6]
-        RenderTableSection {TBODY} at (0,0) size 107x99
-          RenderTableRow {TR} at (0,2) size 107x95
-            RenderTableCell {TD} at (2,35) size 103x28 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 106x99 [bgcolor=#ADD8E6]
+        RenderTableSection {TBODY} at (0,0) size 106x99
+          RenderTableRow {TR} at (0,2) size 106x95
+            RenderTableCell {TD} at (2,35) size 102x28 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 50x25 [bgcolor=#90EE90]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepainttablewritingmodeshexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/table-writing-modes-h-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/table-writing-modes-h-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/repaint/table-writing-modes-h-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -1,37 +1,37 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x466
</span><del>-  RenderBlock {HTML} at (0,0) size 800x467
-    RenderBody {BODY} at (8,10) size 784x447
-      RenderTable {TABLE} at (10,0) size 105x104 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 105x104
-          RenderTableRow {TR} at (0,0) size 105x52
-            RenderTableCell {TD} at (0,25) size 53x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (52,25) size 53x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,52) size 105x52
-            RenderTableCell {TD} at (0,77) size 53x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (52,77) size 53x2 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]
-      RenderTable {TABLE} at (10,114) size 104x105 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 104x105
-          RenderTableRow {TR} at (0,0) size 52x105
-            RenderTableCell {TD} at (0,25) size 52x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (0,77) size 52x3 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,52) size 52x105
-            RenderTableCell {TD} at (52,25) size 52x3 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (52,77) size 52x3 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]
-      RenderTable {TABLE} at (10,228) size 105x105 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 105x104
-          RenderTableRow {TR} at (0,0) size 105x52
-            RenderTableCell {TD} at (0,25) size 53x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (52,25) size 53x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,52) size 105x52
-            RenderTableCell {TD} at (0,77) size 53x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (52,77) size 53x2 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]
-      RenderTable {TABLE} at (10,342) size 104x105 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 104x105
-          RenderTableRow {TR} at (0,0) size 52x105
-            RenderTableCell {TD} at (0,25) size 52x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (0,77) size 52x3 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,52) size 52x105
-            RenderTableCell {TD} at (52,25) size 52x3 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (52,77) size 52x3 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]
</del><ins>+  RenderBlock {HTML} at (0,0) size 800x466
+    RenderBody {BODY} at (8,10) size 784x446
+      RenderTable {TABLE} at (10,0) size 104x104 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 104x104
+          RenderTableRow {TR} at (0,0) size 104x52
+            RenderTableCell {TD} at (0,25) size 52x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (52,25) size 52x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,52) size 104x52
+            RenderTableCell {TD} at (0,77) size 52x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (52,77) size 52x2 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]
+      RenderTable {TABLE} at (10,114) size 104x104 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 104x104
+          RenderTableRow {TR} at (0,0) size 52x104
+            RenderTableCell {TD} at (0,25) size 52x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (0,77) size 52x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,52) size 52x104
+            RenderTableCell {TD} at (52,25) size 52x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (52,77) size 52x2 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]
+      RenderTable {TABLE} at (10,228) size 104x104 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 104x104
+          RenderTableRow {TR} at (0,0) size 104x52
+            RenderTableCell {TD} at (0,25) size 52x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (52,25) size 52x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,52) size 104x52
+            RenderTableCell {TD} at (0,77) size 52x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (52,77) size 52x2 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]
+      RenderTable {TABLE} at (10,342) size 104x104 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 104x104
+          RenderTableRow {TR} at (0,0) size 52x104
+            RenderTableCell {TD} at (0,25) size 52x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (0,77) size 52x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,52) size 52x104
+            RenderTableCell {TD} at (52,25) size 52x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (52,77) size 52x2 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepainttablewritingmodesvexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/table-writing-modes-v-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/table-writing-modes-v-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/repaint/table-writing-modes-v-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -1,37 +1,37 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x466
</span><del>-  RenderBlock {HTML} at (0,0) size 800x467
-    RenderBody {BODY} at (8,10) size 784x447
-      RenderTable {TABLE} at (10,0) size 105x104 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 105x104
-          RenderTableRow {TR} at (0,0) size 105x52
-            RenderTableCell {TD} at (0,25) size 53x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (52,25) size 53x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,52) size 105x52
-            RenderTableCell {TD} at (0,77) size 53x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (52,77) size 53x2 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]
-      RenderTable {TABLE} at (10,114) size 104x105 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 104x105
-          RenderTableRow {TR} at (0,0) size 52x105
-            RenderTableCell {TD} at (0,25) size 52x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (0,77) size 52x3 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,52) size 52x105
-            RenderTableCell {TD} at (52,25) size 52x3 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (52,77) size 52x3 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]
-      RenderTable {TABLE} at (10,228) size 105x105 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 105x104
-          RenderTableRow {TR} at (0,0) size 105x52
-            RenderTableCell {TD} at (0,25) size 53x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (52,25) size 53x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,52) size 105x52
-            RenderTableCell {TD} at (0,77) size 53x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (52,77) size 53x2 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]
-      RenderTable {TABLE} at (10,342) size 104x105 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 104x105
-          RenderTableRow {TR} at (0,0) size 52x105
-            RenderTableCell {TD} at (0,25) size 52x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (0,77) size 52x3 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,52) size 52x105
-            RenderTableCell {TD} at (52,25) size 52x3 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (52,77) size 52x3 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]
</del><ins>+  RenderBlock {HTML} at (0,0) size 800x466
+    RenderBody {BODY} at (8,10) size 784x446
+      RenderTable {TABLE} at (10,0) size 104x104 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 104x104
+          RenderTableRow {TR} at (0,0) size 104x52
+            RenderTableCell {TD} at (0,25) size 52x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (52,25) size 52x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,52) size 104x52
+            RenderTableCell {TD} at (0,77) size 52x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (52,77) size 52x2 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]
+      RenderTable {TABLE} at (10,114) size 104x104 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 104x104
+          RenderTableRow {TR} at (0,0) size 52x104
+            RenderTableCell {TD} at (0,25) size 52x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (0,77) size 52x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,52) size 52x104
+            RenderTableCell {TD} at (52,25) size 52x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (52,77) size 52x2 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]
+      RenderTable {TABLE} at (10,228) size 104x104 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 104x104
+          RenderTableRow {TR} at (0,0) size 104x52
+            RenderTableCell {TD} at (0,25) size 52x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (52,25) size 52x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,52) size 104x52
+            RenderTableCell {TD} at (0,77) size 52x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (52,77) size 52x2 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]
+      RenderTable {TABLE} at (10,342) size 104x104 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 104x104
+          RenderTableRow {TR} at (0,0) size 52x104
+            RenderTableCell {TD} at (0,25) size 52x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (0,77) size 52x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,52) size 52x104
+            RenderTableCell {TD} at (52,25) size 52x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (52,77) size 52x2 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastreplaced005expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/replaced/005-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/replaced/005-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/replaced/005-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 769x214 [border: (2px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 765x210
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 765x210
</span><del>-            RenderTableCell {TD} at (0,0) size 203x210 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 202x210 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 100x100 [bgcolor=#008000]
</span><span class="cx">               RenderImage {IMG} at (101,1) size 100x100 [bgcolor=#008000]
</span><span class="cx">               RenderBR {BR} at (201,87) size 0x18
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,214) size 769x214 [border: (2px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 765x210
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 765x210
</span><del>-            RenderTableCell {TD} at (0,0) size 203x210 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 202x210 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderInline {SPAN} at (0,0) size 200x18
</span><span class="cx">                 RenderImage {IMG} at (1,1) size 100x100 [bgcolor=#008000]
</span><span class="cx">                 RenderImage {IMG} at (101,1) size 100x100 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastreplacedpercentheightinanonymousblockintableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,12 +15,12 @@
</span><span class="cx">             text run at (368,0) width 400: &quot;REGRESSION (r36513): iframe isn't sized properly upon load&quot;
</span><span class="cx">         RenderText {#text} at (767,0) size 5x18
</span><span class="cx">           text run at (767,0) width 5: &quot;.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 305x400
-        RenderTableSection {TBODY} at (0,0) size 305x400
-          RenderTableRow {TR} at (0,2) size 305x396
-            RenderTableCell {TD} at (2,2) size 301x396 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 301x0
-              RenderBlock (anonymous) at (0,0) size 301x396
</del><ins>+      RenderTable {TABLE} at (0,34) size 304x400
+        RenderTableSection {TBODY} at (0,0) size 304x400
+          RenderTableRow {TR} at (0,2) size 304x396
+            RenderTableCell {TD} at (2,2) size 300x396 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 300x0
+              RenderBlock (anonymous) at (0,0) size 300x396
</ins><span class="cx">                 RenderIFrame {IFRAME} at (0,0) size 300x396 [bgcolor=#008000]
</span><span class="cx">                   layer at (0,0) size 300x396
</span><span class="cx">                     RenderView at (0,0) size 300x396
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastreplacedselectionrectintablecellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/replaced/selection-rect-in-table-cell-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/replaced/selection-rect-in-table-cell-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/replaced/selection-rect-in-table-cell-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,10 +19,10 @@
</span><span class="cx">       RenderBlock {P} at (0,52) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 729x18
</span><span class="cx">           text run at (0,0) width 729: &quot;Tests highlighting of replaced objects in table cells with extra height. You should see a dark green box and no red.&quot;
</span><del>-      RenderTable {TABLE} at (0,86) size 57x104
-        RenderTableSection {TBODY} at (0,0) size 57x104
-          RenderTableRow {TR} at (0,2) size 57x100
-            RenderTableCell {TD} at (2,26) size 53x52 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,86) size 56x104
+        RenderTableSection {TBODY} at (0,0) size 56x104
+          RenderTableRow {TR} at (0,2) size 56x100
+            RenderTableCell {TD} at (2,26) size 52x52 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 50x50 [bgcolor=#FF0000]
</span><span class="cx"> selection start: position 0 of child 0 {IMG} of child 1 {TD} of child 0 {TR} of child 1 {TBODY} of child 5 {TABLE} of body
</span><span class="cx"> selection end:   position 1 of child 0 {IMG} of child 1 {TD} of child 0 {TR} of child 1 {TBODY} of child 5 {TABLE} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastreplacedtablepercentheightpositionedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/replaced/table-percent-height-positioned-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/replaced/table-percent-height-positioned-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/replaced/table-percent-height-positioned-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx"> layer at (0,0) size 800x600 layerType: foreground only
</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 107x106
-        RenderTableSection {TBODY} at (0,0) size 107x106
-          RenderTableRow {TR} at (0,2) size 107x102
-            RenderTableCell {TD} at (2,2) size 103x102 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 106x106
+        RenderTableSection {TBODY} at (0,0) size 106x106
+          RenderTableRow {TR} at (0,2) size 106x102
+            RenderTableCell {TD} at (2,2) size 102x102 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (11,11) size 100x100
</span><del>-  RenderBlock (relative positioned) {DIV} at (1,1) size 101x100
</del><ins>+  RenderBlock (relative positioned) {DIV} at (1,1) size 100x100
</ins><span class="cx">     RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastreplacedwidth100percentcheckboxexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/replaced/width100percent-checkbox-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/replaced/width100percent-checkbox-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/replaced/width100percent-checkbox-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,12 +9,12 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x22
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x22
</span><span class="cx">           RenderTableRow {TR} at (0,1) size 784x20
</span><del>-            RenderTableCell {TD} at (1,1) size 7x20 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {INPUT} at (3,4) size 5x12
-            RenderTableCell {TD} at (8,1) size 7x20 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {INPUT} at (3,4) size 5x12
-            RenderTableCell {TD} at (15,1) size 7x20 [r=0 c=2 rs=1 cs=1]
-              RenderBlock {INPUT} at (3,4) size 5x12
</del><ins>+            RenderTableCell {TD} at (1,1) size 6x20 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {INPUT} at (3,4) size 4x12
+            RenderTableCell {TD} at (8,1) size 6x20 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {INPUT} at (3,4) size 4x12
+            RenderTableCell {TD} at (15,1) size 6x20 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {INPUT} at (3,4) size 4x12
</ins><span class="cx">             RenderTableCell {TD} at (22,1) size 761x20 [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 4x18
</span><span class="cx">                 text run at (1,1) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastreplacedwidth100percentimageexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/replaced/width100percent-image-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/replaced/width100percent-image-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/replaced/width100percent-image-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -1,37 +1,37 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
-      RenderBlock (anonymous) at (0,0) size 784x36
-        RenderText {#text} at (0,0) size 776x36
</del><ins>+layer at (0,0) size 785x646
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x646
+  RenderBlock {HTML} at (0,0) size 785x646
+    RenderBody {BODY} at (8,8) size 769x630
+      RenderBlock (anonymous) at (0,0) size 769x36
+        RenderText {#text} at (0,0) size 753x36
</ins><span class="cx">           text run at (0,0) width 733: &quot;The following elements behave differently in different browsers. Our current behavior will cause them to overlap, &quot;
</span><del>-          text run at (732,0) width 44: &quot;but we&quot;
-          text run at (0,18) width 241: &quot;may need to change this in the future.&quot;
-      RenderTable {TABLE} at (0,36) size 784x22
-        RenderTableSection {TBODY} at (0,0) size 784x22
-          RenderTableRow {TR} at (0,1) size 784x20
-            RenderTableCell {TD} at (1,10) size 3x2 [r=0 c=0 rs=1 cs=1]
-              RenderImage {IMG} at (1,1) size 1x0
-            RenderTableCell {TD} at (4,10) size 3x2 [r=0 c=1 rs=1 cs=1]
-              RenderImage {IMG} at (1,1) size 1x0
-            RenderTableCell {TD} at (7,10) size 3x2 [r=0 c=2 rs=1 cs=1]
-              RenderImage {IMG} at (1,1) size 1x0
-            RenderTableCell {TD} at (10,1) size 773x20 [r=0 c=3 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 4x18
-                text run at (1,1) width 4: &quot; &quot;
-      RenderBlock (anonymous) at (0,58) size 784x36
</del><ins>+          text run at (732,0) width 21: &quot;but&quot;
+          text run at (0,18) width 264: &quot;we may need to change this in the future.&quot;
+      RenderTable {TABLE} at (0,36) size 769x279
+        RenderTableSection {TBODY} at (0,0) size 769x279
+          RenderTableRow {TR} at (0,1) size 769x277
+            RenderTableCell {TD} at (1,1) size 2x277 [r=0 c=0 rs=1 cs=1]
+              RenderImage {IMG} at (1,1) size 214x275
+            RenderTableCell {TD} at (4,1) size 2x277 [r=0 c=1 rs=1 cs=1]
+              RenderImage {IMG} at (1,1) size 214x275
+            RenderTableCell {TD} at (7,1) size 2x277 [r=0 c=2 rs=1 cs=1]
+              RenderImage {IMG} at (1,1) size 214x275
+            RenderTableCell {TD} at (10,129) size 758x21 [r=0 c=3 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 4x19
+                text run at (1,2) width 4: &quot; &quot;
+      RenderBlock (anonymous) at (0,315) size 769x36
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderBR {BR} at (0,18) size 0x18
</span><del>-      RenderTable {TABLE} at (0,94) size 784x279
-        RenderTableSection {TBODY} at (0,0) size 784x279
-          RenderTableRow {TR} at (0,1) size 784x277
-            RenderTableCell {TD} at (1,1) size 217x277 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,351) size 769x279
+        RenderTableSection {TBODY} at (0,0) size 769x279
+          RenderTableRow {TR} at (0,1) size 769x277
+            RenderTableCell {TD} at (1,1) size 216x277 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 214x275
</span><del>-            RenderTableCell {TD} at (218,1) size 217x277 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (218,1) size 216x277 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 214x275
</span><del>-            RenderTableCell {TD} at (435,1) size 217x277 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (435,1) size 216x277 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 214x275
</span><del>-            RenderTableCell {TD} at (652,129) size 131x21 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (652,129) size 116x21 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 4x19
</span><span class="cx">                 text run at (1,2) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastreplacedwidth100percentmenulistexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/replaced/width100percent-menulist-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/replaced/width100percent-menulist-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/replaced/width100percent-menulist-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,18 +9,18 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x26
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x26
</span><span class="cx">           RenderTableRow {TR} at (0,1) size 784x24
</span><del>-            RenderTableCell {TD} at (1,1) size 3x24 [r=0 c=0 rs=1 cs=1]
-              RenderMenuList {SELECT} at (1,3) size 1x18 [bgcolor=#FFFFFF]
</del><ins>+            RenderTableCell {TD} at (1,1) size 2x24 [r=0 c=0 rs=1 cs=1]
+              RenderMenuList {SELECT} at (1,3) size 0x18 [bgcolor=#FFFFFF]
</ins><span class="cx">                 RenderBlock (anonymous) at (0,0) size 31x18
</span><span class="cx">                   RenderText at (8,2) size 20x13
</span><span class="cx">                     text run at (8,2) width 20: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (4,1) size 3x24 [r=0 c=1 rs=1 cs=1]
-              RenderMenuList {SELECT} at (1,3) size 1x18 [bgcolor=#FFFFFF]
</del><ins>+            RenderTableCell {TD} at (4,1) size 2x24 [r=0 c=1 rs=1 cs=1]
+              RenderMenuList {SELECT} at (1,3) size 0x18 [bgcolor=#FFFFFF]
</ins><span class="cx">                 RenderBlock (anonymous) at (0,0) size 31x18
</span><span class="cx">                   RenderText at (8,2) size 20x13
</span><span class="cx">                     text run at (8,2) width 20: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (7,1) size 3x24 [r=0 c=2 rs=1 cs=1]
-              RenderMenuList {SELECT} at (1,3) size 1x18 [bgcolor=#FFFFFF]
</del><ins>+            RenderTableCell {TD} at (7,1) size 2x24 [r=0 c=2 rs=1 cs=1]
+              RenderMenuList {SELECT} at (1,3) size 0x18 [bgcolor=#FFFFFF]
</ins><span class="cx">                 RenderBlock (anonymous) at (0,0) size 31x18
</span><span class="cx">                   RenderText at (8,2) size 27x13
</span><span class="cx">                     text run at (8,2) width 27: &quot;three&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastreplacedwidth100percentradioexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/replaced/width100percent-radio-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/replaced/width100percent-radio-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/replaced/width100percent-radio-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,12 +9,12 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x22
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x22
</span><span class="cx">           RenderTableRow {TR} at (0,1) size 784x20
</span><del>-            RenderTableCell {TD} at (1,1) size 7x20 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {INPUT} at (3,4) size 5x12
-            RenderTableCell {TD} at (8,1) size 7x20 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {INPUT} at (3,4) size 5x12
-            RenderTableCell {TD} at (15,1) size 7x20 [r=0 c=2 rs=1 cs=1]
-              RenderBlock {INPUT} at (3,4) size 5x12
</del><ins>+            RenderTableCell {TD} at (1,1) size 6x20 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {INPUT} at (3,4) size 4x12
+            RenderTableCell {TD} at (8,1) size 6x20 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {INPUT} at (3,4) size 4x12
+            RenderTableCell {TD} at (15,1) size 6x20 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {INPUT} at (3,4) size 4x12
</ins><span class="cx">             RenderTableCell {TD} at (22,1) size 761x20 [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 4x18
</span><span class="cx">                 text run at (1,1) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastreplacedwidth100percentsearchfieldexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/replaced/width100percent-searchfield-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/replaced/width100percent-searchfield-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/replaced/width100percent-searchfield-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,21 +9,21 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x27
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x27
</span><span class="cx">           RenderTableRow {TR} at (0,1) size 784x25
</span><del>-            RenderTableCell {TD} at (1,1) size 9x25 [r=0 c=0 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 7x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                RenderFlexibleBox {DIV} at (3,3) size 1x13
</del><ins>+            RenderTableCell {TD} at (1,1) size 8x25 [r=0 c=0 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 6x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderFlexibleBox {DIV} at (3,3) size 0x13
</ins><span class="cx">                   RenderBlock {DIV} at (0,1) size 8x11
</span><span class="cx">                   RenderBlock {DIV} at (8,0) size 0x13
</span><span class="cx">                   RenderBlock {DIV} at (8,1) size 13x11
</span><del>-            RenderTableCell {TD} at (10,1) size 9x25 [r=0 c=1 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 7x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                RenderFlexibleBox {DIV} at (3,3) size 1x13
</del><ins>+            RenderTableCell {TD} at (10,1) size 8x25 [r=0 c=1 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 6x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderFlexibleBox {DIV} at (3,3) size 0x13
</ins><span class="cx">                   RenderBlock {DIV} at (0,1) size 8x11
</span><span class="cx">                   RenderBlock {DIV} at (8,0) size 0x13
</span><span class="cx">                   RenderBlock {DIV} at (8,1) size 13x11
</span><del>-            RenderTableCell {TD} at (19,1) size 9x25 [r=0 c=2 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 7x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                RenderFlexibleBox {DIV} at (3,3) size 1x13
</del><ins>+            RenderTableCell {TD} at (19,1) size 8x25 [r=0 c=2 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 6x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderFlexibleBox {DIV} at (3,3) size 0x13
</ins><span class="cx">                   RenderBlock {DIV} at (0,1) size 8x11
</span><span class="cx">                   RenderBlock {DIV} at (8,0) size 0x13
</span><span class="cx">                   RenderBlock {DIV} at (8,1) size 13x11
</span><span class="lines">@@ -36,21 +36,21 @@
</span><span class="cx">       RenderTable {TABLE} at (0,81) size 784x27
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x27
</span><span class="cx">           RenderTableRow {TR} at (0,1) size 784x25
</span><del>-            RenderTableCell {TD} at (1,1) size 9x25 [r=0 c=0 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 7x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                RenderFlexibleBox {DIV} at (3,3) size 1x13
</del><ins>+            RenderTableCell {TD} at (1,1) size 8x25 [r=0 c=0 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 6x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderFlexibleBox {DIV} at (3,3) size 0x13
</ins><span class="cx">                   RenderBlock {DIV} at (0,1) size 22x11
</span><span class="cx">                   RenderBlock {DIV} at (22,0) size 0x13
</span><span class="cx">                   RenderBlock {DIV} at (22,1) size 13x11
</span><del>-            RenderTableCell {TD} at (10,1) size 9x25 [r=0 c=1 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 7x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                RenderFlexibleBox {DIV} at (3,3) size 1x13
</del><ins>+            RenderTableCell {TD} at (10,1) size 8x25 [r=0 c=1 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 6x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderFlexibleBox {DIV} at (3,3) size 0x13
</ins><span class="cx">                   RenderBlock {DIV} at (0,1) size 22x11
</span><span class="cx">                   RenderBlock {DIV} at (22,0) size 0x13
</span><span class="cx">                   RenderBlock {DIV} at (22,1) size 13x11
</span><del>-            RenderTableCell {TD} at (19,1) size 9x25 [r=0 c=2 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 7x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                RenderFlexibleBox {DIV} at (3,3) size 1x13
</del><ins>+            RenderTableCell {TD} at (19,1) size 8x25 [r=0 c=2 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 6x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderFlexibleBox {DIV} at (3,3) size 0x13
</ins><span class="cx">                   RenderBlock {DIV} at (0,1) size 22x11
</span><span class="cx">                   RenderBlock {DIV} at (22,0) size 0x13
</span><span class="cx">                   RenderBlock {DIV} at (22,1) size 13x11
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastreplacedwidth100percenttextareaexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/replaced/width100percent-textarea-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/replaced/width100percent-textarea-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/replaced/width100percent-textarea-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,9 +9,9 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x40
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x40
</span><span class="cx">           RenderTableRow {TR} at (0,1) size 784x38
</span><del>-            RenderTableCell {TD} at (1,1) size 9x38 [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (10,1) size 9x38 [r=0 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (19,1) size 9x38 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (1,1) size 8x38 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (10,1) size 8x38 [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (19,1) size 8x38 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (28,10) size 755x20 [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 4x18
</span><span class="cx">                 text run at (1,1) width 4: &quot; &quot;
</span><span class="lines">@@ -21,28 +21,28 @@
</span><span class="cx">       RenderTable {TABLE} at (0,94) size 784x40
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x40
</span><span class="cx">           RenderTableRow {TR} at (0,1) size 784x38
</span><del>-            RenderTableCell {TD} at (1,1) size 9x38 [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (10,1) size 9x38 [r=0 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (19,1) size 9x38 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (1,1) size 8x38 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (10,1) size 8x38 [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (19,1) size 8x38 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (28,10) size 755x20 [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 4x18
</span><span class="cx">                 text run at (1,1) width 4: &quot; &quot;
</span><span class="cx"> layer at (10,30) size 6x32 clip at (0,0) size 0x0 scrollWidth 9 scrollHeight 43
</span><del>-  RenderTextControl {TEXTAREA} at (1,3) size 7x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</del><ins>+  RenderTextControl {TEXTAREA} at (1,3) size 6x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</ins><span class="cx">     RenderBlock {DIV} at (3,3) size 0x39
</span><span class="cx">       RenderText {#text} at (0,0) size 7x39
</span><span class="cx">         text run at (0,0) width 7: &quot;o&quot;
</span><span class="cx">         text run at (0,13) width 7: &quot;n&quot;
</span><span class="cx">         text run at (0,26) width 7: &quot;e&quot;
</span><span class="cx"> layer at (19,30) size 6x32 clip at (0,0) size 0x0 scrollWidth 11 scrollHeight 43
</span><del>-  RenderTextControl {TEXTAREA} at (1,3) size 7x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</del><ins>+  RenderTextControl {TEXTAREA} at (1,3) size 6x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</ins><span class="cx">     RenderBlock {DIV} at (3,3) size 0x39
</span><span class="cx">       RenderText {#text} at (0,0) size 9x39
</span><span class="cx">         text run at (0,0) width 4: &quot;t&quot;
</span><span class="cx">         text run at (0,13) width 9: &quot;w&quot;
</span><span class="cx">         text run at (0,26) width 7: &quot;o&quot;
</span><span class="cx"> layer at (28,30) size 6x32 clip at (0,0) size 0x0 scrollWidth 9 scrollHeight 69
</span><del>-  RenderTextControl {TEXTAREA} at (1,3) size 7x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</del><ins>+  RenderTextControl {TEXTAREA} at (1,3) size 6x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</ins><span class="cx">     RenderBlock {DIV} at (3,3) size 0x65
</span><span class="cx">       RenderText {#text} at (0,0) size 7x65
</span><span class="cx">         text run at (0,0) width 4: &quot;t&quot;
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx">         text run at (0,39) width 7: &quot;e&quot;
</span><span class="cx">         text run at (0,52) width 7: &quot;e&quot;
</span><span class="cx"> layer at (10,106) size 6x32 clip at (0,0) size 0x0 scrollWidth 11 scrollHeight 173
</span><del>-  RenderTextControl {TEXTAREA} at (1,3) size 7x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</del><ins>+  RenderTextControl {TEXTAREA} at (1,3) size 6x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</ins><span class="cx">     RenderBlock {DIV} at (3,3) size 0x169
</span><span class="cx">       RenderText {#text} at (0,0) size 9x169
</span><span class="cx">         text run at (0,0) width 7: &quot;o&quot;
</span><span class="lines">@@ -68,14 +68,14 @@
</span><span class="cx">         text run at (0,143) width 7: &quot;e&quot;
</span><span class="cx">         text run at (0,156) width 7: &quot;e&quot;
</span><span class="cx"> layer at (19,106) size 6x32 clip at (0,0) size 0x0 scrollWidth 11 scrollHeight 43
</span><del>-  RenderTextControl {TEXTAREA} at (1,3) size 7x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</del><ins>+  RenderTextControl {TEXTAREA} at (1,3) size 6x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</ins><span class="cx">     RenderBlock {DIV} at (3,3) size 0x39
</span><span class="cx">       RenderText {#text} at (0,0) size 9x39
</span><span class="cx">         text run at (0,0) width 4: &quot;t&quot;
</span><span class="cx">         text run at (0,13) width 9: &quot;w&quot;
</span><span class="cx">         text run at (0,26) width 7: &quot;o&quot;
</span><span class="cx"> layer at (28,106) size 6x32 clip at (0,0) size 0x0 scrollWidth 9 scrollHeight 69
</span><del>-  RenderTextControl {TEXTAREA} at (1,3) size 7x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</del><ins>+  RenderTextControl {TEXTAREA} at (1,3) size 6x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</ins><span class="cx">     RenderBlock {DIV} at (3,3) size 0x65
</span><span class="cx">       RenderText {#text} at (0,0) size 7x65
</span><span class="cx">         text run at (0,0) width 4: &quot;t&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastreplacedwidth100percenttextfieldexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/replaced/width100percent-textfield-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/replaced/width100percent-textfield-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/replaced/width100percent-textfield-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,12 +9,12 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x27
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x27
</span><span class="cx">           RenderTableRow {TR} at (0,1) size 784x25
</span><del>-            RenderTableCell {TD} at (1,1) size 9x25 [r=0 c=0 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 7x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-            RenderTableCell {TD} at (10,1) size 9x25 [r=0 c=1 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 7x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-            RenderTableCell {TD} at (19,1) size 9x25 [r=0 c=2 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 7x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+            RenderTableCell {TD} at (1,1) size 8x25 [r=0 c=0 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 6x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderTableCell {TD} at (10,1) size 8x25 [r=0 c=1 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 6x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderTableCell {TD} at (19,1) size 8x25 [r=0 c=2 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 6x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">             RenderTableCell {TD} at (28,3) size 755x21 [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 4x19
</span><span class="cx">                 text run at (1,2) width 4: &quot; &quot;
</span><span class="lines">@@ -24,36 +24,12 @@
</span><span class="cx">       RenderTable {TABLE} at (0,81) size 784x27
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x27
</span><span class="cx">           RenderTableRow {TR} at (0,1) size 784x25
</span><del>-            RenderTableCell {TD} at (1,1) size 9x25 [r=0 c=0 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 7x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-            RenderTableCell {TD} at (10,1) size 9x25 [r=0 c=1 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 7x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-            RenderTableCell {TD} at (19,1) size 9x25 [r=0 c=2 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 7x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+            RenderTableCell {TD} at (1,1) size 8x25 [r=0 c=0 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 6x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderTableCell {TD} at (10,1) size 8x25 [r=0 c=1 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 6x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderTableCell {TD} at (19,1) size 8x25 [r=0 c=2 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 6x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">             RenderTableCell {TD} at (28,3) size 755x21 [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 4x19
</span><span class="cx">                 text run at (1,2) width 4: &quot; &quot;
</span><del>-layer at (13,33) size 0x13 scrollWidth 50
-  RenderBlock {DIV} at (3,3) size 1x13
-    RenderText {#text} at (0,0) size 49x13
-      text run at (0,0) width 49: &quot;New Mail&quot;
-layer at (22,33) size 0x13 scrollWidth 31
-  RenderBlock {DIV} at (3,3) size 1x13
-    RenderText {#text} at (0,0) size 30x13
-      text run at (0,0) width 30: &quot;Reply&quot;
-layer at (31,33) size 0x13 scrollWidth 47
-  RenderBlock {DIV} at (3,3) size 1x13
-    RenderText {#text} at (0,0) size 47x13
-      text run at (0,0) width 47: &quot;Reply All&quot;
-layer at (13,96) size 0x13 scrollWidth 50
-  RenderBlock {DIV} at (3,3) size 1x13
-    RenderText {#text} at (0,0) size 49x13
-      text run at (0,0) width 49: &quot;New Mail&quot;
-layer at (22,96) size 0x13 scrollWidth 31
-  RenderBlock {DIV} at (3,3) size 1x13
-    RenderText {#text} at (0,0) size 30x13
-      text run at (0,0) width 30: &quot;Reply&quot;
-layer at (31,96) size 0x13 scrollWidth 47
-  RenderBlock {DIV} at (3,3) size 1x13
-    RenderText {#text} at (0,0) size 47x13
-      text run at (0,0) width 47: &quot;Reply All&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastselectors077expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/selectors/077-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/selectors/077-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/selectors/077-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderTable {TABLE} at (308,0) size 168x76 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 166x74
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 166x22
</span><del>-              RenderTableCell {TD} at (2,2) size 25x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 24x22 [border: (1px solid #000000)] [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;1.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,2) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,26) size 166x22
</span><del>-              RenderTableCell {TD} at (2,26) size 25x22 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,26) size 24x22 [border: (1px solid #000000)] [r=1 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;2.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,26) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,50) size 166x22
</span><del>-              RenderTableCell {TD} at (2,50) size 25x22 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,50) size 24x22 [border: (1px solid #000000)] [r=2 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;3.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,50) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastselectors077bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/selectors/077b-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/selectors/077b-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/selectors/077b-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderTable {TABLE} at (308,0) size 168x76 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 166x74
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 166x22
</span><del>-              RenderTableCell {TD} at (2,2) size 25x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 24x22 [border: (1px solid #000000)] [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;1.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,2) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,26) size 166x22
</span><del>-              RenderTableCell {TD} at (2,26) size 25x22 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,26) size 24x22 [border: (1px solid #000000)] [r=1 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;2.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,26) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                   text run at (2,2) width 63: &quot;green cell&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,50) size 166x22
</span><del>-              RenderTableCell {TD} at (2,50) size 25x22 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,50) size 24x22 [border: (1px solid #000000)] [r=2 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;3.1&quot;
</span><span class="cx">               RenderTableCell {TD} at (28,50) size 67x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/002-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/002-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/002-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,6 +9,6 @@
</span><span class="cx">             RenderTableCell {TD} at (0,2) size 715x18 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 221x18
</span><span class="cx">                 text run at (0,0) width 221: &quot;Post to Confessions of a Mozillian&quot;
</span><del>-            RenderTableCell {TD} at (714,2) size 70x18 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (714,2) size 71x18 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 22x18
</span><span class="cx">                 text run at (0,0) width 22: &quot;foo&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/003-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/003-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/003-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,48 +9,48 @@
</span><span class="cx">             RenderTableCell {TD} at (2,4) size 56x21 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 37x19
</span><span class="cx">                 text run at (1,2) width 37: &quot;URL:&quot;
</span><del>-            RenderTableCell {TD} at (59,2) size 723x25 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (59,2) size 724x25 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderTextControl {INPUT} at (1,3) size 721x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><span class="cx">           RenderTableRow {TR} at (0,29) size 784x20
</span><del>-            RenderTableCell {TD} at (2,29) size 780x20 [bgcolor=#FF0000] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,29) size 781x20 [bgcolor=#FF0000] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 257x18
</span><span class="cx">                 text run at (1,1) width 257: &quot;Alongwordtogiveyouanicebigminwidth.&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,51) size 100x100 [bgcolor=#FF0000] [border: (2px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 96x96
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 96x92
</span><span class="cx">             RenderTableCell {TD} at (2,46) size 92x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><del>-      RenderTable {TABLE} at (0,151) size 169x120 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 165x116
-          RenderTableRow {TR} at (0,2) size 165x22
-            RenderTableCell {TD} at (2,2) size 161x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,151) size 168x120 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 164x116
+          RenderTableRow {TR} at (0,2) size 164x22
+            RenderTableCell {TD} at (2,2) size 160x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;hello&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 165x22
-            RenderTableCell {TD} at (2,26) size 161x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 164x22
+            RenderTableCell {TD} at (2,26) size 160x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 69x18
</span><span class="cx">                 text run at (2,2) width 69: &quot;more hello&quot;
</span><del>-          RenderTableRow {TR} at (0,50) size 165x22
-            RenderTableCell {TD} at (2,50) size 161x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,50) size 164x22
+            RenderTableCell {TD} at (2,50) size 160x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 38x18
</span><span class="cx">                 text run at (2,2) width 38: &quot;world&quot;
</span><del>-          RenderTableRow {TR} at (0,74) size 165x40
-            RenderTableCell {TD} at (2,77) size 161x34 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,74) size 164x40
+            RenderTableCell {TD} at (2,77) size 160x34 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,271) size 107x78
-        RenderTableSection {TBODY} at (0,0) size 107x78
-          RenderTableRow {TR} at (0,2) size 107x74
-            RenderTableCell {TD} at (2,2) size 103x74 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,271) size 106x78
+        RenderTableSection {TBODY} at (0,0) size 106x78
+          RenderTableRow {TR} at (0,2) size 106x74
+            RenderTableCell {TD} at (2,2) size 102x74 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 88x72
</span><span class="cx">                 text run at (1,1) width 88: &quot;I should wrap&quot;
</span><span class="cx">                 text run at (1,19) width 82: &quot;and not have&quot;
</span><span class="cx">                 text run at (1,37) width 56: &quot;nowrap. &quot;
</span><span class="cx">                 text run at (56,37) width 7: &quot;I&quot;
</span><span class="cx">                 text run at (1,55) width 88: &quot;really should.&quot;
</span><del>-      RenderTable {TABLE} at (0,349) size 107x78
-        RenderTableSection {TBODY} at (0,0) size 107x78
-          RenderTableRow {TR} at (0,2) size 107x74
-            RenderTableCell {TD} at (2,2) size 103x74 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (1,1) size 101x72
</del><ins>+      RenderTable {TABLE} at (0,349) size 106x78
+        RenderTableSection {TBODY} at (0,0) size 106x78
+          RenderTableRow {TR} at (0,2) size 106x74
+            RenderTableCell {TD} at (2,2) size 102x74 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 100x72
</ins><span class="cx">                 RenderText {#text} at (0,0) size 88x72
</span><span class="cx">                   text run at (0,0) width 88: &quot;I should wrap&quot;
</span><span class="cx">                   text run at (0,18) width 82: &quot;and not have&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable005expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/005-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/005-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/005-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,11 +6,11 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 770x90
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 770x90
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 770x18
</span><del>-            RenderTableCell {TD} at (0,36) size 131x18 [bgcolor=#008000] [r=0 c=0 rs=5 cs=1]
-              RenderTable {TABLE} at (0,0) size 131x18
-                RenderTableSection {TBODY} at (0,0) size 131x18
-                  RenderTableRow {TR} at (0,0) size 131x18
-                    RenderTableCell {TD} at (0,0) size 131x18 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,36) size 130x18 [bgcolor=#008000] [r=0 c=0 rs=5 cs=1]
+              RenderTable {TABLE} at (0,0) size 130x18
+                RenderTableSection {TBODY} at (0,0) size 130x18
+                  RenderTableRow {TR} at (0,0) size 130x18
+                    RenderTableCell {TD} at (0,0) size 130x18 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (0,0) size 130x0
</span><span class="cx">                       RenderBR {BR} at (130,0) size 0x0
</span><span class="cx">                       RenderText {#text} at (0,0) size 8x18
</span><span class="lines">@@ -20,10 +20,10 @@
</span><span class="cx">             RenderTableCell {TD} at (131,0) size 281x18 [bgcolor=#800080] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 8x18
</span><span class="cx">                 text run at (0,0) width 8: &quot;3&quot;
</span><del>-            RenderTableCell {TD} at (411,0) size 9x18 [bgcolor=#0000FF] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (411,0) size 10x18 [bgcolor=#0000FF] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 8x18
</span><span class="cx">                 text run at (0,0) width 8: &quot;4&quot;
</span><del>-            RenderTableCell {TD} at (419,0) size 351x18 [bgcolor=#FFA500] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (420,0) size 351x18 [bgcolor=#FFA500] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 8x18
</span><span class="cx">                 text run at (0,0) width 8: &quot;5&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,18) size 770x18
</span><span class="lines">@@ -32,41 +32,41 @@
</span><span class="cx">               RenderBR {BR} at (280,0) size 0x0
</span><span class="cx">               RenderText {#text} at (0,0) size 8x18
</span><span class="cx">                 text run at (0,0) width 8: &quot;3&quot;
</span><del>-            RenderTableCell {TD} at (411,27) size 9x18 [bgcolor=#0000FF] [r=1 c=3 rs=2 cs=1]
</del><ins>+            RenderTableCell {TD} at (411,27) size 10x18 [bgcolor=#0000FF] [r=1 c=3 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 8x18
</span><span class="cx">                 text run at (0,0) width 8: &quot;4&quot;
</span><del>-            RenderTableCell {TD} at (419,18) size 351x18 [bgcolor=#FFA500] [r=1 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (420,18) size 351x18 [bgcolor=#FFA500] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 8x18
</span><span class="cx">                 text run at (0,0) width 8: &quot;5&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,36) size 770x18
</span><del>-            RenderTableCell {TD} at (419,36) size 351x18 [r=2 c=4 rs=1 cs=1]
-              RenderTable {TABLE} at (0,0) size 351x18 [bgcolor=#FFA500]
-                RenderTableSection {TBODY} at (0,0) size 351x18
-                  RenderTableRow {TR} at (0,0) size 351x18
-                    RenderTableCell {TD} at (0,0) size 274x18 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (420,36) size 351x18 [r=2 c=4 rs=1 cs=1]
+              RenderTable {TABLE} at (0,0) size 350x18 [bgcolor=#FFA500]
+                RenderTableSection {TBODY} at (0,0) size 350x18
+                  RenderTableRow {TR} at (0,0) size 350x18
+                    RenderTableCell {TD} at (0,0) size 273x18 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (0,0) size 267x0
</span><span class="cx">                       RenderBR {BR} at (267,0) size 0x0
</span><span class="cx">                       RenderText {#text} at (0,0) size 8x18
</span><span class="cx">                         text run at (0,0) width 8: &quot;5&quot;
</span><del>-                    RenderTableCell {TD} at (273,9) size 78x0 [r=0 c=1 rs=1 cs=1]
-                      RenderImage {IMG} at (0,0) size 78x0
</del><ins>+                    RenderTableCell {TD} at (273,9) size 77x0 [r=0 c=1 rs=1 cs=1]
+                      RenderImage {IMG} at (0,0) size 77x0
</ins><span class="cx">           RenderTableRow {TR} at (0,54) size 770x18
</span><span class="cx">             RenderTableCell {TD} at (131,54) size 281x18 [bgcolor=#800080] [r=3 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 8x18
</span><span class="cx">                 text run at (0,0) width 8: &quot;3&quot;
</span><del>-            RenderTableCell {TD} at (411,54) size 9x18 [bgcolor=#0000FF] [r=3 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (411,54) size 10x18 [bgcolor=#0000FF] [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 8x18
</span><span class="cx">                 text run at (0,0) width 8: &quot;4&quot;
</span><del>-            RenderTableCell {TD} at (419,54) size 351x18 [bgcolor=#FFA500] [r=3 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (420,54) size 351x18 [bgcolor=#FFA500] [r=3 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 8x18
</span><span class="cx">                 text run at (0,0) width 8: &quot;5&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,72) size 770x18
</span><span class="cx">             RenderTableCell {TD} at (131,72) size 281x18 [bgcolor=#800080] [r=4 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 8x18
</span><span class="cx">                 text run at (0,0) width 8: &quot;3&quot;
</span><del>-            RenderTableCell {TD} at (411,72) size 9x18 [bgcolor=#0000FF] [r=4 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (411,72) size 10x18 [bgcolor=#0000FF] [r=4 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 8x18
</span><span class="cx">                 text run at (0,0) width 8: &quot;4&quot;
</span><del>-            RenderTableCell {TD} at (419,72) size 351x18 [bgcolor=#FFA500] [r=4 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (420,72) size 351x18 [bgcolor=#FFA500] [r=4 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 8x18
</span><span class="cx">                 text run at (0,0) width 8: &quot;5&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable007expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/007-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/007-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/007-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,24 +3,24 @@
</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 525x90 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 523x88
-          RenderTableRow {TR} at (0,0) size 523x48
-            RenderTableCell {TD} at (0,0) size 28x3 [border: (1px inset #808080)] [r=0 c=0 rs=3 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 524x90 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 522x88
+          RenderTableRow {TR} at (0,0) size 522x48
+            RenderTableCell {TD} at (0,0) size 27x3 [border: (1px inset #808080)] [r=0 c=0 rs=3 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 25x1
</span><del>-            RenderTableCell {TD} at (27,0) size 496x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (27,0) size 495x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 22x18
</span><span class="cx">                 text run at (1,1) width 22: &quot;foo&quot;
</span><del>-          RenderTableRow {TR} at (0,48) size 523x20
-            RenderTableCell {TD} at (27,48) size 496x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (1,1) size 494x18
</del><ins>+          RenderTableRow {TR} at (0,48) size 522x20
+            RenderTableCell {TD} at (27,48) size 495x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 493x18
</ins><span class="cx">                 RenderText {#text} at (12,0) size 442x18
</span><span class="cx">                   text run at (12,0) width 442: &quot;Affordable, high-quality business services with unparalleled support.&quot;
</span><del>-          RenderTableRow {TR} at (0,68) size 523x0
-            RenderTableCell {TD} at (27,68) size 496x20 [border: (1px inset #808080)] [r=2 c=1 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,68) size 522x0
+            RenderTableCell {TD} at (27,68) size 495x20 [border: (1px inset #808080)] [r=2 c=1 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 420x18
</span><span class="cx">                 text run at (1,1) width 420: &quot;Wireless Services\x{2014}Take the Net with you when you\x{2019}re on the go&quot;
</span><del>-          RenderTableRow {TR} at (0,68) size 523x20
-            RenderTableCell {TD} at (0,68) size 523x20 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,68) size 522x20
+            RenderTableCell {TD} at (0,68) size 522x20 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 24x18
</span><span class="cx">                 text run at (1,1) width 24: &quot;goo&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable008expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/008-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/008-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/008-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 141x138
-        RenderTableSection {TBODY} at (0,0) size 141x138
-          RenderTableRow {TR} at (0,0) size 141x138
-            RenderTableCell {TD} at (0,0) size 141x138 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 140x138
+        RenderTableSection {TBODY} at (0,0) size 140x138
+          RenderTableRow {TR} at (0,0) size 140x138
+            RenderTableCell {TD} at (0,0) size 140x138 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 129x104 [border: (5px solid #000000)]
</span><span class="cx">               RenderImage {IMG} at (0,104) size 129x34 [border: (5px solid #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable009expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/009-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/009-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/009-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,9 +14,9 @@
</span><span class="cx">                       RenderTableRow {TR} at (0,15) size 626x182
</span><span class="cx">                         RenderTableCell {TD} at (15,15) size 596x182 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                           RenderTable {TABLE} at (249,1) size 98x180 [bgcolor=#CCCCCC]
</span><del>-                            RenderTableSection {TBODY} at (0,0) size 98x180
-                              RenderTableRow {TR} at (0,0) size 98x180
-                                RenderTableCell {TD} at (0,0) size 98x180 [r=0 c=0 rs=1 cs=1]
</del><ins>+                            RenderTableSection {TBODY} at (0,0) size 97x180
+                              RenderTableRow {TR} at (0,0) size 97x180
+                                RenderTableCell {TD} at (0,0) size 97x180 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                                   RenderImage {IMG} at (0,0) size 97x180
</span><span class="cx">       RenderBlock {P} at (0,74) size 800x0
</span><span class="cx">       RenderBlock (floating) {DIV} at (0,74) size 104x54 [border: (2px solid #FF0000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable012expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/012-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/012-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/012-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x100
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x100
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 784x100
</span><del>-            RenderTableCell {TD} at (0,50) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,50) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock (anonymous) at (0,118) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 328x18
</span><span class="cx">           text run at (0,0) width 328: &quot;This text is 100 pixels lower than the previous line.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable013expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/013-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/013-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/013-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,6 +12,6 @@
</span><span class="cx">             RenderTableCell {TD} at (46,41) size 692x18 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 11x18
</span><span class="cx">                 text run at (0,0) width 11: &quot;B&quot;
</span><del>-            RenderTableCell {TD} at (737,41) size 47x18 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,41) size 48x18 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 11x18
</span><span class="cx">                 text run at (0,0) width 11: &quot;C&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable021expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/021-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/021-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/021-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 156x42
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 156x42
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 156x38
</span><del>-            RenderTableCell {TD} at (2,2) size 51x38 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 50x38 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 48x36
</span><span class="cx">                 text run at (1,1) width 31: &quot;first-&quot;
</span><span class="cx">                 text run at (1,19) width 48: &quot;column&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable023expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/023-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/023-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/023-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">                 text run at (2,20) width 35: &quot;is the&quot;
</span><span class="cx">                 text run at (2,38) width 58: &quot;problem.&quot;
</span><span class="cx">                 text run at (2,56) width 51: &quot;It will...&quot;
</span><del>-            RenderTableCell {TD} at (754,29) size 13x22 [border: (1px solid #008000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (755,29) size 12x22 [border: (1px solid #008000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;3&quot;
</span><span class="cx">       RenderBlock {P} at (0,96) size 769x0
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx">                         text run at (2,128) width 55: &quot;See, this&quot;
</span><span class="cx">                         text run at (2,146) width 35: &quot;is the&quot;
</span><span class="cx">                         text run at (2,164) width 58: &quot;problem.&quot;
</span><del>-                    RenderTableCell {TD} at (746,83) size 13x22 [border: (1px solid #008000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (747,83) size 12x22 [border: (1px solid #008000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                         text run at (2,2) width 8: &quot;3&quot;
</span><span class="cx">       RenderBlock {P} at (0,308) size 769x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable024expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/024-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/024-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/024-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,24 +3,24 @@
</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 357x40
-        RenderTableSection {TBODY} at (0,0) size 357x40
-          RenderTableRow {TR} at (0,2) size 357x17
</del><ins>+      RenderTable {TABLE} at (0,0) size 356x40
+        RenderTableSection {TBODY} at (0,0) size 356x40
+          RenderTableRow {TR} at (0,2) size 356x17
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 353x17 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 350x15 [bgcolor=#FFFF00]
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-          RenderTableRow {TR} at (0,21) size 357x17
</del><ins>+          RenderTableRow {TR} at (0,21) size 356x17
</ins><span class="cx">             RenderTableCell {TD} at (2,22) size 132x15 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderTable {TABLE} at (1,1) size 130x12
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 130x12
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 130x8
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 126x8 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
</span><del>-                      RenderTable {TABLE} at (1,1) size 115x6
-                        RenderTableSection {TBODY} at (0,0) size 115x6
-                          RenderTableRow {TR} at (0,2) size 115x2
-                            RenderTableCell {TD} at (2,2) size 53x2 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
-                            RenderTableCell {TD} at (56,2) size 3x2 [bgcolor=#0000FF] [r=0 c=1 rs=1 cs=1]
-                            RenderTableCell {TD} at (60,2) size 53x2 [bgcolor=#0000FF] [r=0 c=2 rs=1 cs=1]
</del><ins>+                      RenderTable {TABLE} at (1,1) size 114x6
+                        RenderTableSection {TBODY} at (0,0) size 114x6
+                          RenderTableRow {TR} at (0,2) size 114x2
+                            RenderTableCell {TD} at (2,2) size 52x2 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
+                            RenderTableCell {TD} at (56,2) size 2x2 [bgcolor=#0000FF] [r=0 c=1 rs=1 cs=1]
+                            RenderTableCell {TD} at (60,2) size 52x2 [bgcolor=#0000FF] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (135,21) size 220x17 [bgcolor=#0000FF] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 200x15 [bgcolor=#FFFF00]
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable025expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/025-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/025-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/025-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,8) size 208x27 [bgcolor=#FFA500] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 8x19
</span><span class="cx">                 text run at (4,5) width 8: &quot;d&quot;
</span><del>-            RenderTableCell {TD} at (207,0) size 341x43 [bgcolor=#FFA500] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (207,0) size 342x43 [bgcolor=#FFA500] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (4,4) size 333x35
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 333x35
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 333x31
</span><span class="lines">@@ -36,15 +36,15 @@
</span><span class="cx">                               RenderText {#text} at (229,3) size 5x18
</span><span class="cx">                                 text run at (229,3) width 5: &quot; &quot;
</span><span class="cx">                             RenderTableCell {TD} at (281,11) size 42x5 [bgcolor=#FFA500] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (547,0) size 237x43 [bgcolor=#FFA500] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
-              RenderTable {TABLE} at (4,4) size 229x34
-                RenderTableSection {TBODY} at (0,0) size 229x34
-                  RenderTableRow {TR} at (0,2) size 229x30
-                    RenderTableCell {TD} at (2,2) size 225x30 [bgcolor=#FFA500] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
-                      RenderTable {TABLE} at (2,2) size 221x26
-                        RenderTableSection {TBODY} at (0,0) size 221x26
-                          RenderTableRow {TR} at (0,2) size 221x22
-                            RenderTableCell {TD} at (2,2) size 217x22 [bgcolor=#FFA500] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (548,0) size 237x43 [bgcolor=#FFA500] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
+              RenderTable {TABLE} at (4,4) size 228x34
+                RenderTableSection {TBODY} at (0,0) size 228x34
+                  RenderTableRow {TR} at (0,2) size 228x30
+                    RenderTableCell {TD} at (2,2) size 224x30 [bgcolor=#FFA500] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
+                      RenderTable {TABLE} at (2,2) size 220x26
+                        RenderTableSection {TBODY} at (0,0) size 220x26
+                          RenderTableRow {TR} at (0,2) size 220x22
+                            RenderTableCell {TD} at (2,2) size 216x22 [bgcolor=#FFA500] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderImage {IMG} at (2,2) size 212x18 [bgcolor=#800080]
</span><span class="cx">                               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,59) size 784x0
</span><span class="lines">@@ -81,14 +81,14 @@
</span><span class="cx">                               RenderText {#text} at (229,3) size 5x18
</span><span class="cx">                                 text run at (229,3) width 5: &quot; &quot;
</span><span class="cx">                             RenderTableCell {TD} at (275,11) size 36x5 [bgcolor=#FFA500] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (547,0) size 237x43 [bgcolor=#FFA500] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
-              RenderTable {TABLE} at (4,4) size 229x34
-                RenderTableSection {TBODY} at (0,0) size 229x34
-                  RenderTableRow {TR} at (0,2) size 229x30
-                    RenderTableCell {TD} at (2,2) size 225x30 [bgcolor=#FFA500] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
-                      RenderTable {TABLE} at (2,2) size 221x26
-                        RenderTableSection {TBODY} at (0,0) size 221x26
-                          RenderTableRow {TR} at (0,2) size 221x22
-                            RenderTableCell {TD} at (2,2) size 217x22 [bgcolor=#FFA500] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (548,0) size 236x43 [bgcolor=#FFA500] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
+              RenderTable {TABLE} at (4,4) size 228x34
+                RenderTableSection {TBODY} at (0,0) size 228x34
+                  RenderTableRow {TR} at (0,2) size 228x30
+                    RenderTableCell {TD} at (2,2) size 224x30 [bgcolor=#FFA500] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
+                      RenderTable {TABLE} at (2,2) size 220x26
+                        RenderTableSection {TBODY} at (0,0) size 220x26
+                          RenderTableRow {TR} at (0,2) size 220x22
+                            RenderTableCell {TD} at (2,2) size 216x22 [bgcolor=#FFA500] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderImage {IMG} at (2,2) size 212x18 [bgcolor=#800080]
</span><span class="cx">                               RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable028expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/028-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/028-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/028-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,10 +12,10 @@
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 71x20 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 8x18
</span><span class="cx">                 text run at (1,1) width 8: &quot;1&quot;
</span><del>-            RenderTableCell {TD} at (70,0) size 244x20 [border: (1px solid #008000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,0) size 245x20 [border: (1px solid #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;2&quot;
</span><del>-            RenderTableCell {TD} at (313,0) size 7x22 [border: (1px solid #008000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (314,0) size 7x22 [border: (1px solid #008000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 4x20 [bgcolor=#FFA500]
</span><span class="cx">       RenderBlock {P} at (0,56) size 784x0
</span><span class="cx">       RenderTable {TABLE} at (0,56) size 320x40
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 64x20 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 8x18
</span><span class="cx">                 text run at (1,1) width 8: &quot;1&quot;
</span><del>-            RenderTableCell {TD} at (63,4) size 257x12 [border: (1px solid #008000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (64,4) size 256x12 [border: (1px solid #008000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 254x10 [bgcolor=#FFA500]
</span><span class="cx">           RenderTableRow {TR} at (0,20) size 320x20
</span><span class="cx">             RenderTableCell {TD} at (0,20) size 320x20 [border: (1px solid #008000)] [r=1 c=0 rs=1 cs=3]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable028verticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/028-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/028-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/028-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -13,10 +13,10 @@
</span><span class="cx">               RenderTableCell {TD} at (0,0) size 22x69 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (1,1) size 18x8
</span><span class="cx">                   text run at (1,1) width 8: &quot;1&quot;
</span><del>-              RenderTableCell {TD} at (0,70) size 22x242 [border: (1px solid #008000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,70) size 22x243 [border: (1px solid #008000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 18x8
</span><span class="cx">                   text run at (1,1) width 8: &quot;2&quot;
</span><del>-              RenderTableCell {TD} at (0,313) size 22x7 [border: (1px solid #008000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,314) size 22x7 [border: (1px solid #008000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (1,1) size 20x4 [bgcolor=#FFA500]
</span><span class="cx">         RenderBlock {P} at (38,0) size 0x320
</span><span class="cx">         RenderTable {TABLE} at (38,0) size 40x320
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">               RenderTableCell {TD} at (0,0) size 20x64 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (1,1) size 18x8
</span><span class="cx">                   text run at (1,1) width 8: &quot;1&quot;
</span><del>-              RenderTableCell {TD} at (0,67) size 20x249 [border: (1px solid #008000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,68) size 20x248 [border: (1px solid #008000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (5,-3) size 10x254 [bgcolor=#FFA500]
</span><span class="cx">             RenderTableRow {TR} at (0,20) size 20x320
</span><span class="cx">               RenderTableCell {TD} at (20,0) size 20x320 [border: (1px solid #008000)] [r=1 c=0 rs=1 cs=3]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable029expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/029-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/029-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/029-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x40
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 784x40
</span><span class="cx"> layer at (8,8) size 150x40
</span><del>-  RenderTableCell {TD} at (0,0) size 151x40 [r=0 c=0 rs=1 cs=1]
-    RenderTable {TABLE} at (0,0) size 151x40 [border: (10px outset #808080)]
</del><ins>+  RenderTableCell {TD} at (0,0) size 150x40 [r=0 c=0 rs=1 cs=1]
+    RenderTable {TABLE} at (0,0) size 150x40 [border: (10px outset #808080)]
</ins><span class="cx">       RenderTableSection {TBODY} at (10,10) size 130x20
</span><span class="cx">         RenderTableRow {TR} at (0,0) size 130x20
</span><span class="cx"> layer at (18,18) size 130x20 clip at (19,19) size 128x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable031expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/031-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/031-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/031-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,11 +3,11 @@
</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 307x304
-        RenderTableSection {TBODY} at (0,0) size 307x304
-          RenderTableRow {TR} at (0,2) size 307x300
-            RenderTableCell {TD} at (2,2) size 303x300 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (1,1) size 7x298
-                RenderTableSection {TBODY} at (0,0) size 7x298
-                  RenderTableRow {TR} at (0,2) size 7x294
-                    RenderTableCell {TD} at (2,148) size 3x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 306x304
+        RenderTableSection {TBODY} at (0,0) size 306x304
+          RenderTableRow {TR} at (0,2) size 306x300
+            RenderTableCell {TD} at (2,2) size 302x300 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (1,1) size 6x298
+                RenderTableSection {TBODY} at (0,0) size 6x298
+                  RenderTableRow {TR} at (0,2) size 6x294
+                    RenderTableCell {TD} at (2,148) size 2x2 [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable032expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/032-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/032-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/032-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -5,14 +5,14 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx"> layer at (8,50) size 100x50
</span><span class="cx">   RenderBlock (positioned) {DIV} at (8,50) size 100x50
</span><del>-    RenderBlock (floating) {DIV} at (0,0) size 7x50 [bgcolor=#008000]
-      RenderTable {TABLE} at (0,0) size 7x6
-        RenderTableSection {TBODY} at (0,0) size 7x6
-          RenderTableRow {TR} at (0,2) size 7x2
-            RenderTableCell {TD} at (2,2) size 3x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderBlock (floating) {DIV} at (0,0) size 6x50 [bgcolor=#008000]
+      RenderTable {TABLE} at (0,0) size 6x6
+        RenderTableSection {TBODY} at (0,0) size 6x6
+          RenderTableRow {TR} at (0,2) size 6x2
+            RenderTableCell {TD} at (2,2) size 2x2 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (8,100) size 6x50
</span><del>-  RenderBlock (positioned) {DIV} at (0,50) size 7x50 [bgcolor=#008000]
-    RenderTable {TABLE} at (0,0) size 7x6
-      RenderTableSection {TBODY} at (0,0) size 7x6
-        RenderTableRow {TR} at (0,2) size 7x2
-          RenderTableCell {TD} at (2,2) size 3x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderBlock (positioned) {DIV} at (0,50) size 6x50 [bgcolor=#008000]
+    RenderTable {TABLE} at (0,0) size 6x6
+      RenderTableSection {TBODY} at (0,0) size 6x6
+        RenderTableRow {TR} at (0,2) size 6x2
+          RenderTableCell {TD} at (2,2) size 2x2 [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable034expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/034-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/034-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/034-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,11 +3,11 @@
</span><span class="cx"> layer at (0,0) size 785x1276
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 785x1276
</span><span class="cx">     RenderBody {BODY} at (8,8) size 769x1260
</span><del>-      RenderTable {TABLE} at (0,0) size 1057x1260
-        RenderTableSection {TBODY} at (0,0) size 1057x1260
-          RenderTableRow {TR} at (0,2) size 1057x1256
-            RenderTableCell {TD} at (2,629) size 3x2 [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (6,2) size 1049x1256 [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 1056x1260
+        RenderTableSection {TBODY} at (0,0) size 1056x1260
+          RenderTableRow {TR} at (0,2) size 1056x1256
+            RenderTableCell {TD} at (2,629) size 2x2 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (6,2) size 1048x1256 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 1046x1254 [bgcolor=#A9AFB8]
</span><span class="cx">                 RenderText {#text} at (0,0) size 301x18
</span><span class="cx">                   text run at (0,0) width 107: &quot;This cell should &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable038expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/038-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/038-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/038-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,14 +11,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,36) size 784x54 [border: (2px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 780x50
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 780x22
</span><del>-            RenderTableCell {TD} at (2,2) size 13x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 12x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;1&quot;
</span><span class="cx">             RenderTableCell {TD} at (16,2) size 762x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;2-3&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 780x22
</span><del>-            RenderTableCell {TD} at (2,26) size 13x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,26) size 12x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;1&quot;
</span><span class="cx">             RenderTableCell {TD} at (16,26) size 762x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=2]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable038verticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/038-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/038-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/038-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,14 +11,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,36) size 54x584 [border: (2px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 50x580
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 22x580
</span><del>-            RenderTableCell {TD} at (2,2) size 22x13 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 22x12 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 18x8
</span><span class="cx">                 text run at (2,2) width 8: &quot;1&quot;
</span><span class="cx">             RenderTableCell {TD} at (2,16) size 22x562 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 18x22
</span><span class="cx">                 text run at (2,2) width 22: &quot;2-3&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 22x580
</span><del>-            RenderTableCell {TD} at (26,2) size 22x13 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (26,2) size 22x12 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 18x8
</span><span class="cx">                 text run at (2,2) width 8: &quot;1&quot;
</span><span class="cx">             RenderTableCell {TD} at (26,16) size 22x562 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=2]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable039expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/039-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/039-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/039-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,10 +12,10 @@
</span><span class="cx">             RenderTableCell {TH} at (36,1) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;(1,2)&quot;
</span><del>-            RenderTableCell {TH} at (72,1) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (72,1) size 35x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;(1,3)&quot;
</span><del>-            RenderTableCell {TH} at (108,1) size 35x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (107,1) size 36x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;(1,4)&quot;
</span><span class="cx">             RenderTableCell {TH} at (143,1) size 36x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</span><span class="lines">@@ -28,10 +28,10 @@
</span><span class="cx">             RenderTableCell {TD} at (36,24) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;(2,2)&quot;
</span><del>-            RenderTableCell {TD} at (72,24) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (72,24) size 35x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;(2,3)&quot;
</span><del>-            RenderTableCell {TD} at (108,24) size 35x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (107,24) size 36x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;(2,4)&quot;
</span><span class="cx">             RenderTableCell {TD} at (143,24) size 36x22 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable040expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/040-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/040-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/040-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -28,9 +28,9 @@
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 600x40
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 600x20
</span><span class="cx">             RenderTableCell {TD} at (0,10) size 200x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (200,10) size 401x0 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (200,10) size 400x0 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">           RenderTableRow {TR} at (0,20) size 600x20
</span><del>-            RenderTableCell {TD} at (0,30) size 601x0 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,30) size 600x0 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 600x0
</span><span class="cx">       RenderBlock {P} at (0,250) size 769x55
</span><span class="cx">         RenderText {#text} at (0,0) size 148x18
</span><span class="lines">@@ -49,12 +49,12 @@
</span><span class="cx">               RenderText {#text} at (0,0) size 192x36
</span><span class="cx">                 text run at (0,0) width 192: &quot;Fixed cell in column one with&quot;
</span><span class="cx">                 text run at (0,18) width 66: &quot;some text.&quot;
</span><del>-            RenderTableCell {TD} at (200,0) size 401x36 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (200,0) size 400x36 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 389x36
</span><span class="cx">                 text run at (0,0) width 389: &quot;Fixed cell in column two with a lot more text. Will the ratios&quot;
</span><span class="cx">                 text run at (0,18) width 89: &quot;be preserved?&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,36) size 600x20
</span><del>-            RenderTableCell {TD} at (0,46) size 601x0 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,46) size 600x0 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 600x0
</span><span class="cx">       RenderBlock {P} at (0,402) size 769x55
</span><span class="cx">         RenderText {#text} at (0,0) size 148x18
</span><span class="lines">@@ -71,10 +71,10 @@
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 600x20
</span><span class="cx">             RenderTableCell {TD} at (0,10) size 200x0 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (0,0) size 100x0
</span><del>-            RenderTableCell {TD} at (200,10) size 401x0 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (200,10) size 400x0 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 250x0
</span><span class="cx">           RenderTableRow {TR} at (0,20) size 600x20
</span><del>-            RenderTableCell {TD} at (0,30) size 601x0 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,30) size 600x0 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 600x0
</span><span class="cx">       RenderBlock {P} at (0,538) size 769x55
</span><span class="cx">         RenderText {#text} at (0,0) size 148x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable040verticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/040-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/040-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/040-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -28,9 +28,9 @@
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 40x600
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 20x600
</span><span class="cx">             RenderTableCell {TD} at (0,10) size 20x180 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (0,210) size 20x381 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,210) size 20x380 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">           RenderTableRow {TR} at (0,20) size 20x600
</span><del>-            RenderTableCell {TD} at (20,10) size 20x581 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (20,10) size 20x580 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderBlock {DIV} at (10,-10) size 0x600
</span><span class="cx">       RenderBlock {P} at (0,870) size 769x55
</span><span class="cx">         RenderText {#text} at (0,0) size 152x18
</span><span class="lines">@@ -49,12 +49,12 @@
</span><span class="cx">               RenderText {#text} at (0,0) size 36x192
</span><span class="cx">                 text run at (0,0) width 192: &quot;Fixed cell in column one with&quot;
</span><span class="cx">                 text run at (18,0) width 66: &quot;some text.&quot;
</span><del>-            RenderTableCell {TD} at (0,200) size 36x401 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,200) size 36x400 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 36x389
</span><span class="cx">                 text run at (0,0) width 389: &quot;Fixed cell in column two with a lot more text. Will the ratios&quot;
</span><span class="cx">                 text run at (18,0) width 89: &quot;be preserved?&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,36) size 20x600
</span><del>-            RenderTableCell {TD} at (36,10) size 20x581 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (36,10) size 20x580 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderBlock {DIV} at (10,-10) size 0x600
</span><span class="cx">       RenderBlock {P} at (0,1566) size 769x55
</span><span class="cx">         RenderText {#text} at (0,0) size 152x18
</span><span class="lines">@@ -71,10 +71,10 @@
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 20x600
</span><span class="cx">             RenderTableCell {TD} at (0,10) size 20x180 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (10,-10) size 0x100
</span><del>-            RenderTableCell {TD} at (0,210) size 20x381 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,210) size 20x380 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (10,-10) size 0x250
</span><span class="cx">           RenderTableRow {TR} at (0,20) size 20x600
</span><del>-            RenderTableCell {TD} at (20,10) size 20x581 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (20,10) size 20x580 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderBlock {DIV} at (10,-10) size 0x600
</span><span class="cx">       RenderBlock {P} at (0,2262) size 769x55
</span><span class="cx">         RenderText {#text} at (0,0) size 152x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable100percentcellwidthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/100-percent-cell-width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/100-percent-cell-width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/100-percent-cell-width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -22,7 +22,7 @@
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x50
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 784x50
</span><span class="cx">             RenderTableCell {TD} at (0,25) size 782x0 [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (781,0) size 3x50 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (782,0) size 2x50 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 2x50 [bgcolor=#008000]
</span><span class="cx">       RenderBlock {DIV} at (0,118) size 784x50
</span><span class="cx">         RenderBlock {DIV} at (782,0) size 2x50 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttableaddbeforeanonymouschildexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/add-before-anonymous-child-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/add-before-anonymous-child-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/add-before-anonymous-child-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -21,9 +21,9 @@
</span><span class="cx">           text run at (0,0) width 410: &quot;There should be two 100x100 squares stacked vertically below. &quot;
</span><span class="cx">           text run at (409,0) width 324: &quot;The green square should be above the blue square.&quot;
</span><span class="cx">       RenderBlock {HR} at (0,86) size 784x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,96) size 105x204
-        RenderTableSection {TBODY} at (0,0) size 105x204
-          RenderTableRow (anonymous) at (0,2) size 105x200
-            RenderTableCell (anonymous) at (2,2) size 101x200 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,96) size 104x204
+        RenderTableSection {TBODY} at (0,0) size 104x204
+          RenderTableRow (anonymous) at (0,2) size 104x200
+            RenderTableCell (anonymous) at (2,2) size 100x200 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {TR} at (0,0) size 100x100 [bgcolor=#008000]
</span><span class="cx">               RenderBlock {TR} at (0,100) size 100x100 [bgcolor=#0000FF]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsing001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,18 +4,18 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x422
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x406
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x220 [border: (10px dotted #0000FF)]
</span><del>-        RenderTable {TABLE} at (10,10) size 323x200 [border: (5px solid #FF0000)]
-          RenderTableSection {TBODY} at (5,5) size 313x170
-            RenderTableRow {TR} at (0,0) size 313x40
-              RenderTableCell {TD} at (0,0) size 313x40 [border: (5px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (10,10) size 322x200 [border: (5px solid #FF0000)]
+          RenderTableSection {TBODY} at (5,5) size 312x170
+            RenderTableRow {TR} at (0,0) size 312x40
+              RenderTableCell {TD} at (0,0) size 312x40 [border: (5px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (6,6) size 36x18
</span><span class="cx">                   text run at (6,6) width 36: &quot;Hello&quot;
</span><del>-            RenderTableRow {TR} at (0,40) size 313x60
-              RenderTableCell {TD} at (0,40) size 313x60 [border: (15px solid #0000FF)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,40) size 312x60
+              RenderTableCell {TD} at (0,40) size 312x60 [border: (15px solid #0000FF)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (16,16) size 59x18
</span><span class="cx">                   text run at (16,16) width 59: &quot;Goodbye&quot;
</span><del>-            RenderTableRow {TR} at (0,100) size 313x70
-              RenderTableCell {TD} at (0,100) size 313x70 [border: (25px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,100) size 312x70
+              RenderTableCell {TD} at (0,100) size 312x70 [border: (25px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (26,26) size 59x18
</span><span class="cx">                   text run at (26,26) width 59: &quot;Goodbye&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,380) size 784x26 [border: (1px solid #008000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsing001verticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/001-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/001-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/001-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,18 +4,18 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 422x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 406x584
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 220x584 [border: (10px dotted #0000FF)]
</span><del>-        RenderTable {TABLE} at (10,10) size 200x323 [border: (5px solid #FF0000)]
-          RenderTableSection {TBODY} at (5,5) size 170x313
-            RenderTableRow {TR} at (0,0) size 40x313
-              RenderTableCell {TD} at (0,0) size 40x313 [border: (5px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (10,10) size 200x322 [border: (5px solid #FF0000)]
+          RenderTableSection {TBODY} at (5,5) size 170x312
+            RenderTableRow {TR} at (0,0) size 40x312
+              RenderTableCell {TD} at (0,0) size 40x312 [border: (5px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (6,6) size 18x36
</span><span class="cx">                   text run at (6,6) width 36: &quot;Hello&quot;
</span><del>-            RenderTableRow {TR} at (0,40) size 60x313
-              RenderTableCell {TD} at (40,0) size 60x313 [border: (15px solid #0000FF)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,40) size 60x312
+              RenderTableCell {TD} at (40,0) size 60x312 [border: (15px solid #0000FF)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (16,16) size 18x59
</span><span class="cx">                   text run at (16,16) width 59: &quot;Goodbye&quot;
</span><del>-            RenderTableRow {TR} at (0,100) size 70x313
-              RenderTableCell {TD} at (100,0) size 70x313 [border: (25px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,100) size 70x312
+              RenderTableCell {TD} at (100,0) size 70x312 [border: (25px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (26,26) size 18x59
</span><span class="cx">                   text run at (26,26) width 59: &quot;Goodbye&quot;
</span><span class="cx">       RenderBlock {DIV} at (380,0) size 26x584 [border: (1px solid #008000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsing002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/002-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/002-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/002-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,59 +4,59 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x576
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x272
</span><del>-        RenderTable {TABLE} at (0,0) size 159x272 [border: (2px solid #FFFF00)]
</del><ins>+        RenderTable {TABLE} at (0,0) size 158x272 [border: (2px solid #FFFF00)]
</ins><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0 [border: (3px solid #000000)]
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0
</span><del>-          RenderTableSection {TBODY} at (2,2) size 154x267
-            RenderTableRow {TR} at (0,0) size 154x55
-              RenderTableCell {TD} at (0,1) size 53x53 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (2,2) size 153x267
+            RenderTableRow {TR} at (0,0) size 153x55
+              RenderTableCell {TD} at (0,1) size 52x53 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,19) size 8x18
</span><span class="cx">                   text run at (19,19) width 8: &quot;1&quot;
</span><del>-              RenderTableCell {TD} at (52,0) size 51x55 [border: (3px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (52,0) size 50x55 [border: (3px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,19) size 8x18
</span><span class="cx">                   text run at (18,19) width 8: &quot;2&quot;
</span><del>-              RenderTableCell {TD} at (102,0) size 52x55 [border: (3px solid #FF0000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (102,0) size 51x55 [border: (3px solid #FF0000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,19) size 8x18
</span><span class="cx">                   text run at (17,19) width 8: &quot;3&quot;
</span><del>-            RenderTableRow {TR} at (0,55) size 154x55
-              RenderTableCell {TD} at (0,57) size 53x51 [border: (1px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,55) size 153x55
+              RenderTableCell {TD} at (0,57) size 52x51 [border: (1px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,17) size 8x18
</span><span class="cx">                   text run at (19,17) width 8: &quot;4&quot;
</span><del>-              RenderTableCell {TD} at (52,55) size 51x55 [border: (3px dashed #0000FF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (52,55) size 50x55 [border: (3px dashed #0000FF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,19) size 8x18
</span><span class="cx">                   text run at (19,19) width 8: &quot;5&quot;
</span><del>-              RenderTableCell {TD} at (102,55) size 52x55 [border: (3px solid #008000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (102,55) size 51x55 [border: (3px solid #008000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,19) size 8x18
</span><span class="cx">                   text run at (19,19) width 8: &quot;6&quot;
</span><del>-            RenderTableRow {TR} at (0,110) size 154x53
-              RenderTableCell {TD} at (0,111) size 53x51 [border: (1px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,110) size 153x53
+              RenderTableCell {TD} at (0,111) size 52x51 [border: (1px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,17) size 8x18
</span><span class="cx">                   text run at (19,17) width 8: &quot;7&quot;
</span><del>-              RenderTableCell {TD} at (52,110) size 51x53 [border: (3px solid #FF0000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (52,110) size 50x53 [border: (3px solid #FF0000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,19) size 8x18
</span><span class="cx">                   text run at (18,19) width 8: &quot;8&quot;
</span><del>-              RenderTableCell {TD} at (102,110) size 52x53 [border: (3px solid #FF0000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (102,110) size 51x53 [border: (3px solid #FF0000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,19) size 8x18
</span><span class="cx">                   text run at (17,19) width 8: &quot;9&quot;
</span><del>-            RenderTableRow {TR} at (0,163) size 154x51
-              RenderTableCell {TD} at (0,163) size 53x51 [border: (1px solid #FF0000)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,163) size 153x51
+              RenderTableCell {TD} at (0,163) size 52x51 [border: (1px solid #FF0000)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,17) size 16x18
</span><span class="cx">                   text run at (19,17) width 16: &quot;10&quot;
</span><del>-              RenderTableCell {TD} at (52,163) size 51x51 [border: (1px solid #FF0000)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (52,163) size 50x51 [border: (1px solid #FF0000)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,17) size 16x18
</span><span class="cx">                   text run at (18,17) width 16: &quot;11&quot;
</span><del>-              RenderTableCell {TD} at (102,163) size 52x51 [border: (1px solid #FF0000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (102,163) size 51x51 [border: (1px solid #FF0000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,17) size 16x18
</span><span class="cx">                   text run at (17,17) width 16: &quot;12&quot;
</span><del>-            RenderTableRow {TR} at (0,214) size 154x53
-              RenderTableCell {TD} at (0,214) size 53x53 [border: (1px solid #FF0000)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,214) size 153x53
+              RenderTableCell {TD} at (0,214) size 52x53 [border: (1px solid #FF0000)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,17) size 16x18
</span><span class="cx">                   text run at (19,17) width 16: &quot;13&quot;
</span><del>-              RenderTableCell {TD} at (52,214) size 51x53 [border: (1px solid #FF0000)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (52,214) size 50x53 [border: (1px solid #FF0000)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,17) size 16x18
</span><span class="cx">                   text run at (18,17) width 16: &quot;14&quot;
</span><del>-              RenderTableCell {TD} at (102,214) size 52x53 [border: (1px solid #FF0000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (102,214) size 51x53 [border: (1px solid #FF0000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,17) size 16x18
</span><span class="cx">                   text run at (17,17) width 16: &quot;15&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsing002verticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/002-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/002-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/002-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -1,174 +1,174 @@
</span><span class="cx"> layer at (0,0) size 785x612
</span><span class="cx">   RenderView at (0,0) size 785x600
</span><span class="cx"> layer at (0,0) size 785x612
</span><del>-  RenderBlock {HTML} at (0,0) size 785x613
-    RenderBody {BODY} at (8,8) size 769x589
-      RenderBlock {P} at (0,0) size 769x589
-        RenderTable {TABLE} at (0,0) size 272x159 [border: (2px solid #FFFF00)]
</del><ins>+  RenderBlock {HTML} at (0,0) size 785x612
+    RenderBody {BODY} at (8,8) size 769x588
+      RenderBlock {P} at (0,0) size 769x588
+        RenderTable {TABLE} at (0,0) size 272x158 [border: (2px solid #FFFF00)]
</ins><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0 [border: (3px solid #000000)]
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0
</span><del>-          RenderTableSection {TBODY} at (2,2) size 267x154
-            RenderTableRow {TR} at (0,0) size 55x154
-              RenderTableCell {TD} at (0,1) size 55x51 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (2,2) size 267x153
+            RenderTableRow {TR} at (0,0) size 55x153
+              RenderTableCell {TD} at (0,1) size 55x50 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,18) size 18x8
</span><span class="cx">                   text run at (19,18) width 8: &quot;1&quot;
</span><del>-              RenderTableCell {TD} at (0,52) size 55x51 [border: (2px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,52) size 55x50 [border: (2px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,18) size 18x8
</span><span class="cx">                   text run at (18,18) width 8: &quot;2&quot;
</span><del>-              RenderTableCell {TD} at (0,102) size 55x52 [border: (1px solid #FF0000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,102) size 55x51 [border: (1px solid #FF0000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,17) size 18x8
</span><span class="cx">                   text run at (18,17) width 8: &quot;3&quot;
</span><del>-            RenderTableRow {TR} at (0,55) size 55x154
-              RenderTableCell {TD} at (55,2) size 55x49 [border: (3px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,55) size 55x153
+              RenderTableCell {TD} at (55,2) size 55x48 [border: (3px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,17) size 18x8
</span><span class="cx">                   text run at (18,17) width 8: &quot;4&quot;
</span><del>-              RenderTableCell {TD} at (55,52) size 55x51 [border: (3px dashed #0000FF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (55,52) size 55x50 [border: (3px dashed #0000FF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,19) size 18x8
</span><span class="cx">                   text run at (18,19) width 8: &quot;5&quot;
</span><del>-              RenderTableCell {TD} at (55,102) size 55x52 [border: (3px solid #008000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (55,102) size 55x51 [border: (3px solid #008000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,19) size 18x8
</span><span class="cx">                   text run at (18,19) width 8: &quot;6&quot;
</span><del>-            RenderTableRow {TR} at (0,110) size 53x154
-              RenderTableCell {TD} at (110,1) size 53x51 [border: (3px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,110) size 53x153
+              RenderTableCell {TD} at (110,1) size 53x50 [border: (3px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,18) size 18x8
</span><span class="cx">                   text run at (17,18) width 8: &quot;7&quot;
</span><del>-              RenderTableCell {TD} at (110,52) size 53x51 [border: (2px solid #FF0000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (110,52) size 53x50 [border: (2px solid #FF0000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,18) size 18x8
</span><span class="cx">                   text run at (18,18) width 8: &quot;8&quot;
</span><del>-              RenderTableCell {TD} at (110,102) size 53x52 [border: (1px solid #FF0000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (110,102) size 53x51 [border: (1px solid #FF0000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,17) size 18x8
</span><span class="cx">                   text run at (18,17) width 8: &quot;9&quot;
</span><del>-            RenderTableRow {TR} at (0,163) size 51x154
-              RenderTableCell {TD} at (163,0) size 51x53 [border: (3px solid #FF0000)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,163) size 51x153
+              RenderTableCell {TD} at (163,0) size 51x52 [border: (3px solid #FF0000)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (16,19) size 18x16
</span><span class="cx">                   text run at (16,19) width 16: &quot;10&quot;
</span><del>-              RenderTableCell {TD} at (163,52) size 51x51 [border: (2px solid #FF0000)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (163,52) size 51x50 [border: (2px solid #FF0000)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (16,18) size 18x16
</span><span class="cx">                   text run at (16,18) width 16: &quot;11&quot;
</span><del>-              RenderTableCell {TD} at (163,102) size 51x52 [border: (1px solid #FF0000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (163,102) size 51x51 [border: (1px solid #FF0000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (16,17) size 18x16
</span><span class="cx">                   text run at (16,17) width 16: &quot;12&quot;
</span><del>-            RenderTableRow {TR} at (0,214) size 53x154
-              RenderTableCell {TD} at (214,0) size 53x53 [border: (3px solid #FF0000)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,214) size 53x153
+              RenderTableCell {TD} at (214,0) size 53x52 [border: (3px solid #FF0000)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (16,19) size 18x16
</span><span class="cx">                   text run at (16,19) width 16: &quot;13&quot;
</span><del>-              RenderTableCell {TD} at (214,52) size 53x51 [border: (2px solid #FF0000)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (214,52) size 53x50 [border: (2px solid #FF0000)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (16,18) size 18x16
</span><span class="cx">                   text run at (16,18) width 16: &quot;14&quot;
</span><del>-              RenderTableCell {TD} at (214,102) size 53x52 [border: (1px solid #FF0000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (214,102) size 53x51 [border: (1px solid #FF0000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (16,17) size 18x16
</span><span class="cx">                   text run at (16,17) width 16: &quot;15&quot;
</span><del>-        RenderTable {TABLE} at (0,158) size 272x159 [border: (2px solid #FFFF00)]
</del><ins>+        RenderTable {TABLE} at (0,158) size 272x158 [border: (2px solid #FFFF00)]
</ins><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0 [border: (3px solid #000000)]
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0
</span><del>-          RenderTableSection {TBODY} at (2,2) size 267x154
-            RenderTableRow {TR} at (0,0) size 55x154
-              RenderTableCell {TD} at (0,1) size 55x51 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (2,2) size 267x153
+            RenderTableRow {TR} at (0,0) size 55x153
+              RenderTableCell {TD} at (0,1) size 55x50 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (20,18) size 18x8
</span><span class="cx">                   text run at (20,18) width 8: &quot;1&quot;
</span><del>-              RenderTableCell {TD} at (0,52) size 55x51 [border: (2px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,52) size 55x50 [border: (2px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,18) size 18x8
</span><span class="cx">                   text run at (19,18) width 8: &quot;2&quot;
</span><del>-              RenderTableCell {TD} at (0,102) size 55x52 [border: (1px solid #FF0000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,102) size 55x51 [border: (1px solid #FF0000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,17) size 18x8
</span><span class="cx">                   text run at (19,17) width 8: &quot;3&quot;
</span><del>-            RenderTableRow {TR} at (0,55) size 55x154
-              RenderTableCell {TD} at (55,2) size 55x49 [border: (3px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,55) size 55x153
+              RenderTableCell {TD} at (55,2) size 55x48 [border: (3px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,17) size 18x8
</span><span class="cx">                   text run at (19,17) width 8: &quot;4&quot;
</span><del>-              RenderTableCell {TD} at (55,52) size 55x51 [border: (3px dashed #0000FF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (55,52) size 55x50 [border: (3px dashed #0000FF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,19) size 18x8
</span><span class="cx">                   text run at (19,19) width 8: &quot;5&quot;
</span><del>-              RenderTableCell {TD} at (55,102) size 55x52 [border: (3px solid #008000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (55,102) size 55x51 [border: (3px solid #008000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,19) size 18x8
</span><span class="cx">                   text run at (19,19) width 8: &quot;6&quot;
</span><del>-            RenderTableRow {TR} at (0,110) size 53x154
-              RenderTableCell {TD} at (110,1) size 53x51 [border: (3px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,110) size 53x153
+              RenderTableCell {TD} at (110,1) size 53x50 [border: (3px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,18) size 18x8
</span><span class="cx">                   text run at (18,18) width 8: &quot;7&quot;
</span><del>-              RenderTableCell {TD} at (110,52) size 53x51 [border: (2px solid #FF0000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (110,52) size 53x50 [border: (2px solid #FF0000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,18) size 18x8
</span><span class="cx">                   text run at (19,18) width 8: &quot;8&quot;
</span><del>-              RenderTableCell {TD} at (110,102) size 53x52 [border: (1px solid #FF0000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (110,102) size 53x51 [border: (1px solid #FF0000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,17) size 18x8
</span><span class="cx">                   text run at (19,17) width 8: &quot;9&quot;
</span><del>-            RenderTableRow {TR} at (0,163) size 51x154
-              RenderTableCell {TD} at (163,0) size 51x53 [border: (3px solid #FF0000)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,163) size 51x153
+              RenderTableCell {TD} at (163,0) size 51x52 [border: (3px solid #FF0000)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,19) size 18x16
</span><span class="cx">                   text run at (17,19) width 16: &quot;10&quot;
</span><del>-              RenderTableCell {TD} at (163,52) size 51x51 [border: (2px solid #FF0000)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (163,52) size 51x50 [border: (2px solid #FF0000)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,18) size 18x16
</span><span class="cx">                   text run at (17,18) width 16: &quot;11&quot;
</span><del>-              RenderTableCell {TD} at (163,102) size 51x52 [border: (1px solid #FF0000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (163,102) size 51x51 [border: (1px solid #FF0000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,17) size 18x16
</span><span class="cx">                   text run at (17,17) width 16: &quot;12&quot;
</span><del>-            RenderTableRow {TR} at (0,214) size 53x154
-              RenderTableCell {TD} at (214,0) size 53x53 [border: (3px solid #FF0000)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,214) size 53x153
+              RenderTableCell {TD} at (214,0) size 53x52 [border: (3px solid #FF0000)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,19) size 18x16
</span><span class="cx">                   text run at (17,19) width 16: &quot;13&quot;
</span><del>-              RenderTableCell {TD} at (214,52) size 53x51 [border: (2px solid #FF0000)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (214,52) size 53x50 [border: (2px solid #FF0000)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,18) size 18x16
</span><span class="cx">                   text run at (17,18) width 16: &quot;14&quot;
</span><del>-              RenderTableCell {TD} at (214,102) size 53x52 [border: (1px solid #FF0000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (214,102) size 53x51 [border: (1px solid #FF0000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,17) size 18x16
</span><span class="cx">                   text run at (17,17) width 16: &quot;15&quot;
</span><del>-        RenderTable {TABLE} at (0,316) size 159x273 [border: (3px solid #FFFF00)]
</del><ins>+        RenderTable {TABLE} at (0,316) size 158x272 [border: (3px solid #FFFF00)]
</ins><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0 [border: (3px solid #000000)]
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0
</span><del>-          RenderTableSection {TBODY} at (2,2) size 154x267
-            RenderTableRow {TR} at (0,0) size 154x55
-              RenderTableCell {TD} at (0,1) size 53x53 [border: (1px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (2,2) size 153x267
+            RenderTableRow {TR} at (0,0) size 153x55
+              RenderTableCell {TD} at (0,1) size 52x53 [border: (1px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,18) size 8x18
</span><span class="cx">                   text run at (19,18) width 8: &quot;1&quot;
</span><del>-              RenderTableCell {TD} at (52,0) size 51x55 [border: (3px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (52,0) size 50x55 [border: (3px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,18) size 8x18
</span><span class="cx">                   text run at (18,18) width 8: &quot;2&quot;
</span><del>-              RenderTableCell {TD} at (102,0) size 52x55 [border: (3px solid #FF0000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (102,0) size 51x55 [border: (3px solid #FF0000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,18) size 8x18
</span><span class="cx">                   text run at (17,18) width 8: &quot;3&quot;
</span><del>-            RenderTableRow {TR} at (0,55) size 154x55
-              RenderTableCell {TD} at (0,57) size 53x51 [border: (1px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,55) size 153x55
+              RenderTableCell {TD} at (0,57) size 52x51 [border: (1px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,16) size 8x18
</span><span class="cx">                   text run at (19,16) width 8: &quot;4&quot;
</span><del>-              RenderTableCell {TD} at (52,55) size 51x55 [border: (3px dashed #0000FF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (52,55) size 50x55 [border: (3px dashed #0000FF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,18) size 8x18
</span><span class="cx">                   text run at (19,18) width 8: &quot;5&quot;
</span><del>-              RenderTableCell {TD} at (102,55) size 52x55 [border: (3px solid #008000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (102,55) size 51x55 [border: (3px solid #008000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,18) size 8x18
</span><span class="cx">                   text run at (19,18) width 8: &quot;6&quot;
</span><del>-            RenderTableRow {TR} at (0,110) size 154x53
-              RenderTableCell {TD} at (0,111) size 53x51 [border: (1px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,110) size 153x53
+              RenderTableCell {TD} at (0,111) size 52x51 [border: (1px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,16) size 8x18
</span><span class="cx">                   text run at (19,16) width 8: &quot;7&quot;
</span><del>-              RenderTableCell {TD} at (52,110) size 51x53 [border: (1px solid #FF0000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (52,110) size 50x53 [border: (1px solid #FF0000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,18) size 8x18
</span><span class="cx">                   text run at (18,18) width 8: &quot;8&quot;
</span><del>-              RenderTableCell {TD} at (102,110) size 52x53 [border: (1px solid #FF0000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (102,110) size 51x53 [border: (1px solid #FF0000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,18) size 8x18
</span><span class="cx">                   text run at (17,18) width 8: &quot;9&quot;
</span><del>-            RenderTableRow {TR} at (0,163) size 154x51
-              RenderTableCell {TD} at (0,163) size 53x51 [border: (1px solid #FF0000)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,163) size 153x51
+              RenderTableCell {TD} at (0,163) size 52x51 [border: (1px solid #FF0000)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,16) size 16x18
</span><span class="cx">                   text run at (19,16) width 16: &quot;10&quot;
</span><del>-              RenderTableCell {TD} at (52,163) size 51x51 [border: (1px solid #FF0000)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (52,163) size 50x51 [border: (1px solid #FF0000)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,16) size 16x18
</span><span class="cx">                   text run at (18,16) width 16: &quot;11&quot;
</span><del>-              RenderTableCell {TD} at (102,163) size 52x51 [border: (1px solid #FF0000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (102,163) size 51x51 [border: (1px solid #FF0000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,16) size 16x18
</span><span class="cx">                   text run at (17,16) width 16: &quot;12&quot;
</span><del>-            RenderTableRow {TR} at (0,214) size 154x53
-              RenderTableCell {TD} at (0,214) size 53x53 [border: (3px solid #FF0000)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,214) size 153x53
+              RenderTableCell {TD} at (0,214) size 52x53 [border: (3px solid #FF0000)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (19,16) size 16x18
</span><span class="cx">                   text run at (19,16) width 16: &quot;13&quot;
</span><del>-              RenderTableCell {TD} at (52,214) size 51x53 [border: (3px solid #FF0000)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (52,214) size 50x53 [border: (3px solid #FF0000)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (18,16) size 16x18
</span><span class="cx">                   text run at (18,16) width 16: &quot;14&quot;
</span><del>-              RenderTableCell {TD} at (102,214) size 52x53 [border: (3px solid #FF0000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (102,214) size 51x53 [border: (3px solid #FF0000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (17,16) size 16x18
</span><span class="cx">                   text run at (17,16) width 16: &quot;15&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsing003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/003-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/003-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/003-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -20,11 +20,11 @@
</span><span class="cx">           text run at (110,18) width 5: &quot; &quot;
</span><span class="cx">           text run at (114,18) width 308: &quot;bug fix changed our behavior to match the spec.&quot;
</span><span class="cx">       RenderBlock {DIV} at (32,68) size 720x270 [border: (1px solid #0000FF)]
</span><del>-        RenderTable {DIV} at (1,1) size 116x220 [border: (10px none #000000)]
-          RenderTableSection (anonymous) at (1,10) size 105x200
-            RenderTableRow {P} at (0,0) size 105x100
-              RenderTableCell {SPAN} at (0,0) size 53x11 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {SPAN} at (52,0) size 53x68 [border: (10px solid #000000)] [r=0 c=1 rs=1 cs=1]
-            RenderTableRow {P} at (0,100) size 105x100 [border: (1px solid #0000FF)]
-              RenderTableCell {SPAN} at (0,100) size 53x20 [border: (10px solid #000000)] [r=1 c=0 rs=1 cs=1]
-              RenderTableCell {SPAN} at (52,100) size 53x68 [border: (10px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+        RenderTable {DIV} at (1,1) size 115x220 [border: (10px none #000000)]
+          RenderTableSection (anonymous) at (1,10) size 104x200
+            RenderTableRow {P} at (0,0) size 104x100
+              RenderTableCell {SPAN} at (0,0) size 52x11 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {SPAN} at (52,0) size 52x68 [border: (10px solid #000000)] [r=0 c=1 rs=1 cs=1]
+            RenderTableRow {P} at (0,100) size 104x100 [border: (1px solid #0000FF)]
+              RenderTableCell {SPAN} at (0,100) size 52x20 [border: (10px solid #000000)] [r=1 c=0 rs=1 cs=1]
+              RenderTableCell {SPAN} at (52,100) size 52x68 [border: (10px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsing003verticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/003-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/003-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/003-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -21,11 +21,11 @@
</span><span class="cx">           text run at (18,318) width 248: &quot;bug fix changed our behavior to match&quot;
</span><span class="cx">           text run at (36,0) width 56: &quot;the spec.&quot;
</span><span class="cx">       RenderBlock {DIV} at (86,32) size 270x520 [border: (1px solid #0000FF)]
</span><del>-        RenderTable {DIV} at (1,1) size 220x116 [border: (1px none #000000)]
-          RenderTableSection (anonymous) at (10,1) size 200x105
-            RenderTableRow {P} at (0,0) size 100x105
-              RenderTableCell {SPAN} at (0,0) size 100x-36 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {SPAN} at (0,52) size 100x21 [border: (10px solid #000000)] [r=0 c=1 rs=1 cs=1]
-            RenderTableRow {P} at (0,100) size 100x105 [border: (1px solid #0000FF)]
-              RenderTableCell {SPAN} at (100,0) size 100x-27 [border: (10px solid #000000)] [r=1 c=0 rs=1 cs=1]
-              RenderTableCell {SPAN} at (100,52) size 100x21 [border: (10px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+        RenderTable {DIV} at (1,1) size 220x115 [border: (1px none #000000)]
+          RenderTableSection (anonymous) at (10,1) size 200x104
+            RenderTableRow {P} at (0,0) size 100x104
+              RenderTableCell {SPAN} at (0,0) size 100x-37 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {SPAN} at (0,52) size 100x20 [border: (10px solid #000000)] [r=0 c=1 rs=1 cs=1]
+            RenderTableRow {P} at (0,100) size 100x104 [border: (1px solid #0000FF)]
+              RenderTableCell {SPAN} at (100,0) size 100x-28 [border: (10px solid #000000)] [r=1 c=0 rs=1 cs=1]
+              RenderTableCell {SPAN} at (100,52) size 100x20 [border: (10px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsing004expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/004-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/004-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/004-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx">             RenderTableCell {TH} at (245,0) size 234x31 [border: (2px solid #800080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (74,7) size 85x18
</span><span class="cx">                 text run at (74,7) width 85: &quot;Header Two&quot;
</span><del>-            RenderTableCell {TH} at (478,0) size 256x31 [border: (2px solid #800080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (478,0) size 257x31 [border: (2px solid #800080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (80,7) size 96x18
</span><span class="cx">                 text run at (80,7) width 96: &quot;Header Three&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,31) size 734x66
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx">               RenderText {#text} at (6,7) size 208x36
</span><span class="cx">                 text run at (6,7) width 208: &quot;This means that elements within&quot;
</span><span class="cx">                 text run at (6,25) width 205: &quot;the cell have no border-spacing.&quot;
</span><del>-            RenderTableCell {TD} at (478,31) size 256x66 [border: (2px solid #008000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (478,31) size 257x66 [border: (2px solid #008000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,7) size 243x54
</span><span class="cx">                 text run at (6,7) width 218: &quot;Since it has collapsed borders, the&quot;
</span><span class="cx">                 text run at (6,25) width 180: &quot;borders on the header cells, &quot;
</span><span class="lines">@@ -68,7 +68,7 @@
</span><span class="cx">                 text run at (6,6) width 215: &quot;The borders that I haven't already&quot;
</span><span class="cx">                 text run at (6,24) width 207: &quot;mentioned (all the other internal&quot;
</span><span class="cx">                 text run at (6,42) width 208: &quot;ones) should be thin solid green.&quot;
</span><del>-            RenderTableCell {TD} at (478,97) size 256x84 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (478,97) size 257x84 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 237x54
</span><span class="cx">                 text run at (6,6) width 237: &quot;This table should have a 1em margin&quot;
</span><span class="cx">                 text run at (6,24) width 113: &quot;around all edges. &quot;
</span><span class="lines">@@ -90,7 +90,7 @@
</span><span class="cx">             RenderTableCell {TH} at (195,16) size 193x34 [border: (3px solid #800080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (54,8) size 84x18
</span><span class="cx">                 text run at (54,8) width 84: &quot;Header Two&quot;
</span><del>-            RenderTableCell {TH} at (403,16) size 312x34 [border: (3px solid #800080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (403,16) size 313x34 [border: (3px solid #800080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (108,8) size 96x18
</span><span class="cx">                 text run at (108,8) width 96: &quot;Header Three&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,66) size 731x66
</span><span class="lines">@@ -104,7 +104,7 @@
</span><span class="cx">                 text run at (6,6) width 163: &quot;This means that elements&quot;
</span><span class="cx">                 text run at (6,24) width 177: &quot;within the cell have border-&quot;
</span><span class="cx">                 text run at (6,42) width 102: &quot;spacing of 1em.&quot;
</span><del>-            RenderTableCell {TD} at (403,75) size 312x48 [border: (1px solid #008000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (403,75) size 313x48 [border: (1px solid #008000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 285x36
</span><span class="cx">                 text run at (6,6) width 209: &quot;The borders on the header cells, &quot;
</span><span class="cx">                 text run at (214,6) width 77: &quot;on all sides,&quot;
</span><span class="lines">@@ -119,7 +119,7 @@
</span><span class="cx">               RenderText {#text} at (6,6) size 170x36
</span><span class="cx">                 text run at (6,6) width 165: &quot;The borders of other cells&quot;
</span><span class="cx">                 text run at (6,24) width 170: &quot;should be thin solid green.&quot;
</span><del>-            RenderTableCell {TD} at (403,148) size 312x66 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (403,148) size 313x66 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 285x36
</span><span class="cx">                 text run at (6,6) width 285: &quot;This table should have a 1em margin around&quot;
</span><span class="cx">                 text run at (6,24) width 65: &quot;all edges. &quot;
</span><span class="lines">@@ -139,7 +139,7 @@
</span><span class="cx">             RenderTableCell {TH} at (189,8) size 268x34 [border: (3px solid #800080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (91,8) size 85x18
</span><span class="cx">                 text run at (91,8) width 85: &quot;Header Two&quot;
</span><del>-            RenderTableCell {TH} at (456,8) size 275x34 [border: (3px solid #800080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (456,8) size 276x34 [border: (3px solid #800080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (89,8) size 96x18
</span><span class="cx">                 text run at (89,8) width 96: &quot;Header Three&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,50) size 731x102
</span><span class="lines">@@ -155,7 +155,7 @@
</span><span class="cx">                 text run at (23,42) width 197: &quot;vertical lines) of 0 and vertical&quot;
</span><span class="cx">                 text run at (6,60) width 190: &quot;border-spacing (i.e., height of&quot;
</span><span class="cx">                 text run at (6,78) width 170: &quot;horizontal lines) of 0.5em.&quot;
</span><del>-            RenderTableCell {TD} at (456,77) size 275x48 [border: (1px solid #008000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (456,77) size 276x48 [border: (1px solid #008000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 245x36
</span><span class="cx">                 text run at (6,6) width 209: &quot;The borders on the header cells, &quot;
</span><span class="cx">                 text run at (214,6) width 37: &quot;on all&quot;
</span><span class="lines">@@ -182,7 +182,7 @@
</span><span class="cx">               RenderText {#text} at (197,42) size 229x36
</span><span class="cx">                 text run at (197,42) width 38: &quot; of its&quot;
</span><span class="cx">                 text run at (6,60) width 45: &quot;border.&quot;
</span><del>-            RenderTableCell {TD} at (456,160) size 275x102 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (456,160) size 276x102 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 258x90
</span><span class="cx">                 text run at (6,6) width 246: &quot;The table should not be wider than the&quot;
</span><span class="cx">                 text run at (6,24) width 180: &quot;room available for it unless &quot;
</span><span class="lines">@@ -201,7 +201,7 @@
</span><span class="cx">             RenderTableCell {TH} at (217,0) size 206x34 [border: (3px solid #800080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (60,8) size 84x18
</span><span class="cx">                 text run at (60,8) width 84: &quot;Header Two&quot;
</span><del>-            RenderTableCell {TH} at (430,0) size 293x34 [border: (3px solid #800080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (430,0) size 294x34 [border: (3px solid #800080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (98,8) size 96x18
</span><span class="cx">                 text run at (98,8) width 96: &quot;Header Three&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,34) size 731x84
</span><span class="lines">@@ -216,7 +216,7 @@
</span><span class="cx">                 text run at (6,42) width 123: &quot;0.5em and vertical &quot;
</span><span class="cx">                 text run at (128,42) width 48: &quot;border-&quot;
</span><span class="cx">                 text run at (6,60) width 83: &quot;spacing of 0.&quot;
</span><del>-            RenderTableCell {TD} at (430,52) size 293x48 [border: (1px solid #008000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (430,52) size 294x48 [border: (1px solid #008000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 245x36
</span><span class="cx">                 text run at (6,6) width 209: &quot;The borders on the header cells, &quot;
</span><span class="cx">                 text run at (214,6) width 37: &quot;on all&quot;
</span><span class="lines">@@ -240,7 +240,7 @@
</span><span class="cx">                   text run at (6,60) width 68: &quot;outer edge&quot;
</span><span class="cx">               RenderText {#text} at (73,60) size 87x18
</span><span class="cx">                 text run at (73,60) width 87: &quot; of its border.&quot;
</span><del>-            RenderTableCell {TD} at (430,118) size 293x102 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (430,118) size 294x102 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 258x90
</span><span class="cx">                 text run at (6,6) width 246: &quot;The table should not be wider than the&quot;
</span><span class="cx">                 text run at (6,24) width 180: &quot;room available for it unless &quot;
</span><span class="lines">@@ -267,7 +267,7 @@
</span><span class="cx">             RenderTableCell {TH} at (124,2) size 322x28 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (118,5) size 85x18
</span><span class="cx">                 text run at (118,5) width 85: &quot;Header Two&quot;
</span><del>-            RenderTableCell {TH} at (447,2) size 288x28 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (447,2) size 289x28 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (96,5) size 96x18
</span><span class="cx">                 text run at (96,5) width 96: &quot;Header Three&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (0,50) size 737x132 [border: (3px solid #FF0000)]
</span><span class="lines">@@ -282,7 +282,7 @@
</span><span class="cx">                 text run at (5,5) width 284: &quot;This means that borders are allowed only on&quot;
</span><span class="cx">                 text run at (5,23) width 149: &quot;table elements or table &quot;
</span><span class="cx">                 text run at (153,23) width 89: &quot;cell elements.&quot;
</span><del>-            RenderTableCell {TD} at (447,0) size 288x64 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,0) size 289x64 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 260x54
</span><span class="cx">                 text run at (5,5) width 245: &quot;They are not allowed on elements that&quot;
</span><span class="cx">                 text run at (5,23) width 102: &quot;represent rows, &quot;
</span><span class="lines">@@ -300,7 +300,7 @@
</span><span class="cx">                 text run at (5,23) width 152: &quot;medium solid red, then &quot;
</span><span class="cx">                 text run at (156,23) width 93: &quot;the problem is&quot;
</span><span class="cx">                 text run at (5,41) width 289: &quot;something other than what this test is testing.&quot;
</span><del>-            RenderTableCell {TD} at (447,66) size 288x64 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,66) size 289x64 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 271x54
</span><span class="cx">                 text run at (5,5) width 237: &quot;This table should have a 1em margin&quot;
</span><span class="cx">                 text run at (5,23) width 113: &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 (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/004-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/004-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">               RenderTableCell {TH} at (0,183) size 31x175 [border: (2px solid #800080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (6,45) size 18x85
</span><span class="cx">                   text run at (6,45) width 84: &quot;Header Two&quot;
</span><del>-              RenderTableCell {TH} at (0,357) size 31x192 [border: (2px solid #800080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TH} at (0,357) size 31x193 [border: (2px solid #800080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (6,48) size 18x96
</span><span class="cx">                   text run at (6,48) width 95: &quot;Header Three&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,31) size 102x549
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx">                   text run at (24,-12) width 163: &quot;This means that elements&quot;
</span><span class="cx">                   text run at (42,-12) width 146: &quot;within the cell have no&quot;
</span><span class="cx">                   text run at (60,-12) width 100: &quot;border-spacing.&quot;
</span><del>-              RenderTableCell {TD} at (31,357) size 102x192 [border: (1px solid #008000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (31,357) size 102x193 [border: (1px solid #008000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (6,6) size 90x172
</span><span class="cx">                   text run at (6,6) width 139: &quot;Since it has collapsed&quot;
</span><span class="cx">                   text run at (24,6) width 172: &quot;borders, the borders on the&quot;
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx">                   text run at (59,6) width 53: &quot;internal &quot;
</span><span class="cx">                   text run at (59,58) width 101: &quot;ones) should be&quot;
</span><span class="cx">                   text run at (77,6) width 104: &quot;thin solid green.&quot;
</span><del>-              RenderTableCell {TD} at (133,357) size 102x192 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (133,357) size 102x193 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (5,6) size 72x156
</span><span class="cx">                   text run at (5,6) width 156: &quot;This table should have a&quot;
</span><span class="cx">                   text run at (23,6) width 146: &quot;1em margin around all&quot;
</span><span class="lines">@@ -99,7 +99,7 @@
</span><span class="cx">               RenderTableCell {TH} at (16,150) size 34x140 [border: (3px solid #800080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (8,27) size 18x85
</span><span class="cx">                   text run at (8,27) width 84: &quot;Header Two&quot;
</span><del>-              RenderTableCell {TH} at (16,305) size 34x225 [border: (3px solid #800080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TH} at (16,305) size 34x226 [border: (3px solid #800080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (8,64) size 18x96
</span><span class="cx">                   text run at (8,64) width 95: &quot;Header Three&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,66) size 84x546
</span><span class="lines">@@ -114,7 +114,7 @@
</span><span class="cx">                   text run at (24,6) width 126: &quot;elements within the&quot;
</span><span class="cx">                   text run at (42,6) width 109: &quot;cell have border-&quot;
</span><span class="cx">                   text run at (60,6) width 102: &quot;spacing of 1em.&quot;
</span><del>-              RenderTableCell {TD} at (66,314) size 84x207 [border: (1px solid #008000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (66,314) size 84x208 [border: (1px solid #008000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (15,-3) size 54x205
</span><span class="cx">                   text run at (15,-3) width 205: &quot;The borders on the header cells,&quot;
</span><span class="cx">                   text run at (33,-3) width 199: &quot;on all sides, should be medium&quot;
</span><span class="lines">@@ -132,7 +132,7 @@
</span><span class="cx">                   text run at (24,-12) width 95: &quot;The borders of&quot;
</span><span class="cx">                   text run at (42,-12) width 113: &quot;other cells should&quot;
</span><span class="cx">                   text run at (60,-12) width 123: &quot;be thin solid green.&quot;
</span><del>-              RenderTableCell {TD} at (166,314) size 102x207 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (166,314) size 102x208 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (15,-3) size 54x191
</span><span class="cx">                   text run at (15,-3) width 188: &quot;This table should have a 1em&quot;
</span><span class="cx">                   text run at (33,-3) width 162: &quot;margin around all edges. &quot;
</span><span class="lines">@@ -153,7 +153,7 @@
</span><span class="cx">               RenderTableCell {TH} at (8,141) size 34x200 [border: (3px solid #800080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (8,57) size 18x85
</span><span class="cx">                   text run at (8,57) width 84: &quot;Header Two&quot;
</span><del>-              RenderTableCell {TH} at (8,340) size 34x206 [border: (3px solid #800080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TH} at (8,340) size 34x207 [border: (3px solid #800080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (8,55) size 18x96
</span><span class="cx">                   text run at (8,55) width 95: &quot;Header Three&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,50) size 138x546
</span><span class="lines">@@ -172,7 +172,7 @@
</span><span class="cx">                   text run at (78,57) width 129: &quot;border-spacing (i.e.,&quot;
</span><span class="cx">                   text run at (96,6) width 184: &quot;height of horizontal lines) of&quot;
</span><span class="cx">                   text run at (114,6) width 44: &quot;0.5em.&quot;
</span><del>-              RenderTableCell {TD} at (50,376) size 138x134 [border: (1px solid #008000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (50,376) size 138x135 [border: (1px solid #008000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (42,-30) size 54x180
</span><span class="cx">                   text run at (42,-30) width 168: &quot;The borders on the header&quot;
</span><span class="cx">                   text run at (60,-30) width 38: &quot;cells, &quot;
</span><span class="lines">@@ -202,7 +202,7 @@
</span><span class="cx">                 RenderText {#text} at (78,114) size 36x164
</span><span class="cx">                   text run at (78,114) width 37: &quot; of its&quot;
</span><span class="cx">                   text run at (96,-12) width 45: &quot;border.&quot;
</span><del>-              RenderTableCell {TD} at (196,349) size 138x188 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (196,349) size 138x189 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (15,-3) size 108x192
</span><span class="cx">                   text run at (15,-3) width 191: &quot;The table should not be wider&quot;
</span><span class="cx">                   text run at (33,-3) width 187: &quot;than the room available for it&quot;
</span><span class="lines">@@ -222,7 +222,7 @@
</span><span class="cx">               RenderTableCell {TH} at (0,164) size 34x151 [border: (3px solid #800080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (8,33) size 18x84
</span><span class="cx">                   text run at (8,33) width 84: &quot;Header Two&quot;
</span><del>-              RenderTableCell {TH} at (0,322) size 34x216 [border: (3px solid #800080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TH} at (0,322) size 34x217 [border: (3px solid #800080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (8,60) size 18x96
</span><span class="cx">                   text run at (8,60) width 95: &quot;Header Three&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,34) size 102x546
</span><span class="lines">@@ -238,7 +238,7 @@
</span><span class="cx">                   text run at (42,6) width 113: &quot;border-spacing of&quot;
</span><span class="cx">                   text run at (60,6) width 119: &quot;0.5em and vertical&quot;
</span><span class="cx">                   text run at (78,6) width 129: &quot;border-spacing of 0.&quot;
</span><del>-              RenderTableCell {TD} at (34,340) size 102x180 [border: (1px solid #008000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (34,340) size 102x181 [border: (1px solid #008000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (24,-12) size 54x180
</span><span class="cx">                   text run at (24,-12) width 168: &quot;The borders on the header&quot;
</span><span class="cx">                   text run at (42,-12) width 38: &quot;cells, &quot;
</span><span class="lines">@@ -267,7 +267,7 @@
</span><span class="cx">                 RenderText {#text} at (96,73) size 36x105
</span><span class="cx">                   text run at (96,73) width 37: &quot; of its&quot;
</span><span class="cx">                   text run at (114,6) width 45: &quot;border.&quot;
</span><del>-              RenderTableCell {TD} at (136,331) size 138x198 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (136,331) size 138x199 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (15,-3) size 108x198
</span><span class="cx">                   text run at (15,-3) width 191: &quot;The table should not be wider&quot;
</span><span class="cx">                   text run at (33,-3) width 187: &quot;than the room available for it&quot;
</span><span class="lines">@@ -295,7 +295,7 @@
</span><span class="cx">               RenderTableCell {TH} at (2,102) size 46x223 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (14,68) size 18x85
</span><span class="cx">                   text run at (14,68) width 84: &quot;Header Two&quot;
</span><del>-              RenderTableCell {TH} at (2,344) size 46x197 [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TH} at (2,344) size 46x198 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (14,50) size 18x96
</span><span class="cx">                   text run at (14,50) width 95: &quot;Header Three&quot;
</span><span class="cx">           RenderTableSection {TBODY} at (68,0) size 204x552 [border: (3px solid #FF0000)]
</span><span class="lines">@@ -313,7 +313,7 @@
</span><span class="cx">                   text run at (41,-13) width 217: &quot;allowed only on table elements or&quot;
</span><span class="cx">                   text run at (59,-13) width 36: &quot;table &quot;
</span><span class="cx">                   text run at (59,22) width 88: &quot;cell elements.&quot;
</span><del>-              RenderTableCell {TD} at (0,344) size 100x197 [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,344) size 100x198 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (14,-4) size 72x187
</span><span class="cx">                   text run at (14,-4) width 156: &quot;They are not allowed on&quot;
</span><span class="cx">                   text run at (32,-4) width 187: &quot;elements that represent rows,&quot;
</span><span class="lines">@@ -334,7 +334,7 @@
</span><span class="cx">                   text run at (32,195) width 20: &quot;the&quot;
</span><span class="cx">                   text run at (50,-4) width 208: &quot;problem is something other than&quot;
</span><span class="cx">                   text run at (68,-4) width 150: &quot;what this test is testing.&quot;
</span><del>-              RenderTableCell {TD} at (102,344) size 100x197 [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (102,344) size 100x198 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (14,-4) size 54x191
</span><span class="cx">                   text run at (14,-4) width 188: &quot;This table should have a 1em&quot;
</span><span class="cx">                   text run at (32,-4) width 162: &quot;margin around all edges. &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingbordercollapsingheadfootexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -147,7 +147,7 @@
</span><span class="cx">                     RenderTableCell {TH} at (0,0) size 54x21 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 51x18
</span><span class="cx">                         text run at (2,2) width 51: &quot;Header&quot;
</span><del>-            RenderTableCell {TD} at (159,2) size 78x303 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (159,2) size 77x303 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (11,11) size 55x87 [border: (1px none #808080)]
</span><span class="cx">                 RenderTableSection {THEAD} at (0,1) size 54x22 [border: (2px solid #0000FF) none (2px solid #008000) none]
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 54x22
</span><span class="lines">@@ -211,7 +211,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 54x21 [border: (1px solid #D3D3D3)] [r=0 c=0 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;Body 2&quot;
</span><del>-            RenderTableCell {TD} at (238,2) size 77x303 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (237,2) size 78x303 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (11,11) size 55x87 [border: (1px none #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (0,23) size 54x21
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 54x21
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingbordercollapsingheadfootverticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,10 +16,10 @@
</span><span class="cx">         RenderText {#text} at (739,0) size 5x18
</span><span class="cx">           text run at (739,0) width 5: &quot;.&quot;
</span><span class="cx">       RenderBlock {HR} at (0,34) size 784x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,44) size 419x211
-        RenderTableSection {TBODY} at (0,0) size 419x211
-          RenderTableRow {TR} at (0,2) size 419x207
-            RenderTableCell {TD} at (2,2) size 103x207 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,44) size 418x210
+        RenderTableSection {TBODY} at (0,0) size 418x210
+          RenderTableRow {TR} at (0,2) size 418x206
+            RenderTableCell {TD} at (2,2) size 102x206 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (11,11) size 86x55 [border: none]
</span><span class="cx">                 RenderTableSection {THEAD} at (0,0) size 21x54
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 21x54
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 22x54 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 18x42
</span><span class="cx">                         text run at (2,2) width 42: &quot;Footer&quot;
</span><del>-              RenderTable {TABLE} at (11,140) size 86x56 [border: none]
</del><ins>+              RenderTable {TABLE} at (11,140) size 86x55 [border: none]
</ins><span class="cx">                 RenderTableSection {TBODY} at (21,0) size 21x54
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 21x54
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 21x54 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -83,7 +83,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 21x54 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,2) size 18x47
</span><span class="cx">                         text run at (1,2) width 47: &quot;Body 2&quot;
</span><del>-            RenderTableCell {TD} at (106,2) size 103x207 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,2) size 102x206 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (11,11) size 86x55 [border: none]
</span><span class="cx">                 RenderTableSection {TBODY} at (21,0) size 21x54
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 21x54
</span><span class="lines">@@ -126,7 +126,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 21x54 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,2) size 18x47
</span><span class="cx">                         text run at (1,2) width 47: &quot;Body 2&quot;
</span><del>-              RenderTable {TABLE} at (11,140) size 86x56 [border: none]
</del><ins>+              RenderTable {TABLE} at (11,140) size 86x55 [border: none]
</ins><span class="cx">                 RenderTableSection {TBODY} at (21,0) size 21x54
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 21x54
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 21x54 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -147,7 +147,7 @@
</span><span class="cx">                     RenderTableCell {TH} at (0,0) size 21x54 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,2) size 18x51
</span><span class="cx">                         text run at (1,2) width 51: &quot;Header&quot;
</span><del>-            RenderTableCell {TD} at (210,2) size 103x207 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (210,2) size 102x206 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (11,11) size 88x55 [border: none]
</span><span class="cx">                 RenderTableSection {THEAD} at (1,0) size 22x54 [border: none (2px solid #0000FF) none (2px solid #008000)]
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 22x54
</span><span class="lines">@@ -190,7 +190,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 21x54 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,2) size 18x42
</span><span class="cx">                         text run at (1,2) width 42: &quot;Footer&quot;
</span><del>-              RenderTable {TABLE} at (11,140) size 88x56 [border: none]
</del><ins>+              RenderTable {TABLE} at (11,140) size 88x55 [border: none]
</ins><span class="cx">                 RenderTableSection {TBODY} at (23,0) size 22x54
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 22x54
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 22x54 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -211,7 +211,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 21x54 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,2) size 18x47
</span><span class="cx">                         text run at (1,2) width 47: &quot;Body 2&quot;
</span><del>-            RenderTableCell {TD} at (314,2) size 103x207 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (314,2) size 102x206 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (11,11) size 88x55 [border: none]
</span><span class="cx">                 RenderTableSection {TBODY} at (23,0) size 22x54
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 22x54
</span><span class="lines">@@ -254,7 +254,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 21x54 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,2) size 18x47
</span><span class="cx">                         text run at (1,2) width 47: &quot;Body 2&quot;
</span><del>-              RenderTable {TABLE} at (11,140) size 88x56 [border: none]
</del><ins>+              RenderTable {TABLE} at (11,140) size 88x55 [border: none]
</ins><span class="cx">                 RenderTableSection {TBODY} at (23,0) size 22x54
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 22x54
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 22x54 [border: (1px solid #D3D3D3)] [r=0 c=0 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingbug14274expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/bug14274-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/bug14274-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/bug14274-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 55x50 [border: none]
-        RenderTableSection {TBODY} at (0,0) size 54x50
-          RenderTableRow {TR} at (0,0) size 54x50 [border: none (2px solid #00FF00) none]
-            RenderTableCell {TD} at (0,24) size 54x2 [border: none (1px solid #0000FF) none] [r=0 c=0 rs=1 cs=3]
</del><ins>+      RenderTable {TABLE} at (0,0) size 54x50 [border: none]
+        RenderTableSection {TBODY} at (0,0) size 53x50
+          RenderTableRow {TR} at (0,0) size 53x50 [border: none (2px solid #00FF00) none]
+            RenderTableCell {TD} at (0,24) size 53x2 [border: none (1px solid #0000FF) none] [r=0 c=0 rs=1 cs=3]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingcached69296expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-69296-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-69296-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-69296-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,15 +3,15 @@
</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 (20,20) size 760x560
</span><del>-      RenderTable {TABLE} at (0,0) size 161x101 [border: none]
-        RenderTableSection {TBODY} at (0,0) size 160x100
-          RenderTableRow {TR} at (0,0) size 160x50
-            RenderTableCell {TD} at (0,0) size 54x3 [border: (1px solid #333333)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (53,23) size 54x4 [border: (1px solid #333333)] [r=0 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (106,13) size 54x24 [border: (1px solid #333333)] [r=0 c=2 rs=1 cs=1]
-              RenderBlock {DIV} at (2,2) size 51x20
</del><ins>+      RenderTable {TABLE} at (0,0) size 160x101 [border: none]
+        RenderTableSection {TBODY} at (0,0) size 159x100
+          RenderTableRow {TR} at (0,0) size 159x50
+            RenderTableCell {TD} at (0,0) size 53x3 [border: (1px solid #333333)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (53,23) size 53x4 [border: (1px solid #333333)] [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (106,13) size 53x24 [border: (1px solid #333333)] [r=0 c=2 rs=1 cs=1]
+              RenderBlock {DIV} at (2,2) size 50x20
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 20x20 [bgcolor=#00FF00]
</span><del>-          RenderTableRow {TR} at (0,50) size 160x50
-            RenderTableCell {TD} at (0,73) size 54x4 [border: (1px solid #333333)] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (53,73) size 54x4 [border: (1px solid #333333)] [r=1 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (106,73) size 54x4 [border: (1px solid #333333)] [r=1 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,50) size 159x50
+            RenderTableCell {TD} at (0,73) size 53x4 [border: (1px solid #333333)] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (53,73) size 53x4 [border: (1px solid #333333)] [r=1 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (106,73) size 53x4 [border: (1px solid #333333)] [r=1 c=2 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingcachedcellappendexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-cell-append-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-cell-append-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-cell-append-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,8 +3,8 @@
</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 116x54 [border: (2px solid #0000FF)]
-        RenderTableSection {TBODY} at (2,2) size 113x50
-          RenderTableRow {TR} at (0,0) size 113x50
</del><ins>+      RenderTable {TABLE} at (0,0) size 115x54 [border: (2px solid #0000FF)]
+        RenderTableSection {TBODY} at (2,2) size 112x50
+          RenderTableRow {TR} at (0,0) size 112x50
</ins><span class="cx">             RenderTableCell {TD} at (0,22) size 57x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">             RenderTableCell {TD} at (56,23) size 57x4 [border: (1px none #000000) (3px solid #FFFF00)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingcachedcellremoveexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-cell-remove-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-cell-remove-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-cell-remove-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,8 +3,8 @@
</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 114x54 [border: (2px solid #0000FF)]
-        RenderTableSection {TBODY} at (2,2) size 111x50
-          RenderTableRow {TR} at (0,0) size 111x50
</del><ins>+      RenderTable {TABLE} at (0,0) size 113x54 [border: (2px solid #0000FF)]
+        RenderTableSection {TBODY} at (2,2) size 110x50
+          RenderTableRow {TR} at (0,0) size 110x50
</ins><span class="cx">             RenderTableCell {TD} at (0,22) size 56x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">             RenderTableCell {TD} at (55,23) size 56x4 [border: (1px none #000000)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangecellbordercolorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-cell-border-color-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-cell-border-color-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-cell-border-color-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,8 +3,8 @@
</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 115x54 [border: (2px solid #0000FF)]
-        RenderTableSection {TBODY} at (2,2) size 112x50
-          RenderTableRow {TR} at (0,0) size 112x50
-            RenderTableCell {TD} at (0,22) size 57x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (56,23) size 56x4 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 114x54 [border: (2px solid #0000FF)]
+        RenderTableSection {TBODY} at (2,2) size 111x50
+          RenderTableRow {TR} at (0,0) size 111x50
+            RenderTableCell {TD} at (0,22) size 56x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (56,23) size 55x4 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangecellborderwidthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-cell-border-width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-cell-border-width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-cell-border-width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,8 +3,8 @@
</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 114x54 [border: (2px solid #0000FF)]
-        RenderTableSection {TBODY} at (2,2) size 111x50
-          RenderTableRow {TR} at (0,0) size 111x50
</del><ins>+      RenderTable {TABLE} at (0,0) size 113x54 [border: (2px solid #0000FF)]
+        RenderTableSection {TBODY} at (2,2) size 110x50
+          RenderTableRow {TR} at (0,0) size 110x50
</ins><span class="cx">             RenderTableCell {TD} at (0,22) size 56x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">             RenderTableCell {TD} at (55,23) size 56x4 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangecellslbordercolorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,10 +4,10 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx"> layer at (8,8) size 114x54
</span><del>-  RenderTable {TABLE} at (0,0) size 115x54 [border: (2px solid #0000FF)]
-    RenderTableSection {TBODY} at (2,2) size 112x50
-      RenderTableRow {TR} at (0,0) size 112x50
-        RenderTableCell {TD} at (0,22) size 57x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
-        RenderTableCell {TD} at (56,23) size 56x4 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+  RenderTable {TABLE} at (0,0) size 114x54 [border: (2px solid #0000FF)]
+    RenderTableSection {TBODY} at (2,2) size 111x50
+      RenderTableRow {TR} at (0,0) size 111x50
+        RenderTableCell {TD} at (0,22) size 56x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
+        RenderTableCell {TD} at (56,23) size 55x4 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx"> layer at (90,30) size 20x20
</span><span class="cx">   RenderBlock (positioned) {DIV} at (82,22) size 20x20 [bgcolor=#FFFF00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangecolbordercolorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-col-border-color-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-col-border-color-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-col-border-color-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 114x104 [border: (2px solid #0000FF)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 113x104 [border: (2px solid #0000FF)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [border: (4px solid #FFFF00)]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (2,2) size 111x100
-          RenderTableRow {TR} at (0,0) size 111x50
-            RenderTableCell {TD} at (0,22) size 57x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (56,23) size 55x4 [border: (1px none #000000)] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,50) size 111x50
-            RenderTableCell {TD} at (0,72) size 57x6 [border: (1px none #000000)] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (56,74) size 55x2 [border: none] [r=1 c=1 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (2,2) size 110x100
+          RenderTableRow {TR} at (0,0) size 110x50
+            RenderTableCell {TD} at (0,22) size 56x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (56,23) size 54x4 [border: (1px none #000000)] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,50) size 110x50
+            RenderTableCell {TD} at (0,72) size 56x6 [border: (1px none #000000)] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (56,74) size 54x2 [border: none] [r=1 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangecolborderwidthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-col-border-width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-col-border-width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-col-border-width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 111x104 [border: (2px solid #0000FF)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 110x104 [border: (2px solid #0000FF)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [border: (4px solid #FFFF00)]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (2,2) size 108x100
-          RenderTableRow {TR} at (0,0) size 108x50
</del><ins>+        RenderTableSection {TBODY} at (2,2) size 107x100
+          RenderTableRow {TR} at (0,0) size 107x50
</ins><span class="cx">             RenderTableCell {TD} at (0,22) size 55x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">             RenderTableCell {TD} at (54,23) size 54x4 [border: (1px none #000000)] [r=0 c=1 rs=1 cs=1]
</span><del>-          RenderTableRow {TR} at (0,50) size 108x50
</del><ins>+          RenderTableRow {TR} at (0,50) size 107x50
</ins><span class="cx">             RenderTableCell {TD} at (0,72) size 55x6 [border: (1px none #000000)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">             RenderTableCell {TD} at (54,74) size 54x2 [border: none] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangecolgroupbordercolorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,18 +3,18 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTable {TABLE} at (0,0) size 167x102 [border: (1px solid #0000FF)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 166x102 [border: (1px solid #0000FF)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: (4px solid #FFFF00)]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 165x100
-          RenderTableRow {TR} at (0,0) size 165x50
-            RenderTableCell {TD} at (0,22) size 56x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (55,23) size 56x4 [border: (2px none #000000)] [r=0 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (110,23) size 55x4 [border: (1px none #000000)] [r=0 c=2 rs=1 cs=1]
-          RenderTableRow {TR} at (0,50) size 165x50
-            RenderTableCell {TD} at (0,72) size 56x6 [border: (1px none #000000)] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (55,73) size 56x4 [border: none] [r=1 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (110,74) size 55x2 [border: none] [r=1 c=2 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 164x100
+          RenderTableRow {TR} at (0,0) size 164x50
+            RenderTableCell {TD} at (0,22) size 55x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (55,23) size 55x4 [border: (2px none #000000)] [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (110,23) size 54x4 [border: (1px none #000000)] [r=0 c=2 rs=1 cs=1]
+          RenderTableRow {TR} at (0,50) size 164x50
+            RenderTableCell {TD} at (0,72) size 55x6 [border: (1px none #000000)] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (55,73) size 55x4 [border: none] [r=1 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (110,74) size 54x2 [border: none] [r=1 c=2 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangecolgroupborderwidthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,18 +3,18 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTable {TABLE} at (0,0) size 163x102 [border: (1px solid #0000FF)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 162x102 [border: (1px solid #0000FF)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: (4px solid #FFFF00)]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 161x100
-          RenderTableRow {TR} at (0,0) size 161x50
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 160x100
+          RenderTableRow {TR} at (0,0) size 160x50
</ins><span class="cx">             RenderTableCell {TD} at (0,22) size 54x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">             RenderTableCell {TD} at (53,23) size 55x4 [border: (2px none #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">             RenderTableCell {TD} at (107,23) size 54x4 [border: (1px none #000000)] [r=0 c=2 rs=1 cs=1]
</span><del>-          RenderTableRow {TR} at (0,50) size 161x50
</del><ins>+          RenderTableRow {TR} at (0,50) size 160x50
</ins><span class="cx">             RenderTableCell {TD} at (0,72) size 54x6 [border: (1px none #000000)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">             RenderTableCell {TD} at (53,73) size 55x4 [border: none] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">             RenderTableCell {TD} at (107,74) size 54x2 [border: none] [r=1 c=2 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangerowbordercolorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-row-border-color-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-row-border-color-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-row-border-color-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 61x103 [border: (2px solid #0000FF)]
-        RenderTableSection {TBODY} at (2,2) size 57x100
-          RenderTableRow {TR} at (0,0) size 57x50 [border: (4px solid #FFFF00)]
-            RenderTableCell {TD} at (0,22) size 57x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
-          RenderTableRow {TR} at (0,50) size 57x50
-            RenderTableCell {TD} at (0,73) size 57x4 [border: (2px none #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 60x103 [border: (2px solid #0000FF)]
+        RenderTableSection {TBODY} at (2,2) size 56x100
+          RenderTableRow {TR} at (0,0) size 56x50 [border: (4px solid #FFFF00)]
+            RenderTableCell {TD} at (0,22) size 56x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
+          RenderTableRow {TR} at (0,50) size 56x50
+            RenderTableCell {TD} at (0,73) size 56x4 [border: (2px none #000000)] [r=1 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangerowborderwidthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-row-border-width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-row-border-width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-row-border-width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 57x103 [border: (2px solid #0000FF)]
-        RenderTableSection {TBODY} at (2,2) size 53x100
-          RenderTableRow {TR} at (0,0) size 53x50 [border: (4px solid #FFFF00)]
-            RenderTableCell {TD} at (0,22) size 53x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
-          RenderTableRow {TR} at (0,50) size 53x50
-            RenderTableCell {TD} at (0,73) size 53x4 [border: (2px none #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 56x103 [border: (2px solid #0000FF)]
+        RenderTableSection {TBODY} at (2,2) size 52x100
+          RenderTableRow {TR} at (0,0) size 52x50 [border: (4px solid #FFFF00)]
+            RenderTableCell {TD} at (0,22) size 52x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
+          RenderTableRow {TR} at (0,50) size 52x50
+            RenderTableCell {TD} at (0,73) size 52x4 [border: (2px none #000000)] [r=1 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangetablebordercolorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-table-border-color-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-table-border-color-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-table-border-color-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 61x54 [border: (2px solid #FFFF00)]
-        RenderTableSection {TBODY} at (2,2) size 57x50
-          RenderTableRow {TR} at (0,0) size 57x50
-            RenderTableCell {TD} at (0,22) size 57x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 60x54 [border: (2px solid #FFFF00)]
+        RenderTableSection {TBODY} at (2,2) size 56x50
+          RenderTableRow {TR} at (0,0) size 56x50
+            RenderTableCell {TD} at (0,22) size 56x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangetableborderwidthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-table-border-width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-table-border-width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-table-border-width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 59x54 [border: (2px solid #0000FF)]
-        RenderTableSection {TBODY} at (2,2) size 55x50
-          RenderTableRow {TR} at (0,0) size 55x50
-            RenderTableCell {TD} at (0,23) size 55x4 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 58x54 [border: (2px solid #0000FF)]
+        RenderTableSection {TBODY} at (2,2) size 54x50
+          RenderTableRow {TR} at (0,0) size 54x50
+            RenderTableCell {TD} at (0,23) size 54x4 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangetbodybordercolorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-tbody-border-color-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-tbody-border-color-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-tbody-border-color-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,15 +3,15 @@
</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 115x153 [border: (2px solid #0000FF)]
-        RenderTableSection {TBODY} at (2,2) size 111x100 [border: (4px solid #FFFF00)]
-          RenderTableRow {TR} at (0,0) size 111x50
-            RenderTableCell {TD} at (0,22) size 56x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (55,23) size 56x4 [border: (2px none #000000)] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,50) size 111x50
-            RenderTableCell {TD} at (0,72) size 56x6 [border: (1px none #000000)] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (55,73) size 56x4 [border: none] [r=1 c=1 rs=1 cs=1]
-        RenderTableSection {TBODY} at (2,102) size 111x50
-          RenderTableRow {TR} at (0,0) size 111x50
-            RenderTableCell {TD} at (0,23) size 56x4 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (55,23) size 56x4 [border: (2px none #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 114x153 [border: (2px solid #0000FF)]
+        RenderTableSection {TBODY} at (2,2) size 110x100 [border: (4px solid #FFFF00)]
+          RenderTableRow {TR} at (0,0) size 110x50
+            RenderTableCell {TD} at (0,22) size 55x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (55,23) size 55x4 [border: (2px none #000000)] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,50) size 110x50
+            RenderTableCell {TD} at (0,72) size 55x6 [border: (1px none #000000)] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (55,73) size 55x4 [border: none] [r=1 c=1 rs=1 cs=1]
+        RenderTableSection {TBODY} at (2,102) size 110x50
+          RenderTableRow {TR} at (0,0) size 110x50
+            RenderTableCell {TD} at (0,23) size 55x4 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (55,23) size 55x4 [border: (2px none #000000)] [r=0 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingcachedchangetbodyborderwidthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,15 +3,15 @@
</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 110x153 [border: (2px solid #0000FF)]
-        RenderTableSection {TBODY} at (2,2) size 106x100 [border: (4px solid #FFFF00)]
-          RenderTableRow {TR} at (0,0) size 106x50
-            RenderTableCell {TD} at (0,22) size 54x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (53,23) size 53x4 [border: (2px none #000000)] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,50) size 106x50
-            RenderTableCell {TD} at (0,72) size 54x6 [border: (1px none #000000)] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (53,73) size 53x4 [border: none] [r=1 c=1 rs=1 cs=1]
-        RenderTableSection {TBODY} at (2,102) size 106x50
-          RenderTableRow {TR} at (0,0) size 106x50
-            RenderTableCell {TD} at (0,23) size 54x4 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (53,23) size 53x4 [border: (2px none #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 109x153 [border: (2px solid #0000FF)]
+        RenderTableSection {TBODY} at (2,2) size 105x100 [border: (4px solid #FFFF00)]
+          RenderTableRow {TR} at (0,0) size 105x50
+            RenderTableCell {TD} at (0,22) size 53x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (53,23) size 52x4 [border: (2px none #000000)] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,50) size 105x50
+            RenderTableCell {TD} at (0,72) size 53x6 [border: (1px none #000000)] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (53,73) size 52x4 [border: none] [r=1 c=1 rs=1 cs=1]
+        RenderTableSection {TBODY} at (2,102) size 105x50
+          RenderTableRow {TR} at (0,0) size 105x50
+            RenderTableCell {TD} at (0,23) size 53x4 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (53,23) size 52x4 [border: (2px none #000000)] [r=0 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingcollapsedbordersadjoiningsectionsverticalrlexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/collapsed-borders-adjoining-sections-vertical-rl-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/collapsed-borders-adjoining-sections-vertical-rl-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/collapsed-borders-adjoining-sections-vertical-rl-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -1,24 +1,24 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x122
</span><del>-  RenderBlock {HTML} at (0,0) size 800x123
-    RenderBody {BODY} at (8,8) size 784x107
-      RenderTable {TABLE} at (0,0) size 128x107 [border: (10px none #808080)]
-        RenderTableSection {TBODY} at (10,10) size 86x87 [border: (20px solid #0000FF7F)]
-          RenderTableRow {TR} at (0,0) size 32x87
-            RenderTableCell {TD} at (0,10) size 32x13 [border: (10px none #000000)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (0,42) size 32x3 [border: none] [r=0 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (0,64) size 32x13 [border: none] [r=0 c=2 rs=1 cs=1]
-          RenderTableRow {TR} at (0,32) size 22x87
-            RenderTableCell {TD} at (32,10) size 22x13 [border: (10px none #000000)] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (32,42) size 22x3 [r=1 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (32,64) size 22x13 [border: none] [r=1 c=2 rs=1 cs=1]
-          RenderTableRow {TR} at (0,54) size 32x87
-            RenderTableCell {TD} at (54,10) size 32x13 [border: (10px none #000000)] [r=2 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (54,42) size 32x3 [border: none] [r=2 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (54,64) size 32x13 [border: none] [r=2 c=2 rs=1 cs=1]
-        RenderTableSection {TBODY} at (96,10) size 32x87
-          RenderTableRow {TR} at (0,0) size 32x87
-            RenderTableCell {TD} at (0,10) size 32x13 [border: none] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (0,42) size 32x3 [border: none] [r=0 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (0,64) size 32x13 [border: none] [r=0 c=2 rs=1 cs=1]
</del><ins>+  RenderBlock {HTML} at (0,0) size 800x122
+    RenderBody {BODY} at (8,8) size 784x106
+      RenderTable {TABLE} at (0,0) size 128x106 [border: (10px none #808080)]
+        RenderTableSection {TBODY} at (10,10) size 86x86 [border: (20px solid #0000FF7F)]
+          RenderTableRow {TR} at (0,0) size 32x86
+            RenderTableCell {TD} at (0,10) size 32x12 [border: (10px none #000000)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (0,42) size 32x2 [border: none] [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (0,64) size 32x12 [border: none] [r=0 c=2 rs=1 cs=1]
+          RenderTableRow {TR} at (0,32) size 22x86
+            RenderTableCell {TD} at (32,10) size 22x12 [border: (10px none #000000)] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (32,42) size 22x2 [r=1 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (32,64) size 22x12 [border: none] [r=1 c=2 rs=1 cs=1]
+          RenderTableRow {TR} at (0,54) size 32x86
+            RenderTableCell {TD} at (54,10) size 32x12 [border: (10px none #000000)] [r=2 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (54,42) size 32x2 [border: none] [r=2 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (54,64) size 32x12 [border: none] [r=2 c=2 rs=1 cs=1]
+        RenderTableSection {TBODY} at (96,10) size 32x86
+          RenderTableRow {TR} at (0,0) size 32x86
+            RenderTableCell {TD} at (0,10) size 32x12 [border: none] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (0,42) size 32x2 [border: none] [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (0,64) size 32x12 [border: none] [r=0 c=2 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingcollapsedborderspaintedonceoninnercellsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/collapsed-borders-painted-once-on-inner-cells-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/collapsed-borders-painted-once-on-inner-cells-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/collapsed-borders-painted-once-on-inner-cells-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,22 +3,22 @@
</span><span class="cx"> layer at (0,0) size 800x204
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x204
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x188
</span><del>-      RenderTable {TABLE} at (0,0) size 147x188 [border: (10px none #808080)]
-        RenderTableSection {TBODY} at (10,10) size 127x126
-          RenderTableRow {TR} at (0,0) size 127x42
-            RenderTableCell {TD} at (0,10) size 43x22 [border: (10px solid #0000FF7F)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (42,10) size 43x22 [border: (10px solid #0000FF7F)] [r=0 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (84,10) size 43x22 [border: (10px solid #0000FF7F)] [r=0 c=2 rs=1 cs=1]
-          RenderTableRow {TR} at (0,42) size 127x42
-            RenderTableCell {TD} at (0,52) size 43x22 [border: (10px solid #0000FF7F)] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (42,52) size 43x22 [border: (10px solid #0000FF7F)] [r=1 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (84,52) size 43x22 [border: (10px solid #0000FF7F)] [r=1 c=2 rs=1 cs=1]
-          RenderTableRow {TR} at (0,84) size 127x42
-            RenderTableCell {TD} at (0,94) size 43x22 [border: (10px solid #0000FF7F)] [r=2 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (42,94) size 43x22 [border: (10px solid #0000FF7F)] [r=2 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (84,94) size 43x22 [border: (10px solid #0000FF7F)] [r=2 c=2 rs=1 cs=1]
-        RenderTableSection {TBODY} at (10,136) size 127x42
-          RenderTableRow {TR} at (0,0) size 127x42
-            RenderTableCell {TD} at (0,10) size 43x22 [border: (10px solid #0000FF7F)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (42,10) size 43x22 [border: (10px solid #0000FF7F)] [r=0 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (84,10) size 43x22 [border: (10px solid #0000FF7F)] [r=0 c=2 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 146x188 [border: (10px none #808080)]
+        RenderTableSection {TBODY} at (10,10) size 126x126
+          RenderTableRow {TR} at (0,0) size 126x42
+            RenderTableCell {TD} at (0,10) size 42x22 [border: (10px solid #0000FF7F)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (42,10) size 42x22 [border: (10px solid #0000FF7F)] [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (84,10) size 42x22 [border: (10px solid #0000FF7F)] [r=0 c=2 rs=1 cs=1]
+          RenderTableRow {TR} at (0,42) size 126x42
+            RenderTableCell {TD} at (0,52) size 42x22 [border: (10px solid #0000FF7F)] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (42,52) size 42x22 [border: (10px solid #0000FF7F)] [r=1 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (84,52) size 42x22 [border: (10px solid #0000FF7F)] [r=1 c=2 rs=1 cs=1]
+          RenderTableRow {TR} at (0,84) size 126x42
+            RenderTableCell {TD} at (0,94) size 42x22 [border: (10px solid #0000FF7F)] [r=2 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (42,94) size 42x22 [border: (10px solid #0000FF7F)] [r=2 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (84,94) size 42x22 [border: (10px solid #0000FF7F)] [r=2 c=2 rs=1 cs=1]
+        RenderTableSection {TBODY} at (10,136) size 126x42
+          RenderTableRow {TR} at (0,0) size 126x42
+            RenderTableCell {TD} at (0,10) size 42x22 [border: (10px solid #0000FF7F)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (42,10) size 42x22 [border: (10px solid #0000FF7F)] [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (84,10) size 42x22 [border: (10px solid #0000FF7F)] [r=0 c=2 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingequalprecedenceresolutionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,46 +3,46 @@
</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 119x50
</del><ins>+      RenderTable {TABLE} at (0,0) size 118x50
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: none (5px solid #007F007F) none]
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: none (5px solid #FF0000)]
</span><del>-        RenderTableSection {TBODY} at (0,0) size 119x50
-          RenderTableRow {TR} at (0,0) size 119x25
</del><ins>+        RenderTableSection {TBODY} at (0,0) size 118x50
+          RenderTableRow {TR} at (0,0) size 118x25
</ins><span class="cx">             RenderTableCell {TD} at (0,10) size 29x5 [border: none (2px solid #007F007F) none] [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (29,11) size 31x3 [border: none (3px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (59,11) size 30x3 [border: none] [r=0 c=2 rs=1 cs=1]
-            RenderTableCell {TD} at (88,11) size 31x3 [border: none] [r=0 c=3 rs=1 cs=1]
-          RenderTableRow {TR} at (0,25) size 119x25
</del><ins>+            RenderTableCell {TD} at (29,11) size 30x3 [border: none (3px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (59,11) size 29x3 [border: none] [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (88,11) size 30x3 [border: none] [r=0 c=3 rs=1 cs=1]
+          RenderTableRow {TR} at (0,25) size 118x25
</ins><span class="cx">             RenderTableCell {TD} at (0,35) size 29x5 [border: (3px solid #FF0000) none] [r=1 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (29,36) size 31x3 [r=1 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (59,36) size 30x3 [border: none] [r=1 c=2 rs=1 cs=1]
-            RenderTableCell {TD} at (88,36) size 31x3 [border: none] [r=1 c=3 rs=1 cs=1]
-      RenderTable {TABLE} at (0,50) size 119x50
</del><ins>+            RenderTableCell {TD} at (29,36) size 30x3 [r=1 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (59,36) size 29x3 [border: none] [r=1 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (88,36) size 30x3 [border: none] [r=1 c=3 rs=1 cs=1]
+      RenderTable {TABLE} at (0,50) size 118x50
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: none (5px solid #007F007F)]
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: none (5px solid #FF0000) none]
</span><del>-        RenderTableSection {TBODY} at (0,0) size 119x50
-          RenderTableRow {TR} at (0,0) size 119x25
-            RenderTableCell {TD} at (88,10) size 31x5 [border: none (2px solid #007F007F)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (59,11) size 30x3 [border: none (2px solid #FF0000) none] [r=0 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (29,11) size 31x3 [border: none] [r=0 c=2 rs=1 cs=1]
-            RenderTableCell {TD} at (0,11) size 30x3 [border: none] [r=0 c=3 rs=1 cs=1]
-          RenderTableRow {TR} at (0,25) size 119x25
-            RenderTableCell {TD} at (88,35) size 31x5 [border: (3px solid #FF0000) none] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (59,36) size 30x3 [r=1 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (29,36) size 31x3 [border: none] [r=1 c=2 rs=1 cs=1]
-            RenderTableCell {TD} at (0,36) size 30x3 [border: none] [r=1 c=3 rs=1 cs=1]
-      RenderTable {TABLE} at (0,100) size 28x50
-        RenderTableSection {TBODY} at (0,0) size 28x50
-          RenderTableRow {TR} at (0,0) size 28x25 [border: none (5px solid #007F007F) none]
-            RenderTableCell {TD} at (0,10) size 28x5 [border: none] [r=0 c=0 rs=1 cs=1]
-          RenderTableRow {TR} at (0,25) size 28x25 [border: (5px solid #FF0000) none]
-            RenderTableCell {TD} at (0,35) size 28x5 [border: (3px none #000000)] [r=1 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (0,150) size 28x50
-        RenderTableSection {TBODY} at (0,0) size 28x25 [border: none (5px solid #007F007F) none]
-          RenderTableRow {TR} at (0,0) size 28x25
-            RenderTableCell {TD} at (0,10) size 28x5 [border: none] [r=0 c=0 rs=1 cs=1]
-        RenderTableSection {TBODY} at (0,25) size 28x25 [border: (5px solid #FF0000) none]
-          RenderTableRow {TR} at (0,0) size 28x25
-            RenderTableCell {TD} at (0,10) size 28x5 [border: (3px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (0,0) size 118x50
+          RenderTableRow {TR} at (0,0) size 118x25
+            RenderTableCell {TD} at (88,10) size 30x5 [border: none (2px solid #007F007F)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (59,11) size 29x3 [border: none (2px solid #FF0000) none] [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (29,11) size 30x3 [border: none] [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (0,11) size 29x3 [border: none] [r=0 c=3 rs=1 cs=1]
+          RenderTableRow {TR} at (0,25) size 118x25
+            RenderTableCell {TD} at (88,35) size 30x5 [border: (3px solid #FF0000) none] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (59,36) size 29x3 [r=1 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (29,36) size 30x3 [border: none] [r=1 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (0,36) size 29x3 [border: none] [r=1 c=3 rs=1 cs=1]
+      RenderTable {TABLE} at (0,100) size 27x50
+        RenderTableSection {TBODY} at (0,0) size 27x50
+          RenderTableRow {TR} at (0,0) size 27x25 [border: none (5px solid #007F007F) none]
+            RenderTableCell {TD} at (0,10) size 27x5 [border: none] [r=0 c=0 rs=1 cs=1]
+          RenderTableRow {TR} at (0,25) size 27x25 [border: (5px solid #FF0000) none]
+            RenderTableCell {TD} at (0,35) size 27x5 [border: (3px none #000000)] [r=1 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (0,150) size 27x50
+        RenderTableSection {TBODY} at (0,0) size 27x25 [border: none (5px solid #007F007F) none]
+          RenderTableRow {TR} at (0,0) size 27x25
+            RenderTableCell {TD} at (0,10) size 27x5 [border: none] [r=0 c=0 rs=1 cs=1]
+        RenderTableSection {TBODY} at (0,25) size 27x25 [border: (5px solid #FF0000) none]
+          RenderTableRow {TR} at (0,0) size 27x25
+            RenderTableCell {TD} at (0,10) size 27x5 [border: (3px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingequalprecedenceresolutionverticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,134 +4,134 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 785x634
</span><span class="cx">     RenderBody {BODY} at (8,8) size 769x618
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 206x206 [border: (3px solid #000000)]
</span><del>-        RenderTable {TABLE} at (3,3) size 50x119
</del><ins>+        RenderTable {TABLE} at (3,3) size 50x118
</ins><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: none (5px solid #007F007F) none]
</span><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: (5px solid #FF0000) none]
</span><del>-          RenderTableSection {TBODY} at (0,0) size 50x119
-            RenderTableRow {TR} at (0,0) size 25x119
</del><ins>+          RenderTableSection {TBODY} at (0,0) size 50x118
+            RenderTableRow {TR} at (0,0) size 25x118
</ins><span class="cx">               RenderTableCell {TD} at (0,10) size 25x9 [border: none (2px solid #007F007F)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderTableCell {TD} at (0,40) size 25x8 [border: (3px solid #FF0000) none] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderTableCell {TD} at (0,70) size 25x7 [border: none] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderTableCell {TD} at (0,99) size 25x8 [border: (3px none #000000)] [r=0 c=3 rs=1 cs=1]
</span><del>-            RenderTableRow {TR} at (0,25) size 25x119
</del><ins>+            RenderTableRow {TR} at (0,25) size 25x118
</ins><span class="cx">               RenderTableCell {TD} at (25,10) size 25x9 [border: none (2px solid #FF0000) none] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderTableCell {TD} at (25,40) size 25x8 [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderTableCell {TD} at (25,70) size 25x7 [border: none] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderTableCell {TD} at (25,99) size 25x8 [border: (3px none #000000)] [r=1 c=3 rs=1 cs=1]
</span><del>-        RenderTable {TABLE} at (53,3) size 50x119
</del><ins>+        RenderTable {TABLE} at (53,3) size 50x118
</ins><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: (5px solid #007F007F) none]
</span><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: none (5px solid #FF0000) none]
</span><del>-          RenderTableSection {TBODY} at (0,0) size 50x119
-            RenderTableRow {TR} at (0,0) size 25x119
-              RenderTableCell {TD} at (0,98) size 25x11 [border: (3px solid #007F007F) none (3px solid #007F007F)] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (0,0) size 50x118
+            RenderTableRow {TR} at (0,0) size 25x118
+              RenderTableCell {TD} at (0,98) size 25x10 [border: (3px solid #007F007F) none (3px solid #007F007F)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTableCell {TD} at (0,70) size 25x7 [border: none (2px solid #FF0000) none] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderTableCell {TD} at (0,40) size 25x8 [border: (3px none #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderTableCell {TD} at (0,11) size 25x7 [border: none] [r=0 c=3 rs=1 cs=1]
</span><del>-            RenderTableRow {TR} at (0,25) size 25x119
</del><ins>+            RenderTableRow {TR} at (0,25) size 25x118
</ins><span class="cx">               RenderTableCell {TD} at (25,98) size 25x10 [border: none (2px solid #FF0000) none] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderTableCell {TD} at (25,70) size 25x7 [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderTableCell {TD} at (25,40) size 25x8 [border: (3px none #000000)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderTableCell {TD} at (25,11) size 25x7 [border: none] [r=1 c=3 rs=1 cs=1]
</span><del>-        RenderTable {TABLE} at (103,3) size 50x28
-          RenderTableSection {TBODY} at (0,0) size 50x28
-            RenderTableRow {TR} at (0,0) size 25x28 [border: none (5px solid #007F007F)]
-              RenderTableCell {TD} at (0,10) size 25x8 [border: none] [r=0 c=0 rs=1 cs=1]
-            RenderTableRow {TR} at (0,25) size 25x28 [border: none (5px solid #FF0000) none]
</del><ins>+        RenderTable {TABLE} at (103,3) size 50x27
+          RenderTableSection {TBODY} at (0,0) size 50x27
+            RenderTableRow {TR} at (0,0) size 25x27 [border: none (5px solid #007F007F)]
+              RenderTableCell {TD} at (0,10) size 25x7 [border: none] [r=0 c=0 rs=1 cs=1]
+            RenderTableRow {TR} at (0,25) size 25x27 [border: none (5px solid #FF0000) none]
</ins><span class="cx">               RenderTableCell {TD} at (25,10) size 25x7 [border: none] [r=1 c=0 rs=1 cs=1]
</span><del>-        RenderTable {TABLE} at (153,3) size 50x28
-          RenderTableSection {TBODY} at (0,0) size 25x28 [border: none (5px solid #007F007F)]
-            RenderTableRow {TR} at (0,0) size 25x28
-              RenderTableCell {TD} at (0,10) size 25x8 [border: none] [r=0 c=0 rs=1 cs=1]
-          RenderTableSection {TBODY} at (25,0) size 25x28 [border: none (5px solid #FF0000) none]
-            RenderTableRow {TR} at (0,0) size 25x28
</del><ins>+        RenderTable {TABLE} at (153,3) size 50x27
+          RenderTableSection {TBODY} at (0,0) size 25x27 [border: none (5px solid #007F007F)]
+            RenderTableRow {TR} at (0,0) size 25x27
</ins><span class="cx">               RenderTableCell {TD} at (0,10) size 25x7 [border: none] [r=0 c=0 rs=1 cs=1]
</span><ins>+          RenderTableSection {TBODY} at (25,0) size 25x27 [border: none (5px solid #FF0000) none]
+            RenderTableRow {TR} at (0,0) size 25x27
+              RenderTableCell {TD} at (0,10) size 25x7 [border: none] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {DIV} at (0,206) size 206x206 [border: (3px solid #000000)]
</span><del>-        RenderTable {TABLE} at (3,3) size 119x50
</del><ins>+        RenderTable {TABLE} at (3,3) size 118x50
</ins><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: none (5px solid #007F007F) none]
</span><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: none (5px solid #FF0000)]
</span><del>-          RenderTableSection {TBODY} at (0,0) size 119x50
-            RenderTableRow {TR} at (0,0) size 119x25
</del><ins>+          RenderTableSection {TBODY} at (0,0) size 118x50
+            RenderTableRow {TR} at (0,0) size 118x25
</ins><span class="cx">               RenderTableCell {TD} at (0,10) size 29x5 [border: (3px solid #007F007F) none] [r=0 c=0 rs=1 cs=1]
</span><del>-              RenderTableCell {TD} at (29,11) size 31x3 [border: none (3px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (59,11) size 30x3 [border: none] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (88,11) size 31x3 [border: none] [r=0 c=3 rs=1 cs=1]
-            RenderTableRow {TR} at (0,25) size 119x25
</del><ins>+              RenderTableCell {TD} at (29,11) size 30x3 [border: none (3px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (59,11) size 29x3 [border: none] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (88,11) size 30x3 [border: none] [r=0 c=3 rs=1 cs=1]
+            RenderTableRow {TR} at (0,25) size 118x25
</ins><span class="cx">               RenderTableCell {TD} at (0,35) size 29x5 [border: none (2px solid #FF0000) none] [r=1 c=0 rs=1 cs=1]
</span><del>-              RenderTableCell {TD} at (29,36) size 31x3 [r=1 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (59,36) size 30x3 [border: none] [r=1 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (88,36) size 31x3 [border: none] [r=1 c=3 rs=1 cs=1]
-        RenderTable {TABLE} at (3,53) size 119x50
</del><ins>+              RenderTableCell {TD} at (29,36) size 30x3 [r=1 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (59,36) size 29x3 [border: none] [r=1 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (88,36) size 30x3 [border: none] [r=1 c=3 rs=1 cs=1]
+        RenderTable {TABLE} at (3,53) size 118x50
</ins><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: none (5px solid #007F007F)]
</span><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: none (5px solid #FF0000) none]
</span><del>-          RenderTableSection {TBODY} at (0,0) size 119x50
-            RenderTableRow {TR} at (0,0) size 119x25
-              RenderTableCell {TD} at (88,10) size 31x5 [border: (3px solid #007F007F) none (3px solid #007F007F)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (59,11) size 30x3 [border: none (2px solid #FF0000) none] [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (29,11) size 31x3 [border: none] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (0,11) size 30x3 [border: none] [r=0 c=3 rs=1 cs=1]
-            RenderTableRow {TR} at (0,25) size 119x25
-              RenderTableCell {TD} at (88,35) size 31x5 [border: none (2px solid #FF0000) none] [r=1 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (59,36) size 30x3 [r=1 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (29,36) size 31x3 [border: none] [r=1 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (0,36) size 30x3 [border: none] [r=1 c=3 rs=1 cs=1]
-        RenderTable {TABLE} at (3,103) size 28x50
-          RenderTableSection {TBODY} at (0,0) size 28x50
-            RenderTableRow {TR} at (0,0) size 28x25 [border: (5px solid #007F007F) none]
-              RenderTableCell {TD} at (0,10) size 28x5 [border: (3px none #000000)] [r=0 c=0 rs=1 cs=1]
-            RenderTableRow {TR} at (0,25) size 28x25 [border: none (5px solid #FF0000) none]
-              RenderTableCell {TD} at (0,35) size 28x5 [border: none] [r=1 c=0 rs=1 cs=1]
-        RenderTable {TABLE} at (3,153) size 28x50
-          RenderTableSection {TBODY} at (0,0) size 28x25 [border: (5px solid #007F007F) none]
-            RenderTableRow {TR} at (0,0) size 28x25
-              RenderTableCell {TD} at (0,10) size 28x5 [border: (3px none #000000)] [r=0 c=0 rs=1 cs=1]
-          RenderTableSection {TBODY} at (0,25) size 28x25 [border: none (5px solid #FF0000) none]
-            RenderTableRow {TR} at (0,0) size 28x25
-              RenderTableCell {TD} at (0,10) size 28x5 [border: none] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (0,0) size 118x50
+            RenderTableRow {TR} at (0,0) size 118x25
+              RenderTableCell {TD} at (88,10) size 30x5 [border: (3px solid #007F007F) none (3px solid #007F007F)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (59,11) size 29x3 [border: none (2px solid #FF0000) none] [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (29,11) size 30x3 [border: none] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (0,11) size 29x3 [border: none] [r=0 c=3 rs=1 cs=1]
+            RenderTableRow {TR} at (0,25) size 118x25
+              RenderTableCell {TD} at (88,35) size 30x5 [border: none (2px solid #FF0000) none] [r=1 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (59,36) size 29x3 [r=1 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (29,36) size 30x3 [border: none] [r=1 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (0,36) size 29x3 [border: none] [r=1 c=3 rs=1 cs=1]
+        RenderTable {TABLE} at (3,103) size 27x50
+          RenderTableSection {TBODY} at (0,0) size 27x50
+            RenderTableRow {TR} at (0,0) size 27x25 [border: (5px solid #007F007F) none]
+              RenderTableCell {TD} at (0,10) size 27x5 [border: (3px none #000000)] [r=0 c=0 rs=1 cs=1]
+            RenderTableRow {TR} at (0,25) size 27x25 [border: none (5px solid #FF0000) none]
+              RenderTableCell {TD} at (0,35) size 27x5 [border: none] [r=1 c=0 rs=1 cs=1]
+        RenderTable {TABLE} at (3,153) size 27x50
+          RenderTableSection {TBODY} at (0,0) size 27x25 [border: (5px solid #007F007F) none]
+            RenderTableRow {TR} at (0,0) size 27x25
+              RenderTableCell {TD} at (0,10) size 27x5 [border: (3px none #000000)] [r=0 c=0 rs=1 cs=1]
+          RenderTableSection {TBODY} at (0,25) size 27x25 [border: none (5px solid #FF0000) none]
+            RenderTableRow {TR} at (0,0) size 27x25
+              RenderTableCell {TD} at (0,10) size 27x5 [border: none] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {DIV} at (0,412) size 206x206 [border: (3px solid #000000)]
</span><del>-        RenderTable {TABLE} at (3,3) size 50x119
</del><ins>+        RenderTable {TABLE} at (3,3) size 50x118
</ins><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: none (5px solid #007F007F) none]
</span><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: (5px solid #FF0000) none]
</span><del>-          RenderTableSection {TBODY} at (0,0) size 50x119
-            RenderTableRow {TR} at (0,0) size 25x119
</del><ins>+          RenderTableSection {TBODY} at (0,0) size 50x118
+            RenderTableRow {TR} at (0,0) size 25x118
</ins><span class="cx">               RenderTableCell {TD} at (0,10) size 25x9 [border: none (2px solid #007F007F) none] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderTableCell {TD} at (0,40) size 25x8 [border: (3px solid #FF0000) none] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderTableCell {TD} at (0,70) size 25x7 [border: none] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderTableCell {TD} at (0,99) size 25x8 [border: (3px none #000000)] [r=0 c=3 rs=1 cs=1]
</span><del>-            RenderTableRow {TR} at (0,25) size 25x119
</del><ins>+            RenderTableRow {TR} at (0,25) size 25x118
</ins><span class="cx">               RenderTableCell {TD} at (25,10) size 25x9 [border: none (3px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderTableCell {TD} at (25,40) size 25x8 [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderTableCell {TD} at (25,70) size 25x7 [border: none] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderTableCell {TD} at (25,99) size 25x8 [border: (3px none #000000)] [r=1 c=3 rs=1 cs=1]
</span><del>-        RenderTable {TABLE} at (53,3) size 50x119
</del><ins>+        RenderTable {TABLE} at (53,3) size 50x118
</ins><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: (5px solid #007F007F) none]
</span><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: none (5px solid #FF0000) none]
</span><del>-          RenderTableSection {TBODY} at (0,0) size 50x119
-            RenderTableRow {TR} at (0,0) size 25x119
</del><ins>+          RenderTableSection {TBODY} at (0,0) size 50x118
+            RenderTableRow {TR} at (0,0) size 25x118
</ins><span class="cx">               RenderTableCell {TD} at (0,98) size 25x10 [border: (3px solid #007F007F) none] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderTableCell {TD} at (0,70) size 25x7 [border: none (2px solid #FF0000) none] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderTableCell {TD} at (0,40) size 25x8 [border: (3px none #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderTableCell {TD} at (0,11) size 25x7 [border: none] [r=0 c=3 rs=1 cs=1]
</span><del>-            RenderTableRow {TR} at (0,25) size 25x119
-              RenderTableCell {TD} at (25,98) size 25x11 [border: none (3px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 25x118
+              RenderTableCell {TD} at (25,98) size 25x10 [border: none (3px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTableCell {TD} at (25,70) size 25x7 [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderTableCell {TD} at (25,40) size 25x8 [border: (3px none #000000)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderTableCell {TD} at (25,11) size 25x7 [border: none] [r=1 c=3 rs=1 cs=1]
</span><del>-        RenderTable {TABLE} at (103,3) size 50x28
-          RenderTableSection {TBODY} at (0,0) size 50x28
-            RenderTableRow {TR} at (0,0) size 25x28 [border: none (5px solid #007F007F) none]
</del><ins>+        RenderTable {TABLE} at (103,3) size 50x27
+          RenderTableSection {TBODY} at (0,0) size 50x27
+            RenderTableRow {TR} at (0,0) size 25x27 [border: none (5px solid #007F007F) none]
</ins><span class="cx">               RenderTableCell {TD} at (0,10) size 25x7 [border: none] [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableRow {TR} at (0,25) size 25x28 [border: none (5px solid #FF0000)]
-              RenderTableCell {TD} at (25,10) size 25x8 [border: none] [r=1 c=0 rs=1 cs=1]
-        RenderTable {TABLE} at (153,3) size 50x28
-          RenderTableSection {TBODY} at (0,0) size 25x28 [border: none (5px solid #007F007F) none]
-            RenderTableRow {TR} at (0,0) size 25x28
</del><ins>+            RenderTableRow {TR} at (0,25) size 25x27 [border: none (5px solid #FF0000)]
+              RenderTableCell {TD} at (25,10) size 25x7 [border: none] [r=1 c=0 rs=1 cs=1]
+        RenderTable {TABLE} at (153,3) size 50x27
+          RenderTableSection {TBODY} at (0,0) size 25x27 [border: none (5px solid #007F007F) none]
+            RenderTableRow {TR} at (0,0) size 25x27
</ins><span class="cx">               RenderTableCell {TD} at (0,10) size 25x7 [border: none] [r=0 c=0 rs=1 cs=1]
</span><del>-          RenderTableSection {TBODY} at (25,0) size 25x28 [border: none (5px solid #FF0000)]
-            RenderTableRow {TR} at (0,0) size 25x28
-              RenderTableCell {TD} at (0,10) size 25x8 [border: none] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (25,0) size 25x27 [border: none (5px solid #FF0000)]
+            RenderTableRow {TR} at (0,0) size 25x27
+              RenderTableCell {TD} at (0,10) size 25x7 [border: none] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingrtlbordercollapsingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/rtl-border-collapsing-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/rtl-border-collapsing-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/rtl-border-collapsing-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,87 +19,87 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 371x18
</span><span class="cx">           text run at (0,0) width 371: &quot;The RTL table should be a mirror image of the LTR table.&quot;
</span><span class="cx">       RenderBlock {HR} at (0,86) size 784x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,96) size 134x74
-        RenderTableSection {TBODY} at (0,0) size 134x74
-          RenderTableRow {TR} at (0,0) size 134x26
-            RenderTableCell {TD} at (0,0) size 68x26 [border: none (1px solid #000000) none] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,96) size 133x74
+        RenderTableSection {TBODY} at (0,0) size 133x74
+          RenderTableRow {TR} at (0,0) size 133x26
+            RenderTableCell {TD} at (0,0) size 67x26 [border: none (1px solid #000000) none] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (18,4) size 30x18
</span><span class="cx">                 text run at (18,4) width 30: &quot;RTL&quot;
</span><del>-            RenderTableCell {TD} at (67,0) size 67x26 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (67,0) size 66x26 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (18,4) size 30x18
</span><span class="cx">                 text run at (18,4) width 30: &quot;LTR&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 134x48
-            RenderTableCell {TD} at (0,26) size 68x48 [border: none (1px solid #000000) none] [r=1 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (4,4) size 59x40 [border: none (1px solid #0000FF) none (1px solid #FF0000)]
</del><ins>+          RenderTableRow {TR} at (0,26) size 133x48
+            RenderTableCell {TD} at (0,26) size 67x48 [border: none (1px solid #000000) none] [r=1 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (4,4) size 58x40 [border: none (1px solid #0000FF) none (1px solid #FF0000)]
</ins><span class="cx">                 RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#FFFF00] [border: none (2px dotted #008000) none (1px solid #000000)]
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#C0C0C0]
</span><del>-                RenderTableSection {TBODY} at (1,0) size 57x40
-                  RenderTableRow {TR} at (0,0) size 57x20
-                    RenderTableCell {TD} at (44,0) size 13x20 [border: none] [r=0 c=0 rs=1 cs=1]
-                      RenderText {#text} at (2,1) size 9x18
-                        text run at (2,1) width 9 RTL: &quot;  &quot;
-                    RenderTableCell {TD} at (33,0) size 12x20 [border: none] [r=0 c=1 rs=1 cs=1]
-                      RenderText {#text} at (2,1) size 9x18
-                        text run at (2,1) width 9 RTL: &quot;  &quot;
-                    RenderTableCell {TD} at (11,0) size 23x20 [border: none] [r=0 c=2 rs=1 cs=2]
-                      RenderText {#text} at (12,1) size 9x18
-                        text run at (12,1) width 9 RTL: &quot;  &quot;
-                    RenderTableCell {TD} at (0,0) size 12x20 [border: none] [r=0 c=4 rs=1 cs=1]
-                      RenderText {#text} at (2,1) size 9x18
-                        text run at (2,1) width 9 RTL: &quot;  &quot;
-                  RenderTableRow {TR} at (0,20) size 57x20
-                    RenderTableCell {TD} at (44,20) size 13x20 [border: none (2px solid #800000) none] [r=1 c=0 rs=1 cs=1]
-                      RenderText {#text} at (1,1) size 9x18
-                        text run at (1,1) width 9 RTL: &quot;  &quot;
-                    RenderTableCell {TD} at (33,20) size 12x20 [border: none] [r=1 c=1 rs=1 cs=1]
-                      RenderText {#text} at (2,1) size 9x18
-                        text run at (2,1) width 9 RTL: &quot;  &quot;
-                    RenderTableCell {TD} at (21,20) size 13x20 [border: none] [r=1 c=2 rs=1 cs=1]
-                      RenderText {#text} at (2,1) size 9x18
-                        text run at (2,1) width 9 RTL: &quot;  &quot;
-                    RenderTableCell {TD} at (11,20) size 11x20 [r=1 c=3 rs=1 cs=1]
-                      RenderText {#text} at (1,1) size 9x18
-                        text run at (1,1) width 9 RTL: &quot;  &quot;
-                    RenderTableCell {TD} at (0,20) size 12x20 [border: none] [r=1 c=4 rs=1 cs=1]
-                      RenderText {#text} at (2,1) size 9x18
-                        text run at (2,1) width 9 RTL: &quot;  &quot;
-            RenderTableCell {TD} at (67,26) size 67x48 [r=1 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (4,4) size 59x40 [border: none (1px solid #FF0000) none (1px solid #0000FF)]
</del><ins>+                RenderTableSection {TBODY} at (1,0) size 56x40
+                  RenderTableRow {TR} at (0,0) size 56x20
+                    RenderTableCell {TD} at (44,0) size 12x20 [border: none] [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (2,1) size 8x18
+                        text run at (2,1) width 8 RTL: &quot;  &quot;
+                    RenderTableCell {TD} at (33,0) size 11x20 [border: none] [r=0 c=1 rs=1 cs=1]
+                      RenderText {#text} at (2,1) size 8x18
+                        text run at (2,1) width 8 RTL: &quot;  &quot;
+                    RenderTableCell {TD} at (11,0) size 22x20 [border: none] [r=0 c=2 rs=1 cs=2]
+                      RenderText {#text} at (12,1) size 8x18
+                        text run at (12,1) width 8 RTL: &quot;  &quot;
+                    RenderTableCell {TD} at (0,0) size 11x20 [border: none] [r=0 c=4 rs=1 cs=1]
+                      RenderText {#text} at (2,1) size 8x18
+                        text run at (2,1) width 8 RTL: &quot;  &quot;
+                  RenderTableRow {TR} at (0,20) size 56x20
+                    RenderTableCell {TD} at (44,20) size 12x20 [border: none (2px solid #800000) none] [r=1 c=0 rs=1 cs=1]
+                      RenderText {#text} at (1,1) size 8x18
+                        text run at (1,1) width 8 RTL: &quot;  &quot;
+                    RenderTableCell {TD} at (33,20) size 11x20 [border: none] [r=1 c=1 rs=1 cs=1]
+                      RenderText {#text} at (2,1) size 8x18
+                        text run at (2,1) width 8 RTL: &quot;  &quot;
+                    RenderTableCell {TD} at (21,20) size 12x20 [border: none] [r=1 c=2 rs=1 cs=1]
+                      RenderText {#text} at (2,1) size 8x18
+                        text run at (2,1) width 8 RTL: &quot;  &quot;
+                    RenderTableCell {TD} at (11,20) size 10x20 [r=1 c=3 rs=1 cs=1]
+                      RenderText {#text} at (1,1) size 8x18
+                        text run at (1,1) width 8 RTL: &quot;  &quot;
+                    RenderTableCell {TD} at (0,20) size 11x20 [border: none] [r=1 c=4 rs=1 cs=1]
+                      RenderText {#text} at (2,1) size 8x18
+                        text run at (2,1) width 8 RTL: &quot;  &quot;
+            RenderTableCell {TD} at (67,26) size 66x48 [r=1 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (4,4) size 58x40 [border: none (1px solid #FF0000) none (1px solid #0000FF)]
</ins><span class="cx">                 RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#FFFF00] [border: none (1px solid #000000) none (2px dotted #008000)]
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#C0C0C0]
</span><del>-                RenderTableSection {TBODY} at (1,0) size 57x40
-                  RenderTableRow {TR} at (0,0) size 57x20
-                    RenderTableCell {TD} at (0,0) size 13x20 [border: none] [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTableSection {TBODY} at (1,0) size 56x40
+                  RenderTableRow {TR} at (0,0) size 56x20
+                    RenderTableCell {TD} at (0,0) size 12x20 [border: none] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,1) size 8x18
</span><span class="cx">                         text run at (2,1) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (12,0) size 12x20 [border: none] [r=0 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (12,0) size 11x20 [border: none] [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;  &quot;
</span><del>-                    RenderTableCell {TD} at (23,0) size 23x20 [border: none] [r=0 c=2 rs=1 cs=2]
</del><ins>+                    RenderTableCell {TD} at (23,0) size 22x20 [border: none] [r=0 c=2 rs=1 cs=2]
</ins><span class="cx">                       RenderText {#text} at (2,1) size 8x18
</span><span class="cx">                         text run at (2,1) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (45,0) size 12x20 [border: none] [r=0 c=4 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (45,0) size 11x20 [border: none] [r=0 c=4 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;  &quot;
</span><del>-                  RenderTableRow {TR} at (0,20) size 57x20
-                    RenderTableCell {TD} at (0,20) size 13x20 [border: none (2px solid #800000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableRow {TR} at (0,20) size 56x20
+                    RenderTableCell {TD} at (0,20) size 12x20 [border: none (2px solid #800000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (3,1) size 8x18
</span><span class="cx">                         text run at (3,1) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (12,20) size 12x20 [border: none] [r=1 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (12,20) size 11x20 [border: none] [r=1 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;  &quot;
</span><del>-                    RenderTableCell {TD} at (23,20) size 12x20 [border: none] [r=1 c=2 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (23,20) size 11x20 [border: none] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,1) size 8x18
</span><span class="cx">                         text run at (2,1) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (34,20) size 12x20 [border: none] [r=1 c=3 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (34,20) size 11x20 [border: none] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,1) size 8x18
</span><span class="cx">                         text run at (2,1) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (45,20) size 12x20 [border: none] [r=1 c=4 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (45,20) size 11x20 [border: none] [r=1 c=4 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;  &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsingrtlbordercollapsingverticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,87 +19,87 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 371x18
</span><span class="cx">           text run at (0,0) width 371: &quot;The RTL table should be a mirror image of the LTR table.&quot;
</span><span class="cx">       RenderBlock {HR} at (0,86) size 784x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,96) size 74x140
-        RenderTableSection {TBODY} at (0,0) size 74x140
-          RenderTableRow {TR} at (0,0) size 26x140
-            RenderTableCell {TD} at (0,0) size 26x71 [border: none (1px solid #000000) none] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,96) size 74x139
+        RenderTableSection {TBODY} at (0,0) size 74x139
+          RenderTableRow {TR} at (0,0) size 26x139
+            RenderTableCell {TD} at (0,0) size 26x70 [border: none (1px solid #000000) none] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,19) size 18x31
</span><span class="cx">                 text run at (4,19) width 30: &quot;RTL&quot;
</span><del>-            RenderTableCell {TD} at (0,70) size 26x70 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,70) size 26x69 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,20) size 18x29
</span><span class="cx">                 text run at (4,20) width 29: &quot;LTR&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 48x140
-            RenderTableCell {TD} at (26,0) size 48x71 [border: none (1px solid #000000) none] [r=1 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (4,4) size 40x62 [border: (1px solid #0000FF) none (1px solid #FF0000) none]
</del><ins>+          RenderTableRow {TR} at (0,26) size 48x139
+            RenderTableCell {TD} at (26,0) size 48x70 [border: none (1px solid #000000) none] [r=1 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (4,4) size 40x61 [border: (1px solid #0000FF) none (1px solid #FF0000) none]
</ins><span class="cx">                 RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#FFFF00] [border: (2px dotted #008000) none (1px solid #000000) none]
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#C0C0C0]
</span><del>-                RenderTableSection {TBODY} at (0,1) size 40x60
-                  RenderTableRow {TR} at (0,0) size 20x60
-                    RenderTableCell {TD} at (0,46) size 20x14 [border: none] [r=0 c=0 rs=1 cs=1]
-                      RenderText {#text} at (1,3) size 18x9
</del><ins>+                RenderTableSection {TBODY} at (0,1) size 40x59
+                  RenderTableRow {TR} at (0,0) size 20x59
+                    RenderTableCell {TD} at (0,46) size 20x13 [border: none] [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (1,3) size 18x8
</ins><span class="cx">                         text run at (1,3) width 8 RTL: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (0,33) size 20x14 [border: (1px none #000000)] [r=0 c=1 rs=1 cs=1]
-                      RenderText {#text} at (1,4) size 18x9
</del><ins>+                    RenderTableCell {TD} at (0,33) size 20x13 [border: (1px none #000000)] [r=0 c=1 rs=1 cs=1]
+                      RenderText {#text} at (1,4) size 18x8
</ins><span class="cx">                         text run at (1,4) width 8 RTL: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (0,11) size 20x23 [r=0 c=2 rs=1 cs=2]
-                      RenderText {#text} at (1,13) size 18x9
</del><ins>+                    RenderTableCell {TD} at (0,11) size 20x22 [r=0 c=2 rs=1 cs=2]
+                      RenderText {#text} at (1,13) size 18x8
</ins><span class="cx">                         text run at (1,13) width 8 RTL: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (0,0) size 20x12 [border: (1px none #000000)] [r=0 c=4 rs=1 cs=1]
-                      RenderText {#text} at (1,2) size 18x9
</del><ins>+                    RenderTableCell {TD} at (0,0) size 20x11 [border: (1px none #000000)] [r=0 c=4 rs=1 cs=1]
+                      RenderText {#text} at (1,2) size 18x8
</ins><span class="cx">                         text run at (1,2) width 8 RTL: &quot;  &quot;
</span><del>-                  RenderTableRow {TR} at (0,20) size 20x60
-                    RenderTableCell {TD} at (20,46) size 20x14 [border: (2px solid #800000) none] [r=1 c=0 rs=1 cs=1]
-                      RenderText {#text} at (1,3) size 18x9
</del><ins>+                  RenderTableRow {TR} at (0,20) size 20x59
+                    RenderTableCell {TD} at (20,46) size 20x13 [border: (2px solid #800000) none] [r=1 c=0 rs=1 cs=1]
+                      RenderText {#text} at (1,3) size 18x8
</ins><span class="cx">                         text run at (1,3) width 8 RTL: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (20,33) size 20x14 [border: (1px none #000000)] [r=1 c=1 rs=1 cs=1]
-                      RenderText {#text} at (1,2) size 18x9
</del><ins>+                    RenderTableCell {TD} at (20,33) size 20x13 [border: (1px none #000000)] [r=1 c=1 rs=1 cs=1]
+                      RenderText {#text} at (1,2) size 18x8
</ins><span class="cx">                         text run at (1,2) width 8 RTL: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (20,22) size 20x12 [border: (1px none #000000)] [r=1 c=2 rs=1 cs=1]
-                      RenderText {#text} at (1,2) size 18x9
</del><ins>+                    RenderTableCell {TD} at (20,22) size 20x11 [border: (1px none #000000)] [r=1 c=2 rs=1 cs=1]
+                      RenderText {#text} at (1,2) size 18x8
</ins><span class="cx">                         text run at (1,2) width 8 RTL: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (20,11) size 20x12 [border: none] [r=1 c=3 rs=1 cs=1]
-                      RenderText {#text} at (1,1) size 18x9
</del><ins>+                    RenderTableCell {TD} at (20,11) size 20x11 [border: none] [r=1 c=3 rs=1 cs=1]
+                      RenderText {#text} at (1,1) size 18x8
</ins><span class="cx">                         text run at (1,1) width 8 RTL: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (20,0) size 20x12 [border: (1px none #000000)] [r=1 c=4 rs=1 cs=1]
-                      RenderText {#text} at (1,2) size 18x9
</del><ins>+                    RenderTableCell {TD} at (20,0) size 20x11 [border: (1px none #000000)] [r=1 c=4 rs=1 cs=1]
+                      RenderText {#text} at (1,2) size 18x8
</ins><span class="cx">                         text run at (1,2) width 8 RTL: &quot;  &quot;
</span><del>-            RenderTableCell {TD} at (26,70) size 48x70 [r=1 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (4,4) size 40x62 [border: (1px solid #FF0000) none (1px solid #0000FF) none]
</del><ins>+            RenderTableCell {TD} at (26,70) size 48x69 [r=1 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (4,4) size 40x61 [border: (1px solid #FF0000) none (1px solid #0000FF) none]
</ins><span class="cx">                 RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#FFFF00] [border: (1px solid #000000) none (2px dotted #008000) none]
</span><span class="cx">                   RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#C0C0C0]
</span><del>-                RenderTableSection {TBODY} at (0,1) size 40x60
-                  RenderTableRow {TR} at (0,0) size 20x60
-                    RenderTableCell {TD} at (0,0) size 20x14 [border: (1px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTableSection {TBODY} at (0,1) size 40x59
+                  RenderTableRow {TR} at (0,0) size 20x59
+                    RenderTableCell {TD} at (0,0) size 20x13 [border: (1px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,2) size 18x8
</span><span class="cx">                         text run at (1,2) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (0,13) size 20x13 [r=0 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (0,13) size 20x12 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 18x8
</span><span class="cx">                         text run at (1,1) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (0,25) size 20x24 [border: (1px none #000000)] [r=0 c=2 rs=1 cs=2]
</del><ins>+                    RenderTableCell {TD} at (0,25) size 20x23 [border: (1px none #000000)] [r=0 c=2 rs=1 cs=2]
</ins><span class="cx">                       RenderText {#text} at (1,2) size 18x8
</span><span class="cx">                         text run at (1,2) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (0,48) size 20x12 [border: none] [r=0 c=4 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (0,48) size 20x11 [border: none] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 18x8
</span><span class="cx">                         text run at (1,1) width 8: &quot;  &quot;
</span><del>-                  RenderTableRow {TR} at (0,20) size 20x60
-                    RenderTableCell {TD} at (20,0) size 20x14 [border: (1px none #000000) (2px solid #800000) none] [r=1 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableRow {TR} at (0,20) size 20x59
+                    RenderTableCell {TD} at (20,0) size 20x13 [border: (1px none #000000) (2px solid #800000) none] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,2) size 18x8
</span><span class="cx">                         text run at (1,2) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (20,13) size 20x13 [border: (2px none #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (20,13) size 20x12 [border: (2px none #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,3) size 18x8
</span><span class="cx">                         text run at (1,3) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (20,25) size 20x13 [border: (1px none #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (20,25) size 20x12 [border: (1px none #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,2) size 18x8
</span><span class="cx">                         text run at (1,2) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (20,37) size 20x12 [border: (1px none #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (20,37) size 20x11 [border: (1px none #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,2) size 18x8
</span><span class="cx">                         text run at (1,2) width 8: &quot;  &quot;
</span><del>-                    RenderTableCell {TD} at (20,48) size 20x12 [border: none] [r=1 c=4 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (20,48) size 20x11 [border: none] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 18x8
</span><span class="cx">                         text run at (1,1) width 8: &quot;  &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablecaptionrelayoutexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/caption-relayout-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/caption-relayout-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/caption-relayout-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,8 +3,8 @@
</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 103x100
-        RenderBlock {CAPTION} at (0,0) size 103x50 [bgcolor=#008000]
-        RenderTableSection {TBODY} at (0,50) size 103x50
-          RenderTableRow {TR} at (0,0) size 103x50
-            RenderTableCell {TD} at (0,24) size 103x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 102x100
+        RenderBlock {CAPTION} at (0,0) size 102x50 [bgcolor=#008000]
+        RenderTableSection {TBODY} at (0,50) size 102x50
+          RenderTableRow {TR} at (0,0) size 102x50
+            RenderTableCell {TD} at (0,24) size 102x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablecellabsolutechildexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/cell-absolute-child-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/cell-absolute-child-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/cell-absolute-child-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,13 +19,13 @@
</span><span class="cx">       RenderBlock {P} at (0,52) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 541x18
</span><span class="cx">           text run at (0,0) width 541: &quot;You should see two identical green squares, 100x100 pixels each, next to each other.&quot;
</span><del>-      RenderTable {TABLE} at (0,86) size 108x156
-        RenderTableSection {TBODY} at (0,0) size 108x156
-          RenderTableRow {TR} at (0,2) size 108x50
-            RenderTableCell {TD} at (2,26) size 104x2 [r=0 c=0 rs=1 cs=2]
-          RenderTableRow {TR} at (0,54) size 108x100
</del><ins>+      RenderTable {TABLE} at (0,86) size 107x156
+        RenderTableSection {TBODY} at (0,0) size 107x156
+          RenderTableRow {TR} at (0,2) size 107x50
+            RenderTableCell {TD} at (2,26) size 103x2 [r=0 c=0 rs=1 cs=2]
+          RenderTableRow {TR} at (0,54) size 107x100
</ins><span class="cx">             RenderTableCell {TD} at (2,54) size 100x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell (anonymous) at (104,54) size 2x0 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell (anonymous) at (104,54) size 1x0 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx"> layer at (11,149) size 98x98
</span><span class="cx">   RenderBlock (positioned) {DIV} at (11,149) size 98x98
</span><span class="cx"> layer at (112,148) size 102x102
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablecellwidthautoexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/cell-width-auto-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/cell-width-auto-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/cell-width-auto-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,13 +10,13 @@
</span><span class="cx">         RenderBlock {P} at (0,34) size 600x18
</span><span class="cx">           RenderText {#text} at (0,0) size 163x18
</span><span class="cx">             text run at (0,0) width 163: &quot;Table 1: width in &lt;COL&gt;&quot;
</span><del>-        RenderTable {TABLE} at (0,68) size 257x186
</del><ins>+        RenderTable {TABLE} at (0,68) size 256x186
</ins><span class="cx">           RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">             RenderTableCol {COL} at (0,0) size 0x0
</span><del>-          RenderTableSection {TBODY} at (0,0) size 257x186
-            RenderTableRow {TR} at (0,2) size 257x182
-              RenderTableCell {TD} at (2,2) size 151x182 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (0,0) size 256x186
+            RenderTableRow {TR} at (0,2) size 256x182
+              RenderTableCell {TD} at (2,2) size 150x182 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 148x180
</span><span class="cx">                   text run at (1,1) width 91: &quot;Cras tincidunt&quot;
</span><span class="cx">                   text run at (1,19) width 148: &quot;bibendum nunc. Morbi&quot;
</span><span class="lines">@@ -28,16 +28,16 @@
</span><span class="cx">                   text run at (1,127) width 147: &quot;placerat malesuada dui&quot;
</span><span class="cx">                   text run at (1,145) width 124: &quot;enim nec est. Nulla&quot;
</span><span class="cx">                   text run at (1,163) width 24: &quot;leo.&quot;
</span><del>-              RenderTableCell {TD} at (154,83) size 101x20 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (154,83) size 100x20 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 86x18
</span><span class="cx">                   text run at (1,1) width 86: &quot;Lorem ipsum&quot;
</span><span class="cx">         RenderBlock {P} at (0,270) size 600x18
</span><span class="cx">           RenderText {#text} at (0,0) size 153x18
</span><span class="cx">             text run at (0,0) width 153: &quot;Table 2: width in &lt;TD&gt;&quot;
</span><del>-        RenderTable {TABLE} at (0,304) size 261x186
-          RenderTableSection {TBODY} at (0,0) size 261x186
-            RenderTableRow {TR} at (0,2) size 261x182
-              RenderTableCell {TD} at (2,2) size 153x182 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,304) size 260x186
+          RenderTableSection {TBODY} at (0,0) size 260x186
+            RenderTableRow {TR} at (0,2) size 260x182
+              RenderTableCell {TD} at (2,2) size 152x182 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 149x180
</span><span class="cx">                   text run at (1,1) width 91: &quot;Cras tincidunt&quot;
</span><span class="cx">                   text run at (1,19) width 148: &quot;bibendum nunc. Morbi&quot;
</span><span class="lines">@@ -49,6 +49,6 @@
</span><span class="cx">                   text run at (1,127) width 147: &quot;placerat malesuada dui&quot;
</span><span class="cx">                   text run at (1,145) width 124: &quot;enim nec est. Nulla&quot;
</span><span class="cx">                   text run at (1,163) width 24: &quot;leo.&quot;
</span><del>-              RenderTableCell {TD} at (156,83) size 103x20 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (156,83) size 102x20 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 86x18
</span><span class="cx">                   text run at (1,1) width 86: &quot;Lorem ipsum&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablecolspanwithallpercentcellsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/colspan-with-all-percent-cells-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/colspan-with-all-percent-cells-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/colspan-with-all-percent-cells-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 608x260
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 608x260
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 608x154
</span><del>-            RenderTableCell {TD} at (2,2) size 605x154 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (2,2) size 604x154 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 600x150
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 600x150
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 600x146
</span><span class="lines">@@ -14,5 +14,5 @@
</span><span class="cx">           RenderTableRow {TR} at (0,158) size 608x100
</span><span class="cx">             RenderTableCell {TD} at (2,158) size 113x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">             RenderTableCell {TD} at (116,158) size 376x4 [bgcolor=#0000FF] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (493,158) size 114x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (493,158) size 113x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 109x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablecolspanMinWidthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx">               RenderTable {TABLE} at (1,1) size 151x29
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 151x29
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 151x25
</span><del>-                    RenderTableCell {TD} at (2,13) size 3x3 [bgcolor=#FF00FF] [r=0 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (2,13) size 2x3 [bgcolor=#FF00FF] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                     RenderTableCell {TD} at (6,2) size 143x25 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                       RenderTextControl {INPUT} at (3,3) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><span class="cx">                       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablecolspanMinWidthverticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx">               RenderTable {TABLE} at (1,1) size 146x151
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 146x151
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 142x151
</span><del>-                    RenderTableCell {TD} at (2,72) size 142x-137 [bgcolor=#FF00FF] [r=0 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (2,72) size 142x-138 [bgcolor=#FF00FF] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                     RenderTableCell {TD} at (2,6) size 142x143 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                       RenderTextControl {INPUT} at (3,3) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><span class="cx">                       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabledynamiccellpaddingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/dynamic-cellpadding-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/dynamic-cellpadding-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/dynamic-cellpadding-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,19 +3,19 @@
</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 121x108 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 119x106
-          RenderTableRow {TR} at (0,2) size 119x50
-            RenderTableCell {TD} at (2,2) size 57x50 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 120x108 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 118x106
+          RenderTableRow {TR} at (0,2) size 118x50
+            RenderTableCell {TD} at (2,2) size 56x50 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (16,16) size 24x18
</span><span class="cx">                 text run at (16,16) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (60,2) size 57x50 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (60,2) size 56x50 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (16,16) size 24x18
</span><span class="cx">                 text run at (16,16) width 24: &quot;200&quot;
</span><del>-          RenderTableRow {TR} at (0,54) size 119x50
-            RenderTableCell {TD} at (2,54) size 57x50 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,54) size 118x50
+            RenderTableCell {TD} at (2,54) size 56x50 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (16,16) size 24x18
</span><span class="cx">                 text run at (16,16) width 24: &quot;300&quot;
</span><del>-            RenderTableCell {TD} at (60,54) size 57x50 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (60,54) size 56x50 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (16,16) size 24x18
</span><span class="cx">                 text run at (16,16) width 24: &quot;400&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttableedgeoffsetsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/edge-offsets-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/edge-offsets-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/edge-offsets-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -26,25 +26,25 @@
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx"> layer at (8,104) size 102x102 clip at (9,105) size 100x85 scrollWidth 133
</span><span class="cx">   RenderBlock {DIV} at (0,96) size 102x102 [border: (1px solid #0000FF)]
</span><del>-    RenderTable {TABLE} at (1,1) size 7x6
-      RenderTableSection {TBODY} at (0,0) size 7x6
-        RenderTableRow {TR} at (0,2) size 7x2
-          RenderTableCell {TD} at (2,2) size 3x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (1,1) size 6x6
+      RenderTableSection {TBODY} at (0,0) size 6x6
+        RenderTableRow {TR} at (0,2) size 6x2
+          RenderTableCell {TD} at (2,2) size 2x2 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (8,224) size 102x102 clip at (9,225) size 100x85 scrollX 33 scrollWidth 133
</span><span class="cx">   RenderBlock {DIV} at (0,216) size 102x102 [border: (1px solid #0000FF)]
</span><del>-    RenderTable {TABLE} at (94,1) size 7x6
-      RenderTableSection {TBODY} at (0,0) size 7x6
-        RenderTableRow {TR} at (0,2) size 7x2
-          RenderTableCell {TD} at (2,2) size 3x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (95,1) size 6x6
+      RenderTableSection {TBODY} at (0,0) size 6x6
+        RenderTableRow {TR} at (0,2) size 6x2
+          RenderTableCell {TD} at (2,2) size 2x2 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (8,344) size 102x102 clip at (9,345) size 85x100 scrollHeight 133
</span><span class="cx">   RenderBlock {DIV} at (0,336) size 102x102 [border: (1px solid #0000FF)]
</span><del>-    RenderTable {TABLE} at (1,1) size 7x6
-      RenderTableSection {TBODY} at (0,0) size 7x6
-        RenderTableRow {TR} at (0,2) size 7x2
-          RenderTableCell {TD} at (2,2) size 3x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (1,1) size 6x6
+      RenderTableSection {TBODY} at (0,0) size 6x6
+        RenderTableRow {TR} at (0,2) size 6x2
+          RenderTableCell {TD} at (2,2) size 2x2 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (82,108) size 60x60 backgroundClip at (9,105) size 100x85 clip at (9,105) size 100x85 outlineClip at (9,105) size 100x85
</span><span class="cx">   RenderBlock (positioned) {DIV} at (70,0) size 60x60 [bgcolor=#C0C0C0]
</span><span class="cx"> layer at (-24,228) size 60x60 backgroundClip at (9,225) size 100x85 clip at (9,225) size 100x85 outlineClip at (9,225) size 100x85
</span><del>-  RenderBlock (positioned) {DIV} at (-130,0) size 61x60 [bgcolor=#C0C0C0]
</del><ins>+  RenderBlock (positioned) {DIV} at (-130,0) size 60x60 [bgcolor=#C0C0C0]
</ins><span class="cx"> layer at (12,418) size 60x60 backgroundClip at (9,345) size 85x100 clip at (9,345) size 85x100 outlineClip at (9,345) size 85x100
</span><span class="cx">   RenderBlock (positioned) {DIV} at (0,70) size 60x60 [bgcolor=#C0C0C0]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttableemptycellsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/empty-cells-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/empty-cells-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/empty-cells-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,21 +6,21 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 785x29 [border: (2px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 781x25
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 781x25
</span><del>-            RenderTableCell {TD} at (0,12) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,12) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (0,3) size 781x19 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 224x19
</span><span class="cx">                 text run at (0,1) width 224: &quot;First cell empty, second auto width&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,29) size 785x29 [border: (2px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 781x25
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 781x25
</span><del>-            RenderTableCell {TD} at (0,12) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,12) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (0,3) size 781x19 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 244x19
</span><span class="cx">                 text run at (0,1) width 244: &quot;First cell empty, second percent width&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,58) size 785x29 [border: (2px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 781x25
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 781x25
</span><del>-            RenderTableCell {TD} at (0,12) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,12) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (0,3) size 781x19 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 229x19
</span><span class="cx">                 text run at (0,1) width 229: &quot;First cell empty, second fixed width&quot;
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,116) size 785x29 [border: (2px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 781x25
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 781x25
</span><del>-            RenderTableCell {TD} at (0,12) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,12) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (0,3) size 781x19 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 329x19
</span><span class="cx">                 text run at (0,1) width 329: &quot;First cell empty (no space) and has white-space:pre&quot;
</span><span class="lines">@@ -64,14 +64,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,232) size 785x31 [border: (2px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 781x27
</span><span class="cx">           RenderTableRow {TR} at (0,1) size 781x25
</span><del>-            RenderTableCell {TD} at (1,13) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (1,13) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (2,4) size 778x19 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 240x19
</span><span class="cx">                 text run at (0,1) width 240: &quot;First cell empty, table has cellspacing&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,263) size 785x29 [border: (2px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 781x25
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 781x25
</span><del>-            RenderTableCell {TD} at (0,12) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,12) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (0,3) size 781x19 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 200x19
</span><span class="cx">                 text run at (0,1) width 200: &quot;First cell empty but has margin&quot;
</span><span class="lines">@@ -99,12 +99,12 @@
</span><span class="cx">       RenderTable {TABLE} at (0,375) size 785x54 [border: (2px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 781x50
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 781x25
</span><del>-            RenderTableCell {TD} at (0,12) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,12) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (0,3) size 781x19 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 162x19
</span><span class="cx">                 text run at (0,1) width 162: &quot;First row, first cell empty&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 781x25
</span><del>-            RenderTableCell {TD} at (0,37) size 1x0 [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,37) size 0x0 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (0,28) size 781x19 [bgcolor=#FF0000] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 179x19
</span><span class="cx">                 text run at (0,1) width 179: &quot;Second row, first cell empty&quot;
</span><span class="lines">@@ -118,7 +118,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,458) size 785x54 [border: (2px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 781x50
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 781x25
</span><del>-            RenderTableCell {TD} at (0,12) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,12) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (0,3) size 391x19 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 24x19
</span><span class="cx">                 text run at (0,1) width 24: &quot;text&quot;
</span><span class="lines">@@ -136,7 +136,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,3) size 391x19 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 24x19
</span><span class="cx">                 text run at (0,1) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (390,12) size 1x0 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (390,12) size 0x0 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (390,3) size 391x19 [bgcolor=#FF0000] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 313x19
</span><span class="cx">                 text run at (0,1) width 313: &quot;First row, first cell non-empty, second cell empty&quot;
</span><span class="lines">@@ -191,12 +191,12 @@
</span><span class="cx">       RenderTable {TABLE} at (0,757) size 785x4 [border: (2px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 781x0
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 781x0
</span><del>-            RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock (anonymous) at (0,761) size 785x18
</span><span class="cx">         RenderText {#text} at (0,0) size 110x18
</span><span class="cx">           text run at (0,0) width 110: &quot;Two empty cells:&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,779) size 785x4 [border: (2px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 781x0
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 781x0
</span><del>-            RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttableframeandrulesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/frame-and-rules-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/frame-and-rules-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/frame-and-rules-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -5,9 +5,9 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 769x7552
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 273x118
</span><span class="cx">         RenderBlock {CAPTION} at (0,0) size 273x18
</span><del>-          RenderInline {A} at (0,0) size 226x18
-            RenderText {#text} at (21,0) size 226x18
-              text run at (21,0) width 226: &quot;Frame=\x{201C}void\x{201D} and Rules=\x{201C}none\x{201D}&quot;
</del><ins>+          RenderInline {A} at (0,0) size 227x18
+            RenderText {#text} at (20,0) size 227x18
+              text run at (20,0) width 227: &quot;Frame=\x{201C}void\x{201D} and Rules=\x{201C}none\x{201D}&quot;
</ins><span class="cx">           RenderInline (generated) at (0,0) size 6x18
</span><span class="cx">             RenderText at (246,0) size 6x18
</span><span class="cx">               text run at (246,0) width 6: &quot;:&quot;
</span><span class="lines">@@ -397,9 +397,9 @@
</span><span class="cx">                 text run at (1,1) width 89: &quot;Row 5, Cell 3&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,1334) size 275x120 [border: none]
</span><span class="cx">         RenderBlock {CAPTION} at (0,0) size 275x18
</span><del>-          RenderInline {A} at (0,0) size 242x18
-            RenderText {#text} at (14,0) size 242x18
-              text run at (14,0) width 242: &quot;Frame=\x{201C}border\x{201D} and Rules=\x{201C}none\x{201D}&quot;
</del><ins>+          RenderInline {A} at (0,0) size 243x18
+            RenderText {#text} at (13,0) size 243x18
+              text run at (13,0) width 243: &quot;Frame=\x{201C}border\x{201D} and Rules=\x{201C}none\x{201D}&quot;
</ins><span class="cx">           RenderInline (generated) at (0,0) size 6x18
</span><span class="cx">             RenderText at (255,0) size 6x18
</span><span class="cx">               text run at (255,0) width 6: &quot;:&quot;
</span><span class="lines">@@ -642,9 +642,9 @@
</span><span class="cx">                 text run at (1,2) width 89: &quot;Row 5, Cell 3&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,2178) size 275x120 [border: none (1px solid #808080) none none]
</span><span class="cx">         RenderBlock {CAPTION} at (0,0) size 275x18
</span><del>-          RenderInline {A} at (0,0) size 250x18
-            RenderText {#text} at (10,0) size 250x18
-              text run at (10,0) width 250: &quot;Frame=\x{201C}vsides\x{201D} and Rules=\x{201C}groups\x{201D}&quot;
</del><ins>+          RenderInline {A} at (0,0) size 251x18
+            RenderText {#text} at (9,0) size 251x18
+              text run at (9,0) width 251: &quot;Frame=\x{201C}vsides\x{201D} and Rules=\x{201C}groups\x{201D}&quot;
</ins><span class="cx">           RenderInline (generated) at (0,0) size 6x18
</span><span class="cx">             RenderText at (259,0) size 6x18
</span><span class="cx">               text run at (259,0) width 6: &quot;:&quot;
</span><span class="lines">@@ -740,12 +740,12 @@
</span><span class="cx">                 text run at (1,2) width 89: &quot;Row 5, Cell 3&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,2514) size 274x120 [border: none (1px solid #808080) none]
</span><span class="cx">         RenderBlock {CAPTION} at (0,0) size 274x18
</span><del>-          RenderInline {A} at (0,0) size 233x18
-            RenderText {#text} at (18,0) size 233x18
-              text run at (18,0) width 233: &quot;Frame=\x{201C}rhs\x{201D} and Rules=\x{201C}groups\x{201D}&quot;
-          RenderInline (generated) at (0,0) size 6x18
-            RenderText at (250,0) size 6x18
-              text run at (250,0) width 6: &quot;:&quot;
</del><ins>+          RenderInline {A} at (0,0) size 232x18
+            RenderText {#text} at (18,0) size 232x18
+              text run at (18,0) width 232: &quot;Frame=\x{201C}rhs\x{201D} and Rules=\x{201C}groups\x{201D}&quot;
+          RenderInline (generated) at (0,0) size 7x18
+            RenderText at (249,0) size 7x18
+              text run at (249,0) width 7: &quot;:&quot;
</ins><span class="cx">         RenderTableSection {THEAD} at (0,18) size 273x20 [border: (1px solid #808080) none (1px solid #808080) none]
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 273x20
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 91x20 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -1132,12 +1132,12 @@
</span><span class="cx">                 text run at (1,2) width 89: &quot;Row 5, Cell 3&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,3876) size 274x122
</span><span class="cx">         RenderBlock {CAPTION} at (0,0) size 274x18
</span><del>-          RenderInline {A} at (0,0) size 217x18
-            RenderText {#text} at (26,0) size 217x18
-              text run at (26,0) width 217: &quot;Frame=\x{201C}lhs\x{201D} and Rules=\x{201C}rows\x{201D}&quot;
-          RenderInline (generated) at (0,0) size 6x18
-            RenderText at (242,0) size 6x18
-              text run at (242,0) width 6: &quot;:&quot;
</del><ins>+          RenderInline {A} at (0,0) size 216x18
+            RenderText {#text} at (26,0) size 216x18
+              text run at (26,0) width 216: &quot;Frame=\x{201C}lhs\x{201D} and Rules=\x{201C}rows\x{201D}&quot;
+          RenderInline (generated) at (0,0) size 7x18
+            RenderText at (241,0) size 7x18
+              text run at (241,0) width 7: &quot;:&quot;
</ins><span class="cx">         RenderTableSection {THEAD} at (0,18) size 274x20
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 274x20
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 92x20 [border: none none none (1px none #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -1769,9 +1769,9 @@
</span><span class="cx">                 text run at (2,1) width 89: &quot;Row 5, Cell 3&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,6062) size 275x122
</span><span class="cx">         RenderBlock {CAPTION} at (0,0) size 275x18
</span><del>-          RenderInline {A} at (0,0) size 210x18
-            RenderText {#text} at (30,0) size 210x18
-              text run at (30,0) width 210: &quot;Frame=\x{201C}void\x{201D} and Rules=\x{201C}all\x{201D}&quot;
</del><ins>+          RenderInline {A} at (0,0) size 211x18
+            RenderText {#text} at (29,0) size 211x18
+              text run at (29,0) width 211: &quot;Frame=\x{201C}void\x{201D} and Rules=\x{201C}all\x{201D}&quot;
</ins><span class="cx">           RenderInline (generated) at (0,0) size 6x18
</span><span class="cx">             RenderText at (239,0) size 6x18
</span><span class="cx">               text run at (239,0) width 6: &quot;:&quot;
</span><span class="lines">@@ -2161,9 +2161,9 @@
</span><span class="cx">                 text run at (2,2) width 89: &quot;Row 5, Cell 3&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,7428) size 277x124 [border: none]
</span><span class="cx">         RenderBlock {CAPTION} at (0,0) size 277x18
</span><del>-          RenderInline {A} at (0,0) size 226x18
-            RenderText {#text} at (23,0) size 226x18
-              text run at (23,0) width 226: &quot;Frame=\x{201C}border\x{201D} and Rules=\x{201C}all\x{201D}&quot;
</del><ins>+          RenderInline {A} at (0,0) size 227x18
+            RenderText {#text} at (22,0) size 227x18
+              text run at (22,0) width 227: &quot;Frame=\x{201C}border\x{201D} and Rules=\x{201C}all\x{201D}&quot;
</ins><span class="cx">           RenderInline (generated) at (0,0) size 6x18
</span><span class="cx">             RenderText at (248,0) size 6x18
</span><span class="cx">               text run at (248,0) width 6: &quot;:&quot;
</span><span class="lines">@@ -2232,16 +2232,16 @@
</span><span class="cx">           RenderTableCell {TH} at (102,21) size 34x17 [r=1 c=3 rs=1 cs=1]
</span><span class="cx">             RenderText {#text} at (1,1) size 32x15
</span><span class="cx">               text run at (1,1) width 32: &quot;above&quot;
</span><del>-          RenderTableCell {TH} at (137,21) size 35x17 [r=1 c=4 rs=1 cs=1]
</del><ins>+          RenderTableCell {TH} at (137,21) size 34x17 [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 32x15
</span><span class="cx">               text run at (1,1) width 32: &quot;below&quot;
</span><del>-          RenderTableCell {TH} at (173,21) size 35x17 [r=1 c=5 rs=1 cs=1]
</del><ins>+          RenderTableCell {TH} at (172,21) size 36x17 [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 33x15
</span><span class="cx">               text run at (1,1) width 33: &quot;hsides&quot;
</span><del>-          RenderTableCell {TH} at (209,21) size 36x17 [r=1 c=6 rs=1 cs=1]
</del><ins>+          RenderTableCell {TH} at (209,21) size 35x17 [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 33x15
</span><span class="cx">               text run at (1,1) width 33: &quot;vsides&quot;
</span><del>-          RenderTableCell {TH} at (246,21) size 18x17 [r=1 c=7 rs=1 cs=1]
</del><ins>+          RenderTableCell {TH} at (245,21) size 19x17 [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 16x15
</span><span class="cx">               text run at (1,1) width 16: &quot;lhs&quot;
</span><span class="cx">           RenderTableCell {TH} at (265,21) size 19x17 [r=1 c=8 rs=1 cs=1]
</span><span class="lines">@@ -2269,19 +2269,19 @@
</span><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (9,1) size 15x15
</span><span class="cx">                 text run at (9,2) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (137,0) size 35x17 [bgcolor=#CCCCCC] [r=0 c=4 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (137,0) size 34x17 [bgcolor=#CCCCCC] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (173,0) size 35x17 [bgcolor=#CCCCCC] [r=0 c=5 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (172,0) size 36x17 [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 (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (209,0) size 36x17 [bgcolor=#CCCCCC] [r=0 c=6 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (209,0) size 35x17 [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 (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (246,0) size 18x17 [bgcolor=#CCCCCC] [r=0 c=7 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (245,0) size 19x17 [bgcolor=#CCCCCC] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 15x15
</span><span class="cx">                 text run at (1,2) width 15: &quot;Go&quot;
</span><span class="lines">@@ -2309,19 +2309,19 @@
</span><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (9,1) size 15x15
</span><span class="cx">                 text run at (9,2) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (137,19) size 35x17 [bgcolor=#CCCCCC] [r=1 c=4 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (137,19) size 34x17 [bgcolor=#CCCCCC] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (173,19) size 35x17 [bgcolor=#CCCCCC] [r=1 c=5 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (172,19) size 36x17 [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 (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (209,19) size 36x17 [bgcolor=#CCCCCC] [r=1 c=6 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (209,19) size 35x17 [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 (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (246,19) size 18x17 [bgcolor=#CCCCCC] [r=1 c=7 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (245,19) size 19x17 [bgcolor=#CCCCCC] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 15x15
</span><span class="cx">                 text run at (1,2) width 15: &quot;Go&quot;
</span><span class="lines">@@ -2349,19 +2349,19 @@
</span><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (9,1) size 15x15
</span><span class="cx">                 text run at (9,2) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (137,38) size 35x17 [bgcolor=#CCCCCC] [r=2 c=4 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (137,38) size 34x17 [bgcolor=#CCCCCC] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (173,38) size 35x17 [bgcolor=#CCCCCC] [r=2 c=5 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (172,38) size 36x17 [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 (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (209,38) size 36x17 [bgcolor=#CCCCCC] [r=2 c=6 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (209,38) size 35x17 [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 (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (246,38) size 18x17 [bgcolor=#CCCCCC] [r=2 c=7 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (245,38) size 19x17 [bgcolor=#CCCCCC] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 15x15
</span><span class="cx">                 text run at (1,2) width 15: &quot;Go&quot;
</span><span class="lines">@@ -2389,19 +2389,19 @@
</span><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (9,1) size 15x15
</span><span class="cx">                 text run at (9,2) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (137,57) size 35x17 [bgcolor=#CCCCCC] [r=3 c=4 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (137,57) size 34x17 [bgcolor=#CCCCCC] [r=3 c=4 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (173,57) size 35x17 [bgcolor=#CCCCCC] [r=3 c=5 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (172,57) size 36x17 [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 (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (209,57) size 36x17 [bgcolor=#CCCCCC] [r=3 c=6 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (209,57) size 35x17 [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 (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (246,57) size 18x17 [bgcolor=#CCCCCC] [r=3 c=7 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (245,57) size 19x17 [bgcolor=#CCCCCC] [r=3 c=7 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 15x15
</span><span class="cx">                 text run at (1,2) width 15: &quot;Go&quot;
</span><span class="lines">@@ -2429,19 +2429,19 @@
</span><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (9,1) size 15x15
</span><span class="cx">                 text run at (9,2) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (137,76) size 35x17 [bgcolor=#CCCCCC] [r=4 c=4 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (137,76) size 34x17 [bgcolor=#CCCCCC] [r=4 c=4 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (173,76) size 35x17 [bgcolor=#CCCCCC] [r=4 c=5 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (172,76) size 36x17 [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 (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (209,76) size 36x17 [bgcolor=#CCCCCC] [r=4 c=6 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (209,76) size 35x17 [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 (9,1) size 16x15
</span><span class="cx">                 text run at (9,2) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (246,76) size 18x17 [bgcolor=#CCCCCC] [r=4 c=7 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (245,76) size 19x17 [bgcolor=#CCCCCC] [r=4 c=7 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 15x15
</span><span class="cx">                 text run at (1,2) width 15: &quot;Go&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablegiantRowspanexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/giantRowspan-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/giantRowspan-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/giantRowspan-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,10) size 7x6
-        RenderTableSection {TBODY} at (0,0) size 7x6
-          RenderTableRow {TR} at (0,2) size 7x2
-            RenderTableCell {TD} at (2,2) size 3x2 [r=0 c=0 rs=8190 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,10) size 6x6
+        RenderTableSection {TBODY} at (0,0) size 6x6
+          RenderTableRow {TR} at (0,2) size 6x2
+            RenderTableCell {TD} at (2,2) size 2x2 [r=0 c=0 rs=8190 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablegrowCellForImageQuirkexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/growCellForImageQuirk-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/growCellForImageQuirk-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/growCellForImageQuirk-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</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 157x56 [bgcolor=#C0C0C0]
-        RenderTableSection {TBODY} at (0,0) size 157x56
-          RenderTableRow {TR} at (0,2) size 157x52
-            RenderTableCell {TD} at (2,2) size 153x52 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 156x56 [bgcolor=#C0C0C0]
+        RenderTableSection {TBODY} at (0,0) size 156x56
+          RenderTableRow {TR} at (0,2) size 156x52
+            RenderTableCell {TD} at (2,2) size 152x52 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 75x50 [bgcolor=#ADD8E6]
</span><span class="cx">               RenderImage {IMG} at (76,1) size 75x50 [bgcolor=#ADD8E6]
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablegrowCellForImageQuirkverticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/growCellForImageQuirk-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/growCellForImageQuirk-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/growCellForImageQuirk-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</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 56x157 [bgcolor=#C0C0C0]
-        RenderTableSection {TBODY} at (0,0) size 56x157
-          RenderTableRow {TR} at (0,2) size 52x157
-            RenderTableCell {TD} at (2,2) size 52x153 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 56x156 [bgcolor=#C0C0C0]
+        RenderTableSection {TBODY} at (0,0) size 56x156
+          RenderTableRow {TR} at (0,2) size 52x156
+            RenderTableCell {TD} at (2,2) size 52x152 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 50x75 [bgcolor=#ADD8E6]
</span><span class="cx">               RenderImage {IMG} at (1,76) size 50x75 [bgcolor=#ADD8E6]
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttableheightpercenttestexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/height-percent-test-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/height-percent-test-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/height-percent-test-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,19 +7,19 @@
</span><span class="cx">         RenderBlock (floating) {DIV} at (1,1) size 100x24
</span><span class="cx">           RenderBlock {DIV} at (0,0) size 100x24 [bgcolor=#008000]
</span><span class="cx">       RenderBlock {DIV} at (16,42) size 737x26 [border: (1px solid #000000)]
</span><del>-        RenderBlock (floating) {DIV} at (1,1) size 97x24
-          RenderTable {TABLE} at (0,0) size 97x24 [bgcolor=#FF0000]
-            RenderTableSection {TBODY} at (0,0) size 97x24
-              RenderTableRow {TR} at (0,0) size 97x24
-                RenderTableCell {TD} at (0,1) size 97x22 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderBlock (floating) {DIV} at (1,1) size 96x24
+          RenderTable {TABLE} at (0,0) size 96x24 [bgcolor=#FF0000]
+            RenderTableSection {TBODY} at (0,0) size 96x24
+              RenderTableRow {TR} at (0,0) size 96x24
+                RenderTableCell {TD} at (0,1) size 96x22 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderImage {IMG} at (0,0) size 96x22 [bgcolor=#008000]
</span><span class="cx">       RenderBlock {DIV} at (16,84) size 737x586 [border: (1px solid #000000)]
</span><span class="cx">         RenderBlock {DIV} at (1,1) size 735x584
</span><span class="cx">           RenderBlock {DIV} at (0,0) size 100x584 [bgcolor=#008000]
</span><span class="cx">       RenderBlock {DIV} at (16,686) size 737x586 [border: (1px solid #000000)]
</span><span class="cx">         RenderBlock {DIV} at (1,1) size 735x584
</span><del>-          RenderTable {TABLE} at (0,0) size 97x584 [bgcolor=#FF0000]
-            RenderTableSection {TBODY} at (0,0) size 97x584
-              RenderTableRow {TR} at (0,0) size 97x584
-                RenderTableCell {TD} at (0,281) size 97x22 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTable {TABLE} at (0,0) size 96x584 [bgcolor=#FF0000]
+            RenderTableSection {TBODY} at (0,0) size 96x584
+              RenderTableRow {TR} at (0,0) size 96x584
+                RenderTableCell {TD} at (0,281) size 96x22 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderImage {IMG} at (0,0) size 96x22 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttableheightpercenttestverticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/height-percent-test-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/height-percent-test-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/height-percent-test-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -8,19 +8,19 @@
</span><span class="cx">           RenderBlock (floating) {DIV} at (1,1) size 24x100
</span><span class="cx">             RenderBlock {DIV} at (0,0) size 24x100 [bgcolor=#008000]
</span><span class="cx">         RenderBlock {DIV} at (58,16) size 26x102 [border: (1px solid #000000)]
</span><del>-          RenderBlock (floating) {DIV} at (1,1) size 24x97
-            RenderTable {TABLE} at (0,0) size 24x97 [bgcolor=#FF0000]
-              RenderTableSection {TBODY} at (0,0) size 24x97
-                RenderTableRow {TR} at (0,0) size 24x97
-                  RenderTableCell {TD} at (0,1) size 24x95 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderBlock (floating) {DIV} at (1,1) size 24x96
+            RenderTable {TABLE} at (0,0) size 24x96 [bgcolor=#FF0000]
+              RenderTableSection {TBODY} at (0,0) size 24x96
+                RenderTableRow {TR} at (0,0) size 24x96
+                  RenderTableCell {TD} at (0,1) size 24x94 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                     RenderImage {IMG} at (1,-1) size 22x96 [bgcolor=#008000]
</span><span class="cx">         RenderBlock {DIV} at (100,16) size 786x102 [border: (1px solid #000000)]
</span><span class="cx">           RenderBlock {DIV} at (1,1) size 784x100
</span><span class="cx">             RenderBlock {DIV} at (0,0) size 784x100 [bgcolor=#008000]
</span><span class="cx">         RenderBlock {DIV} at (902,16) size 786x102 [border: (1px solid #000000)]
</span><span class="cx">           RenderBlock {DIV} at (1,1) size 784x100
</span><del>-            RenderTable {TABLE} at (0,0) size 784x97 [bgcolor=#FF0000]
-              RenderTableSection {TBODY} at (0,0) size 784x97
-                RenderTableRow {TR} at (0,0) size 784x97
-                  RenderTableCell {TD} at (0,381) size 784x-665 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTable {TABLE} at (0,0) size 784x96 [bgcolor=#FF0000]
+              RenderTableSection {TBODY} at (0,0) size 784x96
+                RenderTableRow {TR} at (0,0) size 784x96
+                  RenderTableCell {TD} at (0,381) size 784x-666 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                     RenderImage {IMG} at (381,-381) size 22x96 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttableinvisiblecellbackgroundexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/invisible-cell-background-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/invisible-cell-background-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/invisible-cell-background-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,43 +14,43 @@
</span><span class="cx">       RenderBlock {P} at (0,34) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 465x18
</span><span class="cx">           text run at (0,0) width 465: &quot;You should see nine green squares and no red, orange or yellow squares.&quot;
</span><del>-      RenderTable {TABLE} at (4,68) size 28x25
-        RenderTableSection {TBODY} at (0,0) size 28x25 [bgcolor=#FFFF00]
-          RenderTableRow {TR} at (0,0) size 28x25 [bgcolor=#FFA500]
-            RenderTableCell {TD} at (0,11) size 28x3 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (4,97) size 28x25 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 28x25 [bgcolor=#FFFF00]
-          RenderTableRow {TR} at (0,0) size 28x25 [bgcolor=#FFA500]
-            RenderTableCell {TD} at (0,11) size 28x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (4,126) size 28x25 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 28x25 [bgcolor=#FFFF00]
-          RenderTableRow {TR} at (0,0) size 28x25 [bgcolor=#FFA500]
-            RenderTableCell {TD} at (0,11) size 28x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (4,155) size 28x25 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 28x25 [bgcolor=#FFFF00]
-          RenderTableRow {TR} at (0,0) size 28x25 [bgcolor=#FFA500]
-            RenderTableCell {TD} at (0,11) size 28x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (4,184) size 28x25 [bgcolor=#008000]
-        RenderTableSection {TBODY} at (0,0) size 28x25 [bgcolor=#FF0000]
-          RenderTableRow {TR} at (0,0) size 28x25 [bgcolor=#FFA500]
-            RenderTableCell {TD} at (0,11) size 28x3 [r=0 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (4,213) size 28x25 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 28x25 [bgcolor=#FFFF00]
-          RenderTableRow {TR} at (0,0) size 28x25 [bgcolor=#FFA500]
-            RenderTableCell {TD} at (0,11) size 28x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (4,242) size 28x25 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 28x25 [bgcolor=#FFFF00]
-          RenderTableRow {TR} at (0,0) size 28x25 [bgcolor=#FFA500]
-            RenderTableCell {TD} at (0,11) size 28x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (4,271) size 28x25 [bgcolor=#008000]
-        RenderTableSection {TBODY} at (0,0) size 28x25 [bgcolor=#FFFF00]
-          RenderTableRow {TR} at (0,0) size 28x25 [bgcolor=#FFA500]
-            RenderTableCell {TD} at (0,11) size 28x3 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (4,300) size 28x25 [bgcolor=#FF0000]
-        RenderTableSection {TBODY} at (0,0) size 28x25 [bgcolor=#FFFF00]
-          RenderTableRow {TR} at (0,0) size 28x25 [bgcolor=#FFA500]
-            RenderTableCell {TD} at (0,11) size 28x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
-      RenderTable {TABLE} at (4,329) size 28x25 [bgcolor=#008000]
-        RenderTableSection {TBODY} at (0,0) size 28x25 [bgcolor=#FFFF00]
-          RenderTableRow {TR} at (0,0) size 28x25 [bgcolor=#FFA500]
-            RenderTableCell {TD} at (0,11) size 28x3 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (4,68) size 27x25
+        RenderTableSection {TBODY} at (0,0) size 27x25 [bgcolor=#FFFF00]
+          RenderTableRow {TR} at (0,0) size 27x25 [bgcolor=#FFA500]
+            RenderTableCell {TD} at (0,11) size 27x3 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (4,97) size 27x25 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 27x25 [bgcolor=#FFFF00]
+          RenderTableRow {TR} at (0,0) size 27x25 [bgcolor=#FFA500]
+            RenderTableCell {TD} at (0,11) size 27x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (4,126) size 27x25 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 27x25 [bgcolor=#FFFF00]
+          RenderTableRow {TR} at (0,0) size 27x25 [bgcolor=#FFA500]
+            RenderTableCell {TD} at (0,11) size 27x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (4,155) size 27x25 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 27x25 [bgcolor=#FFFF00]
+          RenderTableRow {TR} at (0,0) size 27x25 [bgcolor=#FFA500]
+            RenderTableCell {TD} at (0,11) size 27x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (4,184) size 27x25 [bgcolor=#008000]
+        RenderTableSection {TBODY} at (0,0) size 27x25 [bgcolor=#FF0000]
+          RenderTableRow {TR} at (0,0) size 27x25 [bgcolor=#FFA500]
+            RenderTableCell {TD} at (0,11) size 27x3 [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (4,213) size 27x25 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 27x25 [bgcolor=#FFFF00]
+          RenderTableRow {TR} at (0,0) size 27x25 [bgcolor=#FFA500]
+            RenderTableCell {TD} at (0,11) size 27x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (4,242) size 27x25 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 27x25 [bgcolor=#FFFF00]
+          RenderTableRow {TR} at (0,0) size 27x25 [bgcolor=#FFA500]
+            RenderTableCell {TD} at (0,11) size 27x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (4,271) size 27x25 [bgcolor=#008000]
+        RenderTableSection {TBODY} at (0,0) size 27x25 [bgcolor=#FFFF00]
+          RenderTableRow {TR} at (0,0) size 27x25 [bgcolor=#FFA500]
+            RenderTableCell {TD} at (0,11) size 27x3 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (4,300) size 27x25 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 27x25 [bgcolor=#FFFF00]
+          RenderTableRow {TR} at (0,0) size 27x25 [bgcolor=#FFA500]
+            RenderTableCell {TD} at (0,11) size 27x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (4,329) size 27x25 [bgcolor=#008000]
+        RenderTableSection {TBODY} at (0,0) size 27x25 [bgcolor=#FFFF00]
+          RenderTableRow {TR} at (0,0) size 27x25 [bgcolor=#FFA500]
+            RenderTableCell {TD} at (0,11) size 27x3 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablelargewidthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/large-width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/large-width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/large-width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x64 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x62
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x58
</span><del>-            RenderTableCell {TD} at (2,20) size 23x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,20) size 22x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (26,2) size 754x58 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (11,11) size 720x36
</span><span class="cx">                 text run at (11,11) width 720: &quot;This is a very long line of text, but it should be wrapped. It should not extend all the way off the right side of the&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablemaxwidthintegeroverflowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/max-width-integer-overflow-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/max-width-integer-overflow-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/max-width-integer-overflow-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,6 +16,6 @@
</span><span class="cx">                           RenderTableSection {TBODY} at (0,0) size 770x24
</span><span class="cx">                             RenderTableRow {TR} at (0,2) size 770x20
</span><span class="cx">                               RenderTableCell {TD} at (2,11) size 762x2 [r=0 c=0 rs=1 cs=1]
</span><del>-                              RenderTableCell {TD} at (765,11) size 3x2 [r=0 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (769,0) size 11x24 [r=0 c=1 rs=1 cs=1]
</del><ins>+                              RenderTableCell {TD} at (766,11) size 2x2 [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (770,0) size 10x24 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 10x24 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablemozillabug10296verticalalign1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,9 +9,9 @@
</span><span class="cx">       RenderBlock {P} at (0,58) size 784x19
</span><span class="cx">         RenderText {#text} at (0,0) size 547x18
</span><span class="cx">           text run at (0,0) width 547: &quot;In each of the following tables the cells with 'Data' should all have the same baseline:&quot;
</span><del>-      RenderTable {TABLE} at (0,92) size 460x119
-        RenderTableSection {TBODY} at (0,0) size 460x118
-          RenderTableRow {TR} at (0,2) size 460x114
</del><ins>+      RenderTable {TABLE} at (0,92) size 459x119
+        RenderTableSection {TBODY} at (0,0) size 459x118
+          RenderTableRow {TR} at (0,2) size 459x114
</ins><span class="cx">             RenderTableCell {TD} at (2,74) size 35x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;Data&quot;
</span><span class="lines">@@ -27,12 +27,12 @@
</span><span class="cx">             RenderTableCell {TD} at (352,48) size 51x22 [border: (1px solid #000000)] [r=0 c=4 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;Middle&quot;
</span><del>-            RenderTableCell {TD} at (404,94) size 54x22 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (404,94) size 53x22 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 49x18
</span><span class="cx">                 text run at (2,2) width 49: &quot;Bottom&quot;
</span><del>-      RenderTable {TABLE} at (0,210) size 460x119
-        RenderTableSection {TBODY} at (0,0) size 460x118
-          RenderTableRow {TR} at (0,2) size 460x114
</del><ins>+      RenderTable {TABLE} at (0,210) size 459x119
+        RenderTableSection {TBODY} at (0,0) size 459x118
+          RenderTableRow {TR} at (0,2) size 459x114
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 29x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 25x18
</span><span class="cx">                 text run at (2,2) width 25: &quot;Top&quot;
</span><span class="lines">@@ -48,6 +48,6 @@
</span><span class="cx">             RenderTableCell {TD} at (326,74) size 35x22 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (362,45) size 96x59 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (362,45) size 95x59 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 91x55
</span><span class="cx">                 text run at (2,2) width 91: &quot;Data&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablemozillabug10296verticalalign2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,9 +9,9 @@
</span><span class="cx">       RenderBlock {P} at (0,58) size 784x19
</span><span class="cx">         RenderText {#text} at (0,0) size 547x18
</span><span class="cx">           text run at (0,0) width 547: &quot;In each of the following tables the cells with 'Data' should all have the same baseline:&quot;
</span><del>-      RenderTable {TABLE} at (0,92) size 460x119
-        RenderTableSection {TBODY} at (0,0) size 460x118
-          RenderTableRow {TR} at (0,2) size 460x114
</del><ins>+      RenderTable {TABLE} at (0,92) size 459x119
+        RenderTableSection {TBODY} at (0,0) size 459x118
+          RenderTableRow {TR} at (0,2) size 459x114
</ins><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="cx">               RenderText {#text} at (2,2) size 182x110
</span><span class="cx">                 text run at (2,2) width 182: &quot;Data&quot;
</span><span class="lines">@@ -27,12 +27,12 @@
</span><span class="cx">             RenderTableCell {TD} at (308,94) size 53x22 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 49x18
</span><span class="cx">                 text run at (2,2) width 49: &quot;Bottom&quot;
</span><del>-            RenderTableCell {TD} at (362,45) size 96x59 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (362,45) size 95x59 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 91x55
</span><span class="cx">                 text run at (2,2) width 91: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,210) size 460x119
-        RenderTableSection {TBODY} at (0,0) size 460x118
-          RenderTableRow {TR} at (0,2) size 460x114
</del><ins>+      RenderTable {TABLE} at (0,210) size 459x119
+        RenderTableSection {TBODY} at (0,0) size 459x118
+          RenderTableRow {TR} at (0,2) size 459x114
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 29x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 25x18
</span><span class="cx">                 text run at (2,2) width 25: &quot;Top&quot;
</span><span class="lines">@@ -48,12 +48,12 @@
</span><span class="cx">             RenderTableCell {TD} at (217,94) size 53x22 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 49x18
</span><span class="cx">                 text run at (2,2) width 49: &quot;Bottom&quot;
</span><del>-            RenderTableCell {TD} at (271,2) size 187x114 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (271,2) size 186x114 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><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,328) size 460x119
-        RenderTableSection {TBODY} at (0,0) size 460x118
-          RenderTableRow {TR} at (0,2) size 460x114
</del><ins>+      RenderTable {TABLE} at (0,328) size 459x119
+        RenderTableSection {TBODY} at (0,0) size 459x118
+          RenderTableRow {TR} at (0,2) size 459x114
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 29x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 25x18
</span><span class="cx">                 text run at (2,2) width 25: &quot;Top&quot;
</span><span class="lines">@@ -69,6 +69,6 @@
</span><span class="cx">             RenderTableCell {TD} at (219,2) size 186x114 [border: (1px solid #000000)] [r=0 c=4 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>-            RenderTableCell {TD} at (406,48) size 52x22 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (406,48) size 51x22 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x18
</span><span class="cx">                 text run at (2,2) width 47: &quot;Middle&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablenobrexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/nobr-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/nobr-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/nobr-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,10 +7,10 @@
</span><span class="cx">         RenderInline {NOBR} at (0,0) size 0x0
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x352
</span><del>-        RenderTable {TABLE} at (0,0) size 71x352 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 69x350
-            RenderTableRow {TR} at (0,2) size 69x346
-              RenderTableCell {TD} at (2,2) size 65x346 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 70x352 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 68x350
+            RenderTableRow {TR} at (0,2) size 68x346
+              RenderTableCell {TD} at (2,2) size 64x346 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 60x342
</span><span class="cx">                   text run at (2,2) width 55: &quot;This is a&quot;
</span><span class="cx">                   text run at (2,20) width 54: &quot;test case&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttableoverflowHiddenexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/overflowHidden-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/overflowHidden-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/overflowHidden-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,194 +3,194 @@
</span><span class="cx"> layer at (0,0) size 785x2424
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 785x2424
</span><span class="cx">     RenderBody {BODY} at (8,8) size 769x2408
</span><del>-      RenderTable {TABLE} at (0,0) size 419x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 415x108
-          RenderTableRow {TR} at (0,2) size 415x104
-            RenderTableCell {TD} at (308,2) size 105x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 418x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 414x108
+          RenderTableRow {TR} at (0,2) size 414x104
+            RenderTableCell {TD} at (308,2) size 104x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,112) size 769x36
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderBR {BR} at (0,18) size 0x18
</span><del>-      RenderTable {TABLE} at (0,148) size 719x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 715x108
-          RenderTableRow {TR} at (0,2) size 715x104
-            RenderTableCell {TD} at (608,2) size 105x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,148) size 718x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 714x108
+          RenderTableRow {TR} at (0,2) size 714x104
+            RenderTableCell {TD} at (608,2) size 104x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,260) size 769x36
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderBR {BR} at (0,18) size 0x18
</span><del>-      RenderTable {TABLE} at (0,296) size 719x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 715x108
-          RenderTableRow {TR} at (0,2) size 715x104
-            RenderTableCell {TD} at (608,2) size 105x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,296) size 718x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 714x108
+          RenderTableRow {TR} at (0,2) size 714x104
+            RenderTableCell {TD} at (608,2) size 104x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,408) size 769x36
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderBR {BR} at (0,18) size 0x18
</span><del>-      RenderTable {TABLE} at (0,444) size 419x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 415x108
-          RenderTableRow {TR} at (0,2) size 415x104
-            RenderTableCell {TD} at (308,2) size 105x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,444) size 418x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 414x108
+          RenderTableRow {TR} at (0,2) size 414x104
+            RenderTableCell {TD} at (308,2) size 104x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,556) size 769x36
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderBR {BR} at (0,18) size 0x18
</span><del>-      RenderTable {TABLE} at (0,592) size 419x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 415x108
-          RenderTableRow {TR} at (0,2) size 415x104
-            RenderTableCell {TD} at (2,2) size 105x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,592) size 418x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 414x108
+          RenderTableRow {TR} at (0,2) size 414x104
+            RenderTableCell {TD} at (2,2) size 104x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,704) size 769x36
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderBR {BR} at (0,18) size 0x18
</span><del>-      RenderTable {TABLE} at (0,740) size 619x218 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 615x214
-          RenderTableRow {TR} at (0,2) size 615x104
-            RenderTableCell {TD} at (308,2) size 305x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (2,2) size 301x100 [bgcolor=#800080]
-          RenderTableRow {TR} at (0,108) size 615x104
-            RenderTableCell {TD} at (2,108) size 305x104 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (2,2) size 301x100 [bgcolor=#800080]
</del><ins>+      RenderTable {TABLE} at (0,740) size 618x218 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 614x214
+          RenderTableRow {TR} at (0,2) size 614x104
+            RenderTableCell {TD} at (308,2) size 304x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (2,2) size 300x100 [bgcolor=#800080]
+          RenderTableRow {TR} at (0,108) size 614x104
+            RenderTableCell {TD} at (2,108) size 304x104 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (2,2) size 300x100 [bgcolor=#800080]
</ins><span class="cx">       RenderBlock (anonymous) at (0,958) size 769x36
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderBR {BR} at (0,18) size 0x18
</span><del>-      RenderTable {TABLE} at (0,994) size 719x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 715x108
-          RenderTableRow {TR} at (0,2) size 715x104
-            RenderTableCell {TD} at (608,2) size 105x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,994) size 718x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 714x108
+          RenderTableRow {TR} at (0,2) size 714x104
+            RenderTableCell {TD} at (608,2) size 104x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,1106) size 769x36
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderBR {BR} at (0,18) size 0x18
</span><del>-      RenderTable {TABLE} at (0,1142) size 719x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 715x108
-          RenderTableRow {TR} at (0,2) size 715x104
-            RenderTableCell {TD} at (608,2) size 105x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,1142) size 718x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 714x108
+          RenderTableRow {TR} at (0,2) size 714x104
+            RenderTableCell {TD} at (608,2) size 104x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,1254) size 769x36
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderBR {BR} at (0,18) size 0x18
</span><del>-      RenderTable {TABLE} at (0,1290) size 719x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 715x108
-          RenderTableRow {TR} at (0,2) size 715x104
-            RenderTableCell {TD} at (608,2) size 105x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,1290) size 718x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 714x108
+          RenderTableRow {TR} at (0,2) size 714x104
+            RenderTableCell {TD} at (608,2) size 104x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,1402) size 769x36
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderBR {BR} at (0,18) size 0x18
</span><del>-      RenderTable {DIV} at (0,1438) size 401x100
-        RenderTableSection (anonymous) at (0,0) size 401x100
-          RenderTableRow {DIV} at (0,0) size 401x100
-            RenderTableCell {DIV} at (300,0) size 101x100 [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,1438) size 400x100
+        RenderTableSection (anonymous) at (0,0) size 400x100
+          RenderTableRow {DIV} at (0,0) size 400x100
+            RenderTableCell {DIV} at (300,0) size 100x100 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,1538) size 769x36
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderBR {BR} at (0,18) size 0x18
</span><del>-      RenderTable {DIV} at (0,1574) size 401x100
-        RenderTableSection (anonymous) at (0,0) size 401x100
-          RenderTableRow {DIV} at (0,0) size 401x100
-            RenderTableCell {DIV} at (300,0) size 101x100 [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,1574) size 400x100
+        RenderTableSection (anonymous) at (0,0) size 400x100
+          RenderTableRow {DIV} at (0,0) size 400x100
+            RenderTableCell {DIV} at (300,0) size 100x100 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,1674) size 769x36
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderBR {BR} at (0,18) size 0x18
</span><del>-      RenderTable {TABLE} at (0,1710) size 716x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 711x107
-          RenderTableRow {TR} at (0,0) size 711x107
-            RenderTableCell {TD} at (605,0) size 106x107 [border: (3px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,1710) size 715x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 710x107
+          RenderTableRow {TR} at (0,0) size 710x107
+            RenderTableCell {TD} at (605,0) size 105x107 [border: (3px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,4) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,1822) size 769x36
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderBR {BR} at (0,18) size 0x18
</span><del>-      RenderTable {TABLE} at (0,1858) size 716x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 711x107
-          RenderTableRow {TR} at (0,0) size 711x107
-            RenderTableCell {TD} at (605,0) size 106x107 [border: (3px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,1858) size 715x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 710x107
+          RenderTableRow {TR} at (0,0) size 710x107
+            RenderTableCell {TD} at (605,0) size 105x107 [border: (3px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,4) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,1970) size 769x36
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderBR {BR} at (0,18) size 0x18
</span><del>-      RenderTable {TABLE} at (0,2006) size 419x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 415x108
-          RenderTableRow {TR} at (0,2) size 415x104
-            RenderTableCell {TD} at (308,2) size 105x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,2006) size 418x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 414x108
+          RenderTableRow {TR} at (0,2) size 414x104
+            RenderTableCell {TD} at (308,2) size 104x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,2118) size 769x36
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderBR {BR} at (0,18) size 0x18
</span><del>-      RenderTable {TABLE} at (0,2154) size 434x112 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 430x108
-          RenderTableRow {TR} at (0,2) size 430x104
-            RenderTableCell {TD} at (323,2) size 105x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,2154) size 433x112 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 429x108
+          RenderTableRow {TR} at (0,2) size 429x104
+            RenderTableCell {TD} at (323,2) size 104x104 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 100x100 [bgcolor=#800080]
</span><span class="cx">       RenderBlock (anonymous) at (0,2266) size 769x36
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderBR {BR} at (0,18) size 0x18
</span><del>-      RenderTable {TABLE} at (0,2302) size 471x106
-        RenderTableSection {TBODY} at (0,0) size 471x106
-          RenderTableRow {TR} at (0,2) size 471x102
-            RenderTableCell {TD} at (366,2) size 103x102 [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,2302) size 470x106
+        RenderTableSection {TBODY} at (0,0) size 470x106
+          RenderTableRow {TR} at (0,2) size 470x102
+            RenderTableCell {TD} at (366,2) size 102x102 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [bgcolor=#800080]
</span><span class="cx"> layer at (12,12) size 304x104 clip at (13,13) size 302x102
</span><span class="cx">   RenderTableCell {TD} at (2,52) size 304x4 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx"> layer at (12,160) size 604x104 clip at (13,161) size 602x102
</span><del>-  RenderTableCell {TD} at (2,43) size 605x22 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (2,43) size 604x22 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (12,456) size 304x104 clip at (13,457) size 302x102 scrollWidth 601
</span><del>-  RenderTableCell {TD} at (2,52) size 305x4 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (2,52) size 304x4 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (2,-18) size 300x18 [bgcolor=#00FF00]
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 600x18 [bgcolor=#008000]
</span><span class="cx">         RenderText {#text} at (0,0) size 27x18
</span><span class="cx">           text run at (0,0) width 27: &quot;Test&quot;
</span><span class="cx"> layer at (118,604) size 304x104 clip at (119,605) size 302x102 scrollWidth 601
</span><del>-  RenderTableCell {TD} at (108,52) size 305x4 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (108,52) size 304x4 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (2,-18) size 300x18 [bgcolor=#00FF00]
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 600x18 [bgcolor=#008000]
</span><span class="cx">         RenderText {#text} at (0,0) size 82x18
</span><span class="cx">           text run at (0,0) width 82: &quot;Reverse Test&quot;
</span><span class="cx"> layer at (12,752) size 304x104 clip at (13,753) size 302x102 scrollWidth 601
</span><del>-  RenderTableCell {TD} at (2,52) size 305x4 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (2,52) size 304x4 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (2,-18) size 300x18 [bgcolor=#00FF00]
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 600x18 [bgcolor=#008000]
</span><span class="cx">         RenderText {#text} at (0,0) size 82x18
</span><span class="cx">           text run at (0,0) width 82: &quot;Stacked Test&quot;
</span><span class="cx"> layer at (318,858) size 304x104 clip at (319,859) size 302x102 scrollWidth 601
</span><del>-  RenderTableCell {TD} at (308,158) size 305x4 [bgcolor=#808080] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (308,158) size 304x4 [bgcolor=#808080] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (2,-18) size 300x18 [bgcolor=#00FF00]
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 600x18 [bgcolor=#008000]
</span><span class="cx">         RenderText {#text} at (0,0) size 52x18
</span><span class="cx">           text run at (0,0) width 52: &quot;Reverse&quot;
</span><span class="cx"> layer at (12,1006) size 604x104 clip at (13,1007) size 602x102
</span><del>-  RenderTableCell {TD} at (2,43) size 605x22 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (2,43) size 604x22 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (8,1446) size 300x100 scrollWidth 600
</span><del>-  RenderTableCell {DIV} at (0,41) size 301x18 [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {DIV} at (0,41) size 300x18 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (0,0) size 300x18
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 600x18 [bgcolor=#FFA500]
</span><span class="cx">         RenderText {#text} at (0,0) size 146x18
</span><span class="cx">           text run at (0,0) width 146: &quot;With display:table-cell&quot;
</span><span class="cx"> layer at (10,1720) size 605x107 clip at (13,1723) size 602x102
</span><del>-  RenderTableCell {TD} at (0,41) size 606x25 [bgcolor=#808080] [border: (3px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (0,41) size 605x25 [bgcolor=#808080] [border: (3px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (4,4) size 600x18 [bgcolor=#FFFF00]
</span><span class="cx">       RenderText {#text} at (0,0) size 219x18
</span><span class="cx">         text run at (0,0) width 219: &quot;Test with border-collapse:collapse&quot;
</span><span class="cx"> layer at (10,1868) size 605x107 clip at (13,1871) size 602x102
</span><del>-  RenderTableCell {TD} at (0,41) size 606x25 [border: (3px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (0,41) size 605x25 [border: (3px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (4,4) size 600x18 [bgcolor=#FFFF00]
</span><span class="cx">       RenderText {#text} at (0,0) size 276x18
</span><span class="cx">         text run at (0,0) width 276: &quot;Test with border-collapse:collapse no color&quot;
</span><span class="cx"> layer at (12,2018) size 304x104 clip at (13,2019) size 302x87 scrollWidth 601
</span><del>-  RenderTableCell {TD} at (2,44) size 305x20 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (2,44) size 304x20 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (2,-18) size 300x18 [bgcolor=#00FF00]
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 600x18 [bgcolor=#008000]
</span><span class="cx">         RenderText {#text} at (0,0) size 152x18
</span><span class="cx">           text run at (0,0) width 152: &quot;Test with overflow:auto&quot;
</span><span class="cx"> layer at (12,2166) size 319x104 clip at (13,2167) size 302x87 scrollWidth 601
</span><del>-  RenderTableCell {TD} at (2,44) size 320x20 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (2,44) size 319x20 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (2,-18) size 300x18 [bgcolor=#00FF00]
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 600x18 [bgcolor=#008000]
</span><span class="cx">         RenderText {#text} at (0,0) size 160x18
</span><span class="cx">           text run at (0,0) width 160: &quot;Test with overflow:scroll&quot;
</span><span class="cx"> layer at (10,2312) size 362x102 clip at (40,2342) size 302x27 scrollWidth 601
</span><del>-  RenderTableCell {TD} at (2,5) size 363x96 [bgcolor=#808080] [border: (30px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (2,5) size 362x96 [bgcolor=#808080] [border: (30px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (31,31) size 300x18 [bgcolor=#00FF00]
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 600x18 [bgcolor=#008000]
</span><span class="cx">         RenderText {#text} at (0,0) size 152x18
</span><span class="lines">@@ -204,7 +204,7 @@
</span><span class="cx">     RenderText {#text} at (0,0) size 130x18
</span><span class="cx">       text run at (0,0) width 130: &quot;With opacity on div.&quot;
</span><span class="cx"> layer at (12,308) size 604x104 clip at (13,309) size 602x102
</span><del>-  RenderTableCell {TD} at (2,43) size 605x22 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (2,43) size 604x22 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (2,2) size 600x18 [bgcolor=#00FFFF]
</span><span class="cx">       RenderText {#text} at (0,0) size 134x18
</span><span class="cx">         text run at (0,0) width 134: &quot;With opacity on cell.&quot;
</span><span class="lines">@@ -213,17 +213,17 @@
</span><span class="cx">     RenderText {#text} at (0,0) size 207x18
</span><span class="cx">       text run at (0,0) width 207: &quot;With relative positioning on div.&quot;
</span><span class="cx"> layer at (12,1154) size 604x104 clip at (13,1155) size 602x102
</span><del>-  RenderTableCell {TD} at (2,43) size 605x22 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (2,43) size 604x22 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (2,2) size 600x18 [bgcolor=#FFC0CB]
</span><span class="cx">       RenderText {#text} at (0,0) size 211x18
</span><span class="cx">         text run at (0,0) width 211: &quot;With relative positioning on cell.&quot;
</span><span class="cx"> layer at (112,1302) size 604x104 clip at (113,1303) size 602x102
</span><del>-  RenderTableCell {TD} at (2,43) size 605x22 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (2,43) size 604x22 [bgcolor=#808080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (2,2) size 600x18 [bgcolor=#FFC0CB]
</span><span class="cx">       RenderText {#text} at (0,0) size 297x18
</span><span class="cx">         text run at (0,0) width 297: &quot;With relative positioning and an offset on cell.&quot;
</span><span class="cx"> layer at (108,1582) size 300x100 scrollWidth 600
</span><del>-  RenderTableCell {DIV} at (0,41) size 301x18 [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {DIV} at (0,41) size 300x18 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (0,0) size 300x18
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 600x18 [bgcolor=#FFA500]
</span><span class="cx">         RenderText {#text} at (0,0) size 287x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablepercentheightsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/percent-heights-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/percent-heights-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/percent-heights-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -22,16 +22,16 @@
</span><span class="cx">               RenderText {#text} at (204,29) size 71x18
</span><span class="cx">                 text run at (204,29) width 71: &quot;Other cells&quot;
</span><span class="cx">               RenderBR {BR} at (274,43) size 1x0
</span><del>-              RenderText {#text} at (174,47) size 130x18
-                text run at (174,47) width 130: &quot;should be the height&quot;
-              RenderBR {BR} at (303,61) size 1x0
</del><ins>+              RenderText {#text} at (174,47) size 131x18
+                text run at (174,47) width 131: &quot;should be the height&quot;
+              RenderBR {BR} at (304,61) size 1x0
</ins><span class="cx">               RenderText {#text} at (205,65) size 69x18
</span><span class="cx">                 text run at (205,65) width 69: &quot;of this cell&quot;
</span><del>-            RenderTableCell {TD} at (478,18) size 44x58 [bgcolor=#006000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (478,18) size 45x58 [bgcolor=#006000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (11,11) size 22x36
</span><span class="cx">                 text run at (11,11) width 22: &quot;TD&quot;
</span><span class="cx">                 text run at (13,29) width 17: &quot;#2&quot;
</span><del>-            RenderTableCell {TD} at (521,18) size 45x58 [bgcolor=#00FFFF] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (522,18) size 44x58 [bgcolor=#00FFFF] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (11,11) size 22x36
</span><span class="cx">                 text run at (11,11) width 22: &quot;TD&quot;
</span><span class="cx">                 text run at (13,29) width 17: &quot;#3&quot;
</span><span class="lines">@@ -39,11 +39,11 @@
</span><span class="cx">               RenderText {#text} at (11,11) size 22x36
</span><span class="cx">                 text run at (11,11) width 22: &quot;TD&quot;
</span><span class="cx">                 text run at (13,29) width 17: &quot;#4&quot;
</span><del>-            RenderTableCell {TD} at (608,18) size 44x58 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (608,18) size 45x58 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (11,11) size 22x36
</span><span class="cx">                 text run at (11,11) width 22: &quot;TD&quot;
</span><span class="cx">                 text run at (13,29) width 17: &quot;#5&quot;
</span><del>-            RenderTableCell {TD} at (651,18) size 45x58 [bgcolor=#000080] [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (652,18) size 44x58 [bgcolor=#000080] [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (11,11) size 22x36
</span><span class="cx">                 text run at (11,11) width 22: &quot;TD&quot;
</span><span class="cx">                 text run at (13,29) width 17: &quot;#6&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablepercentwidthsstretchexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/percent-widths-stretch-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/percent-widths-stretch-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/percent-widths-stretch-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,40 +3,40 @@
</span><span class="cx"> layer at (0,0) size 800x96
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x96
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x80
</span><del>-      RenderTable {TABLE} at (0,0) size 102x4
-        RenderTableSection {TBODY} at (0,0) size 102x4
-          RenderTableRow {TR} at (0,0) size 102x4
-            RenderTableCell {TD} at (0,0) size 102x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 100x4
+        RenderTableSection {TBODY} at (0,0) size 100x4
+          RenderTableRow {TR} at (0,0) size 100x4
+            RenderTableCell {TD} at (0,0) size 100x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (0,4) size 51x4
-        RenderTableSection {TBODY} at (0,0) size 51x4
-          RenderTableRow {TR} at (0,0) size 51x4
-            RenderTableCell {TD} at (0,0) size 51x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,4) size 50x4
+        RenderTableSection {TBODY} at (0,0) size 50x4
+          RenderTableRow {TR} at (0,0) size 50x4
+            RenderTableCell {TD} at (0,0) size 50x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span><span class="cx">       RenderTable {TABLE} at (0,8) size 34x4
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 34x4
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 34x4
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 34x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (0,12) size 26x4
-        RenderTableSection {TBODY} at (0,0) size 26x4
-          RenderTableRow {TR} at (0,0) size 26x4
-            RenderTableCell {TD} at (0,0) size 26x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,12) size 25x4
+        RenderTableSection {TBODY} at (0,0) size 25x4
+          RenderTableRow {TR} at (0,0) size 25x4
+            RenderTableCell {TD} at (0,0) size 25x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (0,16) size 21x4
-        RenderTableSection {TBODY} at (0,0) size 21x4
-          RenderTableRow {TR} at (0,0) size 21x4
-            RenderTableCell {TD} at (0,0) size 21x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,16) size 20x4
+        RenderTableSection {TBODY} at (0,0) size 20x4
+          RenderTableRow {TR} at (0,0) size 20x4
+            RenderTableCell {TD} at (0,0) size 20x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (0,20) size 11x4
-        RenderTableSection {TBODY} at (0,0) size 11x4
-          RenderTableRow {TR} at (0,0) size 11x4
-            RenderTableCell {TD} at (0,0) size 11x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,20) size 10x4
+        RenderTableSection {TBODY} at (0,0) size 10x4
+          RenderTableRow {TR} at (0,0) size 10x4
+            RenderTableCell {TD} at (0,0) size 10x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (0,24) size 6x4
-        RenderTableSection {TBODY} at (0,0) size 6x4
-          RenderTableRow {TR} at (0,0) size 6x4
-            RenderTableCell {TD} at (0,0) size 6x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,24) size 5x4
+        RenderTableSection {TBODY} at (0,0) size 5x4
+          RenderTableRow {TR} at (0,0) size 5x4
+            RenderTableCell {TD} at (0,0) size 5x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span><span class="cx">       RenderTable {TABLE} at (0,28) size 4x4
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 4x4
</span><span class="lines">@@ -48,10 +48,10 @@
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 3x4
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 3x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (0,36) size 3x4
-        RenderTableSection {TBODY} at (0,0) size 3x4
-          RenderTableRow {TR} at (0,0) size 3x4
-            RenderTableCell {TD} at (0,0) size 3x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 2x4
+        RenderTableSection {TBODY} at (0,0) size 2x4
+          RenderTableRow {TR} at (0,0) size 2x4
+            RenderTableCell {TD} at (0,0) size 2x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span><span class="cx">       RenderTable {TABLE} at (0,40) size 2x4
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 2x4
</span><span class="lines">@@ -93,13 +93,13 @@
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 2x4
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 2x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (0,72) size 2x4
-        RenderTableSection {TBODY} at (0,0) size 2x4
-          RenderTableRow {TR} at (0,0) size 2x4
-            RenderTableCell {TD} at (0,0) size 2x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,72) size 1x4
+        RenderTableSection {TBODY} at (0,0) size 1x4
+          RenderTableRow {TR} at (0,0) size 1x4
+            RenderTableCell {TD} at (0,0) size 1x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (0,76) size 2x4
-        RenderTableSection {TBODY} at (0,0) size 2x4
-          RenderTableRow {TR} at (0,0) size 2x4
-            RenderTableCell {TD} at (0,0) size 2x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,76) size 1x4
+        RenderTableSection {TBODY} at (0,0) size 1x4
+          RenderTableRow {TR} at (0,0) size 1x4
+            RenderTableCell {TD} at (0,0) size 1x4 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 1x4 [bgcolor=#FFA500]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablepercentwidthsstretchverticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/percent-widths-stretch-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/percent-widths-stretch-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/percent-widths-stretch-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,40 +3,40 @@
</span><span class="cx"> layer at (704,0) size 96x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 96x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 80x584
</span><del>-      RenderTable {TABLE} at (0,0) size 4x102
-        RenderTableSection {TBODY} at (0,0) size 4x102
-          RenderTableRow {TR} at (0,0) size 4x102
-            RenderTableCell {TD} at (0,0) size 4x102 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 4x100
+        RenderTableSection {TBODY} at (0,0) size 4x100
+          RenderTableRow {TR} at (0,0) size 4x100
+            RenderTableCell {TD} at (0,0) size 4x100 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 4x1 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (4,0) size 4x51
-        RenderTableSection {TBODY} at (0,0) size 4x51
-          RenderTableRow {TR} at (0,0) size 4x51
-            RenderTableCell {TD} at (0,0) size 4x51 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (4,0) size 4x50
+        RenderTableSection {TBODY} at (0,0) size 4x50
+          RenderTableRow {TR} at (0,0) size 4x50
+            RenderTableCell {TD} at (0,0) size 4x50 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 4x1 [bgcolor=#FFA500]
</span><span class="cx">       RenderTable {TABLE} at (8,0) size 4x34
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 4x34
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 4x34
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 4x34 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (0,0) size 4x1 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (12,0) size 4x26
-        RenderTableSection {TBODY} at (0,0) size 4x26
-          RenderTableRow {TR} at (0,0) size 4x26
-            RenderTableCell {TD} at (0,0) size 4x26 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (12,0) size 4x25
+        RenderTableSection {TBODY} at (0,0) size 4x25
+          RenderTableRow {TR} at (0,0) size 4x25
+            RenderTableCell {TD} at (0,0) size 4x25 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 4x1 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (16,0) size 4x21
-        RenderTableSection {TBODY} at (0,0) size 4x21
-          RenderTableRow {TR} at (0,0) size 4x21
-            RenderTableCell {TD} at (0,0) size 4x21 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (16,0) size 4x20
+        RenderTableSection {TBODY} at (0,0) size 4x20
+          RenderTableRow {TR} at (0,0) size 4x20
+            RenderTableCell {TD} at (0,0) size 4x20 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 4x1 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (20,0) size 4x11
-        RenderTableSection {TBODY} at (0,0) size 4x11
-          RenderTableRow {TR} at (0,0) size 4x11
-            RenderTableCell {TD} at (0,0) size 4x11 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (20,0) size 4x10
+        RenderTableSection {TBODY} at (0,0) size 4x10
+          RenderTableRow {TR} at (0,0) size 4x10
+            RenderTableCell {TD} at (0,0) size 4x10 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 4x1 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (24,0) size 4x6
-        RenderTableSection {TBODY} at (0,0) size 4x6
-          RenderTableRow {TR} at (0,0) size 4x6
-            RenderTableCell {TD} at (0,0) size 4x6 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (24,0) size 4x5
+        RenderTableSection {TBODY} at (0,0) size 4x5
+          RenderTableRow {TR} at (0,0) size 4x5
+            RenderTableCell {TD} at (0,0) size 4x5 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 4x1 [bgcolor=#FFA500]
</span><span class="cx">       RenderTable {TABLE} at (28,0) size 4x4
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 4x4
</span><span class="lines">@@ -48,10 +48,10 @@
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 4x3
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 4x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (0,0) size 4x1 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (36,0) size 4x3
-        RenderTableSection {TBODY} at (0,0) size 4x3
-          RenderTableRow {TR} at (0,0) size 4x3
-            RenderTableCell {TD} at (0,0) size 4x3 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (36,0) size 4x2
+        RenderTableSection {TBODY} at (0,0) size 4x2
+          RenderTableRow {TR} at (0,0) size 4x2
+            RenderTableCell {TD} at (0,0) size 4x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 4x1 [bgcolor=#FFA500]
</span><span class="cx">       RenderTable {TABLE} at (40,0) size 4x2
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 4x2
</span><span class="lines">@@ -93,13 +93,13 @@
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 4x2
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 4x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (0,0) size 4x1 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (72,0) size 4x2
-        RenderTableSection {TBODY} at (0,0) size 4x2
-          RenderTableRow {TR} at (0,0) size 4x2
-            RenderTableCell {TD} at (0,0) size 4x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (72,0) size 4x1
+        RenderTableSection {TBODY} at (0,0) size 4x1
+          RenderTableRow {TR} at (0,0) size 4x1
+            RenderTableCell {TD} at (0,0) size 4x1 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 4x1 [bgcolor=#FFA500]
</span><del>-      RenderTable {TABLE} at (76,0) size 4x2
-        RenderTableSection {TBODY} at (0,0) size 4x2
-          RenderTableRow {TR} at (0,0) size 4x2
-            RenderTableCell {TD} at (0,0) size 4x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (76,0) size 4x1
+        RenderTableSection {TBODY} at (0,0) size 4x1
+          RenderTableRow {TR} at (0,0) size 4x1
+            RenderTableCell {TD} at (0,0) size 4x1 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 4x1 [bgcolor=#FFA500]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttableprependinanonymoustableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/prepend-in-anonymous-table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/prepend-in-anonymous-table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/prepend-in-anonymous-table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -23,13 +23,13 @@
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {DIV} at (0,80) size 769x0
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 769x0
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {PRE} at (0,93) size 769x15
</span><span class="cx">         RenderText {#text} at (0,0) size 250x15
</span><span class="cx">           text run at (0,0) width 250: &quot;Prepending inline to table-cell:&quot;
</span><span class="lines">@@ -39,14 +39,14 @@
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {DIV} at (0,121) size 769x0
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x0
</span><span class="cx">           RenderInline {DIV} at (0,0) size 0x0
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {PRE} at (0,134) size 769x15
</span><span class="cx">         RenderText {#text} at (0,0) size 281x15
</span><span class="cx">           text run at (0,0) width 281: &quot;Prepending table-cell to table-cell:&quot;
</span><span class="lines">@@ -54,14 +54,14 @@
</span><span class="cx">         RenderTable at (0,0) size 2x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 2x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 2x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {DIV} at (0,162) size 769x0
</span><span class="cx">         RenderTable at (0,0) size 2x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 2x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 2x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {PRE} at (0,175) size 769x15
</span><span class="cx">         RenderText {#text} at (0,0) size 274x15
</span><span class="cx">           text run at (0,0) width 274: &quot;Prepending table-row to table-cell:&quot;
</span><span class="lines">@@ -70,13 +70,13 @@
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow {DIV} at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {DIV} at (0,203) size 769x0
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow {DIV} at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {PRE} at (0,216) size 769x15
</span><span class="cx">         RenderText {#text} at (0,0) size 320x15
</span><span class="cx">           text run at (0,0) width 320: &quot;Prepending table-row-group to table-cell:&quot;
</span><span class="lines">@@ -85,13 +85,13 @@
</span><span class="cx">           RenderTableSection {DIV} at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {DIV} at (0,244) size 769x0
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection {DIV} at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {PRE} at (0,257) size 769x15
</span><span class="cx">         RenderText {#text} at (0,0) size 344x15
</span><span class="cx">           text run at (0,0) width 344: &quot;Prepending table-column-group to table-cell:&quot;
</span><span class="lines">@@ -100,13 +100,13 @@
</span><span class="cx">           RenderTableCol {DIV} at (0,0) size 0x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {DIV} at (0,285) size 769x0
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableCol {DIV} at (0,0) size 0x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {PRE} at (0,298) size 769x15
</span><span class="cx">         RenderText {#text} at (0,0) size 305x15
</span><span class="cx">           text run at (0,0) width 305: &quot;Prepending table-caption to table-cell:&quot;
</span><span class="lines">@@ -115,13 +115,13 @@
</span><span class="cx">           RenderBlock {DIV} at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {DIV} at (0,326) size 769x0
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderBlock {DIV} at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {PRE} at (0,339) size 769x15
</span><span class="cx">         RenderText {#text} at (0,0) size 235x15
</span><span class="cx">           text run at (0,0) width 235: &quot;Prepending block to table-row:&quot;
</span><span class="lines">@@ -157,13 +157,13 @@
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {DIV} at (0,0) size 1x0
</span><span class="cx">       RenderBlock {DIV} at (0,449) size 769x0
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {DIV} at (0,0) size 1x0
</span><span class="cx">       RenderBlock {PRE} at (0,462) size 769x15
</span><span class="cx">         RenderText {#text} at (0,0) size 266x15
</span><span class="lines">@@ -248,13 +248,13 @@
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">           RenderTableSection {DIV} at (0,0) size 1x0
</span><span class="cx">       RenderBlock {DIV} at (0,736) size 769x0
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">           RenderTableSection {DIV} at (0,0) size 1x0
</span><span class="cx">       RenderBlock {PRE} at (0,749) size 769x15
</span><span class="cx">         RenderText {#text} at (0,0) size 313x15
</span><span class="lines">@@ -333,13 +333,13 @@
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">           RenderTableCol {DIV} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,1023) size 769x0
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">           RenderTableCol {DIV} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {PRE} at (0,1036) size 769x15
</span><span class="cx">         RenderText {#text} at (0,0) size 336x15
</span><span class="lines">@@ -418,13 +418,13 @@
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">           RenderBlock {DIV} at (0,0) size 1x0
</span><span class="cx">       RenderBlock {DIV} at (0,1310) size 769x0
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">           RenderBlock {DIV} at (0,0) size 1x0
</span><span class="cx">       RenderBlock {PRE} at (0,1323) size 769x15
</span><span class="cx">         RenderText {#text} at (0,0) size 297x15
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablerelativepositioncontainmentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/relative-position-containment-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/relative-position-containment-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/relative-position-containment-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 540x18
</span><span class="cx">           text run at (0,0) width 540: &quot;Will be green if the relative positioned table cell properly acts as a containing block.&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 303x302 [border: (1px solid #000000)]
-        RenderTableSection {TBODY} at (1,1) size 301x300
-          RenderTableRow {TR} at (0,100) size 301x100
</del><ins>+      RenderTable {TABLE} at (0,18) size 302x302 [border: (1px solid #000000)]
+        RenderTableSection {TBODY} at (1,1) size 300x300
+          RenderTableRow {TR} at (0,100) size 300x100
</ins><span class="cx"> layer at (109,127) size 100x100
</span><del>-  RenderTableCell {TD} at (100,150) size 101x0 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (100,150) size 100x0 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (109,127) size 100x100
</span><span class="cx">   RenderBlock (positioned) {DIV} at (0,-50) size 100x100 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablerelativepositionoffsetsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/relative-position-offsets-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/relative-position-offsets-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/relative-position-offsets-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 370x18
</span><span class="cx">           text run at (0,0) width 370: &quot;Will be green if relative positioning offsets are supported:&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 101x200
-        RenderTableSection {TBODY} at (0,0) size 101x200
-          RenderTableRow {TR} at (0,0) size 101x100
-            RenderTableCell {TD} at (0,50) size 101x0 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-          RenderTableRow {TR} at (0,100) size 101x100
</del><ins>+      RenderTable {TABLE} at (0,18) size 100x200
+        RenderTableSection {TBODY} at (0,0) size 100x200
+          RenderTableRow {TR} at (0,0) size 100x100
+            RenderTableCell {TD} at (0,50) size 100x0 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+          RenderTableRow {TR} at (0,100) size 100x100
</ins><span class="cx"> layer at (8,26) size 100x100
</span><del>-  RenderTableCell {TD} at (0,150) size 101x0 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (0,150) size 100x0 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablerelativepositionstackingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/relative-position-stacking-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/relative-position-stacking-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/relative-position-stacking-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,12 +6,12 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 372x18
</span><span class="cx">           text run at (0,0) width 372: &quot;Will be green if relative positioning stacking is supported:&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 101x100
-        RenderTableSection {TBODY} at (0,0) size 101x100
-          RenderTableRow {TR} at (0,0) size 101x0
-          RenderTableRow {TR} at (0,0) size 101x100
-            RenderTableCell {TD} at (0,50) size 101x0 [bgcolor=#FF0000] [r=1 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,18) size 100x100
+        RenderTableSection {TBODY} at (0,0) size 100x100
+          RenderTableRow {TR} at (0,0) size 100x0
+          RenderTableRow {TR} at (0,0) size 100x100
+            RenderTableCell {TD} at (0,50) size 100x0 [bgcolor=#FF0000] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (8,26) size 100x0
</span><del>-  RenderTableCell {TD} at (0,0) size 101x0 [r=0 c=0 rs=1 cs=1]
-    RenderBlock {DIV} at (0,0) size 101x0
</del><ins>+  RenderTableCell {TD} at (0,0) size 100x0 [r=0 c=0 rs=1 cs=1]
+    RenderBlock {DIV} at (0,0) size 100x0
</ins><span class="cx">       RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablereplacedpercentheightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/replaced-percent-height-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/replaced-percent-height-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/replaced-percent-height-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,20 +3,20 @@
</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 611x206
-        RenderTableSection {TBODY} at (0,0) size 611x206
-          RenderTableRow {TR} at (0,2) size 611x202
-            RenderTableCell {TD} at (2,93) size 403x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 610x206
+        RenderTableSection {TBODY} at (0,0) size 610x206
+          RenderTableRow {TR} at (0,2) size 610x202
+            RenderTableCell {TD} at (2,93) size 402x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 400x18 [bgcolor=#008000]
</span><span class="cx">                 RenderText {#text} at (0,0) size 143x18
</span><span class="cx">                   text run at (0,0) width 143: &quot;This div does not flex.&quot;
</span><del>-            RenderTableCell {TD} at (406,2) size 203x202 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (406,2) size 202x202 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 200x200
</span><span class="cx">       RenderBlock {P} at (0,222) size 784x0
</span><del>-      RenderTable {TABLE} at (0,222) size 611x206
-        RenderTableSection {TBODY} at (0,0) size 611x206
-          RenderTableRow {TR} at (0,2) size 611x202
-            RenderTableCell {TD} at (2,2) size 403x202 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,222) size 610x206
+        RenderTableSection {TBODY} at (0,0) size 610x206
+          RenderTableRow {TR} at (0,2) size 610x202
+            RenderTableCell {TD} at (2,2) size 402x202 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 400x200 [bgcolor=#008000]
</span><del>-            RenderTableCell {TD} at (406,2) size 203x202 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (406,2) size 202x202 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 200x200
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablerowheightrecalcexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/row-height-recalc-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/row-height-recalc-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/row-height-recalc-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,10 +16,10 @@
</span><span class="cx">         RenderText {#text} at (727,0) size 5x18
</span><span class="cx">           text run at (727,0) width 5: &quot;.&quot;
</span><span class="cx">       RenderBlock {HR} at (0,34) size 784x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,44) size 101x100
-        RenderTableSection {TBODY} at (0,0) size 101x100
-          RenderTableRow {TR} at (0,0) size 101x0 [bgcolor=#FF0000]
-            RenderTableCell {TD} at (0,0) size 51x0 [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (50,0) size 51x0 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,0) size 101x100 [bgcolor=#008000]
-            RenderTableCell {TD} at (0,50) size 101x0 [r=1 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,44) size 100x100
+        RenderTableSection {TBODY} at (0,0) size 100x100
+          RenderTableRow {TR} at (0,0) size 100x0 [bgcolor=#FF0000]
+            RenderTableCell {TD} at (0,0) size 50x0 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (50,0) size 50x0 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,0) size 100x100 [bgcolor=#008000]
+            RenderTableCell {TD} at (0,50) size 100x0 [r=1 c=0 rs=1 cs=2]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablerowspanpaintorderexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/rowspan-paint-order-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/rowspan-paint-order-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/rowspan-paint-order-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx">             RenderTableCell {TD} at (439,19) size 303x21 [bgcolor=#000000] [border: (1px inset #808080)] [r=0 c=12 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 4x19
</span><span class="cx">                 text run at (1,2) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (741,20) size 39x56 [bgcolor=#AAAAAA] [border: (1px inset #808080)] [r=0 c=13 rs=3 cs=1]
</del><ins>+            RenderTableCell {TD} at (741,20) size 40x56 [bgcolor=#AAAAAA] [border: (1px inset #808080)] [r=0 c=13 rs=3 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 37x54
</span><span class="cx">                 text run at (1,1) width 37: &quot;Right&quot;
</span><span class="cx">                 text run at (24,19) width 14: &quot;(3&quot;
</span><span class="lines">@@ -54,6 +54,6 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 4x19
</span><span class="cx">                 text run at (1,2) width 4: &quot; &quot;
</span><span class="cx">           RenderTableRow {TR} at (0,59) size 780x37
</span><del>-            RenderTableCell {TD} at (38,67) size 742x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=13]
</del><ins>+            RenderTableCell {TD} at (38,67) size 743x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=13]
</ins><span class="cx">               RenderText {#text} at (465,1) size 276x19
</span><span class="cx">                 text run at (465,2) width 276: &quot;Bottom Row Overlaps with the Right Cell!&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablerowspanpaintorderverticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/rowspan-paint-order-vertical-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/rowspan-paint-order-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/rowspan-paint-order-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,7 +14,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,61) size 67x177 [bgcolor=#000000] [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (24,-23) size 19x5
</span><span class="cx">                 text run at (24,-22) width 5: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (0,260) size 38x56 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=10]
</del><ins>+            RenderTableCell {TD} at (0,261) size 38x54 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=10]
</ins><span class="cx">               RenderText {#text} at (1,3) size 36x48
</span><span class="cx">                 text run at (1,3) width 47: &quot;Middle&quot;
</span><span class="cx">                 text run at (19,3) width 48: &quot;(1 row)&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablesimple_paintexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/simple_paint-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/simple_paint-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/simple_paint-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,35 +3,35 @@
</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 (0,0) size 800x600
</span><del>-      RenderTable {TABLE} at (0,0) size 317x301 [bgcolor=#008000] [border: none]
-        RenderTableSection {TBODY} at (0,0) size 316x300
-          RenderTableRow {TR} at (0,0) size 316x60
-            RenderTableCell {TD} at (0,28) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (63,28) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (126,28) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
-            RenderTableCell {TD} at (189,28) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
-            RenderTableCell {TD} at (252,28) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
-          RenderTableRow {TR} at (0,60) size 316x60
-            RenderTableCell {TD} at (0,88) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (63,88) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (126,88) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
-            RenderTableCell {TD} at (189,88) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
-            RenderTableCell {TD} at (252,88) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
-          RenderTableRow {TR} at (0,120) size 316x60
-            RenderTableCell {TD} at (0,148) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (63,148) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (126,148) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
-            RenderTableCell {TD} at (189,148) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
-            RenderTableCell {TD} at (252,148) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
-          RenderTableRow {TR} at (0,180) size 316x60
-            RenderTableCell {TD} at (0,208) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (63,208) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (126,208) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
-            RenderTableCell {TD} at (189,208) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
-            RenderTableCell {TD} at (252,208) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
-          RenderTableRow {TR} at (0,240) size 316x60
-            RenderTableCell {TD} at (0,268) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (63,268) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (126,268) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
-            RenderTableCell {TD} at (189,268) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=4 c=3 rs=1 cs=1]
-            RenderTableCell {TD} at (252,268) size 64x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=4 c=4 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 316x301 [bgcolor=#008000] [border: none]
+        RenderTableSection {TBODY} at (0,0) size 315x300
+          RenderTableRow {TR} at (0,0) size 315x60
+            RenderTableCell {TD} at (0,28) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (63,28) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (126,28) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (189,28) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
+            RenderTableCell {TD} at (252,28) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
+          RenderTableRow {TR} at (0,60) size 315x60
+            RenderTableCell {TD} at (0,88) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (63,88) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (126,88) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (189,88) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
+            RenderTableCell {TD} at (252,88) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
+          RenderTableRow {TR} at (0,120) size 315x60
+            RenderTableCell {TD} at (0,148) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (63,148) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (126,148) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (189,148) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
+            RenderTableCell {TD} at (252,148) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
+          RenderTableRow {TR} at (0,180) size 315x60
+            RenderTableCell {TD} at (0,208) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (63,208) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (126,208) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (189,208) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
+            RenderTableCell {TD} at (252,208) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
+          RenderTableRow {TR} at (0,240) size 315x60
+            RenderTableCell {TD} at (0,268) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (63,268) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (126,268) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (189,268) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=4 c=3 rs=1 cs=1]
+            RenderTableCell {TD} at (252,268) size 63x4 [bgcolor=#008000] [border: (1px solid #000000)] [r=4 c=4 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablespanOverlapRepaintexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx">               RenderTable {TABLE} at (1,1) size 159x35 [border: (2px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (2,2) size 155x31
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 155x27
</span><del>-                    RenderTableCell {TD} at (2,13) size 5x5 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (2,13) size 4x5 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                     RenderTableCell {TD} at (8,2) size 145x27 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                       RenderTextControl {INPUT} at (4,4) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><span class="cx">                       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablestalegridcrashexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/stale-grid-crash-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/stale-grid-crash-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/stale-grid-crash-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -21,8 +21,8 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,68) size 784x1
</span><span class="cx">         RenderImage {IMG} at (0,0) size 1x1
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,69) size 3x2
-        RenderTableSection {TBODY} at (0,0) size 3x2
-          RenderTableRow {TR} at (0,0) size 3x0
-          RenderTableRow {TR} at (0,0) size 3x2
-            RenderTableCell {TD} at (0,0) size 3x2 [r=1 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,69) size 2x2
+        RenderTableSection {TBODY} at (0,0) size 2x2
+          RenderTableRow {TR} at (0,0) size 2x0
+          RenderTableRow {TR} at (0,0) size 2x2
+            RenderTableCell {TD} at (0,0) size 2x2 [r=1 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletableanonymouscellbugexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-anonymous-cell-bug-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-anonymous-cell-bug-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-anonymous-cell-bug-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</span><span class="cx"> layer at (0,0) size 800x66
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x66
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x50
</span><del>-      RenderTable {DIV} at (0,0) size 151x50
-        RenderTableSection {DIV} at (0,0) size 151x50
-          RenderTableRow {DIV} at (0,0) size 151x50
</del><ins>+      RenderTable {DIV} at (0,0) size 150x50
+        RenderTableSection {DIV} at (0,0) size 150x50
+          RenderTableRow {DIV} at (0,0) size 150x50
</ins><span class="cx">             RenderTableCell {DIV} at (0,0) size 50x0 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell (anonymous) at (50,0) size 51x50 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell (anonymous) at (50,0) size 50x50 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#008000]
</span><del>-            RenderTableCell {DIV} at (100,0) size 51x0 [bgcolor=#0000FF] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {DIV} at (100,0) size 50x0 [bgcolor=#0000FF] [r=0 c=2 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletableanonymousrowbugexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-anonymous-row-bug-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-anonymous-row-bug-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-anonymous-row-bug-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,12 +3,12 @@
</span><span class="cx"> layer at (0,0) size 800x166
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x166
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x150
</span><del>-      RenderTable {DIV} at (0,0) size 51x150
-        RenderTableSection (anonymous) at (0,0) size 51x150
-          RenderTableRow {DIV} at (0,0) size 51x50
-            RenderTableCell {DIV} at (0,0) size 51x0 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
-          RenderTableRow (anonymous) at (0,50) size 51x50
-            RenderTableCell (anonymous) at (0,50) size 51x50 [r=1 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,0) size 50x150
+        RenderTableSection (anonymous) at (0,0) size 50x150
+          RenderTableRow {DIV} at (0,0) size 50x50
+            RenderTableCell {DIV} at (0,0) size 50x0 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
+          RenderTableRow (anonymous) at (0,50) size 50x50
+            RenderTableCell (anonymous) at (0,50) size 50x50 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#008000]
</span><del>-          RenderTableRow {DIV} at (0,100) size 51x50
-            RenderTableCell {DIV} at (0,100) size 51x0 [bgcolor=#0000FF] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {DIV} at (0,100) size 50x50
+            RenderTableCell {DIV} at (0,100) size 50x0 [bgcolor=#0000FF] [r=2 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletableanonymoussectionbugexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-anonymous-section-bug-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-anonymous-section-bug-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-anonymous-section-bug-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</span><span class="cx"> layer at (0,0) size 800x66
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x66
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x50
</span><del>-      RenderTable {DIV} at (0,0) size 51x50
-        RenderTableSection {DIV} at (0,0) size 51x0
-        RenderTableSection (anonymous) at (0,0) size 51x50
-          RenderTableRow (anonymous) at (0,0) size 51x50
-            RenderTableCell (anonymous) at (0,0) size 51x50 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,0) size 50x50
+        RenderTableSection {DIV} at (0,0) size 50x0
+        RenderTableSection (anonymous) at (0,0) size 50x50
+          RenderTableRow (anonymous) at (0,0) size 50x50
+            RenderTableCell (anonymous) at (0,0) size 50x50 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#008000]
</span><del>-        RenderTableSection {DIV} at (0,50) size 51x0
</del><ins>+        RenderTableSection {DIV} at (0,50) size 50x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletablebeforechildstyleupdateexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-before-child-style-update-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-before-child-style-update-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-before-child-style-update-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,10 +4,10 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x256 [color=#008000]
</span><del>-        RenderTable at (0,0) size 513x128 [color=#0000FF]
-          RenderTableSection (anonymous) at (0,0) size 513x128
-            RenderTableRow (anonymous) at (0,0) size 513x128
-              RenderTableCell (anonymous) at (0,0) size 513x128 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,0) size 512x128 [color=#0000FF]
+          RenderTableSection (anonymous) at (0,0) size 512x128
+            RenderTableRow (anonymous) at (0,0) size 512x128
+              RenderTableCell (anonymous) at (0,0) size 512x128 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 512x128
</span><span class="cx">                   text run at (0,0) width 512: &quot;ABCD&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,128) size 784x128
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletablecellbeforeaftercontentaroundtableblockexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-cell-before-after-content-around-table-block-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-cell-before-after-content-around-table-block-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-cell-before-after-content-around-table-block-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,18 +4,18 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x64
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x48 [color=#0000FF]
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x48
</span><del>-        RenderTable at (0,0) size 65x16
-          RenderTableSection (anonymous) at (0,0) size 65x16
-            RenderTableRow (anonymous) at (0,0) size 65x16
-              RenderTableCell (anonymous) at (0,0) size 65x16 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,0) size 64x16
+          RenderTableSection (anonymous) at (0,0) size 64x16
+            RenderTableRow (anonymous) at (0,0) size 64x16
+              RenderTableCell (anonymous) at (0,0) size 64x16 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 64x16
</span><span class="cx">                   text run at (0,0) width 64: &quot;ABCD&quot;
</span><span class="cx">         RenderBlock {DIV} at (0,16) size 784x16
</span><span class="cx">           RenderText {#text} at (0,0) size 64x16
</span><span class="cx">             text run at (0,0) width 64: &quot;1234&quot;
</span><del>-        RenderTable at (0,32) size 65x16
-          RenderTableSection (anonymous) at (0,0) size 65x16
-            RenderTableRow (anonymous) at (0,0) size 65x16
-              RenderTableCell (anonymous) at (0,0) size 65x16 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,32) size 64x16
+          RenderTableSection (anonymous) at (0,0) size 64x16
+            RenderTableRow (anonymous) at (0,0) size 64x16
+              RenderTableCell (anonymous) at (0,0) size 64x16 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 64x16
</span><span class="cx">                   text run at (0,0) width 64: &quot;EFGH&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletablecellbeforeaftercontentaroundtableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-cell-before-after-content-around-table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-cell-before-after-content-around-table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-cell-before-after-content-around-table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,21 +4,21 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x64
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x48 [color=#0000FF]
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x48
</span><del>-        RenderTable at (0,0) size 65x16
-          RenderTableSection (anonymous) at (0,0) size 65x16
-            RenderTableRow (anonymous) at (0,0) size 65x16
-              RenderTableCell (anonymous) at (0,0) size 65x16 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,0) size 64x16
+          RenderTableSection (anonymous) at (0,0) size 64x16
+            RenderTableRow (anonymous) at (0,0) size 64x16
+              RenderTableCell (anonymous) at (0,0) size 64x16 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 64x16
</span><span class="cx">                   text run at (0,0) width 64: &quot;ABCD&quot;
</span><del>-        RenderTable {DIV} at (0,16) size 65x16
-          RenderTableSection (anonymous) at (0,0) size 65x16
-            RenderTableRow (anonymous) at (0,0) size 65x16
-              RenderTableCell (anonymous) at (0,0) size 65x16 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {DIV} at (0,16) size 64x16
+          RenderTableSection (anonymous) at (0,0) size 64x16
+            RenderTableRow (anonymous) at (0,0) size 64x16
+              RenderTableCell (anonymous) at (0,0) size 64x16 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 64x16
</span><span class="cx">                   text run at (0,0) width 64: &quot;1234&quot;
</span><del>-        RenderTable at (0,32) size 65x16
-          RenderTableSection (anonymous) at (0,0) size 65x16
-            RenderTableRow (anonymous) at (0,0) size 65x16
-              RenderTableCell (anonymous) at (0,0) size 65x16 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,32) size 64x16
+          RenderTableSection (anonymous) at (0,0) size 64x16
+            RenderTableRow (anonymous) at (0,0) size 64x16
+              RenderTableCell (anonymous) at (0,0) size 64x16 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 64x16
</span><span class="cx">                   text run at (0,0) width 64: &quot;EFGH&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletablecellbeforeaftercontentaroundtablerowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-cell-before-after-content-around-table-row-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-cell-before-after-content-around-table-row-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-cell-before-after-content-around-table-row-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,17 +3,17 @@
</span><span class="cx"> layer at (0,0) size 800x64
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x64
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x48 [color=#0000FF]
</span><del>-      RenderTable {DIV} at (0,0) size 65x48
-        RenderTableSection (anonymous) at (0,0) size 65x48
-          RenderTableRow (anonymous) at (0,0) size 65x16
-            RenderTableCell (anonymous) at (0,0) size 65x16 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,0) size 64x48
+        RenderTableSection (anonymous) at (0,0) size 64x48
+          RenderTableRow (anonymous) at (0,0) size 64x16
+            RenderTableCell (anonymous) at (0,0) size 64x16 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText at (0,0) size 64x16
</span><span class="cx">                 text run at (0,0) width 64: &quot;ABCD&quot;
</span><del>-          RenderTableRow {DIV} at (0,16) size 65x16
-            RenderTableCell (anonymous) at (0,16) size 65x16 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {DIV} at (0,16) size 64x16
+            RenderTableCell (anonymous) at (0,16) size 64x16 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 64x16
</span><span class="cx">                 text run at (0,0) width 64: &quot;1234&quot;
</span><del>-          RenderTableRow (anonymous) at (0,32) size 65x16
-            RenderTableCell (anonymous) at (0,32) size 65x16 [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow (anonymous) at (0,32) size 64x16
+            RenderTableCell (anonymous) at (0,32) size 64x16 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText at (0,0) size 64x16
</span><span class="cx">                 text run at (0,0) width 64: &quot;EFGH&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletablecellbeforechildintableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-cell-before-child-in-table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-cell-before-child-in-table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-cell-before-child-in-table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 {DIV} at (0,0) size 213x94 [color=#FF0000] [border: (3px solid #008000)]
-        RenderTableSection (anonymous) at (19,19) size 175x56
-          RenderTableRow (anonymous) at (0,0) size 175x56
</del><ins>+      RenderTable {DIV} at (0,0) size 212x94 [color=#FF0000] [border: (3px solid #008000)]
+        RenderTableSection (anonymous) at (19,19) size 174x56
+          RenderTableRow (anonymous) at (0,0) size 174x56
</ins><span class="cx">             RenderTableCell (anonymous) at (0,0) size 100x56 [border: (3px solid #0000FF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText at (19,19) size 62x18
</span><span class="cx">                 text run at (19,19) width 62: &quot;BEFORE&quot;
</span><del>-            RenderTableCell (anonymous) at (99,19) size 76x18 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell (anonymous) at (99,19) size 75x18 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderInline {SPAN} at (0,0) size 75x18
</span><span class="cx">                 RenderText {#text} at (0,0) size 75x18
</span><span class="cx">                   text run at (0,0) width 75: &quot;CONTENT&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletablecellsplitexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-cell-split-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-cell-split-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-cell-split-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,9 +7,9 @@
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">         RenderBlock {DIV} at (0,0) size 784x0
</span><span class="cx">         RenderTable at (0,0) size 1x0
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 1x0
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 1x0
</span><del>-              RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletabledisplaytypesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-display-types-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-display-types-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-display-types-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -143,10 +143,10 @@
</span><span class="cx">                       RenderTableCell {TD} at (44,2) size 42x20 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                         RenderText {#text} at (1,1) size 39x18
</span><span class="cx">                           text run at (1,1) width 39: &quot;Cell 4&quot;
</span><del>-      RenderTable at (0,366) size 303x200
-        RenderTableSection (anonymous) at (0,0) size 303x200
-          RenderTableRow (anonymous) at (0,0) size 303x200
-            RenderTableCell {P} at (0,0) size 303x200 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable at (0,366) size 302x200
+        RenderTableSection (anonymous) at (0,0) size 302x200
+          RenderTableRow (anonymous) at (0,0) size 302x200
+            RenderTableCell {P} at (0,0) size 302x200 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 300x198
</span><span class="cx">                 text run at (1,1) width 259: &quot;Lorem ipsum dolor sit amet, consectetur&quot;
</span><span class="cx">                 text run at (1,19) width 252: &quot;adipisicing elit, sed do eiusmod tempor&quot;
</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 (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-display-types-strict-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-display-types-strict-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -125,10 +125,10 @@
</span><span class="cx">                         RenderTableCell {TD} at (44,2) size 42x20 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                           RenderText {#text} at (1,1) size 39x18
</span><span class="cx">                             text run at (1,1) width 39: &quot;Cell 4&quot;
</span><del>-      RenderTable at (0,274) size 303x200
-        RenderTableSection (anonymous) at (0,0) size 303x200
-          RenderTableRow (anonymous) at (0,0) size 303x200
-            RenderTableCell {P} at (0,0) size 303x200 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable at (0,274) size 302x200
+        RenderTableSection (anonymous) at (0,0) size 302x200
+          RenderTableRow (anonymous) at (0,0) size 302x200
+            RenderTableCell {P} at (0,0) size 302x200 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 300x198
</span><span class="cx">                 text run at (1,1) width 259: &quot;Lorem ipsum dolor sit amet, consectetur&quot;
</span><span class="cx">                 text run at (1,19) width 252: &quot;adipisicing elit, sed do eiusmod tempor&quot;
</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 (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-display-types-vertical-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-display-types-vertical-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -143,10 +143,10 @@
</span><span class="cx">                       RenderTableCell {TD} at (2,44) size 20x42 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                         RenderText {#text} at (1,1) size 18x39
</span><span class="cx">                           text run at (1,1) width 39: &quot;Cell 4&quot;
</span><del>-      RenderTable at (0,588) size 103x633
-        RenderTableSection (anonymous) at (0,0) size 103x632
-          RenderTableRow (anonymous) at (0,0) size 103x632
-            RenderTableCell {P} at (0,0) size 103x632 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable at (0,588) size 102x633
+        RenderTableSection (anonymous) at (0,0) size 102x632
+          RenderTableRow (anonymous) at (0,0) size 102x632
+            RenderTableCell {P} at (0,0) size 102x632 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 100x630
</span><span class="cx">                 text run at (1,1) width 86: &quot;Lorem ipsum&quot;
</span><span class="cx">                 text run at (1,19) width 92: &quot;dolor sit amet,&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletableinsertbeforenonanonymousblockexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-insert-before-non-anonymous-block-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-insert-before-non-anonymous-block-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-insert-before-non-anonymous-block-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,53 +3,53 @@
</span><span class="cx"> layer at (0,0) size 800x466
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x466
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x450
</span><del>-      RenderTable {DIV} at (0,0) size 101x50
-        RenderTableSection (anonymous) at (0,0) size 101x50
-          RenderTableRow (anonymous) at (0,0) size 101x50
-            RenderTableCell {DIV} at (0,0) size 51x0 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {DIV} at (50,0) size 51x0 [bgcolor=#0000FF] [r=0 c=1 rs=1 cs=1]
-        RenderTableSection {DIV} at (0,50) size 101x0
-      RenderTable {DIV} at (0,50) size 101x50
-        RenderTableSection (anonymous) at (0,0) size 101x50
-          RenderTableRow (anonymous) at (0,0) size 101x50
-            RenderTableCell {DIV} at (0,0) size 51x0 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {DIV} at (50,0) size 51x0 [bgcolor=#0000FF] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {DIV} at (0,50) size 101x0
-      RenderTable {DIV} at (0,100) size 101x50
-        RenderTableSection (anonymous) at (0,0) size 101x50
-          RenderTableRow (anonymous) at (0,0) size 101x50
-            RenderTableCell {DIV} at (0,0) size 51x0 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {DIV} at (50,0) size 51x0 [bgcolor=#0000FF] [r=0 c=1 rs=1 cs=1]
-        RenderBlock {DIV} at (0,0) size 101x0
-      RenderTable {DIV} at (0,150) size 101x50
-        RenderTableSection (anonymous) at (0,0) size 101x50
-          RenderTableRow (anonymous) at (0,0) size 101x50
-            RenderTableCell {DIV} at (0,0) size 51x0 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {DIV} at (50,0) size 51x0 [bgcolor=#0000FF] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,0) size 100x50
+        RenderTableSection (anonymous) at (0,0) size 100x50
+          RenderTableRow (anonymous) at (0,0) size 100x50
+            RenderTableCell {DIV} at (0,0) size 50x0 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {DIV} at (50,0) size 50x0 [bgcolor=#0000FF] [r=0 c=1 rs=1 cs=1]
+        RenderTableSection {DIV} at (0,50) size 100x0
+      RenderTable {DIV} at (0,50) size 100x50
+        RenderTableSection (anonymous) at (0,0) size 100x50
+          RenderTableRow (anonymous) at (0,0) size 100x50
+            RenderTableCell {DIV} at (0,0) size 50x0 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {DIV} at (50,0) size 50x0 [bgcolor=#0000FF] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {DIV} at (0,50) size 100x0
+      RenderTable {DIV} at (0,100) size 100x50
+        RenderTableSection (anonymous) at (0,0) size 100x50
+          RenderTableRow (anonymous) at (0,0) size 100x50
+            RenderTableCell {DIV} at (0,0) size 50x0 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {DIV} at (50,0) size 50x0 [bgcolor=#0000FF] [r=0 c=1 rs=1 cs=1]
+        RenderBlock {DIV} at (0,0) size 100x0
+      RenderTable {DIV} at (0,150) size 100x50
+        RenderTableSection (anonymous) at (0,0) size 100x50
+          RenderTableRow (anonymous) at (0,0) size 100x50
+            RenderTableCell {DIV} at (0,0) size 50x0 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {DIV} at (50,0) size 50x0 [bgcolor=#0000FF] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">         RenderTableCol {DIV} at (0,0) size 0x0
</span><del>-      RenderTable {DIV} at (0,200) size 51x50
-        RenderTableSection (anonymous) at (0,0) size 51x50
-          RenderTableRow (anonymous) at (0,0) size 51x50
-            RenderTableCell {DIV} at (0,0) size 51x0 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
-          RenderTableRow {DIV} at (0,50) size 51x0
-        RenderTableSection {DIV} at (0,50) size 51x0
-      RenderTable {DIV} at (0,250) size 101x50
</del><ins>+      RenderTable {DIV} at (0,200) size 50x50
+        RenderTableSection (anonymous) at (0,0) size 50x50
+          RenderTableRow (anonymous) at (0,0) size 50x50
+            RenderTableCell {DIV} at (0,0) size 50x0 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
+          RenderTableRow {DIV} at (0,50) size 50x0
+        RenderTableSection {DIV} at (0,50) size 50x0
+      RenderTable {DIV} at (0,250) size 100x50
+        RenderTableSection (anonymous) at (0,0) size 100x50
+          RenderTableRow (anonymous) at (0,0) size 100x50
+            RenderTableCell {DIV} at (0,0) size 50x0 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {DIV} at (50,0) size 50x0 [bgcolor=#0000FF] [r=0 c=1 rs=1 cs=1]
+        RenderTableCol {DIV} at (0,0) size 0x0
+      RenderTable {DIV} at (0,300) size 101x50
</ins><span class="cx">         RenderTableSection (anonymous) at (0,0) size 101x50
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 101x50
</span><del>-            RenderTableCell {DIV} at (0,0) size 51x0 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {DIV} at (50,0) size 51x0 [bgcolor=#0000FF] [r=0 c=1 rs=1 cs=1]
-        RenderTableCol {DIV} at (0,0) size 0x0
-      RenderTable {DIV} at (0,300) size 102x50
-        RenderTableSection (anonymous) at (0,0) size 102x50
-          RenderTableRow (anonymous) at (0,0) size 102x50
</del><span class="cx">             RenderTableCell {DIV} at (0,0) size 50x0 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">             RenderTableCell {DIV} at (50,0) size 50x0 [bgcolor=#0000FF] [r=0 c=1 rs=1 cs=1]
</span><del>-            RenderTableCell (anonymous) at (100,0) size 2x0 [r=0 c=2 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 2x0
-      RenderTable {DIV} at (0,350) size 101x100
-        RenderTableSection (anonymous) at (0,0) size 101x100
-          RenderTableRow (anonymous) at (0,0) size 101x100
-            RenderTableCell (anonymous) at (0,0) size 51x100 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell (anonymous) at (100,0) size 1x0 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 1x0
+      RenderTable {DIV} at (0,350) size 100x100
+        RenderTableSection (anonymous) at (0,0) size 100x100
+          RenderTableRow (anonymous) at (0,0) size 100x100
+            RenderTableCell (anonymous) at (0,0) size 50x100 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#0000FF]
</span><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#0000FF]
</span><del>-            RenderTableCell {DIV} at (50,0) size 51x0 [bgcolor=#0000FF] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {DIV} at (50,0) size 50x0 [bgcolor=#0000FF] [r=0 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletablerowbeforeaftercontentaroundblockexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-row-before-after-content-around-block-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-row-before-after-content-around-block-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-row-before-after-content-around-block-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,18 +4,18 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x64
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x48 [color=#0000FF]
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x48
</span><del>-        RenderTable at (0,0) size 65x16
-          RenderTableSection (anonymous) at (0,0) size 65x16
-            RenderTableRow (anonymous) at (0,0) size 65x16
-              RenderTableCell (anonymous) at (0,0) size 65x16 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,0) size 64x16
+          RenderTableSection (anonymous) at (0,0) size 64x16
+            RenderTableRow (anonymous) at (0,0) size 64x16
+              RenderTableCell (anonymous) at (0,0) size 64x16 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 64x16
</span><span class="cx">                   text run at (0,0) width 64: &quot;ABCD&quot;
</span><span class="cx">         RenderBlock {DIV} at (0,16) size 784x16
</span><span class="cx">           RenderText {#text} at (0,0) size 64x16
</span><span class="cx">             text run at (0,0) width 64: &quot;1234&quot;
</span><del>-        RenderTable at (0,32) size 65x16
-          RenderTableSection (anonymous) at (0,0) size 65x16
-            RenderTableRow (anonymous) at (0,0) size 65x16
-              RenderTableCell (anonymous) at (0,0) size 65x16 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,32) size 64x16
+          RenderTableSection (anonymous) at (0,0) size 64x16
+            RenderTableRow (anonymous) at (0,0) size 64x16
+              RenderTableCell (anonymous) at (0,0) size 64x16 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 64x16
</span><span class="cx">                   text run at (0,0) width 64: &quot;EFGH&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletablerowbeforeaftercontentaroundtablecellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-row-before-after-content-around-table-cell-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-row-before-after-content-around-table-cell-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-row-before-after-content-around-table-cell-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,17 +4,17 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x116
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x100
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x100
</span><del>-        RenderTable at (0,0) size 301x100
-          RenderTableSection (anonymous) at (0,0) size 301x100
-            RenderTableRow {DIV} at (0,0) size 301x100
-              RenderTableCell (anonymous) at (0,0) size 101x100 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,0) size 300x100
+          RenderTableSection (anonymous) at (0,0) size 300x100
+            RenderTableRow {DIV} at (0,0) size 300x100
+              RenderTableCell (anonymous) at (0,0) size 100x100 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderInline (generated) at (0,0) size 100x100 [color=#0000FF]
</span><span class="cx">                   RenderText at (0,0) size 100x100
</span><span class="cx">                     text run at (0,0) width 100: &quot;A&quot;
</span><del>-              RenderTableCell {DIV} at (100,0) size 101x100 [color=#008000] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (100,0) size 100x100 [color=#008000] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x100
</span><span class="cx">                   text run at (0,0) width 100: &quot;B&quot;
</span><del>-              RenderTableCell (anonymous) at (200,0) size 101x100 [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell (anonymous) at (200,0) size 100x100 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderInline (generated) at (0,0) size 100x100 [color=#FFA500]
</span><span class="cx">                   RenderText at (0,0) size 100x100
</span><span class="cx">                     text run at (0,0) width 100: &quot;C&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletablerowbeforeaftercontentaroundtableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-row-before-after-content-around-table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-row-before-after-content-around-table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-row-before-after-content-around-table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,21 +4,21 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x64
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x48 [color=#0000FF]
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x48
</span><del>-        RenderTable at (0,0) size 65x16
-          RenderTableSection (anonymous) at (0,0) size 65x16
-            RenderTableRow (anonymous) at (0,0) size 65x16
-              RenderTableCell (anonymous) at (0,0) size 65x16 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,0) size 64x16
+          RenderTableSection (anonymous) at (0,0) size 64x16
+            RenderTableRow (anonymous) at (0,0) size 64x16
+              RenderTableCell (anonymous) at (0,0) size 64x16 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 64x16
</span><span class="cx">                   text run at (0,0) width 64: &quot;ABCD&quot;
</span><del>-        RenderTable {DIV} at (0,16) size 65x16
-          RenderTableSection (anonymous) at (0,0) size 65x16
-            RenderTableRow (anonymous) at (0,0) size 65x16
-              RenderTableCell (anonymous) at (0,0) size 65x16 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {DIV} at (0,16) size 64x16
+          RenderTableSection (anonymous) at (0,0) size 64x16
+            RenderTableRow (anonymous) at (0,0) size 64x16
+              RenderTableCell (anonymous) at (0,0) size 64x16 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 64x16
</span><span class="cx">                   text run at (0,0) width 64: &quot;1234&quot;
</span><del>-        RenderTable at (0,32) size 65x16
-          RenderTableSection (anonymous) at (0,0) size 65x16
-            RenderTableRow (anonymous) at (0,0) size 65x16
-              RenderTableCell (anonymous) at (0,0) size 65x16 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,32) size 64x16
+          RenderTableSection (anonymous) at (0,0) size 64x16
+            RenderTableRow (anonymous) at (0,0) size 64x16
+              RenderTableCell (anonymous) at (0,0) size 64x16 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 64x16
</span><span class="cx">                   text run at (0,0) width 64: &quot;EFGH&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletablerowbeforechildstyleupdateexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-row-before-child-style-update-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-row-before-child-style-update-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-row-before-child-style-update-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,10 +4,10 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x256 [color=#008000]
</span><del>-        RenderTable at (0,0) size 513x128
-          RenderTableSection (anonymous) at (0,0) size 513x128
-            RenderTableRow (anonymous) at (0,0) size 513x128 [color=#0000FF]
-              RenderTableCell (anonymous) at (0,0) size 513x128 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,0) size 512x128
+          RenderTableSection (anonymous) at (0,0) size 512x128
+            RenderTableRow (anonymous) at (0,0) size 512x128 [color=#0000FF]
+              RenderTableCell (anonymous) at (0,0) size 512x128 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 512x128
</span><span class="cx">                   text run at (0,0) width 512: &quot;ABCD&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,128) size 784x128
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletablerowoutlinepaintexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-row-outline-paint-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-row-outline-paint-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-row-outline-paint-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,11 +3,11 @@
</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 115x106
-        RenderTableSection {TBODY} at (0,0) size 115x106
-          RenderTableRow {TR} at (0,2) size 115x50
-            RenderTableCell {TD} at (2,25) size 55x4 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (58,25) size 55x4 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,54) size 115x50
-            RenderTableCell {TD} at (2,77) size 55x4 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (58,77) size 55x4 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 114x106
+        RenderTableSection {TBODY} at (0,0) size 114x106
+          RenderTableRow {TR} at (0,2) size 114x50
+            RenderTableCell {TD} at (2,25) size 54x4 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (58,25) size 54x4 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,54) size 114x50
+            RenderTableCell {TD} at (2,77) size 54x4 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (58,77) size 54x4 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletablerowsplit2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-row-split2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-row-split2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-row-split2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,20 +3,20 @@
</span><span class="cx"> layer at (0,0) size 800x36
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x36 [color=#FFFFFF]
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x20
</span><del>-      RenderTable at (0,0) size 31x20
-        RenderTableSection (anonymous) at (0,0) size 31x20
-          RenderTableRow {DIV} at (0,0) size 31x20
-            RenderTableCell (anonymous) at (0,0) size 11x10 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 11x10
</del><ins>+      RenderTable at (0,0) size 30x20
+        RenderTableSection (anonymous) at (0,0) size 30x20
+          RenderTableRow {DIV} at (0,0) size 30x20
+            RenderTableCell (anonymous) at (0,0) size 10x10 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 10x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;A&quot;
</span><del>-            RenderTableCell {TD} at (10,0) size 11x10 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (10,0) size 10x10 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                 text run at (0,0) width 10: &quot;B&quot;
</span><del>-            RenderTableCell (anonymous) at (20,0) size 11x20 [r=0 c=2 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 11x10
</del><ins>+            RenderTableCell (anonymous) at (20,0) size 10x20 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 10x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;C&quot;
</span><del>-              RenderBlock {DIV} at (0,10) size 11x10
</del><ins>+              RenderBlock {DIV} at (0,10) size 10x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;D&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletablerowstylenotupdatedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-row-style-not-updated-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-row-style-not-updated-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-row-style-not-updated-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</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 at (0,0) size 513x128
-        RenderTableSection (anonymous) at (0,0) size 513x128
-          RenderTableRow {DIV} at (0,0) size 513x128 [color=#0000FF]
-            RenderTableCell (anonymous) at (0,0) size 513x128 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable at (0,0) size 512x128
+        RenderTableSection (anonymous) at (0,0) size 512x128
+          RenderTableRow {DIV} at (0,0) size 512x128 [color=#0000FF]
+            RenderTableCell (anonymous) at (0,0) size 512x128 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 512x128
</span><span class="cx">                 text run at (0,0) width 512: &quot;ABCD&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,128) size 784x128 [color=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletablerowstylenotupdatedwithaftercontentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-row-style-not-updated-with-after-content-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-row-style-not-updated-with-after-content-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-row-style-not-updated-with-after-content-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 at (0,0) size 513x256
-        RenderTableSection (anonymous) at (0,0) size 513x256
-          RenderTableRow {DIV} at (0,0) size 513x256 [color=#0000FF]
-            RenderTableCell (anonymous) at (0,0) size 513x256 [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 513x128
</del><ins>+      RenderTable at (0,0) size 512x256
+        RenderTableSection (anonymous) at (0,0) size 512x256
+          RenderTableRow {DIV} at (0,0) size 512x256 [color=#0000FF]
+            RenderTableCell (anonymous) at (0,0) size 512x256 [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 512x128
</ins><span class="cx">                 RenderText {#text} at (0,0) size 512x128
</span><span class="cx">                   text run at (0,0) width 512: &quot;ABCD&quot;
</span><del>-              RenderTable at (0,128) size 513x128
-                RenderTableSection (anonymous) at (0,0) size 513x128
-                  RenderTableRow (anonymous) at (0,0) size 513x128 [color=#FFFF00]
-                    RenderTableCell (anonymous) at (0,0) size 513x128 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable at (0,128) size 512x128
+                RenderTableSection (anonymous) at (0,0) size 512x128
+                  RenderTableRow (anonymous) at (0,0) size 512x128 [color=#FFFF00]
+                    RenderTableCell (anonymous) at (0,0) size 512x128 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText at (0,0) size 512x128
</span><span class="cx">                         text run at (0,0) width 512: &quot;4578&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,256) size 784x128 [color=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletablerowstylenotupdatedwithbeforecontentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-row-style-not-updated-with-before-content-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-row-style-not-updated-with-before-content-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-row-style-not-updated-with-before-content-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 at (0,0) size 513x256
-        RenderTableSection (anonymous) at (0,0) size 513x256
-          RenderTableRow {DIV} at (0,0) size 513x256 [color=#0000FF]
-            RenderTableCell (anonymous) at (0,0) size 513x256 [r=0 c=0 rs=1 cs=1]
-              RenderTable at (0,0) size 513x128
-                RenderTableSection (anonymous) at (0,0) size 513x128
-                  RenderTableRow (anonymous) at (0,0) size 513x128 [color=#FFA500]
-                    RenderTableCell (anonymous) at (0,0) size 513x128 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable at (0,0) size 512x256
+        RenderTableSection (anonymous) at (0,0) size 512x256
+          RenderTableRow {DIV} at (0,0) size 512x256 [color=#0000FF]
+            RenderTableCell (anonymous) at (0,0) size 512x256 [r=0 c=0 rs=1 cs=1]
+              RenderTable at (0,0) size 512x128
+                RenderTableSection (anonymous) at (0,0) size 512x128
+                  RenderTableRow (anonymous) at (0,0) size 512x128 [color=#FFA500]
+                    RenderTableCell (anonymous) at (0,0) size 512x128 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText at (0,0) size 512x128
</span><span class="cx">                         text run at (0,0) width 512: &quot;1234&quot;
</span><del>-              RenderBlock (anonymous) at (0,128) size 513x128
</del><ins>+              RenderBlock (anonymous) at (0,128) size 512x128
</ins><span class="cx">                 RenderText {#text} at (0,0) size 512x128
</span><span class="cx">                   text run at (0,0) width 512: &quot;ABCD&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,256) size 784x128 [color=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletablesectionsplit2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-section-split2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-section-split2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-section-split2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,20 +3,20 @@
</span><span class="cx"> layer at (0,0) size 800x36
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x36 [color=#FFFFFF]
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x20
</span><del>-      RenderTable at (0,0) size 31x20
-        RenderTableSection {DIV} at (0,0) size 31x20
-          RenderTableRow (anonymous) at (0,0) size 31x20
-            RenderTableCell (anonymous) at (0,0) size 11x10 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 11x10
</del><ins>+      RenderTable at (0,0) size 30x20
+        RenderTableSection {DIV} at (0,0) size 30x20
+          RenderTableRow (anonymous) at (0,0) size 30x20
+            RenderTableCell (anonymous) at (0,0) size 10x10 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 10x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;A&quot;
</span><del>-            RenderTableCell {TD} at (10,0) size 11x10 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (10,0) size 10x10 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                 text run at (0,0) width 10: &quot;B&quot;
</span><del>-            RenderTableCell (anonymous) at (20,0) size 11x20 [r=0 c=2 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 11x10
</del><ins>+            RenderTableCell (anonymous) at (20,0) size 10x20 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 10x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;C&quot;
</span><del>-              RenderBlock {DIV} at (0,10) size 11x10
</del><ins>+              RenderBlock {DIV} at (0,10) size 10x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;D&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletablesplitexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-split-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-split-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-split-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,32 +3,32 @@
</span><span class="cx"> layer at (0,0) size 800x76
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x76 [color=#FFFFFF]
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x60
</span><del>-      RenderTable {DIV} at (0,0) size 61x60
-        RenderTableSection {DIV} at (0,0) size 61x10
-          RenderTableRow (anonymous) at (0,0) size 61x10
-            RenderTableCell (anonymous) at (0,0) size 61x10 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,0) size 60x60
+        RenderTableSection {DIV} at (0,0) size 60x10
+          RenderTableRow (anonymous) at (0,0) size 60x10
+            RenderTableCell (anonymous) at (0,0) size 60x10 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 60x10
</span><span class="cx">                 text run at (0,0) width 60: &quot;Header&quot;
</span><del>-        RenderTableSection (anonymous) at (0,10) size 61x40
-          RenderTableRow (anonymous) at (0,0) size 61x10
-            RenderTableCell (anonymous) at (0,0) size 61x10 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 61x10
</del><ins>+        RenderTableSection (anonymous) at (0,10) size 60x40
+          RenderTableRow (anonymous) at (0,0) size 60x10
+            RenderTableCell (anonymous) at (0,0) size 60x10 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 60x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;A&quot;
</span><del>-          RenderTableRow {TR} at (0,10) size 61x10
-            RenderTableCell (anonymous) at (0,10) size 61x10 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,10) size 60x10
+            RenderTableCell (anonymous) at (0,10) size 60x10 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                 text run at (0,0) width 10: &quot;B&quot;
</span><del>-          RenderTableRow (anonymous) at (0,20) size 61x20
-            RenderTableCell (anonymous) at (0,20) size 61x20 [r=2 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 61x10
</del><ins>+          RenderTableRow (anonymous) at (0,20) size 60x20
+            RenderTableCell (anonymous) at (0,20) size 60x20 [r=2 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 60x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;C&quot;
</span><del>-              RenderBlock {DIV} at (0,10) size 61x10
</del><ins>+              RenderBlock {DIV} at (0,10) size 60x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;D&quot;
</span><del>-        RenderTableSection {DIV} at (0,50) size 61x10
-          RenderTableRow (anonymous) at (0,0) size 61x10
-            RenderTableCell (anonymous) at (0,0) size 61x10 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {DIV} at (0,50) size 60x10
+          RenderTableRow (anonymous) at (0,0) size 60x10
+            RenderTableCell (anonymous) at (0,0) size 60x10 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 60x10
</span><span class="cx">                 text run at (0,0) width 60: &quot;Footer&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletablesplit2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-split2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-split2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-split2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,34 +3,34 @@
</span><span class="cx"> layer at (0,0) size 800x76
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x76 [color=#FFFFFF]
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x60
</span><del>-      RenderTable {DIV} at (0,0) size 61x60
-        RenderTableSection {DIV} at (0,0) size 61x10
-          RenderTableRow (anonymous) at (0,0) size 61x10
-            RenderTableCell (anonymous) at (0,0) size 61x10 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,0) size 60x60
+        RenderTableSection {DIV} at (0,0) size 60x10
+          RenderTableRow (anonymous) at (0,0) size 60x10
+            RenderTableCell (anonymous) at (0,0) size 60x10 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 60x10
</span><span class="cx">                 text run at (0,0) width 60: &quot;Header&quot;
</span><del>-        RenderTableSection (anonymous) at (0,10) size 61x10
-          RenderTableRow (anonymous) at (0,0) size 61x10
-            RenderTableCell (anonymous) at (0,0) size 61x10 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 61x10
</del><ins>+        RenderTableSection (anonymous) at (0,10) size 60x10
+          RenderTableRow (anonymous) at (0,0) size 60x10
+            RenderTableCell (anonymous) at (0,0) size 60x10 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 60x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;A&quot;
</span><del>-        RenderTableSection {DIV} at (0,20) size 61x10
-          RenderTableRow (anonymous) at (0,0) size 61x10
-            RenderTableCell (anonymous) at (0,0) size 61x10 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {DIV} at (0,20) size 60x10
+          RenderTableRow (anonymous) at (0,0) size 60x10
+            RenderTableCell (anonymous) at (0,0) size 60x10 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                 text run at (0,0) width 10: &quot;B&quot;
</span><del>-        RenderTableSection (anonymous) at (0,30) size 61x20
-          RenderTableRow (anonymous) at (0,0) size 61x20
-            RenderTableCell (anonymous) at (0,0) size 61x20 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 61x10
</del><ins>+        RenderTableSection (anonymous) at (0,30) size 60x20
+          RenderTableRow (anonymous) at (0,0) size 60x20
+            RenderTableCell (anonymous) at (0,0) size 60x20 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 60x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;C&quot;
</span><del>-              RenderBlock {DIV} at (0,10) size 61x10
</del><ins>+              RenderBlock {DIV} at (0,10) size 60x10
</ins><span class="cx">                 RenderText {#text} at (0,0) size 10x10
</span><span class="cx">                   text run at (0,0) width 10: &quot;D&quot;
</span><del>-        RenderTableSection {DIV} at (0,50) size 61x10
-          RenderTableRow (anonymous) at (0,0) size 61x10
-            RenderTableCell (anonymous) at (0,0) size 61x10 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {DIV} at (0,50) size 60x10
+          RenderTableRow (anonymous) at (0,0) size 60x10
+            RenderTableCell (anonymous) at (0,0) size 60x10 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 60x10
</span><span class="cx">                 text run at (0,0) width 60: &quot;Footer&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletablestylenotupdatedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-style-not-updated-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-style-not-updated-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/table-style-not-updated-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</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 {DIV} at (0,0) size 513x128 [color=#0000FF]
-        RenderTableSection (anonymous) at (0,0) size 513x128
-          RenderTableRow (anonymous) at (0,0) size 513x128
-            RenderTableCell (anonymous) at (0,0) size 513x128 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,0) size 512x128 [color=#0000FF]
+        RenderTableSection (anonymous) at (0,0) size 512x128
+          RenderTableRow (anonymous) at (0,0) size 512x128
+            RenderTableCell (anonymous) at (0,0) size 512x128 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 512x128
</span><span class="cx">                 text run at (0,0) width 512: &quot;ABCD&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,128) size 784x128 [color=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablewidecolspanexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/wide-colspan-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/wide-colspan-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/wide-colspan-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,13 +6,13 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 1606x110
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 1606x110
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 1606x52
</span><del>-            RenderTableCell {TD} at (2,2) size 1603x52 [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,2) size 1602x52 [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 1600x50
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderTableRow {TR} at (0,56) size 1606x52
</span><span class="cx">             RenderTableCell {TD} at (2,56) size 800x52 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 400x50
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (804,56) size 801x52 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (804,56) size 800x52 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 400x50
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablewidecolumnexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/wide-column-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/wide-column-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/table/wide-column-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</span><span class="cx"> layer at (0,0) size 800x585
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x585
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x569
</span><del>-      RenderTable {TABLE} at (0,0) size 1607x56
-        RenderTableSection {TBODY} at (0,0) size 1607x56
-          RenderTableRow {TR} at (0,2) size 1607x52
-            RenderTableCell {TD} at (2,2) size 1603x52 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 1606x56
+        RenderTableSection {TBODY} at (0,0) size 1606x56
+          RenderTableRow {TR} at (0,2) size 1606x52
+            RenderTableCell {TD} at (2,2) size 1602x52 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 1600x50
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextatsuinegativespacingfeaturesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/atsui-negative-spacing-features-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/atsui-negative-spacing-features-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/text/atsui-negative-spacing-features-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,18 +10,18 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 517x18
</span><span class="cx">           text run at (0,0) width 517: &quot;Each green box should be identical to the blue box it follows, except for accents.&quot;
</span><span class="cx">       RenderBlock {HR} at (0,60) size 784x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,70) size 415x152
-        RenderTableSection {TBODY} at (0,0) size 415x152
-          RenderTableRow {TR} at (0,2) size 415x20
-            RenderTableCell {TD} at (2,2) size 205x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,70) size 414x152
+        RenderTableSection {TBODY} at (0,0) size 414x152
+          RenderTableRow {TR} at (0,2) size 414x20
+            RenderTableCell {TD} at (2,2) size 204x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (57,1) size 90x18
</span><span class="cx">                 text run at (57,1) width 90: &quot;Word spacing&quot;
</span><del>-            RenderTableCell {TD} at (208,2) size 205x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (208,2) size 204x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (56,1) size 92x18
</span><span class="cx">                 text run at (56,1) width 92: &quot;Letter spacing&quot;
</span><del>-          RenderTableRow {TR} at (0,24) size 415x126
-            RenderTableCell {TD} at (2,24) size 205x126 [r=1 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (1,1) size 203x124
</del><ins>+          RenderTableRow {TR} at (0,24) size 414x126
+            RenderTableCell {TD} at (2,24) size 204x126 [r=1 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 202x124
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 202x38 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderText {#text} at (32,1) size 190x36
</span><span class="cx">                     text run at (32,1) width 169 RTL: &quot;\x{5D9}\x{5B0}\x{5D4}\x{5B4}\x{5D9}, \x{5D0}\x{5B8}\x{5D7}\x{5B4}\x{5D9}, \x{5DC}\x{5B0}\x{5DA}\x{5B8} \x{5E1}\x{5B5}\x{5E4}\x{5B6}\x{5E8} \x{5E9}\x{5C1}\x{5B0}\x{5DC}\x{5B7}\x{5D7}\x{5B0}\x{5EA}\x{5BC}\x{5B4}\x{5D9}\x{5D5}&quot;
</span><span class="lines">@@ -35,8 +35,8 @@
</span><span class="cx">                   RenderText {#text} at (1,1) size 175x36
</span><span class="cx">                     text run at (1,1) width 174: &quot;Lorem ipsum dolor sit amet,&quot;
</span><span class="cx">                     text run at (1,19) width 175: &quot;consectetuer adipiscing elit.&quot;
</span><del>-            RenderTableCell {TD} at (208,24) size 205x126 [r=1 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (1,1) size 203x124
</del><ins>+            RenderTableCell {TD} at (208,24) size 204x126 [r=1 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 202x124
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 202x38 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderText {#text} at (47,1) size 172x36
</span><span class="cx">                     text run at (47,1) width 154 RTL: &quot;\x{5D9}\x{5B0}\x{5D4}\x{5B4}\x{5D9}, \x{5D0}\x{5B8}\x{5D7}\x{5B4}\x{5D9}, \x{5DC}\x{5B0}\x{5DA}\x{5B8} \x{5E1}\x{5B5}\x{5E4}\x{5B6}\x{5E8} \x{5E9}\x{5C1}\x{5B0}\x{5DC}\x{5B7}\x{5D7}\x{5B0}\x{5EA}\x{5BC}\x{5B4}\x{5D9}\x{5D5}&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextatsuispacingfeaturesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/atsui-spacing-features-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/atsui-spacing-features-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/text/atsui-spacing-features-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,21 +19,21 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 517x18
</span><span class="cx">           text run at (0,0) width 517: &quot;Each green box should be identical to the blue box it follows, except for accents.&quot;
</span><span class="cx">       RenderBlock {HR} at (0,78) size 784x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,88) size 621x260
-        RenderTableSection {TBODY} at (0,0) size 621x260
-          RenderTableRow {TR} at (0,2) size 621x20
-            RenderTableCell {TD} at (2,2) size 205x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,88) size 620x260
+        RenderTableSection {TBODY} at (0,0) size 620x260
+          RenderTableRow {TR} at (0,2) size 620x20
+            RenderTableCell {TD} at (2,2) size 204x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (57,1) size 90x18
</span><span class="cx">                 text run at (57,1) width 90: &quot;Word spacing&quot;
</span><del>-            RenderTableCell {TD} at (208,2) size 205x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (208,2) size 204x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (56,1) size 92x18
</span><span class="cx">                 text run at (56,1) width 92: &quot;Letter spacing&quot;
</span><del>-            RenderTableCell {TD} at (414,2) size 205x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (414,2) size 204x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (63,1) size 78x18
</span><span class="cx">                 text run at (63,1) width 78: &quot;Justification&quot;
</span><del>-          RenderTableRow {TR} at (0,24) size 621x234
-            RenderTableCell {TD} at (2,24) size 205x180 [r=1 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (1,1) size 203x178
</del><ins>+          RenderTableRow {TR} at (0,24) size 620x234
+            RenderTableCell {TD} at (2,24) size 204x180 [r=1 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 202x178
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 202x56 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderText {#text} at (52,1) size 192x54
</span><span class="cx">                     text run at (52,1) width 149 RTL: &quot;\x{5D9}\x{5B0}\x{5D4}\x{5B4}\x{5D9}, \x{5D0}\x{5B8}\x{5D7}\x{5B4}\x{5D9}, \x{5DC}\x{5B0}\x{5DA}\x{5B8} \x{5E1}\x{5B5}\x{5E4}\x{5B6}\x{5E8}&quot;
</span><span class="lines">@@ -50,8 +50,8 @@
</span><span class="cx">                     text run at (1,1) width 173: &quot;Lorem ipsum dolor sit&quot;
</span><span class="cx">                     text run at (1,19) width 130: &quot;amet, consectetuer&quot;
</span><span class="cx">                     text run at (1,37) width 105: &quot;adipiscing elit.&quot;
</span><del>-            RenderTableCell {TD} at (208,24) size 205x234 [r=1 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (1,1) size 203x232
</del><ins>+            RenderTableCell {TD} at (208,24) size 204x234 [r=1 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 202x232
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 202x74 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderText {#text} at (2,1) size 199x72
</span><span class="cx">                     text run at (2,1) width 199 RTL: &quot;\x{5D9}\x{5B0}\x{5D4}\x{5B4}\x{5D9}, \x{5D0}\x{5B8}\x{5D7}\x{5B4}\x{5D9}, \x{5DC}\x{5B0}\x{5DA}\x{5B8} \x{5E1}\x{5B5}\x{5E4}\x{5B6}\x{5E8}&quot;
</span><span class="lines">@@ -70,8 +70,8 @@
</span><span class="cx">                     text run at (1,19) width 167: &quot;dolor sit amet,&quot;
</span><span class="cx">                     text run at (1,37) width 140: &quot;consectetuer&quot;
</span><span class="cx">                     text run at (1,55) width 175: &quot;adipiscing elit.&quot;
</span><del>-            RenderTableCell {TD} at (414,24) size 205x126 [r=1 c=2 rs=1 cs=1]
-              RenderBlock {DIV} at (1,1) size 203x124
</del><ins>+            RenderTableCell {TD} at (414,24) size 204x126 [r=1 c=2 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 202x124
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 202x38 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderText {#text} at (1,1) size 200x36
</span><span class="cx">                     text run at (1,1) width 200 RTL: &quot;\x{5D9}\x{5B0}\x{5D4}\x{5B4}\x{5D9}, \x{5D0}\x{5B8}\x{5D7}\x{5B4}\x{5D9}, \x{5DC}\x{5B0}\x{5DA}\x{5B8} \x{5E1}\x{5B5}\x{5E4}\x{5B6}\x{5E8} \x{5E9}\x{5C1}\x{5B0}\x{5DC}\x{5B7}\x{5D7}\x{5B0}\x{5EA}\x{5BC}\x{5B4}\x{5D9}\x{5D5}&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextbasicgenericfamilyresetexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/basic/generic-family-reset-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/basic/generic-family-reset-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/text/basic/generic-family-reset-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx">             RenderTableCell {TH} at (10,231) size 377x21 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (167,1) size 43x19
</span><span class="cx">                 text run at (167,1) width 43: &quot;&lt;tt&gt;&quot;
</span><del>-            RenderTableCell {TH} at (396,231) size 378x21 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (397,231) size 377x21 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (153,1) size 71x19
</span><span class="cx">                 text run at (153,1) width 71: &quot;&lt;span&gt;&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,262) size 784x18
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx">                 RenderText {#text} at (1,1) size 261x16
</span><span class="cx">                   text run at (1,1) width 261: &quot;font-family: Verdana; font-size: 0.8em;&quot;
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (396,262) size 378x18 [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (397,262) size 377x18 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderInline {SPAN} at (0,0) size 261x16
</span><span class="cx">                 RenderText {#text} at (1,1) size 261x16
</span><span class="cx">                   text run at (1,1) width 261: &quot;font-family: Verdana; font-size: 0.8em;&quot;
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx">                 RenderText {#text} at (1,1) size 319x16
</span><span class="cx">                   text run at (1,1) width 319: &quot;font-family: inherit (Verdana); font-size: 0.8em;&quot;
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (396,290) size 378x18 [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (397,290) size 377x18 [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderInline {SPAN} at (0,0) size 249x16
</span><span class="cx">                 RenderText {#text} at (1,1) size 249x16
</span><span class="cx">                   text run at (1,1) width 249: &quot;font-family: inherit; font-size: 0.8em;&quot;
</span><span class="lines">@@ -72,7 +72,7 @@
</span><span class="cx">                 RenderText {#text} at (1,1) size 321x19
</span><span class="cx">                   text run at (1,1) width 321: &quot;font-family: Verdana; font-size: 1.0em;&quot;
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (396,318) size 378x21 [r=4 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (397,318) size 377x21 [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderInline {SPAN} at (0,0) size 321x19
</span><span class="cx">                 RenderText {#text} at (1,1) size 321x19
</span><span class="cx">                   text run at (1,1) width 321: &quot;font-family: Verdana; font-size: 1.0em;&quot;
</span><span class="lines">@@ -83,7 +83,7 @@
</span><span class="cx">                 RenderText {#text} at (1,0) size 187x14
</span><span class="cx">                   text run at (1,1) width 187: &quot;default font; font-size: 0.8em;&quot;
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (396,349) size 378x17 [r=5 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (397,349) size 377x17 [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderInline {SPAN} at (0,0) size 305x15
</span><span class="cx">                 RenderText {#text} at (1,1) size 305x15
</span><span class="cx">                   text run at (1,1) width 305: &quot;font-family: courier; font-size: 0.8em;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextinternational003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/international/003-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/international/003-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/text/international/003-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderTableSection {TBODY} at (5,5) size 774x362
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 774x358
</span><span class="cx">             RenderTableCell {TD} at (2,179) size 716x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (719,2) size 53x358 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (720,2) size 52x358 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderInline {A} at (0,0) size 32x18 [color=#0000EE]
</span><span class="cx">                 RenderText {#text} at (2,5) size 32x18
</span><span class="cx">                   text run at (2,5) width 32: &quot;\x{5CA1}\x{5C71}&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextinternationalbidiLDB2CSSexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -218,16 +218,16 @@
</span><span class="cx">                 RenderTableCell {TD} at (95,0) size 13x19 [r=0 c=12 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;D&quot;
</span><del>-                RenderTableCell {TD} at (107,0) size 11x19 [r=0 c=13 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (107,0) size 10x19 [r=0 c=13 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 10x19
</span><span class="cx">                     text run at (0,1) width 10: &quot;E&quot;
</span><del>-                RenderTableCell {TD} at (117,0) size 10x19 [r=0 c=14 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (116,0) size 10x19 [r=0 c=14 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 9x19
</span><span class="cx">                     text run at (0,1) width 9: &quot;F&quot;
</span><del>-                RenderTableCell {TD} at (126,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (125,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,1) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (130,0) size 11x19 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (129,0) size 12x19 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,1) size 11x18
</span><span class="cx">                     text run at (0,1) width 11 RTL: &quot;\x{5D8}&quot;
</span><span class="cx">                 RenderTableCell {TD} at (140,0) size 12x19 [r=0 c=17 rs=1 cs=1]
</span><span class="lines">@@ -316,7 +316,7 @@
</span><span class="cx">               text run at (91,1) width 35: &quot; DEF&quot;
</span><span class="cx">         RenderText {#text} at (434,82) size 5x18
</span><span class="cx">           text run at (434,82) width 5: &quot; &quot;
</span><del>-        RenderBlock {DIV} at (441,69) size 199x46 [border: (1px solid #008000)]
</del><ins>+        RenderBlock {DIV} at (441,69) size 198x46 [border: (1px solid #008000)]
</ins><span class="cx">           RenderTable {TABLE} at (4,4) size 190x19
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 190x19
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 190x19
</span><span class="lines">@@ -359,19 +359,19 @@
</span><span class="cx">                 RenderTableCell {TD} at (95,0) size 13x19 [r=0 c=12 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;D&quot;
</span><del>-                RenderTableCell {TD} at (107,0) size 11x19 [r=0 c=13 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (107,0) size 10x19 [r=0 c=13 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 10x19
</span><span class="cx">                     text run at (0,1) width 10: &quot;E&quot;
</span><del>-                RenderTableCell {TD} at (117,0) size 10x19 [r=0 c=14 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (116,0) size 10x19 [r=0 c=14 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 9x19
</span><span class="cx">                     text run at (0,1) width 9: &quot;F&quot;
</span><del>-                RenderTableCell {TD} at (126,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (125,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,1) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (130,0) size 12x19 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (129,0) size 13x19 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;G&quot;
</span><del>-                RenderTableCell {TD} at (141,0) size 13x19 [r=0 c=17 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (141,0) size 12x19 [r=0 c=17 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;H&quot;
</span><span class="cx">                 RenderTableCell {TD} at (153,0) size 6x19 [r=0 c=18 rs=1 cs=1]
</span><span class="lines">@@ -396,8 +396,8 @@
</span><span class="cx">               text run at (67,1) width 25 RTL: &quot;\x{5D3}\x{5D4}\x{5D5}&quot;
</span><span class="cx">               text run at (91,1) width 72: &quot; DEF GHI &quot;
</span><span class="cx">               text run at (162,1) width 28 RTL: &quot;\x{5D6}\x{5D7}\x{5D8}&quot;
</span><del>-        RenderText {#text} at (642,82) size 5x18
-          text run at (642,82) width 5: &quot; &quot;
</del><ins>+        RenderText {#text} at (641,82) size 5x18
+          text run at (641,82) width 5: &quot; &quot;
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">         RenderBlock {DIV} at (3,188) size 198x46 [border: (1px solid #008000)]
</span><span class="cx">           RenderTable {TABLE} at (4,4) size 190x19
</span><span class="lines">@@ -445,16 +445,16 @@
</span><span class="cx">                 RenderTableCell {TD} at (106,0) size 10x19 [r=0 c=13 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,1) size 10x18
</span><span class="cx">                     text run at (0,1) width 10 RTL: &quot;\x{5D1}&quot;
</span><del>-                RenderTableCell {TD} at (115,0) size 12x19 [r=0 c=14 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (115,0) size 11x19 [r=0 c=14 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,1) size 11x18
</span><span class="cx">                     text run at (0,1) width 11 RTL: &quot;\x{5D0}&quot;
</span><del>-                RenderTableCell {TD} at (126,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (125,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,1) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (130,0) size 12x19 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (129,0) size 13x19 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;G&quot;
</span><del>-                RenderTableCell {TD} at (141,0) size 13x19 [r=0 c=17 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (141,0) size 12x19 [r=0 c=17 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;H&quot;
</span><span class="cx">                 RenderTableCell {TD} at (153,0) size 6x19 [r=0 c=18 rs=1 cs=1]
</span><span class="lines">@@ -483,7 +483,7 @@
</span><span class="cx">               text run at (162,1) width 28 RTL: &quot;\x{5D6}\x{5D7}\x{5D8}&quot;
</span><span class="cx">         RenderText {#text} at (203,201) size 5x18
</span><span class="cx">           text run at (203,201) width 5: &quot; &quot;
</span><del>-        RenderBlock {DIV} at (210,188) size 199x46 [border: (1px solid #008000)]
</del><ins>+        RenderBlock {DIV} at (210,188) size 198x46 [border: (1px solid #008000)]
</ins><span class="cx">           RenderTable {TABLE} at (4,4) size 190x19
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 190x19
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 190x19
</span><span class="lines">@@ -511,7 +511,7 @@
</span><span class="cx">                 RenderTableCell {TD} at (63,0) size 5x19 [r=0 c=7 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,1) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (67,0) size 10x19 [r=0 c=8 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (67,0) size 9x19 [r=0 c=8 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 9x19
</span><span class="cx">                     text run at (0,1) width 9: &quot;F&quot;
</span><span class="cx">                 RenderTableCell {TD} at (76,0) size 10x19 [r=0 c=9 rs=1 cs=1]
</span><span class="lines">@@ -526,19 +526,19 @@
</span><span class="cx">                 RenderTableCell {TD} at (101,0) size 6x19 [r=0 c=12 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,1) size 6x18
</span><span class="cx">                     text run at (0,1) width 6 RTL: &quot;\x{5D5}&quot;
</span><del>-                RenderTableCell {TD} at (106,0) size 13x19 [r=0 c=13 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (106,0) size 12x19 [r=0 c=13 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,1) size 12x18
</span><span class="cx">                     text run at (0,1) width 12 RTL: &quot;\x{5D4}&quot;
</span><del>-                RenderTableCell {TD} at (118,0) size 9x19 [r=0 c=14 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (117,0) size 9x19 [r=0 c=14 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,1) size 9x18
</span><span class="cx">                     text run at (0,1) width 9 RTL: &quot;\x{5D3}&quot;
</span><del>-                RenderTableCell {TD} at (126,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (125,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,1) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (130,0) size 12x19 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (129,0) size 13x19 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;G&quot;
</span><del>-                RenderTableCell {TD} at (141,0) size 13x19 [r=0 c=17 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (141,0) size 12x19 [r=0 c=17 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;H&quot;
</span><span class="cx">                 RenderTableCell {TD} at (153,0) size 6x19 [r=0 c=18 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextinternationalbidiLDB2HTMLexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -205,16 +205,16 @@
</span><span class="cx">                 RenderTableCell {TD} at (95,0) size 13x19 [r=0 c=12 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;D&quot;
</span><del>-                RenderTableCell {TD} at (107,0) size 11x19 [r=0 c=13 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (107,0) size 10x19 [r=0 c=13 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 10x19
</span><span class="cx">                     text run at (0,1) width 10: &quot;E&quot;
</span><del>-                RenderTableCell {TD} at (117,0) size 10x19 [r=0 c=14 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (116,0) size 10x19 [r=0 c=14 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 9x19
</span><span class="cx">                     text run at (0,1) width 9: &quot;F&quot;
</span><del>-                RenderTableCell {TD} at (126,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (125,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,1) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (130,0) size 11x19 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (129,0) size 12x19 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,1) size 11x18
</span><span class="cx">                     text run at (0,1) width 11 RTL: &quot;\x{5D8}&quot;
</span><span class="cx">                 RenderTableCell {TD} at (140,0) size 12x19 [r=0 c=17 rs=1 cs=1]
</span><span class="lines">@@ -303,7 +303,7 @@
</span><span class="cx">               text run at (91,1) width 35: &quot; DEF&quot;
</span><span class="cx">         RenderText {#text} at (434,82) size 5x18
</span><span class="cx">           text run at (434,82) width 5: &quot; &quot;
</span><del>-        RenderBlock {DIV} at (441,69) size 199x46 [border: (1px solid #008000)]
</del><ins>+        RenderBlock {DIV} at (441,69) size 198x46 [border: (1px solid #008000)]
</ins><span class="cx">           RenderTable {TABLE} at (4,4) size 190x19
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 190x19
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 190x19
</span><span class="lines">@@ -346,19 +346,19 @@
</span><span class="cx">                 RenderTableCell {TD} at (95,0) size 13x19 [r=0 c=12 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;D&quot;
</span><del>-                RenderTableCell {TD} at (107,0) size 11x19 [r=0 c=13 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (107,0) size 10x19 [r=0 c=13 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 10x19
</span><span class="cx">                     text run at (0,1) width 10: &quot;E&quot;
</span><del>-                RenderTableCell {TD} at (117,0) size 10x19 [r=0 c=14 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (116,0) size 10x19 [r=0 c=14 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 9x19
</span><span class="cx">                     text run at (0,1) width 9: &quot;F&quot;
</span><del>-                RenderTableCell {TD} at (126,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (125,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,1) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (130,0) size 12x19 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (129,0) size 13x19 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;G&quot;
</span><del>-                RenderTableCell {TD} at (141,0) size 13x19 [r=0 c=17 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (141,0) size 12x19 [r=0 c=17 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;H&quot;
</span><span class="cx">                 RenderTableCell {TD} at (153,0) size 6x19 [r=0 c=18 rs=1 cs=1]
</span><span class="lines">@@ -383,9 +383,9 @@
</span><span class="cx">               text run at (67,1) width 25 RTL: &quot;\x{5D3}\x{5D4}\x{5D5}&quot;
</span><span class="cx">               text run at (91,1) width 72: &quot; DEF GHI &quot;
</span><span class="cx">               text run at (162,1) width 28 RTL: &quot;\x{5D6}\x{5D7}\x{5D8}&quot;
</span><del>-        RenderText {#text} at (642,82) size 5x18
-          text run at (642,82) width 5: &quot; &quot;
-        RenderBR {BR} at (646,82) size 1x18
</del><ins>+        RenderText {#text} at (641,82) size 5x18
+          text run at (641,82) width 5: &quot; &quot;
+        RenderBR {BR} at (645,82) size 1x18
</ins><span class="cx">         RenderBlock {DIV} at (3,188) size 198x46 [border: (1px solid #008000)]
</span><span class="cx">           RenderTable {TABLE} at (4,4) size 190x19
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 190x19
</span><span class="lines">@@ -432,16 +432,16 @@
</span><span class="cx">                 RenderTableCell {TD} at (106,0) size 10x19 [r=0 c=13 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,1) size 10x18
</span><span class="cx">                     text run at (0,1) width 10 RTL: &quot;\x{5D1}&quot;
</span><del>-                RenderTableCell {TD} at (115,0) size 12x19 [r=0 c=14 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (115,0) size 11x19 [r=0 c=14 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,1) size 11x18
</span><span class="cx">                     text run at (0,1) width 11 RTL: &quot;\x{5D0}&quot;
</span><del>-                RenderTableCell {TD} at (126,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (125,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,1) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (130,0) size 12x19 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (129,0) size 13x19 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;G&quot;
</span><del>-                RenderTableCell {TD} at (141,0) size 13x19 [r=0 c=17 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (141,0) size 12x19 [r=0 c=17 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;H&quot;
</span><span class="cx">                 RenderTableCell {TD} at (153,0) size 6x19 [r=0 c=18 rs=1 cs=1]
</span><span class="lines">@@ -470,7 +470,7 @@
</span><span class="cx">               text run at (162,1) width 28 RTL: &quot;\x{5D6}\x{5D7}\x{5D8}&quot;
</span><span class="cx">         RenderText {#text} at (203,201) size 5x18
</span><span class="cx">           text run at (203,201) width 5: &quot; &quot;
</span><del>-        RenderBlock {DIV} at (210,188) size 199x46 [border: (1px solid #008000)]
</del><ins>+        RenderBlock {DIV} at (210,188) size 198x46 [border: (1px solid #008000)]
</ins><span class="cx">           RenderTable {TABLE} at (4,4) size 190x19
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 190x19
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 190x19
</span><span class="lines">@@ -498,7 +498,7 @@
</span><span class="cx">                 RenderTableCell {TD} at (63,0) size 5x19 [r=0 c=7 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,1) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (67,0) size 10x19 [r=0 c=8 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (67,0) size 9x19 [r=0 c=8 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 9x19
</span><span class="cx">                     text run at (0,1) width 9: &quot;F&quot;
</span><span class="cx">                 RenderTableCell {TD} at (76,0) size 10x19 [r=0 c=9 rs=1 cs=1]
</span><span class="lines">@@ -513,19 +513,19 @@
</span><span class="cx">                 RenderTableCell {TD} at (101,0) size 6x19 [r=0 c=12 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,1) size 6x18
</span><span class="cx">                     text run at (0,1) width 6 RTL: &quot;\x{5D5}&quot;
</span><del>-                RenderTableCell {TD} at (106,0) size 13x19 [r=0 c=13 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (106,0) size 12x19 [r=0 c=13 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,1) size 12x18
</span><span class="cx">                     text run at (0,1) width 12 RTL: &quot;\x{5D4}&quot;
</span><del>-                RenderTableCell {TD} at (118,0) size 9x19 [r=0 c=14 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (117,0) size 9x19 [r=0 c=14 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,1) size 9x18
</span><span class="cx">                     text run at (0,1) width 9 RTL: &quot;\x{5D3}&quot;
</span><del>-                RenderTableCell {TD} at (126,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (125,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,1) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (130,0) size 12x19 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (129,0) size 13x19 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;G&quot;
</span><del>-                RenderTableCell {TD} at (141,0) size 13x19 [r=0 c=17 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (141,0) size 12x19 [r=0 c=17 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;H&quot;
</span><span class="cx">                 RenderTableCell {TD} at (153,0) size 6x19 [r=0 c=18 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextinternationalbidiLDB2formattingcharactersexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -210,16 +210,16 @@
</span><span class="cx">                 RenderTableCell {TD} at (95,0) size 13x19 [r=0 c=12 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;D&quot;
</span><del>-                RenderTableCell {TD} at (107,0) size 11x19 [r=0 c=13 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (107,0) size 10x19 [r=0 c=13 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 10x19
</span><span class="cx">                     text run at (0,1) width 10: &quot;E&quot;
</span><del>-                RenderTableCell {TD} at (117,0) size 10x19 [r=0 c=14 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (116,0) size 10x19 [r=0 c=14 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 9x19
</span><span class="cx">                     text run at (0,1) width 9: &quot;F&quot;
</span><del>-                RenderTableCell {TD} at (126,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (125,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,1) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (130,0) size 11x19 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (129,0) size 12x19 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,1) size 11x18
</span><span class="cx">                     text run at (0,1) width 11 RTL: &quot;\x{5D8}&quot;
</span><span class="cx">                 RenderTableCell {TD} at (140,0) size 12x19 [r=0 c=17 rs=1 cs=1]
</span><span class="lines">@@ -290,7 +290,7 @@
</span><span class="cx">               text run at (125,1) width 32 RTL: &quot;\x{5D6}\x{5D7}\x{5D8} &quot;
</span><span class="cx">         RenderText {#text} at (434,82) size 5x18
</span><span class="cx">           text run at (434,82) width 5: &quot; &quot;
</span><del>-        RenderBlock {DIV} at (441,69) size 199x46 [border: (1px solid #008000)]
</del><ins>+        RenderBlock {DIV} at (441,69) size 198x46 [border: (1px solid #008000)]
</ins><span class="cx">           RenderTable {TABLE} at (4,4) size 190x19
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 190x19
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 190x19
</span><span class="lines">@@ -333,19 +333,19 @@
</span><span class="cx">                 RenderTableCell {TD} at (95,0) size 13x19 [r=0 c=12 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;D&quot;
</span><del>-                RenderTableCell {TD} at (107,0) size 11x19 [r=0 c=13 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (107,0) size 10x19 [r=0 c=13 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 10x19
</span><span class="cx">                     text run at (0,1) width 10: &quot;E&quot;
</span><del>-                RenderTableCell {TD} at (117,0) size 10x19 [r=0 c=14 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (116,0) size 10x19 [r=0 c=14 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 9x19
</span><span class="cx">                     text run at (0,1) width 9: &quot;F&quot;
</span><del>-                RenderTableCell {TD} at (126,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (125,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,1) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (130,0) size 12x19 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (129,0) size 13x19 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;G&quot;
</span><del>-                RenderTableCell {TD} at (141,0) size 13x19 [r=0 c=17 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (141,0) size 12x19 [r=0 c=17 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;H&quot;
</span><span class="cx">                 RenderTableCell {TD} at (153,0) size 6x19 [r=0 c=18 rs=1 cs=1]
</span><span class="lines">@@ -370,9 +370,9 @@
</span><span class="cx">               text run at (67,1) width 25 RTL: &quot;\x{5D3}\x{5D4}\x{5D5}&quot;
</span><span class="cx">               text run at (91,1) width 72: &quot; DEF GHI &quot;
</span><span class="cx">               text run at (162,1) width 28 RTL: &quot;\x{5D6}\x{5D7}\x{5D8}&quot;
</span><del>-        RenderText {#text} at (642,82) size 5x18
-          text run at (642,82) width 5: &quot; &quot;
-        RenderBR {BR} at (646,82) size 1x18
</del><ins>+        RenderText {#text} at (641,82) size 5x18
+          text run at (641,82) width 5: &quot; &quot;
+        RenderBR {BR} at (645,82) size 1x18
</ins><span class="cx">         RenderBlock {DIV} at (3,188) size 198x46 [border: (1px solid #008000)]
</span><span class="cx">           RenderTable {TABLE} at (4,4) size 190x19
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 190x19
</span><span class="lines">@@ -419,16 +419,16 @@
</span><span class="cx">                 RenderTableCell {TD} at (106,0) size 10x19 [r=0 c=13 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,1) size 10x18
</span><span class="cx">                     text run at (0,1) width 10 RTL: &quot;\x{5D1}&quot;
</span><del>-                RenderTableCell {TD} at (115,0) size 12x19 [r=0 c=14 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (115,0) size 11x19 [r=0 c=14 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,1) size 11x18
</span><span class="cx">                     text run at (0,1) width 11 RTL: &quot;\x{5D0}&quot;
</span><del>-                RenderTableCell {TD} at (126,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (125,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,1) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (130,0) size 12x19 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (129,0) size 13x19 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;G&quot;
</span><del>-                RenderTableCell {TD} at (141,0) size 13x19 [r=0 c=17 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (141,0) size 12x19 [r=0 c=17 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;H&quot;
</span><span class="cx">                 RenderTableCell {TD} at (153,0) size 6x19 [r=0 c=18 rs=1 cs=1]
</span><span class="lines">@@ -454,7 +454,7 @@
</span><span class="cx">               text run at (162,1) width 28 RTL: &quot;\x{5D6}\x{5D7}\x{5D8}&quot;
</span><span class="cx">         RenderText {#text} at (203,201) size 5x18
</span><span class="cx">           text run at (203,201) width 5: &quot; &quot;
</span><del>-        RenderBlock {DIV} at (210,188) size 199x46 [border: (1px solid #008000)]
</del><ins>+        RenderBlock {DIV} at (210,188) size 198x46 [border: (1px solid #008000)]
</ins><span class="cx">           RenderTable {TABLE} at (4,4) size 190x19
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 190x19
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 190x19
</span><span class="lines">@@ -482,7 +482,7 @@
</span><span class="cx">                 RenderTableCell {TD} at (63,0) size 5x19 [r=0 c=7 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,1) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (67,0) size 10x19 [r=0 c=8 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (67,0) size 9x19 [r=0 c=8 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 9x19
</span><span class="cx">                     text run at (0,1) width 9: &quot;F&quot;
</span><span class="cx">                 RenderTableCell {TD} at (76,0) size 10x19 [r=0 c=9 rs=1 cs=1]
</span><span class="lines">@@ -497,19 +497,19 @@
</span><span class="cx">                 RenderTableCell {TD} at (101,0) size 6x19 [r=0 c=12 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,1) size 6x18
</span><span class="cx">                     text run at (0,1) width 6 RTL: &quot;\x{5D5}&quot;
</span><del>-                RenderTableCell {TD} at (106,0) size 13x19 [r=0 c=13 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (106,0) size 12x19 [r=0 c=13 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,1) size 12x18
</span><span class="cx">                     text run at (0,1) width 12 RTL: &quot;\x{5D4}&quot;
</span><del>-                RenderTableCell {TD} at (118,0) size 9x19 [r=0 c=14 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (117,0) size 9x19 [r=0 c=14 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,1) size 9x18
</span><span class="cx">                     text run at (0,1) width 9 RTL: &quot;\x{5D3}&quot;
</span><del>-                RenderTableCell {TD} at (126,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (125,0) size 5x19 [r=0 c=15 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,1) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (130,0) size 12x19 [r=0 c=16 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (129,0) size 13x19 [r=0 c=16 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;G&quot;
</span><del>-                RenderTableCell {TD} at (141,0) size 13x19 [r=0 c=17 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (141,0) size 12x19 [r=0 c=17 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 12x19
</span><span class="cx">                     text run at (0,1) width 12: &quot;H&quot;
</span><span class="cx">                 RenderTableCell {TD} at (153,0) size 6x19 [r=0 c=18 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextinternationalbidioverrideexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/international/bidi-override-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/international/bidi-override-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/text/international/bidi-override-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -50,9 +50,9 @@
</span><span class="cx">             RenderTableCell {TD} at (339,28) size 243x28 [border: (1px solid #008000)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (131,6) size 23x18
</span><span class="cx">                 text run at (131,6) width 23: &quot;abc&quot;
</span><del>-              RenderInline {SPAN} at (0,0) size 68x18
-                RenderText {#text} at (154,6) size 68x18
-                  text run at (154,6) width 68 RTL override: &quot;ihg\x{5D0}\x{5D1}\x{5D2}fed&quot;
</del><ins>+              RenderInline {SPAN} at (0,0) size 69x18
+                RenderText {#text} at (153,6) size 69x18
+                  text run at (153,6) width 69 RTL override: &quot;ihg\x{5D0}\x{5D1}\x{5D2}fed&quot;
</ins><span class="cx">               RenderText {#text} at (101,6) size 137x18
</span><span class="cx">                 text run at (101,6) width 31 RTL: &quot; \x{5D0}\x{5D1}\x{5D2}&quot;
</span><span class="cx">                 text run at (221,6) width 17: &quot;jkl&quot;
</span><span class="lines">@@ -88,9 +88,9 @@
</span><span class="cx">               RenderInline {SPAN} at (0,0) size 107x18
</span><span class="cx">                 RenderText {#text} at (131,6) size 23x18
</span><span class="cx">                   text run at (131,6) width 23: &quot;abc&quot;
</span><del>-                RenderInline {SPAN} at (0,0) size 68x18
-                  RenderText {#text} at (154,6) size 68x18
-                    text run at (154,6) width 68 RTL override: &quot;ihg\x{5D0}\x{5D1}\x{5D2}fed&quot;
</del><ins>+                RenderInline {SPAN} at (0,0) size 69x18
+                  RenderText {#text} at (153,6) size 69x18
+                    text run at (153,6) width 69 RTL override: &quot;ihg\x{5D0}\x{5D1}\x{5D2}fed&quot;
</ins><span class="cx">                 RenderText {#text} at (221,6) size 17x18
</span><span class="cx">                   text run at (221,6) width 17: &quot;jkl&quot;
</span><span class="cx">               RenderText {#text} at (127,6) size 5x18
</span><span class="lines">@@ -122,7 +122,7 @@
</span><span class="cx">                 text run at (101,6) width 27 RTL: &quot;\x{5D0}\x{5D1}\x{5D2}&quot;
</span><span class="cx">                 text run at (127,6) width 5 RTL: &quot; &quot;
</span><span class="cx">                 text run at (131,6) width 23: &quot;abc&quot;
</span><del>-                text run at (154,6) width 68 RTL override: &quot;\x{202E}ihg\x{5D0}\x{5D1}\x{5D2}fed&quot;
</del><ins>+                text run at (153,6) width 69 RTL override: &quot;\x{202E}ihg\x{5D0}\x{5D1}\x{5D2}fed&quot;
</ins><span class="cx">                 text run at (221,6) width 17: &quot;\x{202C}jkl&quot;
</span><span class="cx">       RenderBlock {P} at (0,163) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 394x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextwbrexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/wbr-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/wbr-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/text/wbr-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,182) size 769x38
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 769x38
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 769x38
</span><del>-            RenderTableCell {TD} at (0,0) size 259x38 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 258x38 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 228x18
</span><span class="cx">                 text run at (1,1) width 228: &quot;aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa&quot;
</span><span class="cx">               RenderWordBreak {WBR} at (0,0) size 0x0
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,318) size 769x38
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 769x38
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 769x38
</span><del>-            RenderTableCell {TD} at (0,0) size 259x38 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 258x38 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderInline {NOBR} at (0,0) size 256x36
</span><span class="cx">                 RenderText {#text} at (1,1) size 228x18
</span><span class="cx">                   text run at (1,1) width 228: &quot;aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa&quot;
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,472) size 769x56
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 769x56
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 769x56
</span><del>-            RenderTableCell {TD} at (0,0) size 195x56 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 194x56 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 171x18
</span><span class="cx">                 text run at (1,1) width 171: &quot;aaaaaaaaaaaaaaaaaaaaaaaa&quot;
</span><span class="cx">               RenderWordBreak {WBR} at (0,0) size 0x0
</span><span class="lines">@@ -97,7 +97,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,644) size 769x56
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 769x56
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 769x56
</span><del>-            RenderTableCell {TD} at (0,0) size 195x56 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 194x56 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderInline {NOBR} at (0,0) size 192x54
</span><span class="cx">                 RenderText {#text} at (1,1) size 171x18
</span><span class="cx">                   text run at (1,1) width 171: &quot;aaaaaaaaaaaaaaaaaaaaaaaa&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextwhitespace002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/whitespace/002-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/whitespace/002-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/text/whitespace/002-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,26 +11,26 @@
</span><span class="cx">       RenderBlock {P} at (0,34) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 647x18
</span><span class="cx">           text run at (0,0) width 647: &quot;There should be three columns below, dark green, light green, and dark green, with no red anywhere.&quot;
</span><del>-      RenderTable {TABLE} at (0,68) size 67x126 [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 61x120
-          RenderTableRow {TR} at (0,0) size 61x120
-            RenderTableCell {TD} at (0,0) size 61x120 [color=#FF0000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x20 [color=#008000] [bgcolor=#00FF00]
</del><ins>+      RenderTable {TABLE} at (0,68) size 66x126 [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 60x120
+          RenderTableRow {TR} at (0,0) size 60x120
+            RenderTableCell {TD} at (0,0) size 60x120 [color=#FF0000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x20 [color=#008000] [bgcolor=#00FF00]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                   RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                     text run at (0,0) width 20: &quot;X&quot;
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                   RenderText {#text} at (40,0) size 20x20
</span><span class="cx">                     text run at (40,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,20) size 61x20 [color=#008000] [bgcolor=#00FF00]
</del><ins>+              RenderBlock {DIV} at (0,20) size 60x20 [color=#008000] [bgcolor=#00FF00]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                   RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                     text run at (0,0) width 20: &quot;X&quot;
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                   RenderText {#text} at (40,0) size 20x20
</span><span class="cx">                     text run at (40,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,40) size 61x20 [color=#008000] [bgcolor=#00FF00]
</del><ins>+              RenderBlock {DIV} at (0,40) size 60x20 [color=#008000] [bgcolor=#00FF00]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                   RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                     text run at (0,0) width 20: &quot;X&quot;
</span><span class="lines">@@ -58,9 +58,9 @@
</span><span class="cx">                   RenderText {#text} at (40,0) size 20x20
</span><span class="cx">                     text run at (40,0) width 20: &quot;X&quot;
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock {DIV} at (0,60) size 61x20 [color=#008000] [bgcolor=#00FF00]
-                RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock (anonymous) at (0,0) size 61x20
</del><ins>+              RenderBlock {DIV} at (0,60) size 60x20 [color=#008000] [bgcolor=#00FF00]
+                RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock (anonymous) at (0,0) size 60x20
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                     RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                       text run at (0,0) width 20: &quot;X&quot;
</span><span class="lines">@@ -70,8 +70,8 @@
</span><span class="cx">                     RenderText {#text} at (40,0) size 20x20
</span><span class="cx">                       text run at (40,0) width 20: &quot;X&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock {DIV} at (0,80) size 61x20 [color=#008000] [bgcolor=#00FF00]
-                RenderBlock (anonymous) at (0,0) size 61x20
</del><ins>+              RenderBlock {DIV} at (0,80) size 60x20 [color=#008000] [bgcolor=#00FF00]
+                RenderBlock (anonymous) at (0,0) size 60x20
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                     RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                       text run at (0,0) width 20: &quot;X&quot;
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx">                     RenderText {#text} at (40,0) size 20x20
</span><span class="cx">                       text run at (40,0) width 20: &quot;X&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-                RenderBlock {DIV} at (0,20) size 61x0
</del><ins>+                RenderBlock {DIV} at (0,20) size 60x0
</ins><span class="cx">               RenderBlock {DIV} at (0,100) size 60x20 [color=#008000] [bgcolor=#00FF00]
</span><span class="cx">                 RenderText {#text} at (0,0) size 60x20
</span><span class="cx">                   text run at (0,0) width 60: &quot;X X&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextwhitespace003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/whitespace/003-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/whitespace/003-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/text/whitespace/003-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,26 +11,26 @@
</span><span class="cx">       RenderBlock {P} at (0,34) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 647x18
</span><span class="cx">           text run at (0,0) width 647: &quot;There should be three columns below, dark green, light green, and dark green, with no red anywhere.&quot;
</span><del>-      RenderTable {TABLE} at (0,68) size 67x126 [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 61x120
-          RenderTableRow {TR} at (0,0) size 61x120
-            RenderTableCell {TD} at (0,0) size 61x120 [color=#FF0000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock {DIV} at (0,0) size 61x0
-              RenderBlock {DIV} at (0,0) size 61x20 [color=#008000] [bgcolor=#00FF00]
</del><ins>+      RenderTable {TABLE} at (0,68) size 66x126 [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 60x120
+          RenderTableRow {TR} at (0,0) size 60x120
+            RenderTableCell {TD} at (0,0) size 60x120 [color=#FF0000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock {DIV} at (0,0) size 60x0
+              RenderBlock {DIV} at (0,0) size 60x20 [color=#008000] [bgcolor=#00FF00]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                   RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                     text run at (0,0) width 20: &quot;X&quot;
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                   RenderText {#text} at (40,0) size 20x20
</span><span class="cx">                     text run at (40,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,20) size 61x20 [color=#008000] [bgcolor=#00FF00]
</del><ins>+              RenderBlock {DIV} at (0,20) size 60x20 [color=#008000] [bgcolor=#00FF00]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                   RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                     text run at (0,0) width 20: &quot;X&quot;
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                   RenderText {#text} at (40,0) size 20x20
</span><span class="cx">                     text run at (40,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,40) size 61x20 [color=#008000] [bgcolor=#00FF00]
</del><ins>+              RenderBlock {DIV} at (0,40) size 60x20 [color=#008000] [bgcolor=#00FF00]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                   RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                     text run at (0,0) width 20: &quot;X&quot;
</span><span class="lines">@@ -58,9 +58,9 @@
</span><span class="cx">                   RenderText {#text} at (40,0) size 20x20
</span><span class="cx">                     text run at (40,0) width 20: &quot;X&quot;
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock {DIV} at (0,60) size 61x20 [color=#008000] [bgcolor=#00FF00]
-                RenderBlock {DIV} at (0,0) size 61x0
-                RenderBlock (anonymous) at (0,0) size 61x20
</del><ins>+              RenderBlock {DIV} at (0,60) size 60x20 [color=#008000] [bgcolor=#00FF00]
+                RenderBlock {DIV} at (0,0) size 60x0
+                RenderBlock (anonymous) at (0,0) size 60x20
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                     RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                       text run at (0,0) width 20: &quot;X&quot;
</span><span class="lines">@@ -70,8 +70,8 @@
</span><span class="cx">                     RenderText {#text} at (40,0) size 20x20
</span><span class="cx">                       text run at (40,0) width 20: &quot;X&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock {DIV} at (0,80) size 61x20 [color=#008000] [bgcolor=#00FF00]
-                RenderBlock (anonymous) at (0,0) size 61x20
</del><ins>+              RenderBlock {DIV} at (0,80) size 60x20 [color=#008000] [bgcolor=#00FF00]
+                RenderBlock (anonymous) at (0,0) size 60x20
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 20x20
</span><span class="cx">                     RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                       text run at (0,0) width 20: &quot;X&quot;
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx">                     RenderText {#text} at (40,0) size 20x20
</span><span class="cx">                       text run at (40,0) width 20: &quot;X&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-                RenderBlock {DIV} at (0,20) size 61x0
</del><ins>+                RenderBlock {DIV} at (0,20) size 60x0
</ins><span class="cx">               RenderBlock {DIV} at (0,100) size 60x20 [color=#008000] [bgcolor=#00FF00]
</span><span class="cx">                 RenderText {#text} at (0,0) size 60x20
</span><span class="cx">                   text run at (0,0) width 60: &quot;X X&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextwhitespace004expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/whitespace/004-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/whitespace/004-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/text/whitespace/004-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,14 +11,14 @@
</span><span class="cx">       RenderBlock {P} at (0,34) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 444x18
</span><span class="cx">           text run at (0,0) width 444: &quot;There should be no red below, only a green square bordered in green.&quot;
</span><del>-      RenderTable {TABLE} at (0,68) size 105x104
-        RenderTableSection {TBODY} at (0,0) size 105x104
-          RenderTableRow {TR} at (0,2) size 105x100
-            RenderTableCell {TD} at (2,2) size 101x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 101x20 [color=#008000]
</del><ins>+      RenderTable {TABLE} at (0,68) size 104x104
+        RenderTableSection {TBODY} at (0,0) size 104x104
+          RenderTableRow {TR} at (0,2) size 104x100
+            RenderTableCell {TD} at (2,2) size 100x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span><del>-              RenderBlock {DIV} at (0,20) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,20) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                   text run at (0,0) width 20: &quot;X&quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 60x20 [bgcolor=#00FF00]
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">                     text run at (20,0) width 60: &quot;   &quot;
</span><span class="cx">                 RenderText {#text} at (80,0) size 20x20
</span><span class="cx">                   text run at (80,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,40) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,40) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                   text run at (0,0) width 20: &quot;X&quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 60x20 [bgcolor=#00FF00]
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx">                     text run at (20,0) width 60: &quot;\x{200B} \x{200B} \x{200B} \x{200B}&quot;
</span><span class="cx">                 RenderText {#text} at (80,0) size 20x20
</span><span class="cx">                   text run at (80,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,60) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,60) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                   text run at (0,0) width 20: &quot;X&quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 60x20 [bgcolor=#00FF00]
</span><span class="lines">@@ -42,6 +42,6 @@
</span><span class="cx">                     text run at (20,0) width 60: &quot; \x{200B} \x{200B} &quot;
</span><span class="cx">                 RenderText {#text} at (80,0) size 20x20
</span><span class="cx">                   text run at (80,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,80) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,80) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextwhitespace005expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/whitespace/005-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/whitespace/005-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/text/whitespace/005-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,25 +11,25 @@
</span><span class="cx">       RenderBlock {P} at (0,34) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 444x18
</span><span class="cx">           text run at (0,0) width 444: &quot;There should be no red below, only a green square bordered in green.&quot;
</span><del>-      RenderTable {TABLE} at (0,68) size 105x104
-        RenderTableSection {TBODY} at (0,0) size 105x104
-          RenderTableRow {TR} at (0,2) size 105x100
-            RenderTableCell {TD} at (2,2) size 101x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 101x20 [color=#008000]
</del><ins>+      RenderTable {TABLE} at (0,68) size 104x104
+        RenderTableSection {TBODY} at (0,0) size 104x104
+          RenderTableRow {TR} at (0,2) size 104x100
+            RenderTableCell {TD} at (2,2) size 100x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span><del>-              RenderBlock {DIV} at (0,20) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,20) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 100x20 [bgcolor=#00FF00]
</span><span class="cx">                   RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                     text run at (0,0) width 100: &quot;X   X&quot;
</span><del>-              RenderBlock {DIV} at (0,40) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,40) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 100x20 [bgcolor=#00FF00]
</span><span class="cx">                   RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                     text run at (0,0) width 100: &quot;X\x{200B} \x{200B} \x{200B} \x{200B}X&quot;
</span><del>-              RenderBlock {DIV} at (0,60) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,60) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 100x20 [bgcolor=#00FF00]
</span><span class="cx">                   RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                     text run at (0,0) width 100: &quot;X \x{200B} \x{200B} X&quot;
</span><del>-              RenderBlock {DIV} at (0,80) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,80) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextwhitespace010expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/whitespace/010-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/whitespace/010-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/text/whitespace/010-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,14 +11,14 @@
</span><span class="cx">       RenderBlock {P} at (0,34) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 444x18
</span><span class="cx">           text run at (0,0) width 444: &quot;There should be no red below, only a green square bordered in green.&quot;
</span><del>-      RenderTable {TABLE} at (0,68) size 105x104
-        RenderTableSection {TBODY} at (0,0) size 105x104
-          RenderTableRow {TR} at (0,2) size 105x100
-            RenderTableCell {TD} at (2,2) size 101x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 101x20 [color=#008000]
</del><ins>+      RenderTable {TABLE} at (0,68) size 104x104
+        RenderTableSection {TBODY} at (0,0) size 104x104
+          RenderTableRow {TR} at (0,2) size 104x100
+            RenderTableCell {TD} at (2,2) size 100x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span><del>-              RenderBlock {DIV} at (0,20) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,20) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                   text run at (0,0) width 20: &quot;X&quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 60x20 [bgcolor=#00FF00]
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">                     text run at (20,0) width 60: &quot;   &quot;
</span><span class="cx">                 RenderText {#text} at (80,0) size 20x20
</span><span class="cx">                   text run at (80,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,40) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,40) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                   text run at (0,0) width 20: &quot;X&quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 60x20 [bgcolor=#00FF00]
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx">                     text run at (20,0) width 60: &quot;\x{200B} \x{200B} \x{200B} \x{200B}&quot;
</span><span class="cx">                 RenderText {#text} at (80,0) size 20x20
</span><span class="cx">                   text run at (80,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,60) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,60) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                   text run at (0,0) width 20: &quot;X&quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 60x20 [bgcolor=#00FF00]
</span><span class="lines">@@ -42,6 +42,6 @@
</span><span class="cx">                     text run at (20,0) width 60: &quot; \x{200B} \x{200B} &quot;
</span><span class="cx">                 RenderText {#text} at (80,0) size 20x20
</span><span class="cx">                   text run at (80,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,80) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,80) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextwhitespace011expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/whitespace/011-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/whitespace/011-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/text/whitespace/011-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,25 +11,25 @@
</span><span class="cx">       RenderBlock {P} at (0,34) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 444x18
</span><span class="cx">           text run at (0,0) width 444: &quot;There should be no red below, only a green square bordered in green.&quot;
</span><del>-      RenderTable {TABLE} at (0,68) size 105x104
-        RenderTableSection {TBODY} at (0,0) size 105x104
-          RenderTableRow {TR} at (0,2) size 105x100
-            RenderTableCell {TD} at (2,2) size 101x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 101x20 [color=#008000]
</del><ins>+      RenderTable {TABLE} at (0,68) size 104x104
+        RenderTableSection {TBODY} at (0,0) size 104x104
+          RenderTableRow {TR} at (0,2) size 104x100
+            RenderTableCell {TD} at (2,2) size 100x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span><del>-              RenderBlock {DIV} at (0,20) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,20) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 100x20 [bgcolor=#00FF00]
</span><span class="cx">                   RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                     text run at (0,0) width 100: &quot;X   X&quot;
</span><del>-              RenderBlock {DIV} at (0,40) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,40) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 100x20 [bgcolor=#00FF00]
</span><span class="cx">                   RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                     text run at (0,0) width 100: &quot;X\x{200B} \x{200B} \x{200B} \x{200B}X&quot;
</span><del>-              RenderBlock {DIV} at (0,60) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,60) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 100x20 [bgcolor=#00FF00]
</span><span class="cx">                   RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                     text run at (0,0) width 100: &quot;X \x{200B} \x{200B} X&quot;
</span><del>-              RenderBlock {DIV} at (0,80) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,80) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextwhitespace013expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/whitespace/013-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/whitespace/013-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/text/whitespace/013-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -8,11 +8,11 @@
</span><span class="cx">           RenderText {#text} at (0,1) size 528x16
</span><span class="cx">             text run at (0,1) width 528: &quot;Ahem_font_required_for_this_test.&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,18) size 343x150
-        RenderTableSection {TBODY} at (0,0) size 343x150
-          RenderTableRow {TR} at (0,2) size 343x146
-            RenderTableCell {TD} at (2,2) size 339x146 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {PRE} at (1,17) size 337x112 [color=#00FF00] [bgcolor=#008000]
</del><ins>+      RenderTable {TABLE} at (0,18) size 342x150
+        RenderTableSection {TBODY} at (0,0) size 342x150
+          RenderTableRow {TR} at (0,2) size 342x146
+            RenderTableCell {TD} at (2,2) size 338x146 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {PRE} at (1,17) size 336x112 [color=#00FF00] [bgcolor=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 336x112
</span><span class="cx">                   text run at (0,0) width 336: &quot;                     &quot;
</span><span class="cx">                   text run at (0,16) width 336: &quot; xxxx xxxx xxxx xxxx &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextwhitespace014expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/whitespace/014-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/whitespace/014-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/text/whitespace/014-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -8,11 +8,11 @@
</span><span class="cx">           RenderText {#text} at (0,1) size 528x16
</span><span class="cx">             text run at (0,1) width 528: &quot;Ahem_font_required_for_this_test.&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,18) size 343x118
-        RenderTableSection {TBODY} at (0,0) size 343x118
-          RenderTableRow {TR} at (0,2) size 343x114
-            RenderTableCell {TD} at (2,2) size 339x114 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (1,1) size 337x112 [color=#00FF00] [bgcolor=#008000]
</del><ins>+      RenderTable {TABLE} at (0,18) size 342x118
+        RenderTableSection {TBODY} at (0,0) size 342x118
+          RenderTableRow {TR} at (0,2) size 342x114
+            RenderTableCell {TD} at (2,2) size 338x114 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 336x112 [color=#00FF00] [bgcolor=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 336x112
</span><span class="cx">                   text run at (0,0) width 336: &quot;                     &quot;
</span><span class="cx">                   text run at (0,16) width 336: &quot; xxxx xxxx xxxx xxxx &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextwhitespace015expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/whitespace/015-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/whitespace/015-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/text/whitespace/015-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,14 +11,14 @@
</span><span class="cx">       RenderBlock {P} at (0,34) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 444x18
</span><span class="cx">           text run at (0,0) width 444: &quot;There should be no red below, only a green square bordered in green.&quot;
</span><del>-      RenderTable {TABLE} at (0,68) size 105x104
-        RenderTableSection {TBODY} at (0,0) size 105x104
-          RenderTableRow {TR} at (0,2) size 105x100
-            RenderTableCell {TD} at (2,2) size 101x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 101x20 [color=#008000]
</del><ins>+      RenderTable {TABLE} at (0,68) size 104x104
+        RenderTableSection {TBODY} at (0,0) size 104x104
+          RenderTableRow {TR} at (0,2) size 104x100
+            RenderTableCell {TD} at (2,2) size 100x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span><del>-              RenderBlock {DIV} at (0,20) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,20) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                   text run at (0,0) width 20: &quot;X&quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 60x20 [bgcolor=#00FF00]
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">                     text run at (20,0) width 60: &quot;   &quot;
</span><span class="cx">                 RenderText {#text} at (80,0) size 20x20
</span><span class="cx">                   text run at (80,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,40) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,40) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                   text run at (0,0) width 20: &quot;X&quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 60x20 [bgcolor=#00FF00]
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx">                     text run at (20,0) width 60: &quot;\x{200B} \x{200B} \x{200B} \x{200B}&quot;
</span><span class="cx">                 RenderText {#text} at (80,0) size 20x20
</span><span class="cx">                   text run at (80,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,60) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,60) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 20x20
</span><span class="cx">                   text run at (0,0) width 20: &quot;X&quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 60x20 [bgcolor=#00FF00]
</span><span class="lines">@@ -42,6 +42,6 @@
</span><span class="cx">                     text run at (20,0) width 60: &quot; \x{200B} \x{200B} &quot;
</span><span class="cx">                 RenderText {#text} at (80,0) size 20x20
</span><span class="cx">                   text run at (80,0) width 20: &quot;X&quot;
</span><del>-              RenderBlock {DIV} at (0,80) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,80) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextwhitespace016expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/whitespace/016-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/whitespace/016-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/text/whitespace/016-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,25 +11,25 @@
</span><span class="cx">       RenderBlock {P} at (0,34) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 444x18
</span><span class="cx">           text run at (0,0) width 444: &quot;There should be no red below, only a green square bordered in green.&quot;
</span><del>-      RenderTable {TABLE} at (0,68) size 105x104
-        RenderTableSection {TBODY} at (0,0) size 105x104
-          RenderTableRow {TR} at (0,2) size 105x100
-            RenderTableCell {TD} at (2,2) size 101x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 101x20 [color=#008000]
</del><ins>+      RenderTable {TABLE} at (0,68) size 104x104
+        RenderTableSection {TBODY} at (0,0) size 104x104
+          RenderTableRow {TR} at (0,2) size 104x100
+            RenderTableCell {TD} at (2,2) size 100x100 [color=#800000] [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span><del>-              RenderBlock {DIV} at (0,20) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,20) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 100x20 [bgcolor=#00FF00]
</span><span class="cx">                   RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                     text run at (0,0) width 100: &quot;X   X&quot;
</span><del>-              RenderBlock {DIV} at (0,40) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,40) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 100x20 [bgcolor=#00FF00]
</span><span class="cx">                   RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                     text run at (0,0) width 100: &quot;X\x{200B} \x{200B} \x{200B} \x{200B}X&quot;
</span><del>-              RenderBlock {DIV} at (0,60) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,60) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 100x20 [bgcolor=#00FF00]
</span><span class="cx">                   RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                     text run at (0,0) width 100: &quot;X \x{200B} \x{200B} X&quot;
</span><del>-              RenderBlock {DIV} at (0,80) size 101x20 [color=#008000]
</del><ins>+              RenderBlock {DIV} at (0,80) size 100x20 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 100x20
</span><span class="cx">                   text run at (0,0) width 100: &quot;XXXXX&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextwhitespace025expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/whitespace/025-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/whitespace/025-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/text/whitespace/025-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</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 315x32
-        RenderTableSection {TBODY} at (0,0) size 315x32
-          RenderTableRow {TR} at (0,2) size 315x28
-            RenderTableCell {TD} at (2,2) size 311x28 [border: (2px solid #0000FF)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 314x32
+        RenderTableSection {TBODY} at (0,0) size 314x32
+          RenderTableRow {TR} at (0,2) size 314x28
+            RenderTableCell {TD} at (2,2) size 310x28 [border: (2px solid #0000FF)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (3,3) size 304x22 [border: (2px solid #008000)]
</span><span class="cx">                 RenderInline {NOBR} at (0,0) size 649x18
</span><span class="cx">                   RenderText {#text} at (2,2) size 649x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextwhitespace026expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/whitespace/026-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/whitespace/026-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/text/whitespace/026-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x18
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x18
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 784x18
</span><del>-            RenderTableCell {TD} at (0,0) size 5x18 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 4x18 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderInline {B} at (0,0) size 4x18
</span><span class="cx">                 RenderText {#text} at (0,0) size 4x18
</span><span class="cx">                   text run at (0,0) width 4: &quot;\x{B7}&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastwritingmodetablepercentwidthquirkexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/writing-mode/table-percent-width-quirk-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/writing-mode/table-percent-width-quirk-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/writing-mode/table-percent-width-quirk-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -13,22 +13,22 @@
</span><span class="cx"> layer at (8,125) size 100x50
</span><span class="cx">   RenderBlock (positioned) {DIV} at (8,125) size 100x50 [bgcolor=#808080]
</span><span class="cx"> layer at (8,125) size 20x40
</span><del>-  RenderBlock (positioned) {DIV} at (0,0) size 21x40 [bgcolor=#0000FF]
</del><ins>+  RenderBlock (positioned) {DIV} at (0,0) size 20x40 [bgcolor=#0000FF]
</ins><span class="cx">     RenderBlock {DIV} at (0,0) size 20x20
</span><del>-    RenderTable {TABLE} at (0,20) size 21x20 [bgcolor=#008000]
-      RenderTableSection {TBODY} at (0,0) size 21x20
-        RenderTableRow {TR} at (0,0) size 21x20
-          RenderTableCell {TD} at (0,0) size 21x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (0,20) size 20x20 [bgcolor=#008000]
+      RenderTableSection {TBODY} at (0,0) size 20x20
+        RenderTableRow {TR} at (0,0) size 20x20
+          RenderTableCell {TD} at (0,0) size 20x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 20x20
</span><span class="cx"> layer at (692,200) size 100x50
</span><span class="cx">   RenderBlock (positioned) {DIV} at (692,200) size 100x50 [bgcolor=#808080]
</span><span class="cx"> layer at (752,200) size 40x20
</span><del>-  RenderBlock (positioned) {DIV} at (0,0) size 40x21 [bgcolor=#0000FF]
</del><ins>+  RenderBlock (positioned) {DIV} at (0,0) size 40x20 [bgcolor=#0000FF]
</ins><span class="cx">     RenderBlock {DIV} at (0,0) size 20x20
</span><del>-    RenderTable {TABLE} at (20,0) size 20x21 [bgcolor=#008000]
-      RenderTableSection {TBODY} at (0,0) size 20x21
-        RenderTableRow {TR} at (0,0) size 20x21
-          RenderTableCell {TD} at (0,0) size 20x21 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (20,0) size 20x20 [bgcolor=#008000]
+      RenderTableSection {TBODY} at (0,0) size 20x20
+        RenderTableRow {TR} at (0,0) size 20x20
+          RenderTableCell {TD} at (0,0) size 20x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 20x20
</span><span class="cx"> layer at (692,275) size 100x50
</span><span class="cx">   RenderBlock (positioned) {DIV} at (692,275) size 100x50 [bgcolor=#808080]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastwritingmodeverticalaligntablebaselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/writing-mode/vertical-align-table-baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/writing-mode/vertical-align-table-baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/fast/writing-mode/vertical-align-table-baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx">               RenderText {#text} at (50,-34) size 120x144
</span><span class="cx">                 text run at (50,-34) width 144: &quot;\x{7B2C}\x{4E00}\x{6BB5}&quot;
</span><span class="cx">                 text run at (122,-34) width 48: &quot;\x{843D}&quot;
</span><del>-            RenderTableCell {TD} at (2,196) size 292x382 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,196) size 292x383 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (26,2) size 240x288
</span><span class="cx">                 text run at (26,2) width 288: &quot;\x{7B2C}\x{4E8C}\x{6BB5}&quot;
</span><span class="cx">                 text run at (170,2) width 96: &quot;\x{843D}&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmachttptestsmiscacid2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/http/tests/misc/acid2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/http/tests/misc/acid2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/http/tests/misc/acid2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx">     RenderTable {TABLE} at (12,12) size 1x0
</span><span class="cx">       RenderTableSection {TBODY} at (0,0) size 1x0
</span><span class="cx">         RenderTableRow {TR} at (0,0) size 1x0
</span><del>-          RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (60,60) size 120x12 [bgcolor=#FF0000] [border: none (12px solid #000000) none (12px solid #000000)]
</span><span class="cx">       RenderBlock {DIV} at (12,0) size 144x12
</span><span class="cx">         RenderText {#text} at (0,-1) size 101x14
</span><span class="lines">@@ -32,21 +32,21 @@
</span><span class="cx">           text run at (12,8) width 1: &quot; &quot;
</span><span class="cx">     RenderBlock {DIV} at (12,180) size 740x12
</span><span class="cx">       RenderBlock {DIV} at (60,0) size 96x12 [color=#FFA500] [bgcolor=#FFFF00] [border: none (24px solid #000000) none (24px solid #000000)]
</span><del>-    RenderTable {UL} at (96,192) size 49x12 [bgcolor=#FF0000]
-      RenderTableSection (anonymous) at (0,0) size 49x12
-        RenderTableRow (anonymous) at (0,0) size 49x12
</del><ins>+    RenderTable {UL} at (96,192) size 48x12 [bgcolor=#FF0000]
+      RenderTableSection (anonymous) at (0,0) size 48x12
+        RenderTableRow (anonymous) at (0,0) size 48x12
</ins><span class="cx">           RenderTableCell {LI} at (0,0) size 12x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
</span><del>-          RenderTableCell (anonymous) at (12,0) size 13x12 [r=0 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell (anonymous) at (12,0) size 12x12 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderTable {LI} at (0,0) size 12x12 [bgcolor=#000000]
</span><del>-          RenderTableCell {LI} at (24,0) size 13x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
-          RenderTableCell (anonymous) at (36,0) size 13x12 [r=0 c=3 rs=1 cs=1]
</del><ins>+          RenderTableCell {LI} at (24,0) size 12x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
+          RenderTableCell (anonymous) at (36,0) size 12x12 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">             RenderListItem {LI} at (0,0) size 12x12 [bgcolor=#000000]
</span><span class="cx"> layer at (48,2842) size 740x10 scrollHeight 276
</span><span class="cx">   RenderBlock {DIV} at (12,204) size 740x10
</span><del>-    RenderTable {TABLE} at (0,0) size 65x276
-      RenderTableSection {TBODY} at (0,0) size 65x276
-        RenderTableRow {TR} at (0,0) size 65x276
-          RenderTableCell {TD} at (0,0) size 65x276 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (0,0) size 64x276
+      RenderTableSection {TBODY} at (0,0) size 64x276
+        RenderTableRow {TR} at (0,0) size 64x276
+          RenderTableCell {TD} at (0,0) size 64x276 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderImage {IMG} at (0,152) size 64x64
</span><span class="cx"> layer at (132,108) size 48x18
</span><span class="cx">   RenderBlock (positioned) {P} at (132,108) size 48x18 [bgcolor=#000000] [border: none (6px solid #FFFF00) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmachttptestsmiscacid2pixelexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/http/tests/misc/acid2-pixel-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/http/tests/misc/acid2-pixel-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/http/tests/misc/acid2-pixel-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx">     RenderTable {TABLE} at (12,12) size 1x0
</span><span class="cx">       RenderTableSection {TBODY} at (0,0) size 1x0
</span><span class="cx">         RenderTableRow {TR} at (0,0) size 1x0
</span><del>-          RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (60,60) size 120x12 [bgcolor=#FF0000] [border: none (12px solid #000000) none (12px solid #000000)]
</span><span class="cx">       RenderBlock {DIV} at (12,0) size 144x12
</span><span class="cx">         RenderText {#text} at (0,-1) size 101x14
</span><span class="lines">@@ -32,21 +32,21 @@
</span><span class="cx">           text run at (12,8) width 1: &quot; &quot;
</span><span class="cx">     RenderBlock {DIV} at (12,180) size 740x12
</span><span class="cx">       RenderBlock {DIV} at (60,0) size 96x12 [color=#FFA500] [bgcolor=#FFFF00] [border: none (24px solid #000000) none (24px solid #000000)]
</span><del>-    RenderTable {UL} at (96,192) size 49x12 [bgcolor=#FF0000]
-      RenderTableSection (anonymous) at (0,0) size 49x12
-        RenderTableRow (anonymous) at (0,0) size 49x12
</del><ins>+    RenderTable {UL} at (96,192) size 48x12 [bgcolor=#FF0000]
+      RenderTableSection (anonymous) at (0,0) size 48x12
+        RenderTableRow (anonymous) at (0,0) size 48x12
</ins><span class="cx">           RenderTableCell {LI} at (0,0) size 12x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
</span><del>-          RenderTableCell (anonymous) at (12,0) size 13x12 [r=0 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell (anonymous) at (12,0) size 12x12 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderTable {LI} at (0,0) size 12x12 [bgcolor=#000000]
</span><del>-          RenderTableCell {LI} at (24,0) size 13x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
-          RenderTableCell (anonymous) at (36,0) size 13x12 [r=0 c=3 rs=1 cs=1]
</del><ins>+          RenderTableCell {LI} at (24,0) size 12x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
+          RenderTableCell (anonymous) at (36,0) size 12x12 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">             RenderListItem {LI} at (0,0) size 12x12 [bgcolor=#000000]
</span><span class="cx"> layer at (48,276) size 740x10 scrollHeight 276
</span><span class="cx">   RenderBlock {DIV} at (12,204) size 740x10
</span><del>-    RenderTable {TABLE} at (0,0) size 65x276
-      RenderTableSection {TBODY} at (0,0) size 65x276
-        RenderTableRow {TR} at (0,0) size 65x276
-          RenderTableCell {TD} at (0,0) size 65x276 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (0,0) size 64x276
+      RenderTableSection {TBODY} at (0,0) size 64x276
+        RenderTableRow {TR} at (0,0) size 64x276
+          RenderTableCell {TD} at (0,0) size 64x276 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderImage {IMG} at (0,152) size 64x64
</span><span class="cx"> layer at (132,108) size 48x18
</span><span class="cx">   RenderBlock (positioned) {P} at (132,108) size 48x18 [bgcolor=#000000] [border: none (6px solid #FFFF00) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmachttptestsmiscobjectembeddingsvgdelayedsizenegotiation2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -30,10 +30,10 @@
</span><span class="cx">             RenderSVGRoot {svg} at (0,0) size 99x25
</span><span class="cx">               RenderSVGRect {rect} at (0,0) size 99x25 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
</span><span class="cx">               RenderSVGPath {path} at (14,4) size 71x16 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 500 50 L 150 200 L 850 200 Z&quot;]
</span><del>-      RenderTable at (1,253) size 136x45
-        RenderTableSection (anonymous) at (0,0) size 136x45
-          RenderTableRow (anonymous) at (0,0) size 136x45
-            RenderTableCell {P} at (0,0) size 136x45 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable at (1,253) size 135x45
+        RenderTableSection (anonymous) at (0,0) size 135x45
+          RenderTableRow (anonymous) at (0,0) size 135x45
+            RenderTableCell {P} at (0,0) size 135x45 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderEmbeddedObject {OBJECT} at (9,0) size 117x43 [bgcolor=#FF0000] [border: (9px solid #0000FF)]
</span><span class="cx">                 layer at (0,0) size 99x25
</span><span class="cx">                   RenderView at (0,0) size 99x25
</span><span class="lines">@@ -41,10 +41,10 @@
</span><span class="cx">                   RenderSVGRoot {svg} at (0,0) size 99x25
</span><span class="cx">                     RenderSVGRect {rect} at (0,0) size 99x25 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
</span><span class="cx">                     RenderSVGPath {path} at (14,4) size 71x16 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 500 50 L 150 200 L 850 200 Z&quot;]
</span><del>-      RenderTable {TABLE} at (1,352) size 136x45
-        RenderTableSection {TBODY} at (0,0) size 136x45
-          RenderTableRow {TR} at (0,0) size 136x45
-            RenderTableCell {TD} at (0,0) size 136x45 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (1,352) size 135x45
+        RenderTableSection {TBODY} at (0,0) size 135x45
+          RenderTableRow {TR} at (0,0) size 135x45
+            RenderTableCell {TD} at (0,0) size 135x45 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderEmbeddedObject {OBJECT} at (9,0) size 117x43 [bgcolor=#FF0000] [border: (9px solid #0000FF)]
</span><span class="cx">                 layer at (0,0) size 99x25
</span><span class="cx">                   RenderView at (0,0) size 99x25
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsbackground_properties_greater_than_imagesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 606x18
</span><span class="cx">           text run at (0,0) width 606: &quot;Test passes if there is green on the page and contents of the black boxes look exactly the same.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 571x286
-        RenderTableSection {TBODY} at (0,0) size 571x286
-          RenderTableRow {TR} at (0,2) size 571x282
-            RenderTableCell {TD} at (2,2) size 283x282 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 570x286
+        RenderTableSection {TBODY} at (0,0) size 570x286
+          RenderTableRow {TR} at (0,2) size 570x282
+            RenderTableCell {TD} at (2,2) size 282x282 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (11,11) size 260x260 [border: (5px solid #000000)]
</span><del>-            RenderTableCell {TD} at (286,2) size 283x282 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (286,2) size 282x282 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (11,11) size 260x260 [border: (5px solid #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusappliesto006expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 361x18
</span><span class="cx">           text run at (0,0) width 361: &quot;Test passes if there is a box with rounded corners below.&quot;
</span><del>-      RenderTable {DIV} at (0,34) size 103x102 [border: (3px solid #008000)]
-        RenderTableSection (anonymous) at (3,3) size 97x96
-          RenderTableRow {DIV} at (0,0) size 97x96
-            RenderTableCell {DIV} at (0,0) size 97x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,34) size 102x102 [border: (3px solid #008000)]
+        RenderTableSection (anonymous) at (3,3) size 96x96
+          RenderTableRow {DIV} at (0,0) size 96x96
+            RenderTableCell {DIV} at (0,0) size 96x0 [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusappliesto007expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,4 +10,4 @@
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 102x102 [border: (3px solid #008000)]
</span><span class="cx">         RenderTableSection (anonymous) at (0,102) size 102x0
</span><span class="cx">           RenderTableRow {DIV} at (0,0) size 102x0
</span><del>-            RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {DIV} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusappliesto008expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 361x18
</span><span class="cx">           text run at (0,0) width 361: &quot;Test passes if there is a box with rounded corners below.&quot;
</span><del>-      RenderTable {DIV} at (0,34) size 103x102
-        RenderTableSection (anonymous) at (0,0) size 103x102
-          RenderTableRow {DIV} at (0,0) size 103x102
-            RenderTableCell {DIV} at (0,0) size 103x6 [border: (3px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,34) size 102x102
+        RenderTableSection (anonymous) at (0,0) size 102x102
+          RenderTableRow {DIV} at (0,0) size 102x102
+            RenderTableCell {DIV} at (0,0) size 102x6 [border: (3px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusappliesto009expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 417x18
</span><span class="cx">           text run at (0,0) width 417: &quot;Test passes if there is a box with sharp or rounded corners below.&quot;
</span><del>-      RenderTable {DIV} at (0,34) size 103x102 [border: (1px none #000000)]
-        RenderTableSection (anonymous) at (1,1) size 100x99
-          RenderTableRow {DIV} at (0,0) size 100x99 [border: (3px solid #008000)]
-            RenderTableCell {DIV} at (0,0) size 100x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,34) size 102x102 [border: (1px none #000000)]
+        RenderTableSection (anonymous) at (1,1) size 99x99
+          RenderTableRow {DIV} at (0,0) size 99x99 [border: (3px solid #008000)]
+            RenderTableCell {DIV} at (0,0) size 99x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusappliesto011expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 361x18
</span><span class="cx">           text run at (0,0) width 361: &quot;Test passes if there is a box with rounded corners below.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,34) size 784x106
</span><del>-        RenderTable {DIV} at (0,0) size 103x102 [border: (3px solid #008000)]
-          RenderTableSection (anonymous) at (3,3) size 97x96
-            RenderTableRow {DIV} at (0,0) size 97x96
-              RenderTableCell {DIV} at (0,0) size 97x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {DIV} at (0,0) size 102x102 [border: (3px solid #008000)]
+          RenderTableSection (anonymous) at (3,3) size 96x96
+            RenderTableRow {DIV} at (0,0) size 96x96
+              RenderTableCell {DIV} at (0,0) size 96x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusappliesto012expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,8 +6,8 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 417x18
</span><span class="cx">           text run at (0,0) width 417: &quot;Test passes if there is a box with sharp or rounded corners below.&quot;
</span><del>-      RenderTable {DIV} at (0,34) size 103x102 [border: (1px none #000000)]
</del><ins>+      RenderTable {DIV} at (0,34) size 102x102 [border: (1px none #000000)]
</ins><span class="cx">         RenderTableCol {DIV} at (0,0) size 0x0 [border: (3px solid #008000)]
</span><del>-        RenderTableSection (anonymous) at (1,1) size 100x99
-          RenderTableRow {DIV} at (0,0) size 100x99
-            RenderTableCell {DIV} at (0,0) size 100x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection (anonymous) at (1,1) size 99x99
+          RenderTableRow {DIV} at (0,0) size 99x99
+            RenderTableCell {DIV} at (0,0) size 99x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusappliesto013expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 417x18
</span><span class="cx">           text run at (0,0) width 417: &quot;Test passes if there is a box with sharp or rounded corners below.&quot;
</span><del>-      RenderTable {DIV} at (0,34) size 103x102 [border: (1px none #000000)]
-        RenderTableSection {DIV} at (1,1) size 100x99 [border: (3px solid #008000)]
-          RenderTableRow {DIV} at (0,0) size 100x99
-            RenderTableCell {DIV} at (0,0) size 100x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,34) size 102x102 [border: (1px none #000000)]
+        RenderTableSection {DIV} at (1,1) size 99x99 [border: (3px solid #008000)]
+          RenderTableRow {DIV} at (0,0) size 99x99
+            RenderTableCell {DIV} at (0,0) size 99x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusappliesto014expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 417x18
</span><span class="cx">           text run at (0,0) width 417: &quot;Test passes if there is a box with sharp or rounded corners below.&quot;
</span><del>-      RenderTable {DIV} at (0,34) size 103x102 [border: (1px none #000000)]
-        RenderTableSection {DIV} at (1,1) size 100x99 [border: (3px solid #008000)]
-          RenderTableRow {DIV} at (0,0) size 100x99
-            RenderTableCell {DIV} at (0,0) size 100x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,34) size 102x102 [border: (1px none #000000)]
+        RenderTableSection {DIV} at (1,1) size 99x99 [border: (3px solid #008000)]
+          RenderTableRow {DIV} at (0,0) size 99x99
+            RenderTableCell {DIV} at (0,0) size 99x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusappliesto015expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 417x18
</span><span class="cx">           text run at (0,0) width 417: &quot;Test passes if there is a box with sharp or rounded corners below.&quot;
</span><del>-      RenderTable {DIV} at (0,34) size 103x102 [border: (1px none #000000)]
-        RenderTableSection {DIV} at (1,1) size 100x99 [border: (3px solid #008000)]
-          RenderTableRow {DIV} at (0,0) size 100x99
-            RenderTableCell {DIV} at (0,0) size 100x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,34) size 102x102 [border: (1px none #000000)]
+        RenderTableSection {DIV} at (1,1) size 99x99 [border: (3px solid #008000)]
+          RenderTableRow {DIV} at (0,0) size 99x99
+            RenderTableCell {DIV} at (0,0) size 99x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusappliesto016expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,8 +6,8 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 417x18
</span><span class="cx">           text run at (0,0) width 417: &quot;Test passes if there is a box with sharp or rounded corners below.&quot;
</span><del>-      RenderTable {DIV} at (0,34) size 103x102 [border: (1px none #000000)]
</del><ins>+      RenderTable {DIV} at (0,34) size 102x102 [border: (1px none #000000)]
</ins><span class="cx">         RenderTableCol {DIV} at (0,0) size 0x0 [border: (3px solid #008000)]
</span><del>-        RenderTableSection (anonymous) at (1,1) size 100x99
-          RenderTableRow {DIV} at (0,0) size 100x99
-            RenderTableCell {DIV} at (0,0) size 100x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection (anonymous) at (1,1) size 99x99
+          RenderTableRow {DIV} at (0,0) size 99x99
+            RenderTableCell {DIV} at (0,0) size 99x3 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusdifferentwidth001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,16 +6,16 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 753x18
</span><span class="cx">           text run at (0,0) width 753: &quot;Test passes if the boxes have rounded corners and show a smooth transition between the thicker and the thinner sides.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 701x446
-        RenderTableSection {TBODY} at (0,0) size 701x446
-          RenderTableRow {TR} at (0,2) size 701x442
-            RenderTableCell {TD} at (2,2) size 273x442 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 700x446
+        RenderTableSection {TBODY} at (0,0) size 700x446
+          RenderTableRow {TR} at (0,2) size 700x442
+            RenderTableCell {TD} at (2,2) size 272x442 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (11,11) size 245x130 [border: (10px solid #000000) (15px solid #000000) (20px solid #000000) (30px solid #000000)]
</span><span class="cx">               RenderBlock {DIV} at (11,151) size 250x150 [border: (10px solid #000000) (25px solid #000000) (40px solid #000000) (25px solid #000000)]
</span><span class="cx">               RenderBlock {DIV} at (11,311) size 250x120 [border: (10px solid #000000) (25px solid #000000) (10px solid #000000) (25px solid #000000)]
</span><del>-            RenderTableCell {TD} at (276,45) size 233x356 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (276,45) size 232x356 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (11,11) size 204x106 [border: (1px solid #000000) (3px solid #000000) (5px solid #000000) (1px solid #000000)]
</span><span class="cx">               RenderBlock {DIV} at (11,127) size 206x106 [border: (1px solid #000000) (3px solid #000000) (5px solid #000000) (3px solid #000000)]
</span><span class="cx">               RenderBlock {DIV} at (11,243) size 210x102 [border: (1px solid #000000) (5px solid #000000) (1px solid #000000) (5px solid #000000)]
</span><del>-            RenderTableCell {TD} at (510,62) size 189x322 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (510,62) size 188x322 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (11,11) size 166x300 [border: (4px solid #000000) (16px solid #000000) (32px solid #000000) (100px solid #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiusshorthand001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,12 +6,12 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 612x18
</span><span class="cx">           text run at (0,0) width 612: &quot;Test passes if there are two black boxes with rounded corners and red is not visible on the page.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 451x226
-        RenderTableSection {TBODY} at (0,0) size 451x226
-          RenderTableRow {TR} at (0,2) size 451x222
-            RenderTableCell {TD} at (2,2) size 223x222 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 450x226
+        RenderTableSection {TBODY} at (0,0) size 450x226
+          RenderTableRow {TR} at (0,2) size 450x222
+            RenderTableCell {TD} at (2,2) size 222x222 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 220x220 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 220x220 [border: (10px solid #000000)]
</span><del>-            RenderTableCell {TD} at (226,2) size 223x222 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (226,2) size 222x222 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 220x220 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 220x220 [border: (10px solid #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiussumofradii001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,33 +6,33 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 545x18
</span><span class="cx">           text run at (0,0) width 545: &quot;Test passes if there are no squares on the page and there is no red visible on the page.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 211x418
-        RenderTableSection {TBODY} at (0,0) size 211x418
-          RenderTableRow {TR} at (0,2) size 211x102
-            RenderTableCell {TD} at (2,2) size 103x102 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 210x418
+        RenderTableSection {TBODY} at (0,0) size 210x418
+          RenderTableRow {TR} at (0,2) size 210x102
+            RenderTableCell {TD} at (2,2) size 102x102 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #000000)]
</span><del>-            RenderTableCell {TD} at (106,2) size 103x102 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,2) size 102x102 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #000000)]
</span><del>-          RenderTableRow {TR} at (0,106) size 211x102
-            RenderTableCell {TD} at (2,106) size 103x102 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,106) size 210x102
+            RenderTableCell {TD} at (2,106) size 102x102 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #000000)]
</span><del>-            RenderTableCell {TD} at (106,106) size 103x102 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,106) size 102x102 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #000000)]
</span><del>-          RenderTableRow {TR} at (0,210) size 211x102
-            RenderTableCell {TD} at (2,210) size 103x102 [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,210) size 210x102
+            RenderTableCell {TD} at (2,210) size 102x102 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #000000)]
</span><del>-            RenderTableCell {TD} at (106,210) size 103x102 [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,210) size 102x102 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #000000)]
</span><del>-          RenderTableRow {TR} at (0,314) size 211x102
-            RenderTableCell {TD} at (2,314) size 103x102 [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,314) size 210x102
+            RenderTableCell {TD} at (2,314) size 102x102 [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #000000)]
</span><del>-            RenderTableCell {TD} at (106,314) size 103x102 [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,314) size 102x102 [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsborderradiussumofradii002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,16 +6,16 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 769x18
</span><span class="cx">         RenderText {#text} at (0,0) size 659x18
</span><span class="cx">           text run at (0,0) width 659: &quot;Test passes if there are no more than two rectangles on the page and there is no red visible on the page.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 315x106
-        RenderTableSection {TBODY} at (0,0) size 315x106
-          RenderTableRow {TR} at (0,2) size 315x102
-            RenderTableCell {TD} at (2,2) size 103x102 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 314x106
+        RenderTableSection {TBODY} at (0,0) size 314x106
+          RenderTableRow {TR} at (0,2) size 314x102
+            RenderTableCell {TD} at (2,2) size 102x102 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #000000)]
</span><del>-            RenderTableCell {TD} at (106,2) size 103x102 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,2) size 102x102 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #000000)]
</span><del>-            RenderTableCell {TD} at (210,2) size 103x102 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (210,2) size 102x102 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x100 [border: (10px solid #000000)]
</span><span class="cx">       RenderBlock {DIV} at (0,140) size 1020x520 [border: (10px solid #FF0000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsbordertopleftradiusvalues004expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,26 +6,26 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 663x18
</span><span class="cx">           text run at (0,0) width 663: &quot;Test passes if the top left corner of each of the boxes is curved and if there is no red visible on the page.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 311x464
-        RenderTableSection {TBODY} at (0,0) size 311x464
-          RenderTableRow {TR} at (0,2) size 311x152
-            RenderTableCell {TD} at (2,7) size 153x142 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 310x464
+        RenderTableSection {TBODY} at (0,0) size 310x464
+          RenderTableRow {TR} at (0,2) size 310x152
+            RenderTableCell {TD} at (2,7) size 152x142 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #000000)]
</span><del>-            RenderTableCell {TD} at (156,7) size 153x142 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (156,7) size 152x142 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #000000)]
</span><del>-          RenderTableRow {TR} at (0,156) size 311x152
-            RenderTableCell {TD} at (2,161) size 153x142 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,156) size 310x152
+            RenderTableCell {TD} at (2,161) size 152x142 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #000000)]
</span><del>-            RenderTableCell {TD} at (156,161) size 153x142 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (156,161) size 152x142 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #000000)]
</span><del>-          RenderTableRow {TR} at (0,310) size 311x152
-            RenderTableCell {TD} at (2,315) size 153x142 [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,310) size 310x152
+            RenderTableCell {TD} at (2,315) size 152x142 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #000000)]
</span><del>-            RenderTableCell {TD} at (156,315) size 153x142 [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (156,315) size 152x142 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 100x140 [border: (20px solid #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsbordertoprightradiusvalues004expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,26 +6,26 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 672x18
</span><span class="cx">           text run at (0,0) width 672: &quot;Test passes if the top right corner of each of the boxes is curved and if there is no red visible on the page.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 311x374
-        RenderTableSection {TBODY} at (0,0) size 311x374
-          RenderTableRow {TR} at (0,2) size 311x122
-            RenderTableCell {TD} at (2,12) size 153x102 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 310x374
+        RenderTableSection {TBODY} at (0,0) size 310x374
+          RenderTableRow {TR} at (0,2) size 310x122
+            RenderTableCell {TD} at (2,12) size 152x102 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #000000)]
</span><del>-            RenderTableCell {TD} at (156,12) size 153x102 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (156,12) size 152x102 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #000000)]
</span><del>-          RenderTableRow {TR} at (0,126) size 311x122
-            RenderTableCell {TD} at (2,136) size 153x102 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,126) size 310x122
+            RenderTableCell {TD} at (2,136) size 152x102 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #000000)]
</span><del>-            RenderTableCell {TD} at (156,136) size 153x102 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (156,136) size 152x102 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #000000)]
</span><del>-          RenderTableRow {TR} at (0,250) size 311x122
-            RenderTableCell {TD} at (2,260) size 153x102 [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,250) size 310x122
+            RenderTableCell {TD} at (2,260) size 152x102 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #000000)]
</span><del>-            RenderTableCell {TD} at (156,260) size 153x102 [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (156,260) size 152x102 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #FF0000)]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 140x100 [border: (20px solid #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacietestcentercss3bordersbackgroundsnoneasimagelayerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 606x18
</span><span class="cx">           text run at (0,0) width 606: &quot;Test passes if there is green on the page and contents of the black boxes look exactly the same.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 571x286
-        RenderTableSection {TBODY} at (0,0) size 571x286
-          RenderTableRow {TR} at (0,2) size 571x282
-            RenderTableCell {TD} at (2,2) size 283x282 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 570x286
+        RenderTableSection {TBODY} at (0,0) size 570x286
+          RenderTableRow {TR} at (0,2) size 570x282
+            RenderTableCell {TD} at (2,2) size 282x282 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (11,11) size 260x260 [border: (5px solid #000000)]
</span><del>-            RenderTableCell {TD} at (286,2) size 283x282 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (286,2) size 282x282 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (11,11) size 260x260 [border: (5px solid #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgcustomscrollingembeddedsvgfileimagerepaintproblemexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -34,27 +34,27 @@
</span><span class="cx">             RenderText {#text} at (408,1) size 176x18
</span><span class="cx">               text run at (408,1) width 176: &quot;\x{2192} script-handle-01-b&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,64) size 1019x551
-        RenderTableSection {TBODY} at (0,0) size 1019x551
-          RenderTableRow {TR} at (0,0) size 1019x551
-            RenderTableCell {TD} at (0,0) size 1019x551 [r=0 c=0 rs=1 cs=3]
-              RenderTable {TABLE} at (10,10) size 999x531
-                RenderTableSection {TBODY} at (0,0) size 999x531
-                  RenderTableRow {TR} at (0,2) size 999x107
-                    RenderTableCell {TD} at (2,2) size 995x107 [r=0 c=0 rs=1 cs=2]
-                      RenderBlock {H1} at (8,29) size 979x49
</del><ins>+      RenderTable {TABLE} at (0,64) size 1018x551
+        RenderTableSection {TBODY} at (0,0) size 1018x551
+          RenderTableRow {TR} at (0,0) size 1018x551
+            RenderTableCell {TD} at (0,0) size 1018x551 [r=0 c=0 rs=1 cs=3]
+              RenderTable {TABLE} at (10,10) size 998x531
+                RenderTableSection {TBODY} at (0,0) size 998x531
+                  RenderTableRow {TR} at (0,2) size 998x107
+                    RenderTableCell {TD} at (2,2) size 994x107 [r=0 c=0 rs=1 cs=2]
+                      RenderBlock {H1} at (8,29) size 978x49
</ins><span class="cx">                         RenderText {#text} at (314,5) size 350x38
</span><span class="cx">                           text run at (314,5) width 350: &quot;render-groups-01-b&quot;
</span><del>-                  RenderTableRow {TR} at (0,110) size 999x37 [color=#FFFFFF] [bgcolor=#000000]
-                    RenderTableCell {TD} at (2,110) size 497x37 [r=1 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableRow {TR} at (0,110) size 998x37 [color=#FFFFFF] [bgcolor=#000000]
+                    RenderTableCell {TD} at (2,110) size 496x37 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (204,9) size 88x18
</span><span class="cx">                         text run at (204,9) width 88: &quot;SVG Image&quot;
</span><del>-                    RenderTableCell {TD} at (500,110) size 497x37 [r=1 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (500,110) size 496x37 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (203,9) size 90x18
</span><span class="cx">                         text run at (203,9) width 90: &quot;PNG Image&quot;
</span><del>-                  RenderTableRow {TR} at (0,148) size 999x381
-                    RenderTableCell {TD} at (2,148) size 497x381 [r=2 c=0 rs=1 cs=1]
-                      RenderEmbeddedObject {EMBED} at (8,8) size 481x360
</del><ins>+                  RenderTableRow {TR} at (0,148) size 998x381
+                    RenderTableCell {TD} at (2,148) size 496x381 [r=2 c=0 rs=1 cs=1]
+                      RenderEmbeddedObject {EMBED} at (8,8) size 480x360
</ins><span class="cx">                         layer at (0,0) size 480x360
</span><span class="cx">                           RenderView at (0,0) size 480x360
</span><span class="cx">                         layer at (0,0) size 480x360
</span><span class="lines">@@ -83,7 +83,7 @@
</span><span class="cx">                                 chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 263.34: &quot;$Revision: 1.6 $&quot;
</span><span class="cx">                             RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span><span class="cx">                       RenderText {#text} at (0,0) size 0x0
</span><del>-                    RenderTableCell {TD} at (500,148) size 497x381 [r=2 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (500,148) size 496x381 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (8,8) size 480x360
</span><span class="cx">                       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (23,626) size 723x334
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgzoompagezoomsvgthroughobjectwithabsolutesize2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -1,28 +1,29 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x203
-  RenderBlock {html} at (0,0) size 800x203
-    RenderBody {body} at (5,5) size 790x193
-      RenderTable {table} at (143,0) size 503x192
-        RenderTableSection (anonymous) at (0,0) size 502x192
-          RenderTableRow {tr} at (0,0) size 502x192
-            RenderTableCell {td} at (0,0) size 502x192 [r=0 c=0 rs=1 cs=3]
-              RenderTable {table} at (6,6) size 489x179
-                RenderTableSection (anonymous) at (0,0) size 488x179
-                  RenderTableRow {tr} at (0,1) size 488x67
-                    RenderTableCell {td} at (1,1) size 486x67 [r=0 c=0 rs=1 cs=2]
-                      RenderBlock {h1} at (5,20) size 476x27
-                        RenderText {#text} at (0,0) size 475x26
-                          text run at (0,0) width 475: &quot;Both sides should have identical size after zooming&quot;
-                  RenderTableRow {tr} at (0,68) size 488x25
-                    RenderTableCell {td} at (1,68) size 243x25 [r=1 c=0 rs=1 cs=1]
</del><ins>+layer at (0,0) size 800x229
+  RenderBlock {html} at (0,0) size 800x229
+    RenderBody {body} at (5,5) size 790x219
+      RenderTable {table} at (143,0) size 503x218
+        RenderTableSection (anonymous) at (0,0) size 502x218
+          RenderTableRow {tr} at (0,0) size 502x218
+            RenderTableCell {td} at (0,0) size 502x218 [r=0 c=0 rs=1 cs=3]
+              RenderTable {table} at (6,6) size 489x205
+                RenderTableSection (anonymous) at (0,0) size 488x205
+                  RenderTableRow {tr} at (0,1) size 488x93
+                    RenderTableCell {td} at (1,1) size 486x93 [r=0 c=0 rs=1 cs=2]
+                      RenderBlock {h1} at (5,20) size 475x53
+                        RenderText {#text} at (42,0) size 390x52
+                          text run at (42,0) width 390: &quot;Both sides should have identical size after&quot;
+                          text run at (197,26) width 80: &quot;zooming&quot;
+                  RenderTableRow {tr} at (0,94) size 488x25
+                    RenderTableCell {td} at (1,94) size 243x25 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (95,6) size 53x13
</span><span class="cx">                         text run at (95,6) width 53: &quot;SVG Image&quot;
</span><del>-                    RenderTableCell {td} at (244,68) size 243x25 [r=1 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {td} at (244,94) size 243x25 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (95,6) size 53x13
</span><span class="cx">                         text run at (95,6) width 53: &quot;PNG Image&quot;
</span><del>-                  RenderTableRow {tr} at (0,93) size 488x85
-                    RenderTableCell {td} at (1,93) size 243x85 [r=2 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableRow {tr} at (0,119) size 488x85
+                    RenderTableCell {td} at (1,119) size 243x85 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderEmbeddedObject {object} at (97,5) size 140x70
</span><span class="cx">                         layer at (0,0) size 139x69
</span><span class="cx">                           RenderView at (0,0) size 139x69
</span><span class="lines">@@ -42,6 +43,6 @@
</span><span class="cx">                                 chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 274.79: &quot;$Revision: 1.7 $&quot;
</span><span class="cx">                             RenderSVGRect {rect} at (23,0) size 93x69 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span><span class="cx">                       RenderText {#text} at (0,0) size 0x0
</span><del>-                    RenderTableCell {td} at (244,93) size 243x85 [r=2 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {td} at (244,119) size 243x85 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {img} at (5,5) size 140x70
</span><span class="cx">                       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgzoompagezoomsvgthroughobjectwithabsolutesizeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -1,28 +1,29 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x203
-  RenderBlock {html} at (0,0) size 800x203
-    RenderBody {body} at (5,5) size 790x193
-      RenderTable {table} at (143,0) size 503x192
-        RenderTableSection (anonymous) at (0,0) size 502x192
-          RenderTableRow {tr} at (0,0) size 502x192
-            RenderTableCell {td} at (0,0) size 502x192 [r=0 c=0 rs=1 cs=3]
-              RenderTable {table} at (6,6) size 489x179
-                RenderTableSection (anonymous) at (0,0) size 488x179
-                  RenderTableRow {tr} at (0,1) size 488x67
-                    RenderTableCell {td} at (1,1) size 486x67 [r=0 c=0 rs=1 cs=2]
-                      RenderBlock {h1} at (5,20) size 476x27
-                        RenderText {#text} at (0,0) size 475x26
-                          text run at (0,0) width 475: &quot;Both sides should have identical size after zooming&quot;
-                  RenderTableRow {tr} at (0,68) size 488x25
-                    RenderTableCell {td} at (1,68) size 243x25 [r=1 c=0 rs=1 cs=1]
</del><ins>+layer at (0,0) size 800x229
+  RenderBlock {html} at (0,0) size 800x229
+    RenderBody {body} at (5,5) size 790x219
+      RenderTable {table} at (143,0) size 503x218
+        RenderTableSection (anonymous) at (0,0) size 502x218
+          RenderTableRow {tr} at (0,0) size 502x218
+            RenderTableCell {td} at (0,0) size 502x218 [r=0 c=0 rs=1 cs=3]
+              RenderTable {table} at (6,6) size 489x205
+                RenderTableSection (anonymous) at (0,0) size 488x205
+                  RenderTableRow {tr} at (0,1) size 488x93
+                    RenderTableCell {td} at (1,1) size 486x93 [r=0 c=0 rs=1 cs=2]
+                      RenderBlock {h1} at (5,20) size 475x53
+                        RenderText {#text} at (42,0) size 390x52
+                          text run at (42,0) width 390: &quot;Both sides should have identical size after&quot;
+                          text run at (197,26) width 80: &quot;zooming&quot;
+                  RenderTableRow {tr} at (0,94) size 488x25
+                    RenderTableCell {td} at (1,94) size 243x25 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (95,6) size 53x13
</span><span class="cx">                         text run at (95,6) width 53: &quot;SVG Image&quot;
</span><del>-                    RenderTableCell {td} at (244,68) size 243x25 [r=1 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {td} at (244,94) size 243x25 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (95,6) size 53x13
</span><span class="cx">                         text run at (95,6) width 53: &quot;PNG Image&quot;
</span><del>-                  RenderTableRow {tr} at (0,93) size 488x85
-                    RenderTableCell {td} at (1,93) size 243x85 [r=2 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableRow {tr} at (0,119) size 488x85
+                    RenderTableCell {td} at (1,119) size 243x85 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderEmbeddedObject {object} at (97,5) size 140x70
</span><span class="cx">                         layer at (0,0) size 139x69
</span><span class="cx">                           RenderView at (0,0) size 139x69
</span><span class="lines">@@ -42,6 +43,6 @@
</span><span class="cx">                                 chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 274.79: &quot;$Revision: 1.7 $&quot;
</span><span class="cx">                             RenderSVGRect {rect} at (23,0) size 93x69 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span><span class="cx">                       RenderText {#text} at (0,0) size 0x0
</span><del>-                    RenderTableCell {td} at (244,93) size 243x85 [r=2 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {td} at (244,119) size 243x85 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {img} at (5,5) size 140x70
</span><span class="cx">                       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactableslayeringpainttestlayering1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/layering/paint-test-layering-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/layering/paint-test-layering-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/layering/paint-test-layering-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -27,29 +27,29 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 780x36
</span><span class="cx">           text run at (0,0) width 780: &quot;If the test succeeds then you should see no text inside the table. If you see the text 'FAIL' inside the table, then the test has&quot;
</span><span class="cx">           text run at (0,18) width 41: &quot;failed.&quot;
</span><del>-      RenderTable {TABLE} at (0,122) size 103x76 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 101x74
-          RenderTableRow {TR} at (0,2) size 101x22
-            RenderTableCell {TD} at (2,2) size 21x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,122) size 102x76 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 100x74
+          RenderTableRow {TR} at (0,2) size 100x22
+            RenderTableCell {TD} at (2,2) size 20x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;    &quot;
</span><del>-            RenderTableCell {TD} at (24,2) size 21x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (24,2) size 20x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;    &quot;
</span><del>-            RenderTableCell {TD} at (46,50) size 53x22 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=0 c=2 rs=3 cs=1]
-              RenderBlock {DIV} at (2,2) size 49x18
</del><ins>+            RenderTableCell {TD} at (46,50) size 52x22 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=0 c=2 rs=3 cs=1]
+              RenderBlock {DIV} at (2,2) size 48x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 48x18
</span><span class="cx">                   text run at (0,0) width 48: &quot;            &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 101x22
-            RenderTableCell {TD} at (2,26) size 21x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 100x22
+            RenderTableCell {TD} at (2,26) size 20x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;    &quot;
</span><del>-            RenderTableCell {TD} at (24,50) size 75x22 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=2]
-              RenderBlock {DIV} at (2,2) size 71x18 [color=#008000]
-                RenderText {#text} at (15,0) size 56x18
-                  text run at (15,0) width 56: &quot;   FAIL  &quot;
-          RenderTableRow {TR} at (0,50) size 101x22
-            RenderTableCell {TD} at (2,50) size 97x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=3]
-              RenderBlock {DIV} at (2,2) size 93x18
-                RenderText {#text} at (84,0) size 9x18
-                  text run at (84,0) width 9: &quot;  &quot;
</del><ins>+            RenderTableCell {TD} at (24,50) size 74x22 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=2]
+              RenderBlock {DIV} at (2,2) size 70x18 [color=#008000]
+                RenderText {#text} at (15,0) size 55x18
+                  text run at (15,0) width 55: &quot;   FAIL  &quot;
+          RenderTableRow {TR} at (0,50) size 100x22
+            RenderTableCell {TD} at (2,50) size 96x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=3]
+              RenderBlock {DIV} at (2,2) size 92x18
+                RenderText {#text} at (84,0) size 8x18
+                  text run at (84,0) width 8: &quot;  &quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactableslayeringpainttestlayering2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/layering/paint-test-layering-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/layering/paint-test-layering-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/layering/paint-test-layering-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -27,39 +27,39 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 780x36
</span><span class="cx">           text run at (0,0) width 780: &quot;If the test succeeds then you should see no text inside the table. If you see the text 'FAIL' inside the table, then the test has&quot;
</span><span class="cx">           text run at (0,18) width 41: &quot;failed.&quot;
</span><del>-      RenderTable {TABLE} at (0,122) size 189x100 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 187x98
-          RenderTableRow {TR} at (0,2) size 187x22
-            RenderTableCell {TD} at (2,2) size 45x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,122) size 188x100 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 186x98
+          RenderTableRow {TR} at (0,2) size 186x22
+            RenderTableCell {TD} at (2,2) size 44x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;    &quot;
</span><del>-            RenderTableCell {TD} at (48,2) size 45x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (48,2) size 44x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;    &quot;
</span><del>-            RenderTableCell {TD} at (94,2) size 45x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (94,2) size 44x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;    &quot;
</span><del>-            RenderTableCell {TD} at (140,38) size 45x22 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=0 c=3 rs=4 cs=1]
-              RenderBlock {DIV} at (2,2) size 41x18
</del><ins>+            RenderTableCell {TD} at (140,38) size 44x22 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=0 c=3 rs=4 cs=1]
+              RenderBlock {DIV} at (2,2) size 40x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 40x18
</span><span class="cx">                   text run at (0,0) width 40: &quot;          &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 187x22
-            RenderTableCell {TD} at (2,26) size 183x22 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=4]
-              RenderBlock {DIV} at (2,2) size 179x18
-                RenderText {#text} at (138,0) size 41x18
-                  text run at (138,0) width 41: &quot;          &quot;
-          RenderTableRow {TR} at (0,50) size 187x22
-            RenderTableCell {TD} at (2,50) size 45x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 186x22
+            RenderTableCell {TD} at (2,26) size 182x22 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=4]
+              RenderBlock {DIV} at (2,2) size 178x18
+                RenderText {#text} at (138,0) size 40x18
+                  text run at (138,0) width 40: &quot;          &quot;
+          RenderTableRow {TR} at (0,50) size 186x22
+            RenderTableCell {TD} at (2,50) size 44x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x18
</span><span class="cx">                 text run at (2,2) width 40: &quot;          &quot;
</span><del>-            RenderTableCell {TD} at (48,50) size 45x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (48,50) size 44x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x18
</span><span class="cx">                 text run at (2,2) width 40: &quot;          &quot;
</span><del>-            RenderTableCell {TD} at (94,50) size 45x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (94,50) size 44x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x18
</span><span class="cx">                 text run at (2,2) width 40: &quot;          &quot;
</span><del>-          RenderTableRow {TR} at (0,74) size 187x22
-            RenderTableCell {TD} at (2,74) size 183x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=4]
-              RenderBlock {DIV} at (2,2) size 179x18 [color=#008000]
-                RenderText {#text} at (139,0) size 40x18
-                  text run at (139,0) width 40: &quot;FAIL &quot;
</del><ins>+          RenderTableRow {TR} at (0,74) size 186x22
+            RenderTableCell {TD} at (2,74) size 182x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=4]
+              RenderBlock {DIV} at (2,2) size 178x18 [color=#008000]
+                RenderText {#text} at (139,0) size 39x18
+                  text run at (139,0) width 39: &quot;FAIL &quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug10009expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug10009-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug10009-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug10009-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 678x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 4x18
</span><span class="cx">                         text run at (2,2) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (695,2) size 77x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (695,2) size 78x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 62x36
</span><span class="cx">                 text run at (2,2) width 44: &quot;This is&quot;
</span><span class="cx">                 text run at (2,20) width 62: &quot;some text&quot;
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 678x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 4x18
</span><span class="cx">                         text run at (2,2) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (695,2) size 77x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (695,2) size 78x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 62x36
</span><span class="cx">                 text run at (2,2) width 44: &quot;This is&quot;
</span><span class="cx">                 text run at (2,20) width 62: &quot;some text&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug101201expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug101201-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug101201-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug101201-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,18 +6,18 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 74x18
</span><span class="cx">           text run at (0,0) width 74: &quot;dom access&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 65x34 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 63x32
-          RenderTableRow {TR} at (0,1) size 63x30
-            RenderTableCell {TD} at (1,1) size 61x30 [border: (5px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,18) size 64x34 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 62x32
+          RenderTableRow {TR} at (0,1) size 62x30
+            RenderTableCell {TD} at (1,1) size 60x30 [border: (5px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 48x18
</span><span class="cx">                 text run at (6,6) width 48: &quot;100000&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,52) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 60x18
</span><span class="cx">           text run at (0,0) width 60: &quot;reference&quot;
</span><del>-      RenderTable {TABLE} at (0,70) size 65x34 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 63x32
-          RenderTableRow {TR} at (0,1) size 63x30
-            RenderTableCell {TD} at (1,1) size 61x30 [border: (5px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,70) size 64x34 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 62x32
+          RenderTableRow {TR} at (0,1) size 62x30
+            RenderTableCell {TD} at (1,1) size 60x30 [border: (5px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 48x18
</span><span class="cx">                 text run at (6,6) width 48: &quot;100000&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug101674expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug101674-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug101674-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug101674-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 769x75 [border: (1px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x73
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 767x69
</span><del>-            RenderTableCell {TD} at (2,2) size 445x69 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 444x69 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 88x65
</span><span class="cx">               RenderImage {IMG} at (90,2) size 88x65
</span><span class="cx">               RenderImage {IMG} at (178,2) size 88x65
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,75) size 769x335 [border: (1px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x333
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 767x329
</span><del>-            RenderTableCell {TD} at (2,2) size 93x329 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 92x329 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 88x65
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">               RenderImage {IMG} at (2,67) size 88x65
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,410) size 769x335 [border: (1px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x333
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 767x329
</span><del>-            RenderTableCell {TD} at (2,2) size 93x329 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 92x329 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 88x65
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">               RenderImage {IMG} at (2,67) size 88x65
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug102961expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -908,9 +908,9 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 766x36
</span><span class="cx">           text run at (0,0) width 766: &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 275: &quot;should be aligned top, middle, and bottom:&quot;
</span><del>-      RenderTable {TABLE} at (0,5193) size 460x119
-        RenderTableSection {TBODY} at (0,0) size 460x118
-          RenderTableRow {TR} at (0,2) size 460x114
</del><ins>+      RenderTable {TABLE} at (0,5193) size 459x119
+        RenderTableSection {TBODY} at (0,0) size 459x118
+          RenderTableRow {TR} at (0,2) size 459x114
</ins><span class="cx">             RenderTableCell {TD} at (2,74) size 35x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;Data&quot;
</span><span class="lines">@@ -926,12 +926,12 @@
</span><span class="cx">             RenderTableCell {TD} at (352,48) size 51x22 [border: (1px solid #000000)] [r=0 c=4 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;Middle&quot;
</span><del>-            RenderTableCell {TD} at (404,94) size 54x22 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (404,94) size 53x22 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 49x18
</span><span class="cx">                 text run at (2,2) width 49: &quot;Bottom&quot;
</span><del>-      RenderTable {TABLE} at (0,5311) size 460x119
-        RenderTableSection {TBODY} at (0,0) size 460x118
-          RenderTableRow {TR} at (0,2) size 460x114
</del><ins>+      RenderTable {TABLE} at (0,5311) size 459x119
+        RenderTableSection {TBODY} at (0,0) size 459x118
+          RenderTableRow {TR} at (0,2) size 459x114
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 29x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 25x18
</span><span class="cx">                 text run at (2,2) width 25: &quot;Top&quot;
</span><span class="lines">@@ -947,12 +947,12 @@
</span><span class="cx">             RenderTableCell {TD} at (326,74) size 35x22 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (362,45) size 96x59 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (362,45) size 95x59 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 91x55
</span><span class="cx">                 text run at (2,2) width 91: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,5429) size 460x119
-        RenderTableSection {TBODY} at (0,0) size 460x118
-          RenderTableRow {TR} at (0,2) size 460x114
</del><ins>+      RenderTable {TABLE} at (0,5429) size 459x119
+        RenderTableSection {TBODY} at (0,0) size 459x118
+          RenderTableRow {TR} at (0,2) size 459x114
</ins><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="cx">               RenderText {#text} at (2,2) size 182x110
</span><span class="cx">                 text run at (2,2) width 182: &quot;Data&quot;
</span><span class="lines">@@ -968,12 +968,12 @@
</span><span class="cx">             RenderTableCell {TD} at (308,94) size 53x22 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 49x18
</span><span class="cx">                 text run at (2,2) width 49: &quot;Bottom&quot;
</span><del>-            RenderTableCell {TD} at (362,45) size 96x59 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (362,45) size 95x59 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 91x55
</span><span class="cx">                 text run at (2,2) width 91: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,5547) size 460x119
-        RenderTableSection {TBODY} at (0,0) size 460x118
-          RenderTableRow {TR} at (0,2) size 460x114
</del><ins>+      RenderTable {TABLE} at (0,5547) size 459x119
+        RenderTableSection {TBODY} at (0,0) size 459x118
+          RenderTableRow {TR} at (0,2) size 459x114
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 29x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 25x18
</span><span class="cx">                 text run at (2,2) width 25: &quot;Top&quot;
</span><span class="lines">@@ -989,12 +989,12 @@
</span><span class="cx">             RenderTableCell {TD} at (217,94) size 53x22 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 49x18
</span><span class="cx">                 text run at (2,2) width 49: &quot;Bottom&quot;
</span><del>-            RenderTableCell {TD} at (271,2) size 187x114 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (271,2) size 186x114 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><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,5665) size 460x119
-        RenderTableSection {TBODY} at (0,0) size 460x118
-          RenderTableRow {TR} at (0,2) size 460x114
</del><ins>+      RenderTable {TABLE} at (0,5665) size 459x119
+        RenderTableSection {TBODY} at (0,0) size 459x118
+          RenderTableRow {TR} at (0,2) size 459x114
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 29x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 25x18
</span><span class="cx">                 text run at (2,2) width 25: &quot;Top&quot;
</span><span class="lines">@@ -1010,7 +1010,7 @@
</span><span class="cx">             RenderTableCell {TD} at (219,2) size 186x114 [border: (1px solid #000000)] [r=0 c=4 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>-            RenderTableCell {TD} at (406,48) size 52x22 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (406,48) size 51x22 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x18
</span><span class="cx">                 text run at (2,2) width 47: &quot;Middle&quot;
</span><span class="cx">       RenderBlock {HR} at (0,5791) size 769x3 [border: (1px inset #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug10551expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1055-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1055-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1055-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -120,13 +120,13 @@
</span><span class="cx">             text run at (277,2) width 305: &quot;style=\&quot;border-right: green 10px solid;\&quot;&quot;
</span><span class="cx">         RenderText {#text} at (581,0) size 5x18
</span><span class="cx">           text run at (581,0) width 5: &quot;.&quot;
</span><del>-      RenderTable {TABLE} at (0,535) size 477x90 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 475x87
-          RenderTableRow {TR} at (0,5) size 475x22
</del><ins>+      RenderTable {TABLE} at (0,535) size 476x90 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 474x87
+          RenderTableRow {TR} at (0,5) size 474x22
</ins><span class="cx">             RenderTableCell {TD} at (5,5) size 465x22 [border: (1px inset #808080) (10px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 451x18
</span><span class="cx">                 text run at (2,2) width 451: &quot;Every cell in this table should have a 10-pixel solid green right border.&quot;
</span><del>-          RenderTableRow {TR} at (0,32) size 475x50
</del><ins>+          RenderTableRow {TR} at (0,32) size 474x50
</ins><span class="cx">             RenderTableCell {TD} at (5,46) size 121x22 [border: (1px inset #808080) (10px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 54x18
</span><span class="cx">                 text run at (2,2) width 54: &quot;Cell one&quot;
</span><span class="lines">@@ -163,13 +163,13 @@
</span><span class="cx">             text run at (277,2) width 305: &quot;style=\&quot;border-right: green 10px solid;\&quot;&quot;
</span><span class="cx">         RenderText {#text} at (581,0) size 5x18
</span><span class="cx">           text run at (581,0) width 5: &quot;.&quot;
</span><del>-      RenderTable {TABLE} at (0,692) size 474x80
-        RenderTableSection {TBODY} at (0,0) size 474x79
-          RenderTableRow {TR} at (0,5) size 474x20
</del><ins>+      RenderTable {TABLE} at (0,692) size 473x80
+        RenderTableSection {TBODY} at (0,0) size 473x79
+          RenderTableRow {TR} at (0,5) size 473x20
</ins><span class="cx">             RenderTableCell {TD} at (5,5) size 464x20 [border: none (10px solid #008000) none] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (1,1) size 451x18
</span><span class="cx">                 text run at (1,1) width 451: &quot;Every cell in this table should have a 10-pixel solid green right border.&quot;
</span><del>-          RenderTableRow {TR} at (0,30) size 474x44
</del><ins>+          RenderTableRow {TR} at (0,30) size 473x44
</ins><span class="cx">             RenderTableCell {TD} at (5,42) size 121x20 [border: none (10px solid #008000) none] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 54x18
</span><span class="cx">                 text run at (1,1) width 54: &quot;Cell one&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug10565expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug10565-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug10565-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug10565-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 498x18
</span><span class="cx">           text run at (0,0) width 498: &quot;Using a 10px wide transparent gif with td width=\&quot;10\&quot; in the middle column...&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 677x224 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 675x222
-          RenderTableRow {TR} at (0,0) size 675x222
-            RenderTableCell {TD} at (0,0) size 332x222 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 676x224 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 674x222
+          RenderTableRow {TR} at (0,0) size 674x222
+            RenderTableCell {TD} at (0,0) size 331x222 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderInline {A} at (0,0) size 329x18 [color=#0000EE]
</span><span class="cx">                 RenderImage {IMG} at (1,1) size 329x220
</span><del>-            RenderTableCell {TD} at (331,109) size 13x4 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (331,109) size 12x4 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 10x1
</span><del>-            RenderTableCell {TD} at (343,0) size 332x222 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (343,0) size 331x222 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderInline {A} at (0,0) size 329x18 [color=#0000EE]
</span><span class="cx">                 RenderImage {IMG} at (1,1) size 329x220
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug10633expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug10633-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug10633-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug10633-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 [bgcolor=#FFFFFF]
</span><del>-      RenderTable {TABLE} at (0,0) size 469x103
-        RenderTableSection {TBODY} at (0,0) size 469x103
-          RenderTableRow {TR} at (0,0) size 469x1
</del><ins>+      RenderTable {TABLE} at (0,0) size 468x103
+        RenderTableSection {TBODY} at (0,0) size 468x103
+          RenderTableRow {TR} at (0,0) size 468x1
</ins><span class="cx">             RenderTableCell {TD} at (0,0) size 19x0 [r=0 c=0 rs=1 cs=3]
</span><span class="cx">             RenderTableCell {TD} at (18,0) size 188x1 [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (0,0) size 187x1
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">               RenderImage {IMG} at (0,0) size 187x1
</span><span class="cx">             RenderTableCell {TD} at (448,0) size 21x1 [r=0 c=10 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (0,0) size 20x1
</span><del>-          RenderTableRow {TR} at (0,1) size 469x22
</del><ins>+          RenderTableRow {TR} at (0,1) size 468x22
</ins><span class="cx">             RenderTableCell {TD} at (0,1) size 19x22 [r=1 c=0 rs=1 cs=3]
</span><span class="cx">               RenderImage {IMG} at (0,0) size 18x22
</span><span class="cx">             RenderTableCell {TD} at (18,3) size 188x18 [bgcolor=#FFCC00] [r=1 c=3 rs=1 cs=1]
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableCell {TD} at (448,1) size 21x22 [r=1 c=10 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (0,0) size 20x22
</span><del>-          RenderTableRow {TR} at (0,23) size 469x80
</del><ins>+          RenderTableRow {TR} at (0,23) size 468x80
</ins><span class="cx">             RenderTableCell {TD} at (0,54) size 7x18 [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 4x18
</span><span class="cx">                 text run at (0,0) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug10671expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1067-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1067-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1067-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,19 +4,19 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584 [bgcolor=#FFFFFF]
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,0) size 641x24
-        RenderTableSection {TBODY} at (0,0) size 641x24
-          RenderTableRow {TR} at (0,2) size 641x20
</del><ins>+      RenderTable {TABLE} at (0,0) size 640x24
+        RenderTableSection {TBODY} at (0,0) size 640x24
+          RenderTableRow {TR} at (0,2) size 640x20
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 112x10 [r=0 c=0 rs=1 cs=1]
</span><del>-              RenderTable {TABLE} at (1,1) size 9x8
-                RenderTableSection {TBODY} at (0,0) size 9x8
-                  RenderTableRow {TR} at (0,0) size 9x8
-                    RenderTableCell {TD} at (0,0) size 9x8 [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (116,11) size 3x2 [r=0 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (120,11) size 3x2 [r=0 c=2 rs=1 cs=1]
-            RenderTableCell {TD} at (124,11) size 3x2 [r=0 c=3 rs=1 cs=1]
-            RenderTableCell {TD} at (128,11) size 3x2 [r=0 c=4 rs=1 cs=1]
-            RenderTableCell {TD} at (132,11) size 3x2 [r=0 c=5 rs=1 cs=1]
-            RenderTableCell {TD} at (136,2) size 503x20 [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (1,1) size 8x8
+                RenderTableSection {TBODY} at (0,0) size 8x8
+                  RenderTableRow {TR} at (0,0) size 8x8
+                    RenderTableCell {TD} at (0,0) size 8x8 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (116,11) size 2x2 [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (120,11) size 2x2 [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (124,11) size 2x2 [r=0 c=3 rs=1 cs=1]
+            RenderTableCell {TD} at (128,11) size 2x2 [r=0 c=4 rs=1 cs=1]
+            RenderTableCell {TD} at (132,11) size 2x2 [r=0 c=5 rs=1 cs=1]
+            RenderTableCell {TD} at (136,2) size 502x20 [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 25x18
</span><span class="cx">                 text run at (1,1) width 25: &quot;bull&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug10672expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1067-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1067-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1067-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,12 +4,12 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584 [bgcolor=#FFFFFF]
</span><span class="cx">       RenderBlock {HR} at (0,0) size 112x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,10) size 291x58
-        RenderTableSection {TBODY} at (0,0) size 291x58
-          RenderTableRow {TR} at (0,0) size 291x58
-            RenderTableCell {TD} at (0,0) size 151x58 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,10) size 290x58
+        RenderTableSection {TBODY} at (0,0) size 290x58
+          RenderTableRow {TR} at (0,0) size 290x58
+            RenderTableCell {TD} at (0,0) size 150x58 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (20,20) size 8x18
</span><span class="cx">                 text run at (20,20) width 8: &quot;x&quot;
</span><del>-            RenderTableCell {TD} at (150,0) size 141x58 [bgcolor=#808080] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (150,0) size 140x58 [bgcolor=#808080] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (20,20) size 25x18
</span><span class="cx">                 text run at (20,20) width 25: &quot;bull&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug106795expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug106795-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug106795-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug106795-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 784x82 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 782x80
-          RenderTableRow {TR} at (0,0) size 782x38
-            RenderTableCell {TD} at (0,8) size 782x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 783x82 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 781x80
+          RenderTableRow {TR} at (0,0) size 781x38
+            RenderTableCell {TD} at (0,8) size 781x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBR {BR} at (1,10) size 0x18
</span><del>-          RenderTableRow {TR} at (0,37) size 782x6
-            RenderTableCell {TD} at (0,37) size 782x6 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,37) size 781x6
+            RenderTableCell {TD} at (0,37) size 781x6 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 779x3
</span><del>-          RenderTableRow {TR} at (0,42) size 782x38
-            RenderTableCell {TD} at (0,51) size 782x21 [bgcolor=#CC0000] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,42) size 781x38
+            RenderTableCell {TD} at (0,51) size 781x21 [bgcolor=#CC0000] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBR {BR} at (1,10) size 0x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug106816expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug106816-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug106816-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug106816-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,97 +6,97 @@
</span><span class="cx">       RenderBlock {H4} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 46x18
</span><span class="cx">           text run at (0,0) width 46: &quot;table 1&quot;
</span><del>-      RenderTable {TABLE} at (0,39) size 161x77 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 159x74
-          RenderTableRow {TR} at (0,2) size 159x22
-            RenderTableCell {TD} at (2,2) size 25x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x18
-                text run at (2,2) width 21: &quot;1.1&quot;
-            RenderTableCell {TD} at (28,14) size 25x22 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
-              RenderText {#text} at (2,2) size 21x18
-                text run at (2,2) width 21: &quot;1.2&quot;
-            RenderTableCell {TD} at (54,2) size 25x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x18
-                text run at (2,2) width 21: &quot;1.3&quot;
-            RenderTableCell {TD} at (80,2) size 25x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x18
-                text run at (2,2) width 21: &quot;1.4&quot;
-            RenderTableCell {TD} at (106,14) size 25x22 [border: (1px inset #808080)] [r=0 c=4 rs=2 cs=1]
-              RenderText {#text} at (2,2) size 21x18
-                text run at (2,2) width 21: &quot;1.5&quot;
-            RenderTableCell {TD} at (132,14) size 25x22 [border: (1px inset #808080)] [r=0 c=5 rs=2 cs=1]
-              RenderText {#text} at (2,2) size 21x18
-                text run at (2,2) width 21: &quot;1.6&quot;
-          RenderTableRow {TR} at (0,26) size 159x22
-            RenderTableCell {TD} at (2,26) size 129x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=5]
-              RenderText {#text} at (54,2) size 21x18
-                text run at (54,2) width 21: &quot;2.1&quot;
-          RenderTableRow {TR} at (0,50) size 159x22
-            RenderTableCell {TD} at (2,50) size 25x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x18
-                text run at (2,2) width 21: &quot;3.1&quot;
-            RenderTableCell {TD} at (28,50) size 25x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x18
-                text run at (2,2) width 21: &quot;3.2&quot;
-            RenderTableCell {TD} at (54,50) size 25x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x18
-                text run at (2,2) width 21: &quot;3.3&quot;
-            RenderTableCell {TD} at (80,50) size 25x22 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x18
-                text run at (2,2) width 21: &quot;3.4&quot;
-            RenderTableCell {TD} at (106,50) size 25x22 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x18
-                text run at (2,2) width 21: &quot;3.5&quot;
-            RenderTableCell {TD} at (132,50) size 25x22 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x18
-                text run at (2,2) width 21: &quot;3.6&quot;
</del><ins>+      RenderTable {TABLE} at (0,39) size 160x77 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 158x74
+          RenderTableRow {TR} at (0,2) size 158x22
+            RenderTableCell {TD} at (2,2) size 24x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x18
+                text run at (2,2) width 20: &quot;1.1&quot;
+            RenderTableCell {TD} at (28,14) size 24x22 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
+              RenderText {#text} at (2,2) size 20x18
+                text run at (2,2) width 20: &quot;1.2&quot;
+            RenderTableCell {TD} at (54,2) size 24x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x18
+                text run at (2,2) width 20: &quot;1.3&quot;
+            RenderTableCell {TD} at (80,2) size 24x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x18
+                text run at (2,2) width 20: &quot;1.4&quot;
+            RenderTableCell {TD} at (106,14) size 24x22 [border: (1px inset #808080)] [r=0 c=4 rs=2 cs=1]
+              RenderText {#text} at (2,2) size 20x18
+                text run at (2,2) width 20: &quot;1.5&quot;
+            RenderTableCell {TD} at (132,14) size 24x22 [border: (1px inset #808080)] [r=0 c=5 rs=2 cs=1]
+              RenderText {#text} at (2,2) size 20x18
+                text run at (2,2) width 20: &quot;1.6&quot;
+          RenderTableRow {TR} at (0,26) size 158x22
+            RenderTableCell {TD} at (2,26) size 128x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=5]
+              RenderText {#text} at (54,2) size 20x18
+                text run at (54,2) width 20: &quot;2.1&quot;
+          RenderTableRow {TR} at (0,50) size 158x22
+            RenderTableCell {TD} at (2,50) size 24x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x18
+                text run at (2,2) width 20: &quot;3.1&quot;
+            RenderTableCell {TD} at (28,50) size 24x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x18
+                text run at (2,2) width 20: &quot;3.2&quot;
+            RenderTableCell {TD} at (54,50) size 24x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x18
+                text run at (2,2) width 20: &quot;3.3&quot;
+            RenderTableCell {TD} at (80,50) size 24x22 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x18
+                text run at (2,2) width 20: &quot;3.4&quot;
+            RenderTableCell {TD} at (106,50) size 24x22 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x18
+                text run at (2,2) width 20: &quot;3.5&quot;
+            RenderTableCell {TD} at (132,50) size 24x22 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x18
+                text run at (2,2) width 20: &quot;3.6&quot;
</ins><span class="cx">       RenderBlock {P} at (0,131) size 784x19
</span><span class="cx">         RenderText {#text} at (0,0) size 161x18
</span><span class="cx">           text run at (0,0) width 161: &quot;cell 1.5 has rowspan=\&quot;2\&quot;&quot;
</span><span class="cx">       RenderBlock {H4} at (0,170) size 784x19
</span><span class="cx">         RenderText {#text} at (0,0) size 46x18
</span><span class="cx">           text run at (0,0) width 46: &quot;table 2&quot;
</span><del>-      RenderTable {TABLE} at (0,209) size 161x77 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 159x74
-          RenderTableRow {TR} at (0,2) size 159x22
-            RenderTableCell {TD} at (2,2) size 25x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x18
-                text run at (2,2) width 21: &quot;1.1&quot;
-            RenderTableCell {TD} at (28,14) size 25x22 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
-              RenderText {#text} at (2,2) size 21x18
-                text run at (2,2) width 21: &quot;1.2&quot;
-            RenderTableCell {TD} at (54,2) size 25x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x18
-                text run at (2,2) width 21: &quot;1.3&quot;
-            RenderTableCell {TD} at (80,2) size 25x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x18
-                text run at (2,2) width 21: &quot;1.4&quot;
-            RenderTableCell {TD} at (106,14) size 51x22 [border: (1px inset #808080)] [r=0 c=4 rs=2 cs=2]
-              RenderText {#text} at (15,2) size 21x18
-                text run at (15,2) width 21: &quot;1.5&quot;
-          RenderTableRow {TR} at (0,26) size 159x22
-            RenderTableCell {TD} at (2,26) size 129x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=5]
-              RenderText {#text} at (54,2) size 21x18
-                text run at (54,2) width 21: &quot;2.1&quot;
-          RenderTableRow {TR} at (0,50) size 159x22
-            RenderTableCell {TD} at (2,50) size 25x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x18
-                text run at (2,2) width 21: &quot;3.1&quot;
-            RenderTableCell {TD} at (28,50) size 25x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x18
-                text run at (2,2) width 21: &quot;3.2&quot;
-            RenderTableCell {TD} at (54,50) size 25x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x18
-                text run at (2,2) width 21: &quot;3.3&quot;
-            RenderTableCell {TD} at (80,50) size 25x22 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x18
-                text run at (2,2) width 21: &quot;3.4&quot;
-            RenderTableCell {TD} at (106,50) size 25x22 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x18
-                text run at (2,2) width 21: &quot;3.5&quot;
-            RenderTableCell {TD} at (132,50) size 25x22 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 21x18
-                text run at (2,2) width 21: &quot;3.6&quot;
</del><ins>+      RenderTable {TABLE} at (0,209) size 160x77 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 158x74
+          RenderTableRow {TR} at (0,2) size 158x22
+            RenderTableCell {TD} at (2,2) size 24x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x18
+                text run at (2,2) width 20: &quot;1.1&quot;
+            RenderTableCell {TD} at (28,14) size 24x22 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
+              RenderText {#text} at (2,2) size 20x18
+                text run at (2,2) width 20: &quot;1.2&quot;
+            RenderTableCell {TD} at (54,2) size 24x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x18
+                text run at (2,2) width 20: &quot;1.3&quot;
+            RenderTableCell {TD} at (80,2) size 24x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x18
+                text run at (2,2) width 20: &quot;1.4&quot;
+            RenderTableCell {TD} at (106,14) size 50x22 [border: (1px inset #808080)] [r=0 c=4 rs=2 cs=2]
+              RenderText {#text} at (15,2) size 20x18
+                text run at (15,2) width 20: &quot;1.5&quot;
+          RenderTableRow {TR} at (0,26) size 158x22
+            RenderTableCell {TD} at (2,26) size 128x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=5]
+              RenderText {#text} at (54,2) size 20x18
+                text run at (54,2) width 20: &quot;2.1&quot;
+          RenderTableRow {TR} at (0,50) size 158x22
+            RenderTableCell {TD} at (2,50) size 24x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x18
+                text run at (2,2) width 20: &quot;3.1&quot;
+            RenderTableCell {TD} at (28,50) size 24x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x18
+                text run at (2,2) width 20: &quot;3.2&quot;
+            RenderTableCell {TD} at (54,50) size 24x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x18
+                text run at (2,2) width 20: &quot;3.3&quot;
+            RenderTableCell {TD} at (80,50) size 24x22 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x18
+                text run at (2,2) width 20: &quot;3.4&quot;
+            RenderTableCell {TD} at (106,50) size 24x22 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x18
+                text run at (2,2) width 20: &quot;3.5&quot;
+            RenderTableCell {TD} at (132,50) size 24x22 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 20x18
+                text run at (2,2) width 20: &quot;3.6&quot;
</ins><span class="cx">       RenderBlock {P} at (0,301) size 784x19
</span><span class="cx">         RenderText {#text} at (0,0) size 244x18
</span><span class="cx">           text run at (0,0) width 244: &quot;cell 1.5 has colspan=\&quot;2\&quot; rowspan=\&quot;2\&quot;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug1132351expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 731x11385 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 729x11383
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 729x11379
</span><del>-            RenderTableCell {TD} at (2,2) size 13x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 12x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><span class="cx">             RenderTableCell {TD} at (16,2) size 711x11379 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -4242,14 +4242,14 @@
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                   RenderInline {A} at (0,0) size 0x0
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-                RenderTable {TABLE} at (0,11265) size 27x27
-                  RenderTableSection {TBODY} at (0,0) size 27x26
-                    RenderTableRow {TR} at (0,2) size 27x0
-                    RenderTableRow {TR} at (0,4) size 27x20
-                      RenderTableCell {TD} at (2,4) size 11x20 [r=1 c=0 rs=1 cs=1]
</del><ins>+                RenderTable {TABLE} at (0,11265) size 26x27
+                  RenderTableSection {TBODY} at (0,0) size 26x26
+                    RenderTableRow {TR} at (0,2) size 26x0
+                    RenderTableRow {TR} at (0,4) size 26x20
+                      RenderTableCell {TD} at (2,4) size 10x20 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 8x17
</span><span class="cx">                           text run at (1,1) width 8: &quot;x&quot;
</span><del>-                      RenderTableCell {TD} at (14,4) size 11x20 [r=1 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (14,4) size 10x20 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 8x17
</span><span class="cx">                           text run at (1,1) width 8: &quot;x&quot;
</span><span class="cx">               RenderBlock (anonymous) at (2,11376) size 707x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug113424expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug113424-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug113424-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug113424-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 601x113
-        RenderTableSection {TBODY} at (0,0) size 601x113
-          RenderTableRow {TR} at (0,0) size 601x113
-            RenderTableCell {TD} at (0,0) size 601x113 [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 601x54
-                RenderBR {BR} at (300,0) size 1x18
-                RenderBR {BR} at (300,18) size 1x18
-                RenderBR {BR} at (300,36) size 1x18
</del><ins>+      RenderTable {TABLE} at (0,0) size 600x113
+        RenderTableSection {TBODY} at (0,0) size 600x113
+          RenderTableRow {TR} at (0,0) size 600x113
+            RenderTableCell {TD} at (0,0) size 600x113 [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 600x54
+                RenderBR {BR} at (300,0) size 0x18
+                RenderBR {BR} at (300,18) size 0x18
+                RenderBR {BR} at (300,36) size 0x18
</ins><span class="cx">               RenderTable {TABLE} at (0,54) size 600x59 [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 598x57
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 598x57
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx">                               RenderInline {FONT} at (0,0) size 28x11
</span><span class="cx">                                 RenderText {#text} at (3,3) size 28x11
</span><span class="cx">                                   text run at (3,3) width 28: &quot;03.12.&quot;
</span><del>-                            RenderTableCell {TD} at (264,37) size 32x17 [r=2 c=5 rs=1 cs=1]
</del><ins>+                            RenderTableCell {TD} at (264,37) size 33x17 [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">                               RenderInline {FONT} at (0,0) size 17x11
</span><span class="cx">                                 RenderInline {A} at (0,0) size 17x11 [color=#0000EE]
</span><span class="cx">                                   RenderImage {IMG} at (7,3) size 17x10
</span><span class="lines">@@ -61,14 +61,14 @@
</span><span class="cx">                           RenderTableRow {TR} at (0,19) size 297x17 [bgcolor=#E7E7AD]
</span><span class="cx">                             RenderTableCell {TD} at (1,19) size 203x17 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                               RenderImage {IMG} at (95,3) size 12x11
</span><del>-                            RenderTableCell {TD} at (204,19) size 92x17 [r=1 c=1 rs=1 cs=1]
</del><ins>+                            RenderTableCell {TD} at (204,19) size 93x17 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                               RenderInline {FONT} at (0,0) size 17x11
</span><span class="cx">                                 RenderInline {A} at (0,0) size 17x11 [color=#0000EE]
</span><span class="cx">                                   RenderImage {IMG} at (37,3) size 17x10
</span><span class="cx">                           RenderTableRow {TR} at (0,37) size 297x17 [bgcolor=#E7DEA5]
</span><span class="cx">                             RenderTableCell {TD} at (1,37) size 203x17 [r=2 c=0 rs=1 cs=1]
</span><span class="cx">                               RenderImage {IMG} at (95,3) size 12x11
</span><del>-                            RenderTableCell {TD} at (204,37) size 92x17 [r=2 c=1 rs=1 cs=1]
</del><ins>+                            RenderTableCell {TD} at (204,37) size 93x17 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                               RenderInline {FONT} at (0,0) size 17x11
</span><span class="cx">                                 RenderInline {A} at (0,0) size 17x11 [color=#0000EE]
</span><span class="cx">                                   RenderImage {IMG} at (37,3) size 17x10
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug11631expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1163-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1163-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1163-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx">             text run at (25,18) width 163: &quot;the border shood be blue.&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (3,39) size 207x50
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 207x22
</span><del>-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px solid #0000BB)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px solid #0000BB)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;mike&quot;
</span><span class="cx">             RenderTableCell {TD} at (40,2) size 29x22 [border: (1px solid #0000BB)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;here&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 207x22
</span><del>-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px solid #0000BB)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px solid #0000BB)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;mike&quot;
</span><span class="cx">             RenderTableCell {TD} at (40,26) size 29x22 [border: (1px solid #0000BB)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug1188expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -8,11 +8,11 @@
</span><span class="cx">         RenderTable {TABLE} at (0,10) size 600x184
</span><span class="cx">           RenderTableSection {TBODY} at (0,0) size 600x184
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 600x44
</span><del>-              RenderTableCell {TD} at (2,2) size 594x44 [r=0 c=0 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (2,2) size 595x44 [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">                 RenderImage {IMG} at (7,1) size 580x42
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableRow {TR} at (0,48) size 600x55
</span><del>-              RenderTableCell {TD} at (2,55) size 594x41 [bgcolor=#99CCCC] [r=1 c=0 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (2,55) size 595x41 [bgcolor=#99CCCC] [r=1 c=0 rs=1 cs=3]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 128x15
</span><span class="cx">                   RenderInline {B} at (0,0) size 128x15
</span><span class="cx">                     RenderText {#text} at (55,4) size 128x17
</span><span class="lines">@@ -84,14 +84,14 @@
</span><span class="cx">                     RenderText {#text} at (111,36) size 48x13
</span><span class="cx">                       text run at (111,36) width 48: &quot;Click Here!&quot;
</span><span class="cx">                 RenderBR {BR} at (158,46) size 1x0
</span><del>-              RenderTableCell {TD} at (436,121) size 160x18 [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (436,121) size 161x18 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {A} at (0,0) size 132x18 [color=#0000EE]
</span><span class="cx">                   RenderInline {FONT} at (0,0) size 132x15 [color=#0066FF]
</span><span class="cx">                     RenderText {#text} at (14,0) size 132x17
</span><span class="cx">                       text run at (14,1) width 132: &quot;Hassle-Free Upgrades&quot;
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableRow {TR} at (0,157) size 600x20
</span><del>-              RenderTableCell {TD} at (2,157) size 594x20 [r=3 c=0 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (2,157) size 595x20 [r=3 c=0 rs=1 cs=3]
</ins><span class="cx">                 RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
</span><span class="cx">                   RenderInline {FONT} at (0,0) size 50x15 [color=#0066FF]
</span><span class="cx">                     RenderInline {B} at (0,0) size 50x15
</span><span class="lines">@@ -131,10 +131,10 @@
</span><span class="cx">                 RenderInline {A} at (0,0) size 1x18 [color=#0000EE]
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableRow {TR} at (0,179) size 600x3
</span><del>-              RenderTableCell {TD} at (2,179) size 596x3 [bgcolor=#99CCCC] [r=4 c=0 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (2,179) size 597x3 [bgcolor=#99CCCC] [r=4 c=0 rs=1 cs=4]
</ins><span class="cx">                 RenderTable {TABLE} at (1,1) size 1x1
</span><span class="cx">                   RenderTableSection {TBODY} at (0,0) size 1x1
</span><span class="cx">                     RenderTableRow {TR} at (0,0) size 1x1
</span><del>-                      RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (287,80) size 196x13
</span><span class="cx">   RenderBlock {DIV} at (3,3) size 196x13
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug12008expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12008-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12008-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12008-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,280) size 66x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;Hurz&quot;
</span><del>-            RenderTableCell {TD} at (69,280) size 711x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (69,280) size 712x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 385x18
</span><span class="cx">                 text run at (2,2) width 299: &quot;very long text that forces the browser window &quot;
</span><span class="cx">                 text run at (300,2) width 87: &quot;to be scrolled&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug120107expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug120107-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug120107-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug120107-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,12 +7,12 @@
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 360x174
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 360x170
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 356x170 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><del>-              RenderTable {TABLE} at (2,2) size 205x166 [border: (1px solid #000000)]
-                RenderTableSection {TBODY} at (1,1) size 203x164
-                  RenderTableRow {TR} at (0,2) size 203x160
-                    RenderTableCell {TD} at (2,2) size 199x160 [r=0 c=0 rs=1 cs=1]
-                      RenderTable {TABLE} at (1,1) size 197x158
-                        RenderTableSection {TBODY} at (0,0) size 197x158
-                          RenderTableRow {TR} at (0,2) size 197x154 [bgcolor=#FFA500]
-                            RenderTableCell {TD} at (2,2) size 193x154 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (2,2) size 204x166 [border: (1px solid #000000)]
+                RenderTableSection {TBODY} at (1,1) size 202x164
+                  RenderTableRow {TR} at (0,2) size 202x160
+                    RenderTableCell {TD} at (2,2) size 198x160 [r=0 c=0 rs=1 cs=1]
+                      RenderTable {TABLE} at (1,1) size 196x158
+                        RenderTableSection {TBODY} at (0,0) size 196x158
+                          RenderTableRow {TR} at (0,2) size 196x154 [bgcolor=#FFA500]
+                            RenderTableCell {TD} at (2,2) size 192x154 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderImage {IMG} at (1,1) size 190x152
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug120364expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug120364-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug120364-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug120364-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -5,17 +5,17 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 769x584
</span><span class="cx">       RenderText {#text} at (0,0) size 22x18
</span><span class="cx">         text run at (0,0) width 22: &quot;foo&quot;
</span><del>-      RenderTable {TABLE} at (652,0) size 117x1807
-        RenderTableSection {TBODY} at (0,0) size 117x1807
-          RenderTableRow {TR} at (0,2) size 117x999
-            RenderTableCell {TD} at (2,2) size 113x74 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (653,0) size 116x1807
+        RenderTableSection {TBODY} at (0,0) size 116x1807
+          RenderTableRow {TR} at (0,2) size 116x999
+            RenderTableCell {TD} at (2,2) size 112x74 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBR {BR} at (1,1) size 0x18
</span><span class="cx">               RenderText {#text} at (1,19) size 103x54
</span><span class="cx">                 text run at (1,19) width 85: &quot;Create a cool&quot;
</span><span class="cx">                 text run at (1,37) width 103: &quot;home page with&quot;
</span><span class="cx">                 text run at (1,55) width 20: &quot;the&quot;
</span><del>-          RenderTableRow {TR} at (0,1002) size 117x803
-            RenderTableCell {TD} at (2,1002) size 113x57 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,1002) size 116x803
+            RenderTableCell {TD} at (2,1002) size 112x57 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBR {BR} at (1,1) size 0x18
</span><span class="cx">               RenderText {#text} at (1,19) size 96x36
</span><span class="cx">                 text run at (1,19) width 90: &quot;Get organized&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug1224expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1224-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1224-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1224-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,20 +6,20 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 134x18
</span><span class="cx">           text run at (0,0) width 134: &quot;and the page works.)&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 197x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 195x50
-          RenderTableRow {TR} at (0,2) size 195x22
</del><ins>+      RenderTable {TABLE} at (0,18) size 196x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 194x50
+          RenderTableRow {TR} at (0,2) size 194x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;img-cap&quot;
</span><del>-            RenderTableCell {TD} at (103,5) size 90x40 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</del><ins>+            RenderTableCell {TD} at (103,5) size 89x40 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 81x18
</span><span class="cx">                 text run at (2,2) width 81: &quot;img-features&quot;
</span><span class="cx">               RenderBR {BR} at (82,19) size 1x0
</span><span class="cx">               RenderText {#text} at (2,20) size 85x18
</span><span class="cx">                 text run at (2,20) width 85: &quot;img-holidays&quot;
</span><span class="cx">               RenderBR {BR} at (86,37) size 1x0
</span><del>-          RenderTableRow {TR} at (0,26) size 195x22
</del><ins>+          RenderTableRow {TR} at (0,26) size 194x22
</ins><span class="cx">             RenderTableCell {TD} at (2,26) size 100x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 96x18
</span><span class="cx">                 text run at (2,2) width 96: &quot;img-projo.com&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug12268expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12268-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12268-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12268-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,8 +6,8 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 341x18
</span><span class="cx">           text run at (0,0) width 341: &quot;If bug 12268 is not fixed, then the table is too narrow&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 611x110 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 609x108
-          RenderTableRow {TR} at (0,2) size 609x104
-            RenderTableCell {TD} at (2,2) size 605x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,18) size 610x110 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 608x108
+          RenderTableRow {TR} at (0,2) size 608x104
+            RenderTableCell {TD} at (2,2) size 604x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 600x100
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug12709expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12709-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12709-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12709-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,5 +12,5 @@
</span><span class="cx">                 text run at (2,20) width 132: &quot;the information you &quot;
</span><span class="cx">                 text run at (133,20) width 131: &quot;may need to use any&quot;
</span><span class="cx">                 text run at (2,38) width 164: &quot;of your Internet software.&quot;
</span><del>-            RenderTableCell {TD} at (270,3) size 60x56 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderImage {IMG} at (5,2) size 53x51
</del><ins>+            RenderTableCell {TD} at (271,3) size 59x56 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderImage {IMG} at (5,2) size 52x51
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug1271expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1271-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1271-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1271-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x584
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x584
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 784x80
</span><del>-            RenderTableCell {TD} at (0,0) size 161x80 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 160x80 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 160x80
</span><span class="cx">             RenderTableCell {TD} at (160,40) size 584x0 [r=0 c=1 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (743,0) size 41x80 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (744,0) size 40x80 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 40x80
</span><span class="cx">           RenderTableRow {TR} at (0,80) size 784x464
</span><del>-            RenderTableCell {TD} at (0,312) size 161x0 [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,312) size 160x0 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (160,332) size 624x0 [r=1 c=1 rs=2 cs=2]
</span><span class="cx">           RenderTableRow {TR} at (0,544) size 784x40
</span><del>-            RenderTableCell {TD} at (0,544) size 161x40 [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,544) size 160x40 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 160x40
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug129081expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12908-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12908-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12908-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,22 +6,22 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 150x18
</span><span class="cx">           text run at (0,0) width 150: &quot;Border enabled version&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 336x226 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 334x224
-          RenderTableRow {TR} at (0,0) size 334x2
</del><ins>+      RenderTable {TABLE} at (0,34) size 335x226 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 333x224
+          RenderTableRow {TR} at (0,0) size 333x2
</ins><span class="cx">             RenderTableCell {TD} at (0,0) size 31x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (31,0) size 303x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,2) size 334x222
-            RenderTableCell {TD} at (0,2) size 334x222 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (31,0) size 302x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,2) size 333x222
+            RenderTableCell {TD} at (0,2) size 333x222 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 329x220
</span><span class="cx">       RenderBlock {P} at (0,276) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 208x18
</span><span class="cx">           text run at (0,0) width 208: &quot;Cellspanned cell's bgcolor is red&quot;
</span><del>-      RenderTable {TABLE} at (0,310) size 330x220
-        RenderTableSection {TBODY} at (0,0) size 330x220
-          RenderTableRow {TR} at (0,0) size 330x0
</del><ins>+      RenderTable {TABLE} at (0,310) size 329x220
+        RenderTableSection {TBODY} at (0,0) size 329x220
+          RenderTableRow {TR} at (0,0) size 329x0
</ins><span class="cx">             RenderTableCell {TD} at (0,0) size 29x0 [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (29,0) size 301x0 [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,0) size 330x220
-            RenderTableCell {TD} at (0,0) size 330x220 [bgcolor=#FF0000] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (29,0) size 300x0 [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,0) size 329x220
+            RenderTableCell {TD} at (0,0) size 329x220 [bgcolor=#FF0000] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 329x220
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug129082expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12908-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12908-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12908-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,11 +3,11 @@
</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 353x50
-        RenderTableSection {TBODY} at (0,0) size 353x50
-          RenderTableRow {TR} at (0,0) size 353x20
</del><ins>+      RenderTable {TABLE} at (0,0) size 352x50
+        RenderTableSection {TBODY} at (0,0) size 352x50
+          RenderTableRow {TR} at (0,0) size 352x20
</ins><span class="cx">             RenderTableCell {TD} at (0,10) size 52x0 [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (52,10) size 301x0 [r=0 c=1 rs=1 cs=1]
-          RenderTableRow {TR} at (0,20) size 353x30
-            RenderTableCell {TD} at (0,20) size 353x30 [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (52,10) size 300x0 [r=0 c=1 rs=1 cs=1]
+          RenderTableRow {TR} at (0,20) size 352x30
+            RenderTableCell {TD} at (0,20) size 352x30 [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 352x30
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug129102expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12910-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12910-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12910-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,11 +6,11 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 800x20
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 800x20
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 800x20
</span><del>-            RenderTableCell {TD} at (0,0) size 5x20 [r=0 c=0 rs=1 cs=1]
-              RenderImage {IMG} at (0,0) size 5x20
</del><ins>+            RenderTableCell {TD} at (0,0) size 4x20 [r=0 c=0 rs=1 cs=1]
+              RenderImage {IMG} at (0,0) size 4x20
</ins><span class="cx">             RenderTableCell {TD} at (4,6) size 672x14 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (0,0) size 672x14
</span><del>-            RenderTableCell {TD} at (675,3) size 106x14 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (676,3) size 105x14 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 14x14
</span><span class="cx">               RenderImage {IMG} at (14,0) size 14x14
</span><span class="cx">               RenderImage {IMG} at (28,0) size 14x14
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx">               RenderImage {IMG} at (77,0) size 14x14
</span><span class="cx">               RenderImage {IMG} at (91,0) size 14x14
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (780,6) size 16x14 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (781,6) size 15x14 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 15x14
</span><del>-            RenderTableCell {TD} at (795,0) size 5x20 [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (796,0) size 4x20 [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 4x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug1296expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1296-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1296-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1296-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,14 +10,14 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 186x19
</span><span class="cx">                 text run at (1,2) width 186: &quot;Let's put some space in here!&quot;
</span><span class="cx">             RenderTableCell {TD} at (191,2) size 455x59 [r=0 c=1 rs=1 cs=1]
</span><del>-              RenderTable {TABLE} at (1,1) size 453x57
-                RenderTableSection {TBODY} at (0,0) size 453x57
-                  RenderTableRow {TR} at (0,2) size 453x53
-                    RenderTableCell {TD} at (2,2) size 449x53 [r=0 c=0 rs=1 cs=1]
-                      RenderTable {TABLE} at (1,1) size 447x51
-                        RenderTableSection {TBODY} at (0,0) size 447x51
-                          RenderTableRow {TR} at (0,2) size 447x47
-                            RenderTableCell {TD} at (2,2) size 443x47 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (1,1) size 452x57
+                RenderTableSection {TBODY} at (0,0) size 452x57
+                  RenderTableRow {TR} at (0,2) size 452x53
+                    RenderTableCell {TD} at (2,2) size 448x53 [r=0 c=0 rs=1 cs=1]
+                      RenderTable {TABLE} at (1,1) size 446x51
+                        RenderTableSection {TBODY} at (0,0) size 446x51
+                          RenderTableRow {TR} at (0,2) size 446x47
+                            RenderTableCell {TD} at (2,2) size 442x47 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderImage {IMG} at (1,45) size 4x1
</span><span class="cx">                               RenderImage {IMG} at (5,6) size 436x35
</span><span class="cx">                               RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug1302expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1302-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1302-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1302-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,187 +9,187 @@
</span><span class="cx">           RenderInline {B} at (0,0) size 335x18
</span><span class="cx">             RenderText {#text} at (217,0) size 335x18
</span><span class="cx">               text run at (217,0) width 335: &quot;Tables I, II, III, IV (cellpadding=0 cellspacing=5)&quot;
</span><del>-        RenderTable {TABLE} at (90,52) size 589x118 [bgcolor=#FFCC00] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 586x116
-            RenderTableRow {TR} at (0,2) size 586x112
-              RenderTableCell {TD} at (2,2) size 155x112 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                RenderTable {TABLE} at (6,6) size 143x100 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
-                  RenderBlock {CAPTION} at (0,0) size 143x18
</del><ins>+        RenderTable {TABLE} at (91,52) size 587x118 [bgcolor=#FFCC00] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 585x116
+            RenderTableRow {TR} at (0,2) size 585x112
+              RenderTableCell {TD} at (2,2) size 154x112 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderTable {TABLE} at (6,6) size 142x100 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
+                  RenderBlock {CAPTION} at (0,0) size 142x18
</ins><span class="cx">                     RenderInline {NOBR} at (0,0) size 46x18
</span><span class="cx">                       RenderText {#text} at (48,0) size 46x18
</span><span class="cx">                         text run at (48,0) width 46: &quot;Table I&quot;
</span><del>-                  RenderTableSection {TBODY} at (1,19) size 141x80
-                    RenderTableRow {TR} at (0,5) size 141x20
-                      RenderTableCell {TD} at (5,5) size 23x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableSection {TBODY} at (1,19) size 140x80
+                    RenderTableRow {TR} at (0,5) size 140x20
+                      RenderTableCell {TD} at (5,5) size 22x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,5) size 23x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,5) size 22x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,5) size 23x20 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,5) size 22x20 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,3&quot;
</span><del>-                      RenderTableCell {TD} at (86,5) size 23x20 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (86,5) size 22x20 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,4&quot;
</span><del>-                      RenderTableCell {TD} at (113,5) size 23x20 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (113,5) size 22x20 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,5&quot;
</span><del>-                    RenderTableRow {TR} at (0,30) size 141x20
-                      RenderTableCell {TD} at (5,30) size 23x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,30) size 140x20
+                      RenderTableCell {TD} at (5,30) size 22x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,30) size 23x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,30) size 22x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,30) size 23x20 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,30) size 22x20 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,3&quot;
</span><del>-                      RenderTableCell {TD} at (86,30) size 23x20 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (86,30) size 22x20 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,4&quot;
</span><del>-                      RenderTableCell {TD} at (113,30) size 23x20 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (113,30) size 22x20 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,5&quot;
</span><del>-                    RenderTableRow {TR} at (0,55) size 141x20
-                      RenderTableCell {TD} at (5,55) size 23x20 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,55) size 140x20
+                      RenderTableCell {TD} at (5,55) size 22x20 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,55) size 23x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,55) size 22x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,55) size 23x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,55) size 22x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,3&quot;
</span><del>-                      RenderTableCell {TD} at (86,55) size 23x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (86,55) size 22x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,4&quot;
</span><del>-                      RenderTableCell {TD} at (113,55) size 23x20 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (113,55) size 22x20 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,5&quot;
</span><del>-              RenderTableCell {TD} at (158,2) size 155x112 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-                RenderTable {TABLE} at (6,6) size 143x100 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
-                  RenderBlock {CAPTION} at (0,0) size 143x18
-                    RenderInline {NOBR} at (0,0) size 51x18
-                      RenderText {#text} at (46,0) size 51x18
-                        text run at (46,0) width 51: &quot;Table II&quot;
-                  RenderTableSection {TBODY} at (1,19) size 141x80
-                    RenderTableRow {TR} at (0,5) size 141x20
-                      RenderTableCell {TD} at (5,5) size 23x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (158,2) size 154x112 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+                RenderTable {TABLE} at (6,6) size 142x100 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
+                  RenderBlock {CAPTION} at (0,0) size 142x18
+                    RenderInline {NOBR} at (0,0) size 50x18
+                      RenderText {#text} at (46,0) size 50x18
+                        text run at (46,0) width 50: &quot;Table II&quot;
+                  RenderTableSection {TBODY} at (1,19) size 140x80
+                    RenderTableRow {TR} at (0,5) size 140x20
+                      RenderTableCell {TD} at (5,5) size 22x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,5) size 50x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=2]
</del><ins>+                      RenderTableCell {TD} at (32,5) size 49x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=2]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,2&quot;
</span><del>-                      RenderTableCell {TD} at (86,5) size 23x20 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (86,5) size 22x20 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,4&quot;
</span><del>-                      RenderTableCell {TD} at (113,5) size 23x20 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (113,5) size 22x20 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,5&quot;
</span><del>-                    RenderTableRow {TR} at (0,30) size 141x20
-                      RenderTableCell {TD} at (5,30) size 23x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,30) size 140x20
+                      RenderTableCell {TD} at (5,30) size 22x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,30) size 23x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,30) size 22x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,30) size 50x20 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=2]
</del><ins>+                      RenderTableCell {TD} at (59,30) size 49x20 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=2]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,3&quot;
</span><del>-                      RenderTableCell {TD} at (113,30) size 23x20 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (113,30) size 22x20 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,5&quot;
</span><del>-                    RenderTableRow {TR} at (0,55) size 141x20
-                      RenderTableCell {TD} at (5,55) size 23x20 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,55) size 140x20
+                      RenderTableCell {TD} at (5,55) size 22x20 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,55) size 23x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,55) size 22x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,55) size 23x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,55) size 22x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,3&quot;
</span><del>-                      RenderTableCell {TD} at (86,55) size 23x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (86,55) size 22x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,4&quot;
</span><del>-                      RenderTableCell {TD} at (113,55) size 23x20 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (113,55) size 22x20 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,5&quot;
</span><del>-              RenderTableCell {TD} at (314,2) size 135x112 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-                RenderTable {TABLE} at (6,6) size 123x100 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
-                  RenderBlock {CAPTION} at (0,0) size 123x18
</del><ins>+              RenderTableCell {TD} at (314,2) size 134x112 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+                RenderTable {TABLE} at (6,6) size 122x100 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
+                  RenderBlock {CAPTION} at (0,0) size 122x18
</ins><span class="cx">                     RenderInline {NOBR} at (0,0) size 56x18
</span><span class="cx">                       RenderText {#text} at (33,0) size 56x18
</span><span class="cx">                         text run at (33,0) width 56: &quot;Table III&quot;
</span><del>-                  RenderTableSection {TBODY} at (1,19) size 121x80
-                    RenderTableRow {TR} at (0,5) size 121x20
-                      RenderTableCell {TD} at (5,5) size 23x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableSection {TBODY} at (1,19) size 120x80
+                    RenderTableRow {TR} at (0,5) size 120x20
+                      RenderTableCell {TD} at (5,5) size 22x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,5) size 30x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=2]
</del><ins>+                      RenderTableCell {TD} at (32,5) size 29x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=2]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,2&quot;
</span><del>-                      RenderTableCell {TD} at (66,5) size 23x20 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (66,5) size 22x20 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,4&quot;
</span><del>-                      RenderTableCell {TD} at (93,5) size 23x20 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (93,5) size 22x20 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,5&quot;
</span><del>-                    RenderTableRow {TR} at (0,30) size 121x20
-                      RenderTableCell {TD} at (5,30) size 23x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,30) size 120x20
+                      RenderTableCell {TD} at (5,30) size 22x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,30) size 23x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,30) size 22x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,30) size 30x20 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=2]
</del><ins>+                      RenderTableCell {TD} at (59,30) size 29x20 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=2]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,3&quot;
</span><del>-                      RenderTableCell {TD} at (93,30) size 23x20 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (93,30) size 22x20 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,5&quot;
</span><del>-                    RenderTableRow {TR} at (0,55) size 121x20
-                      RenderTableCell {TD} at (5,55) size 23x20 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,55) size 120x20
+                      RenderTableCell {TD} at (5,55) size 22x20 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,64) size 23x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
-                      RenderTableCell {TD} at (59,64) size 3x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
-                      RenderTableCell {TD} at (66,64) size 23x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
-                      RenderTableCell {TD} at (93,55) size 23x20 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,64) size 22x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
+                      RenderTableCell {TD} at (59,64) size 2x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
+                      RenderTableCell {TD} at (66,64) size 22x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
+                      RenderTableCell {TD} at (93,55) size 22x20 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,5&quot;
</span><del>-              RenderTableCell {TD} at (450,2) size 134x87 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-                RenderTable {TABLE} at (6,6) size 122x75 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
-                  RenderBlock {CAPTION} at (0,0) size 122x18
</del><ins>+              RenderTableCell {TD} at (450,2) size 133x87 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+                RenderTable {TABLE} at (6,6) size 121x75 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
+                  RenderBlock {CAPTION} at (0,0) size 121x18
</ins><span class="cx">                     RenderInline {NOBR} at (0,0) size 57x18
</span><span class="cx">                       RenderText {#text} at (32,0) size 57x18
</span><span class="cx">                         text run at (32,0) width 57: &quot;Table IV&quot;
</span><del>-                  RenderTableSection {TBODY} at (1,19) size 120x55
-                    RenderTableRow {TR} at (0,5) size 120x20
-                      RenderTableCell {TD} at (5,5) size 23x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableSection {TBODY} at (1,19) size 119x55
+                    RenderTableRow {TR} at (0,5) size 119x20
+                      RenderTableCell {TD} at (5,5) size 22x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,5) size 29x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=2]
</del><ins>+                      RenderTableCell {TD} at (32,5) size 28x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=2]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,2&quot;
</span><del>-                      RenderTableCell {TD} at (65,5) size 23x20 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (65,5) size 22x20 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,4&quot;
</span><del>-                      RenderTableCell {TD} at (92,5) size 23x20 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (92,5) size 22x20 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,5&quot;
</span><del>-                    RenderTableRow {TR} at (0,30) size 120x20
-                      RenderTableCell {TD} at (5,30) size 23x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,30) size 119x20
+                      RenderTableCell {TD} at (5,30) size 22x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,30) size 23x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,30) size 22x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,30) size 29x20 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=2]
</del><ins>+                      RenderTableCell {TD} at (59,30) size 28x20 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=2]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,3&quot;
</span><del>-                      RenderTableCell {TD} at (92,30) size 23x20 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (92,30) size 22x20 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,5&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,170) size 769x18
</span><span class="lines">@@ -282,7 +282,7 @@
</span><span class="cx">             RenderTableCell {TD} at (440,2) size 32x22 [bgcolor=#99CCCC] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;blue&quot;
</span><del>-            RenderTableCell {TD} at (473,2) size 203x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (474,2) size 202x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;that&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 678x22
</span><span class="lines">@@ -309,14 +309,14 @@
</span><span class="cx">             RenderTableCell {TD} at (456,2) size 33x22 [bgcolor=#99CCCC] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;blue&quot;
</span><del>-            RenderTableCell {TD} at (490,2) size 186x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (490,2) size 187x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;that&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 678x22
</span><span class="cx">             RenderTableCell {TD} at (2,26) size 78x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><del>-            RenderTableCell {TD} at (81,26) size 595x22 [bgcolor=#99CCCC] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (81,26) size 596x22 [bgcolor=#99CCCC] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,2) size 229x18
</span><span class="cx">                 text run at (2,2) width 229: &quot;blue (colspan=3) --- spans correctly&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,870) size 769x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug13169expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug13169-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug13169-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug13169-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,25 +3,25 @@
</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 [bgcolor=#C0C0C0]
</span><del>-      RenderTable {TABLE} at (0,0) size 673x234 [border: (3px outset #808080)]
-        RenderTableSection {TBODY} at (3,3) size 667x228
-          RenderTableRow {TR} at (0,0) size 667x4
-            RenderTableCell {TD} at (0,0) size 334x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (333,0) size 334x224 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 672x234 [border: (3px outset #808080)]
+        RenderTableSection {TBODY} at (3,3) size 666x228
+          RenderTableRow {TR} at (0,0) size 666x4
+            RenderTableCell {TD} at (0,0) size 333x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (333,0) size 333x224 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 329x220
</span><del>-          RenderTableRow {TR} at (0,4) size 667x220
-            RenderTableCell {TD} at (0,4) size 334x224 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,4) size 666x220
+            RenderTableCell {TD} at (0,4) size 333x224 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 329x220
</span><del>-          RenderTableRow {TR} at (0,224) size 667x4
-            RenderTableCell {TD} at (333,224) size 334x4 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
-      RenderTable {TABLE} at (0,234) size 676x237 [border: (3px outset #808080)]
-        RenderTableSection {TBODY} at (3,3) size 670x231
-          RenderTableRow {TR} at (0,1) size 670x4
-            RenderTableCell {TD} at (1,1) size 334x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (335,1) size 334x224 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,224) size 666x4
+            RenderTableCell {TD} at (333,224) size 333x4 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
+      RenderTable {TABLE} at (0,234) size 675x237 [border: (3px outset #808080)]
+        RenderTableSection {TBODY} at (3,3) size 669x231
+          RenderTableRow {TR} at (0,1) size 669x4
+            RenderTableCell {TD} at (1,1) size 333x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (335,1) size 333x224 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 329x220
</span><del>-          RenderTableRow {TR} at (0,6) size 670x219
-            RenderTableCell {TD} at (1,6) size 334x224 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,6) size 669x219
+            RenderTableCell {TD} at (1,6) size 333x224 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 329x220
</span><del>-          RenderTableRow {TR} at (0,226) size 670x4
-            RenderTableCell {TD} at (335,226) size 334x4 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,226) size 669x4
+            RenderTableCell {TD} at (335,226) size 333x4 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug1318expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1318-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1318-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1318-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,8 +6,8 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x138
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x138
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 784x74
</span><del>-            RenderTableCell {TD} at (0,0) size 784x74 [r=0 c=0 rs=1 cs=4]
-              RenderBR {BR} at (392,1) size 0x18
</del><ins>+            RenderTableCell {TD} at (0,0) size 785x74 [r=0 c=0 rs=1 cs=4]
+              RenderBR {BR} at (392,1) size 1x18
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 732x53
</span><span class="cx">                 RenderText {#text} at (26,19) size 732x35
</span><span class="cx">                   text run at (26,19) width 183: &quot;The Supreme Court says &quot;
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">                   text run at (210,37) width 223: &quot;children to church-run schools. &quot;
</span><span class="cx">                   text run at (432,37) width 142: &quot;What's your stand? &quot;
</span><span class="cx">                 RenderBR {BR} at (573,51) size 1x0
</span><del>-                RenderBR {BR} at (392,55) size 0x17
</del><ins>+                RenderBR {BR} at (392,55) size 1x17
</ins><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderTableRow {TR} at (0,74) size 784x20
</span><span class="cx">             RenderTableCell {TD} at (0,75) size 558x18 [r=1 c=0 rs=1 cs=1]
</span><span class="lines">@@ -27,9 +27,9 @@
</span><span class="cx">               RenderBlock {INPUT} at (3,4) size 12x12
</span><span class="cx">           RenderTableRow {TR} at (0,94) size 784x20
</span><span class="cx">             RenderTableCell {TD} at (0,95) size 558x18 [r=2 c=0 rs=1 cs=1]
</span><del>-              RenderInline {FONT} at (0,0) size 154x15
-                RenderText {#text} at (403,0) size 154x17
-                  text run at (403,1) width 154: &quot;I think vouchers are wrong&quot;
</del><ins>+              RenderInline {FONT} at (0,0) size 153x15
+                RenderText {#text} at (404,0) size 153x17
+                  text run at (404,1) width 153: &quot;I think vouchers are wrong&quot;
</ins><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableCell {TD} at (557,94) size 66x20 [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {INPUT} at (3,4) size 12x12
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx">                     text run at (273,1) width 76: &quot;View Results&quot;
</span><span class="cx">               RenderInline {FONT} at (0,0) size 1x16
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (622,114) size 162x24 [r=3 c=2 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (622,114) size 163x24 [r=3 c=2 rs=1 cs=2]
</ins><span class="cx">               RenderButton {INPUT} at (61,3) size 40x18 [bgcolor=#C0C0C0]
</span><span class="cx">                 RenderBlock (anonymous) at (8,2) size 23x13
</span><span class="cx">                   RenderText at (0,0) size 23x13
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug1373881expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug137388-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug137388-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug137388-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,11 +3,11 @@
</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 311x156
-        RenderTableSection {TBODY} at (0,0) size 311x156
-          RenderTableRow {TR} at (0,2) size 311x152
-            RenderTableCell {TD} at (2,2) size 307x152 [r=0 c=0 rs=1 cs=1]
-              RenderIFrame {IFRAME} at (1,1) size 309x150 [border: (2px inset #000000)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 310x156
+        RenderTableSection {TBODY} at (0,0) size 310x156
+          RenderTableRow {TR} at (0,2) size 310x152
+            RenderTableCell {TD} at (2,2) size 306x152 [r=0 c=0 rs=1 cs=1]
+              RenderIFrame {IFRAME} at (1,1) size 308x150 [border: (2px inset #000000)]
</ins><span class="cx">                 layer at (0,0) size 304x146
</span><span class="cx">                   RenderView at (0,0) size 304x146
</span><span class="cx">                 layer at (0,0) size 304x146
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug1373882expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug137388-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug137388-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug137388-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,37 +3,37 @@
</span><span class="cx"> layer at (0,0) size 785x852
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 785x852
</span><span class="cx">     RenderBody {BODY} at (8,8) size 769x836
</span><del>-      RenderTable {TABLE} at (0,0) size 311x310
-        RenderTableSection {TBODY} at (0,0) size 311x310
-          RenderTableRow {TR} at (0,2) size 311x306
-            RenderTableCell {TD} at (2,2) size 307x306 [r=0 c=0 rs=1 cs=1]
-              RenderIFrame {IFRAME} at (1,1) size 309x304 [border: (2px inset #000000)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 310x310
+        RenderTableSection {TBODY} at (0,0) size 310x310
+          RenderTableRow {TR} at (0,2) size 310x306
+            RenderTableCell {TD} at (2,2) size 306x306 [r=0 c=0 rs=1 cs=1]
+              RenderIFrame {IFRAME} at (1,1) size 308x304 [border: (2px inset #000000)]
</ins><span class="cx">                 layer at (0,0) size 304x300
</span><span class="cx">                   RenderView at (0,0) size 304x300
</span><span class="cx">                 layer at (0,0) size 304x300
</span><span class="cx">                   RenderBlock {HTML} at (0,0) size 304x300
</span><span class="cx">                     RenderBody {BODY} at (8,8) size 288x284
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,310) size 607x306
-        RenderTableSection {TBODY} at (0,0) size 607x306
-          RenderTableRow {TR} at (0,2) size 607x302
-            RenderTableCell {TD} at (2,2) size 603x302 [r=0 c=0 rs=1 cs=1]
-              RenderImage {IMG} at (1,1) size 601x300
</del><ins>+      RenderTable {TABLE} at (0,310) size 606x306
+        RenderTableSection {TBODY} at (0,0) size 606x306
+          RenderTableRow {TR} at (0,2) size 606x302
+            RenderTableCell {TD} at (2,2) size 602x302 [r=0 c=0 rs=1 cs=1]
+              RenderImage {IMG} at (1,1) size 600x300
</ins><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,616) size 311x156
-        RenderTableSection {TBODY} at (0,0) size 311x156
-          RenderTableRow {TR} at (0,2) size 311x152
-            RenderTableCell {TD} at (2,2) size 307x152 [r=0 c=0 rs=1 cs=1]
-              RenderIFrame {IFRAME} at (1,1) size 309x150 [border: (2px inset #000000)]
</del><ins>+      RenderTable {TABLE} at (0,616) size 310x156
+        RenderTableSection {TBODY} at (0,0) size 310x156
+          RenderTableRow {TR} at (0,2) size 310x152
+            RenderTableCell {TD} at (2,2) size 306x152 [r=0 c=0 rs=1 cs=1]
+              RenderIFrame {IFRAME} at (1,1) size 308x150 [border: (2px inset #000000)]
</ins><span class="cx">                 layer at (0,0) size 304x146
</span><span class="cx">                   RenderView at (0,0) size 304x146
</span><span class="cx">                 layer at (0,0) size 304x146
</span><span class="cx">                   RenderBlock {HTML} at (0,0) size 304x146
</span><span class="cx">                     RenderBody {BODY} at (8,8) size 288x130
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,772) size 607x64
-        RenderTableSection {TBODY} at (0,0) size 607x64
-          RenderTableRow {TR} at (0,2) size 607x60
-            RenderTableCell {TD} at (2,2) size 603x60 [r=0 c=0 rs=1 cs=1]
-              RenderImage {IMG} at (1,1) size 601x58
</del><ins>+      RenderTable {TABLE} at (0,772) size 606x64
+        RenderTableSection {TBODY} at (0,0) size 606x64
+          RenderTableRow {TR} at (0,2) size 606x60
+            RenderTableCell {TD} at (2,2) size 602x60 [r=0 c=0 rs=1 cs=1]
+              RenderImage {IMG} at (1,1) size 600x58
</ins><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug1373883expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug137388-3-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug137388-3-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug137388-3-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,12 +3,12 @@
</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 207x220
-        RenderTableSection {TBODY} at (0,0) size 207x220
-          RenderTableRow {TR} at (0,2) size 207x216
-            RenderTableCell {TD} at (2,2) size 203x216 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (1,1) size 201x214
-                RenderIFrame {IFRAME} at (0,0) size 205x214 [border: (2px inset #000000)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 206x220
+        RenderTableSection {TBODY} at (0,0) size 206x220
+          RenderTableRow {TR} at (0,2) size 206x216
+            RenderTableCell {TD} at (2,2) size 202x216 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 200x214
+                RenderIFrame {IFRAME} at (0,0) size 204x214 [border: (2px inset #000000)]
</ins><span class="cx">                   layer at (0,0) size 200x210
</span><span class="cx">                     RenderView at (0,0) size 200x210
</span><span class="cx">                   layer at (0,0) size 200x210
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug1395241expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug139524-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug139524-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug139524-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,6 +14,6 @@
</span><span class="cx">             RenderTableCell {TD} at (262,2) size 260x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x18
</span><span class="cx">                 text run at (1,1) width 16: &quot;05&quot;
</span><del>-            RenderTableCell {TD} at (523,2) size 259x20 [bgcolor=#FF00FF] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (523,2) size 260x20 [bgcolor=#FF00FF] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 16x18
</span><span class="cx">                 text run at (1,1) width 16: &quot;04&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug1395242expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug139524-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug139524-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug139524-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -28,18 +28,18 @@
</span><span class="cx">       RenderBlock {P} at (0,270) size 784x19
</span><span class="cx">         RenderText {#text} at (0,0) size 384x18
</span><span class="cx">           text run at (0,0) width 384: &quot;So it would appear that the SPAN attribute is being ignored.&quot;
</span><del>-      RenderTable {TABLE} at (0,304) size 409x27
</del><ins>+      RenderTable {TABLE} at (0,304) size 408x27
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (0,0) size 409x26
-          RenderTableRow {TR} at (0,2) size 409x22
</del><ins>+        RenderTableSection {TBODY} at (0,0) size 408x26
+          RenderTableRow {TR} at (0,2) size 408x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;col 1&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 101x22 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,2) size 100x22 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;col 2&quot;
</span><del>-            RenderTableCell {TD} at (206,2) size 201x22 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,2) size 200x22 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;col 3&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug1395243expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug139524-3-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug139524-3-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug139524-3-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,6 +14,6 @@
</span><span class="cx">             RenderTableCell {TD} at (262,2) size 260x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x18
</span><span class="cx">                 text run at (1,1) width 16: &quot;05&quot;
</span><del>-            RenderTableCell {TD} at (523,2) size 259x20 [bgcolor=#FF00FF] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (523,2) size 260x20 [bgcolor=#FF00FF] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 16x18
</span><span class="cx">                 text run at (1,1) width 16: &quot;04&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug1395244expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug139524-4-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug139524-4-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug139524-4-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,21 +3,21 @@
</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 313x28 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 312x28 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 311x26
-          RenderTableRow {TR} at (0,2) size 311x22
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 310x26
+          RenderTableRow {TR} at (0,2) size 310x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 50x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;1&quot;
</span><del>-            RenderTableCell {TD} at (54,2) size 51x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,2) size 50x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;2&quot;
</span><del>-            RenderTableCell {TD} at (106,2) size 101x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,2) size 100x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;3&quot;
</span><del>-            RenderTableCell {TD} at (208,2) size 101x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (208,2) size 100x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;4&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug1430expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1430-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1430-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1430-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -30,14 +30,14 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 186x19
</span><span class="cx">                 text run at (1,2) width 186: &quot;Let's put some space in here!&quot;
</span><span class="cx">             RenderTableCell {TD} at (191,2) size 455x59 [r=0 c=1 rs=1 cs=1]
</span><del>-              RenderTable {TABLE} at (1,1) size 453x57
-                RenderTableSection {TBODY} at (0,0) size 453x57
-                  RenderTableRow {TR} at (0,2) size 453x53
-                    RenderTableCell {TD} at (2,2) size 449x53 [r=0 c=0 rs=1 cs=1]
-                      RenderTable {TABLE} at (1,1) size 447x51
-                        RenderTableSection {TBODY} at (0,0) size 447x51
-                          RenderTableRow {TR} at (0,2) size 447x47
-                            RenderTableCell {TD} at (2,2) size 443x47 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (1,1) size 452x57
+                RenderTableSection {TBODY} at (0,0) size 452x57
+                  RenderTableRow {TR} at (0,2) size 452x53
+                    RenderTableCell {TD} at (2,2) size 448x53 [r=0 c=0 rs=1 cs=1]
+                      RenderTable {TABLE} at (1,1) size 446x51
+                        RenderTableSection {TBODY} at (0,0) size 446x51
+                          RenderTableRow {TR} at (0,2) size 446x47
+                            RenderTableCell {TD} at (2,2) size 442x47 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderImage {IMG} at (1,45) size 4x1
</span><span class="cx">                               RenderImage {IMG} at (5,6) size 436x35
</span><span class="cx">                               RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug14323expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug14323-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug14323-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug14323-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,40 +4,40 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584 [bgcolor=#FFFFFF]
</span><span class="cx">       RenderBlock {HR} at (0,0) size 152x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,10) size 185x49 [bgcolor=#F7D68C] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 183x47
-          RenderTableRow {TR} at (0,0) size 183x47
-            RenderTableCell {TD} at (0,4) size 139x39 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,10) size 184x49 [bgcolor=#F7D68C] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 182x47
+          RenderTableRow {TR} at (0,0) size 182x47
+            RenderTableCell {TD} at (0,4) size 138x39 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 136x37
</span><span class="cx">                 text run at (1,2) width 136: &quot;xxxxxxxxxxxxxxxxx&quot;
</span><span class="cx">                 text run at (1,20) width 100: &quot;xxxxxx xxxxxx&quot;
</span><del>-            RenderTableCell {TD} at (138,0) size 45x47 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,0) size 44x47 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 21x45
</span><span class="cx">               RenderImage {IMG} at (22,1) size 21x45
</span><span class="cx">       RenderBlock (anonymous) at (0,59) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,77) size 469x74 [bgcolor=#F7D68C]
-        RenderTableSection {TBODY} at (0,0) size 469x74
-          RenderTableRow {TR} at (0,0) size 469x44
-            RenderTableCell {TD} at (0,0) size 327x22 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,77) size 468x74 [bgcolor=#F7D68C]
+        RenderTableSection {TBODY} at (0,0) size 468x74
+          RenderTableRow {TR} at (0,0) size 468x44
+            RenderTableCell {TD} at (0,0) size 326x22 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 261x22
</span><span class="cx">                 RenderInline {B} at (0,0) size 261x22
</span><span class="cx">                   RenderText {#text} at (0,0) size 261x22
</span><span class="cx">                     text run at (0,0) width 261: &quot; 25 offres d'emploi des entreprises&quot;
</span><del>-            RenderTableCell {TD} at (326,0) size 101x44 [bgcolor=#EE9E02] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (326,0) size 100x44 [bgcolor=#EE9E02] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (18,16) size 21x1
</span><span class="cx">               RenderText {#text} at (38,0) size 35x18
</span><span class="cx">                 text run at (38,0) width 35: &quot;page &quot;
</span><del>-              RenderInline {FONT} at (0,0) size 29x44
-                RenderInline {B} at (0,0) size 29x44
-                  RenderText {#text} at (72,0) size 29x44
-                    text run at (72,0) width 29: &quot;12 /&quot;
-                    text run at (82,22) width 19: &quot;13&quot;
-            RenderTableCell {TD} at (426,0) size 43x45 [r=0 c=2 rs=2 cs=1]
</del><ins>+              RenderInline {FONT} at (0,0) size 28x44
+                RenderInline {B} at (0,0) size 28x44
+                  RenderText {#text} at (72,0) size 28x44
+                    text run at (72,0) width 28: &quot;12 /&quot;
+                    text run at (82,22) width 18: &quot;13&quot;
+            RenderTableCell {TD} at (426,0) size 42x45 [r=0 c=2 rs=2 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 21x45
</span><span class="cx">               RenderImage {IMG} at (21,0) size 21x45
</span><del>-          RenderTableRow {TR} at (0,44) size 469x30
-            RenderTableCell {TD} at (0,44) size 327x30 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,44) size 468x30
+            RenderTableCell {TD} at (0,44) size 326x30 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 326x30
</span><del>-            RenderTableCell {TD} at (326,44) size 101x30 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (326,44) size 100x30 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 100x30
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug1474expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1474-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1474-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1474-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,9 +12,9 @@
</span><span class="cx">             RenderTableCell {TD} at (135,2) size 136x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (272,2) size 175x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (272,2) size 176x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (448,2) size 176x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (449,2) size 175x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;four!&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug14929expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug14929-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug14929-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug14929-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,13 +10,13 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 640x92 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 638x90
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 638x62
</span><del>-              RenderTableCell {TD} at (2,2) size 634x62 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+              RenderTableCell {TD} at (2,2) size 635x62 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">                 RenderImage {IMG} at (2,2) size 600x58
</span><span class="cx">             RenderTableRow {TR} at (0,66) size 638x22
</span><span class="cx">               RenderTableCell {TD} at (2,66) size 127x22 [border: (1px inset #808080)] [r=1 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;MC Visa&quot;
</span><del>-              RenderTableCell {TD} at (130,66) size 506x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (130,66) size 507x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 48x18
</span><span class="cx">                   text run at (2,2) width 48: &quot;SLmail&quot;
</span><span class="cx">       RenderBlock {HR} at (0,142) size 130x2 [border: (1px inset #000000)]
</span><span class="lines">@@ -27,13 +27,13 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 640x52 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 638x50
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 638x22
</span><del>-              RenderTableCell {TD} at (2,2) size 634x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+              RenderTableCell {TD} at (2,2) size 635x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">                 RenderImage {IMG} at (2,2) size 190x18
</span><span class="cx">             RenderTableRow {TR} at (0,26) size 638x22
</span><span class="cx">               RenderTableCell {TD} at (2,26) size 127x22 [border: (1px inset #808080)] [r=1 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;MC Visa&quot;
</span><del>-              RenderTableCell {TD} at (130,26) size 506x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (130,26) size 507x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 48x18
</span><span class="cx">                   text run at (2,2) width 48: &quot;SLmail&quot;
</span><span class="cx">       RenderBlock {HR} at (0,254) size 130x2 [border: (1px inset #000000)]
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 640x70 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 638x68
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 638x40
</span><del>-              RenderTableCell {TD} at (2,2) size 634x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+              RenderTableCell {TD} at (2,2) size 635x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 612x36
</span><span class="cx">                   text run at (2,2) width 612: &quot;text text text text text text text text text text text text text text text text text text text text text text&quot;
</span><span class="cx">                   text run at (2,20) width 192: &quot;text text text text text text text&quot;
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx">               RenderTableCell {TD} at (2,44) size 127x22 [border: (1px inset #808080)] [r=1 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;MC Visa&quot;
</span><del>-              RenderTableCell {TD} at (130,44) size 506x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (130,44) size 507x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 48x18
</span><span class="cx">                   text run at (2,2) width 48: &quot;SLmail&quot;
</span><span class="cx">       RenderBlock {HR} at (0,384) size 130x2 [border: (1px inset #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug15247expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug15247-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug15247-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug15247-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx">               RenderBlock (anonymous) at (2,66) size 616x18
</span><span class="cx">                 RenderText {#text} at (0,0) size 248x18
</span><span class="cx">                   text run at (0,0) width 248: &quot;some normal text after the nested table&quot;
</span><del>-            RenderTableCell {TD} at (623,25) size 157x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (624,25) size 157x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 150x36
</span><span class="cx">                 text run at (2,2) width 150: &quot;contents of table cell to&quot;
</span><span class="cx">                 text run at (2,20) width 31: &quot;right&quot;
</span><span class="lines">@@ -50,14 +50,14 @@
</span><span class="cx">                       RenderText {#text} at (2,2) size 161x36
</span><span class="cx">                         text run at (2,2) width 161: &quot;selection of words to pad&quot;
</span><span class="cx">                         text run at (2,20) width 59: &quot;table cell&quot;
</span><del>-                    RenderTableCell {TD} at (376,2) size 186x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (376,2) size 187x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 161x36
</span><span class="cx">                         text run at (2,2) width 161: &quot;selection of words to pad&quot;
</span><span class="cx">                         text run at (2,20) width 59: &quot;table cell&quot;
</span><span class="cx">               RenderBlock (anonymous) at (2,66) size 616x18
</span><span class="cx">                 RenderText {#text} at (0,0) size 248x18
</span><span class="cx">                   text run at (0,0) width 248: &quot;some normal text after the nested table&quot;
</span><del>-            RenderTableCell {TD} at (623,25) size 157x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (624,25) size 157x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 150x36
</span><span class="cx">                 text run at (2,2) width 150: &quot;contents of table cell to&quot;
</span><span class="cx">                 text run at (2,20) width 31: &quot;right&quot;
</span><span class="lines">@@ -86,7 +86,7 @@
</span><span class="cx">               RenderBlock (anonymous) at (2,94) size 621x18
</span><span class="cx">                 RenderText {#text} at (0,0) size 248x18
</span><span class="cx">                   text run at (0,0) width 248: &quot;some normal text after the nested table&quot;
</span><del>-            RenderTableCell {TD} at (628,39) size 152x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (628,39) size 153x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 133x36
</span><span class="cx">                 text run at (2,2) width 133: &quot;contents of table cell&quot;
</span><span class="cx">                 text run at (2,20) width 47: &quot;to right&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug154780expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug154780-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug154780-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug154780-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x24
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 784x20
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 629x20 [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (632,2) size 150x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (632,2) size 151x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 23x18
</span><span class="cx">                 text run at (1,1) width 23: &quot;test&quot;
</span><span class="cx"> layer at (274,11) size 100x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug15544expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug15544-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug15544-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug15544-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -8,33 +8,33 @@
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 80x56
</span><span class="cx">             RenderTableCell {TD} at (0,46) size 31x94 [r=0 c=0 rs=3 cs=1]
</span><span class="cx">               RenderImage {IMG} at (0,0) size 30x93
</span><del>-            RenderTableCell {TD} at (30,0) size 50x56 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (30,0) size 51x56 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 25x28
</span><span class="cx">               RenderImage {IMG} at (0,28) size 25x28
</span><span class="cx">           RenderTableRow {TR} at (0,56) size 80x50
</span><del>-            RenderTableCell {TD} at (30,56) size 50x50 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (30,56) size 51x50 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 25x25
</span><span class="cx">               RenderImage {IMG} at (0,25) size 25x25
</span><span class="cx">           RenderTableRow {TR} at (0,106) size 80x80
</span><del>-            RenderTableCell {TD} at (30,106) size 50x80 [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (30,106) size 51x80 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 25x40
</span><span class="cx">               RenderImage {IMG} at (0,40) size 25x40
</span><span class="cx">       RenderBlock (anonymous) at (0,186) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 323x18
</span><span class="cx">           text run at (0,0) width 323: &quot;Here's the same table without the off-by-one error.&quot;
</span><del>-      RenderTable {TABLE} at (0,204) size 80x186
-        RenderTableSection {TBODY} at (0,0) size 80x186
-          RenderTableRow {TR} at (0,0) size 80x56
-            RenderTableCell {TD} at (0,46) size 31x94 [r=0 c=0 rs=3 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,204) size 80x93
+        RenderTableSection {TBODY} at (0,0) size 80x93
+          RenderTableRow {TR} at (0,0) size 80x28
+            RenderTableCell {TD} at (0,0) size 30x93 [r=0 c=0 rs=3 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 30x93
</span><del>-            RenderTableCell {TD} at (30,0) size 50x56 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (30,0) size 50x28 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 25x28
</span><del>-              RenderImage {IMG} at (0,28) size 25x28
-          RenderTableRow {TR} at (0,56) size 80x50
-            RenderTableCell {TD} at (30,56) size 50x50 [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderImage {IMG} at (25,0) size 25x28
+          RenderTableRow {TR} at (0,28) size 80x25
+            RenderTableCell {TD} at (30,28) size 50x25 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 25x25
</span><del>-              RenderImage {IMG} at (0,25) size 25x25
-          RenderTableRow {TR} at (0,106) size 80x80
-            RenderTableCell {TD} at (30,106) size 50x80 [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderImage {IMG} at (25,0) size 25x25
+          RenderTableRow {TR} at (0,53) size 80x40
+            RenderTableCell {TD} at (30,53) size 50x40 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 25x40
</span><del>-              RenderImage {IMG} at (0,40) size 25x40
</del><ins>+              RenderImage {IMG} at (25,0) size 25x40
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug159108expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug159108-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug159108-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug159108-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -5,12 +5,12 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x0
</span><span class="cx"> layer at (38,38) size 78x80
</span><span class="cx">   RenderTable {TABLE} at (37,37) size 79x81 [border: (10px solid #000060)]
</span><del>-    RenderTableSection {TBODY} at (10,10) size 59x60
-      RenderTableRow {TR} at (0,0) size 59x30
-        RenderTableCell {TD} at (0,0) size 59x30 [border: (10px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTableSection {TBODY} at (10,10) size 58x60
+      RenderTableRow {TR} at (0,0) size 58x30
+        RenderTableCell {TD} at (0,0) size 58x30 [border: (10px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">           RenderText {#text} at (11,11) size 36x18
</span><span class="cx">             text run at (11,11) width 36: &quot;line 1&quot;
</span><del>-      RenderTableRow {TR} at (0,30) size 59x30
-        RenderTableCell {TD} at (0,30) size 59x30 [border: none] [r=1 c=0 rs=1 cs=1]
</del><ins>+      RenderTableRow {TR} at (0,30) size 58x30
+        RenderTableCell {TD} at (0,30) size 58x30 [border: none] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">           RenderText {#text} at (11,1) size 36x18
</span><span class="cx">             text run at (11,1) width 36: &quot;line 2&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug15933expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug15933-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug15933-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug15933-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,21 +3,21 @@
</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 6x5 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 4x3
-          RenderTableRow {TR} at (0,0) size 4x3
-            RenderTableCell {TD} at (0,0) size 4x3 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 5x5 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 3x3
+          RenderTableRow {TR} at (0,0) size 3x3
+            RenderTableCell {TD} at (0,0) size 3x3 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 1x1
</span><span class="cx">       RenderBlock (anonymous) at (0,5) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,23) size 5x4 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 3x2
-          RenderTableRow {TR} at (0,0) size 3x2
-            RenderTableCell {TD} at (0,0) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,23) size 4x4 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 2x2
+          RenderTableRow {TR} at (0,0) size 2x2
+            RenderTableCell {TD} at (0,0) size 2x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">       RenderBlock (anonymous) at (0,27) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,45) size 6x5 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 4x3
-          RenderTableRow {TR} at (0,0) size 4x3
-            RenderTableCell {TD} at (0,0) size 4x3 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,45) size 5x5 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 3x3
+          RenderTableRow {TR} at (0,0) size 3x3
+            RenderTableCell {TD} at (0,0) size 3x3 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 1x1
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug16012expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug16012-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug16012-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug16012-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -8,18 +8,18 @@
</span><span class="cx">           text run at (0,0) width 267: &quot;Tables: both lines should be 1 pixel thick.&quot;
</span><span class="cx">         RenderBR {BR} at (266,14) size 1x0
</span><span class="cx">         RenderBR {BR} at (0,18) size 0x18
</span><del>-      RenderTable {TABLE} at (0,36) size 38x5
-        RenderTableSection {TBODY} at (0,0) size 38x5
-          RenderTableRow {TR} at (0,2) size 38x1
</del><ins>+      RenderTable {TABLE} at (0,36) size 37x5
+        RenderTableSection {TBODY} at (0,0) size 37x5
+          RenderTableRow {TR} at (0,2) size 37x1
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 31x1 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (0,0) size 30x1
</span><del>-            RenderTableCell {TD} at (35,2) size 1x0 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (35,2) size 0x0 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">       RenderBlock (anonymous) at (0,41) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,59) size 35x5
-        RenderTableSection {TBODY} at (0,0) size 35x5
-          RenderTableRow {TR} at (0,2) size 35x1
-            RenderTableCell {TD} at (2,2) size 31x1 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,59) size 34x5
+        RenderTableSection {TBODY} at (0,0) size 34x5
+          RenderTableRow {TR} at (0,2) size 34x1
+            RenderTableCell {TD} at (2,2) size 30x1 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 30x1
</span><span class="cx">       RenderBlock (anonymous) at (0,64) size 784x170
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug16252expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug16252-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug16252-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug16252-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,22 +3,22 @@
</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 601x477
-        RenderTableSection {TBODY} at (0,0) size 601x477
-          RenderTableRow {TR} at (0,0) size 601x477
-            RenderTableCell {TD} at (0,0) size 601x477 [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 601x1
</del><ins>+      RenderTable {TABLE} at (0,0) size 600x477
+        RenderTableSection {TBODY} at (0,0) size 600x477
+          RenderTableRow {TR} at (0,0) size 600x477
+            RenderTableCell {TD} at (0,0) size 600x477 [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 600x1
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 600x1
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock {BLOCKQUOTE} at (40,17) size 521x444
-                RenderBlock {BLOCKQUOTE} at (40,0) size 441x444
-                  RenderBlock (anonymous) at (0,0) size 441x216
-                    RenderTable {TABLE} at (180,0) size 261x299
</del><ins>+              RenderBlock {BLOCKQUOTE} at (40,17) size 520x444
+                RenderBlock {BLOCKQUOTE} at (40,0) size 440x444
+                  RenderBlock (anonymous) at (0,0) size 440x216
+                    RenderTable {TABLE} at (180,0) size 260x299
</ins><span class="cx">                       RenderTableSection {TBODY} at (0,0) size 260x299
</span><span class="cx">                         RenderTableRow {TR} at (0,0) size 260x22
</span><span class="cx">                           RenderTableCell {TD} at (0,0) size 6x22 [bgcolor=#FFFFFF] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                             RenderBR {BR} at (2,2) size 0x18
</span><del>-                          RenderTableCell {TD} at (5,1) size 255x20 [bgcolor=#CCCCDD] [r=0 c=1 rs=1 cs=1]
</del><ins>+                          RenderTableCell {TD} at (6,1) size 254x20 [bgcolor=#CCCCDD] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                             RenderInline {FONT} at (0,0) size 245x15
</span><span class="cx">                               RenderInline {B} at (0,0) size 245x15
</span><span class="cx">                                 RenderText {#text} at (2,1) size 245x17
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">                         RenderTableRow {TR} at (0,22) size 260x277
</span><span class="cx">                           RenderTableCell {TD} at (0,149) size 6x23 [bgcolor=#FFFFFF] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                             RenderBR {BR} at (2,130) size 0x18
</span><del>-                          RenderTableCell {TD} at (5,22) size 255x277 [r=1 c=1 rs=1 cs=1]
</del><ins>+                          RenderTableCell {TD} at (6,22) size 254x277 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                             RenderTable {TABLE} at (2,2) size 250x256
</span><span class="cx">                               RenderTableSection {TBODY} at (0,0) size 250x256
</span><span class="cx">                                 RenderTableRow {TR} at (0,0) size 250x16 [bgcolor=#EEEEEE]
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 16x12
</span><span class="cx">                                       RenderText {#text} at (16,2) size 16x12
</span><span class="cx">                                         text run at (16,2) width 16: &quot;Pts&quot;
</span><del>-                                  RenderTableCell {TD} at (223,0) size 27x16 [r=0 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,0) size 28x16 [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 22x12
</span><span class="cx">                                       RenderText {#text} at (3,2) size 22x12
</span><span class="cx">                                         text run at (3,2) width 22: &quot;PPG&quot;
</span><span class="lines">@@ -83,7 +83,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x12
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x12
</span><span class="cx">                                         text run at (9,2) width 23: &quot;2707&quot;
</span><del>-                                  RenderTableCell {TD} at (223,16) size 27x16 [r=1 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,16) size 28x16 [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x12
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x12
</span><span class="cx">                                         text run at (4,2) width 21: &quot;37.6&quot;
</span><span class="lines">@@ -112,7 +112,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x12
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x12
</span><span class="cx">                                         text run at (9,2) width 23: &quot;3033&quot;
</span><del>-                                  RenderTableCell {TD} at (223,32) size 27x16 [r=2 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,32) size 28x16 [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x12
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x12
</span><span class="cx">                                         text run at (4,2) width 21: &quot;38.4&quot;
</span><span class="lines">@@ -141,7 +141,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x12
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x12
</span><span class="cx">                                         text run at (9,2) width 23: &quot;4029&quot;
</span><del>-                                  RenderTableCell {TD} at (223,48) size 27x16 [r=3 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,48) size 28x16 [r=3 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x12
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x12
</span><span class="cx">                                         text run at (4,2) width 21: &quot;50.4&quot;
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x12
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x12
</span><span class="cx">                                         text run at (9,2) width 23: &quot;3806&quot;
</span><del>-                                  RenderTableCell {TD} at (223,64) size 27x16 [r=4 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,64) size 28x16 [r=4 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x12
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x12
</span><span class="cx">                                         text run at (4,2) width 21: &quot;44.8&quot;
</span><span class="lines">@@ -199,7 +199,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x12
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x12
</span><span class="cx">                                         text run at (9,2) width 23: &quot;2948&quot;
</span><del>-                                  RenderTableCell {TD} at (223,80) size 27x16 [r=5 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,80) size 28x16 [r=5 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x12
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x12
</span><span class="cx">                                         text run at (4,2) width 21: &quot;36.9&quot;
</span><span class="lines">@@ -228,7 +228,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x12
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x12
</span><span class="cx">                                         text run at (9,2) width 23: &quot;2534&quot;
</span><del>-                                  RenderTableCell {TD} at (223,96) size 27x16 [r=6 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,96) size 28x16 [r=6 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x12
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x12
</span><span class="cx">                                         text run at (4,2) width 21: &quot;34.7&quot;
</span><span class="lines">@@ -257,7 +257,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x12
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x12
</span><span class="cx">                                         text run at (9,2) width 23: &quot;2649&quot;
</span><del>-                                  RenderTableCell {TD} at (223,112) size 27x16 [r=7 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,112) size 28x16 [r=7 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x12
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x12
</span><span class="cx">                                         text run at (4,2) width 21: &quot;33.5&quot;
</span><span class="lines">@@ -286,7 +286,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x12
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x12
</span><span class="cx">                                         text run at (9,2) width 23: &quot;1956&quot;
</span><del>-                                  RenderTableCell {TD} at (223,128) size 27x16 [r=8 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,128) size 28x16 [r=8 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x12
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x12
</span><span class="cx">                                         text run at (4,2) width 21: &quot;24.1&quot;
</span><span class="lines">@@ -315,7 +315,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x12
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x12
</span><span class="cx">                                         text run at (9,2) width 23: &quot;1992&quot;
</span><del>-                                  RenderTableCell {TD} at (223,144) size 27x16 [r=9 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,144) size 28x16 [r=9 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x12
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x12
</span><span class="cx">                                         text run at (4,2) width 21: &quot;24.3&quot;
</span><span class="lines">@@ -344,7 +344,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x12
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x12
</span><span class="cx">                                         text run at (9,2) width 23: &quot;1664&quot;
</span><del>-                                  RenderTableCell {TD} at (223,160) size 27x16 [r=10 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,160) size 28x16 [r=10 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x12
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x12
</span><span class="cx">                                         text run at (4,2) width 21: &quot;20.5&quot;
</span><span class="lines">@@ -373,7 +373,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 18x12
</span><span class="cx">                                       RenderText {#text} at (14,2) size 18x12
</span><span class="cx">                                         text run at (14,2) width 18: &quot;328&quot;
</span><del>-                                  RenderTableCell {TD} at (223,176) size 27x16 [r=11 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,176) size 28x16 [r=11 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x12
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x12
</span><span class="cx">                                         text run at (4,2) width 21: &quot;27.3&quot;
</span><span class="lines">@@ -402,7 +402,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x12
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x12
</span><span class="cx">                                         text run at (9,2) width 23: &quot;1696&quot;
</span><del>-                                  RenderTableCell {TD} at (223,192) size 27x16 [r=12 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,192) size 28x16 [r=12 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x12
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x12
</span><span class="cx">                                         text run at (4,2) width 21: &quot;20.7&quot;
</span><span class="lines">@@ -431,7 +431,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x12
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x12
</span><span class="cx">                                         text run at (9,2) width 23: &quot;1213&quot;
</span><del>-                                  RenderTableCell {TD} at (223,208) size 27x16 [r=13 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,208) size 28x16 [r=13 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x12
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x12
</span><span class="cx">                                         text run at (4,2) width 21: &quot;14.8&quot;
</span><span class="lines">@@ -460,7 +460,7 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 23x12
</span><span class="cx">                                       RenderText {#text} at (9,2) size 23x12
</span><span class="cx">                                         text run at (9,2) width 23: &quot;1084&quot;
</span><del>-                                  RenderTableCell {TD} at (223,224) size 27x16 [r=14 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,224) size 28x16 [r=14 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x12
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x12
</span><span class="cx">                                         text run at (4,2) width 21: &quot;13.2&quot;
</span><span class="lines">@@ -485,11 +485,11 @@
</span><span class="cx">                                     RenderInline {FONT} at (0,0) size 29x12
</span><span class="cx">                                       RenderText {#text} at (3,2) size 29x12
</span><span class="cx">                                         text run at (3,2) width 29: &quot;31419&quot;
</span><del>-                                  RenderTableCell {TD} at (223,240) size 27x16 [r=15 c=6 rs=1 cs=1]
</del><ins>+                                  RenderTableCell {TD} at (223,240) size 28x16 [r=15 c=6 rs=1 cs=1]
</ins><span class="cx">                                     RenderInline {FONT} at (0,0) size 21x12
</span><span class="cx">                                       RenderText {#text} at (4,2) size 21x12
</span><span class="cx">                                         text run at (4,2) width 21: &quot;30.1&quot;
</span><del>-                            RenderBlock {HR} at (2,266) size 251x1 [border: (1px inset #000000) none (1px inset #000000)]
</del><ins>+                            RenderBlock {HR} at (2,266) size 250x1 [border: (1px inset #000000) none (1px inset #000000)]
</ins><span class="cx">                     RenderText {#text} at (0,0) size 179x216
</span><span class="cx">                       text run at (0,0) width 167: &quot;Known as ``Wilt the Stilt''&quot;
</span><span class="cx">                       text run at (0,18) width 171: &quot;and ``The Big Dipper,'' the&quot;
</span><span class="lines">@@ -503,18 +503,18 @@
</span><span class="cx">                       text run at (0,162) width 179: &quot;scored 31,419 points during&quot;
</span><span class="cx">                       text run at (0,180) width 165: &quot;his career, averaging 30.1&quot;
</span><span class="cx">                       text run at (0,198) width 131: &quot;points for his career.&quot;
</span><del>-                  RenderBlock {P} at (0,232) size 441x54
</del><ins>+                  RenderBlock {P} at (0,232) size 440x54
</ins><span class="cx">                     RenderText {#text} at (0,0) size 158x54
</span><span class="cx">                       text run at (0,0) width 158: &quot;He also led the league in&quot;
</span><span class="cx">                       text run at (0,18) width 149: &quot;career rebounding with&quot;
</span><span class="cx">                       text run at (0,36) width 48: &quot;23,924.&quot;
</span><del>-                  RenderBlock {P} at (0,302) size 441x72
</del><ins>+                  RenderBlock {P} at (0,302) size 440x72
</ins><span class="cx">                     RenderText {#text} at (0,0) size 440x72
</span><span class="cx">                       text run at (0,0) width 406: &quot;One of only two men named MVP and rookie of the year in the&quot;
</span><span class="cx">                       text run at (0,18) width 439: &quot;same season (1959), he was also MVP in 1966 through 1968. He led&quot;
</span><span class="cx">                       text run at (0,36) width 440: &quot;the NBA in scoring seven straight seasons, 1960 to 1966, and led the&quot;
</span><span class="cx">                       text run at (0,54) width 272: &quot;league in rebounding 11 of his 14 seasons.&quot;
</span><del>-                  RenderBlock {P} at (0,390) size 441x54
</del><ins>+                  RenderBlock {P} at (0,390) size 440x54
</ins><span class="cx">                     RenderText {#text} at (0,0) size 439x54
</span><span class="cx">                       text run at (0,0) width 406: &quot;One of his most famous records is the 100 points he scored in a&quot;
</span><span class="cx">                       text run at (0,18) width 439: &quot;single game in the Philadelphia Warriors' 169-147 defeat of the New&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug17138expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug17138-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug17138-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug17138-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,11 +14,11 @@
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 450x17
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 325x17 [r=0 c=0 rs=1 cs=3]
</span><span class="cx">               RenderImage {IMG} at (0,0) size 318x17
</span><del>-            RenderTableCell {TD} at (324,0) size 126x196 [r=0 c=3 rs=2 cs=1]
-              RenderTable {TABLE} at (0,0) size 126x196 [bgcolor=#E0EBF5]
-                RenderTableSection {TBODY} at (0,0) size 126x196
-                  RenderTableRow {TR} at (0,0) size 126x196
-                    RenderTableCell {TD} at (0,0) size 126x196 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (325,0) size 125x196 [r=0 c=3 rs=2 cs=1]
+              RenderTable {TABLE} at (0,0) size 125x196 [bgcolor=#E0EBF5]
+                RenderTableSection {TBODY} at (0,0) size 125x196
+                  RenderTableRow {TR} at (0,0) size 125x196
+                    RenderTableCell {TD} at (0,0) size 125x196 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (0,0) size 125x34
</span><span class="cx">                       RenderBR {BR} at (125,34) size 0x0
</span><span class="cx">                       RenderText {#text} at (0,34) size 122x36
</span><span class="lines">@@ -33,10 +33,10 @@
</span><span class="cx">                       RenderBR {BR} at (0,160) size 0x18
</span><span class="cx">                       RenderBR {BR} at (0,178) size 0x18
</span><span class="cx">           RenderTableRow {TR} at (0,17) size 450x179
</span><del>-            RenderTableCell {TD} at (0,17) size 168x105 [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,17) size 167x105 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 167x105
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (167,97) size 5x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (167,97) size 4x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                 text run at (0,1) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (171,17) size 154x75 [r=1 c=2 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug1754554expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug175455-4-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug175455-4-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug175455-4-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</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 [bgcolor=#FFFFFF]
</span><del>-      RenderTable {TABLE} at (0,0) size 311x40 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 309x38
-          RenderTableRow {TR} at (0,2) size 309x34
-            RenderTableCell {TD} at (2,2) size 305x34 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 310x40 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 308x38
+          RenderTableRow {TR} at (0,2) size 308x34
+            RenderTableCell {TD} at (2,2) size 304x34 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 96x30 [border: (3px solid #800080)]
</span><span class="cx">                 RenderBlock {DIV} at (3,3) size 186x24 [border: (3px solid #0000FF)]
</span><span class="cx">                   RenderText {#text} at (3,3) size 22x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug17548expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug17548-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug17548-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug17548-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x78 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x76
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x4
</span><del>-            RenderTableCell {TD} at (2,2) size 199x49 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 198x49 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 194x45
</span><span class="cx">             RenderTableCell {TD} at (202,2) size 578x4 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">           RenderTableRow {TR} at (0,8) size 782x43
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug17587expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug17587-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug17587-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug17587-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 [bgcolor=#FFFFFF]
</span><del>-      RenderTable {TABLE} at (0,0) size 607x230 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 605x228
-          RenderTableRow {TR} at (0,0) size 605x62
-            RenderTableCell {TD} at (0,0) size 115x136 [border: (1px inset #808080)] [r=0 c=0 rs=3 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 606x230 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 604x228
+          RenderTableRow {TR} at (0,0) size 604x62
+            RenderTableCell {TD} at (0,0) size 114x136 [border: (1px inset #808080)] [r=0 c=0 rs=3 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 112x134
</span><span class="cx">             RenderTableCell {TD} at (114,0) size 491x62 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=2]
</span><span class="cx">               RenderImage {IMG} at (21,1) size 469x60
</span><del>-          RenderTableRow {TR} at (0,62) size 605x20
</del><ins>+          RenderTableRow {TR} at (0,62) size 604x20
</ins><span class="cx">             RenderTableCell {TD} at (114,62) size 491x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=2]
</span><span class="cx">               RenderTable {TABLE} at (1,1) size 488x18
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 488x18
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (0,0) size 488x18 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (0,0) size 83x18
</span><span class="cx">                         text run at (0,0) width 83: &quot;Top Nav Bar&quot;
</span><del>-          RenderTableRow {TR} at (0,82) size 605x146
</del><ins>+          RenderTableRow {TR} at (0,82) size 604x146
</ins><span class="cx">             RenderTableCell {TD} at (114,154) size 338x2 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">             RenderTableCell {TD} at (451,82) size 154x146 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span><span class="cx">               RenderInline {B} at (0,0) size 150x144
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug1800expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1800-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1800-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1800-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -23,10 +23,10 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,106) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 220x18
</span><span class="cx">           text run at (0,0) width 220: &quot;nested table width includes border&quot;
</span><del>-      RenderTable {TABLE} at (0,124) size 205x50 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 203x48
-          RenderTableRow {TR} at (0,0) size 203x48
-            RenderTableCell {TD} at (0,0) size 203x48 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,124) size 204x50 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 202x48
+          RenderTableRow {TR} at (0,0) size 202x48
+            RenderTableCell {TD} at (0,0) size 202x48 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (1,1) size 200x46 [border: (10px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (10,10) size 180x26
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 180x22
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug1802expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1802-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1802-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1802-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,21 +9,21 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 100x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 35x18
</span><span class="cx">                 text run at (2,2) width 35: &quot;AAA&quot;
</span><del>-            RenderTableCell {TD} at (103,2) size 93x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (103,2) size 94x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 33x18
</span><span class="cx">                 text run at (2,2) width 33: &quot;BBB&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 198x22
</span><span class="cx">             RenderTableCell {TD} at (2,26) size 100x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (43,2) size 13x18
</span><span class="cx">                 text run at (43,2) width 13: &quot;A&quot;
</span><del>-            RenderTableCell {TD} at (103,26) size 93x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (103,26) size 94x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (40,2) size 12x18
</span><span class="cx">                 text run at (40,2) width 12: &quot;B&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,50) size 198x22
</span><span class="cx">             RenderTableCell {TD} at (2,50) size 100x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (85,2) size 13x18
</span><span class="cx">                 text run at (85,2) width 13: &quot;A&quot;
</span><del>-            RenderTableCell {TD} at (103,50) size 93x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (103,50) size 94x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (79,2) size 12x18
</span><span class="cx">                 text run at (79,2) width 12: &quot;B&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,76) size 784x18
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx">             RenderTableCell {TH} at (372,2) size 214x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (71,2) size 71x18
</span><span class="cx">                 text run at (71,2) width 71: &quot;th: Center&quot;
</span><del>-            RenderTableCell {TD} at (587,2) size 193x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (587,2) size 194x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 48x18
</span><span class="cx">                 text run at (2,2) width 48: &quot;td: Left&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x22
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx">             RenderTableCell {TH} at (372,26) size 214x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;th: Left&quot;
</span><del>-            RenderTableCell {TD} at (587,26) size 193x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (587,26) size 194x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 48x18
</span><span class="cx">                 text run at (2,2) width 48: &quot;td: Left&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,50) size 782x22
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">             RenderTableCell {TH} at (372,50) size 214x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (71,2) size 71x18
</span><span class="cx">                 text run at (71,2) width 71: &quot;th: Center&quot;
</span><del>-            RenderTableCell {TD} at (587,50) size 193x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (587,50) size 194x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (64,2) size 65x18
</span><span class="cx">                 text run at (64,2) width 65: &quot;td: Center&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,170) size 784x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug1802sexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1802s-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1802s-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1802s-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,21 +9,21 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 100x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 35x18
</span><span class="cx">                 text run at (2,2) width 35: &quot;AAA&quot;
</span><del>-            RenderTableCell {TD} at (103,2) size 93x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (103,2) size 94x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 33x18
</span><span class="cx">                 text run at (2,2) width 33: &quot;BBB&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 198x22
</span><span class="cx">             RenderTableCell {TD} at (2,26) size 100x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (43,2) size 13x18
</span><span class="cx">                 text run at (43,2) width 13: &quot;A&quot;
</span><del>-            RenderTableCell {TD} at (103,26) size 93x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (103,26) size 94x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (40,2) size 12x18
</span><span class="cx">                 text run at (40,2) width 12: &quot;B&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,50) size 198x22
</span><span class="cx">             RenderTableCell {TD} at (2,50) size 100x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (85,2) size 13x18
</span><span class="cx">                 text run at (85,2) width 13: &quot;A&quot;
</span><del>-            RenderTableCell {TD} at (103,50) size 93x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (103,50) size 94x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (79,2) size 12x18
</span><span class="cx">                 text run at (79,2) width 12: &quot;B&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,76) size 784x18
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx">             RenderTableCell {TH} at (372,2) size 214x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (71,2) size 71x18
</span><span class="cx">                 text run at (71,2) width 71: &quot;th: Center&quot;
</span><del>-            RenderTableCell {TD} at (587,2) size 193x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (587,2) size 194x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 48x18
</span><span class="cx">                 text run at (2,2) width 48: &quot;td: Left&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x22
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx">             RenderTableCell {TH} at (372,26) size 214x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;th: Left&quot;
</span><del>-            RenderTableCell {TD} at (587,26) size 193x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (587,26) size 194x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 48x18
</span><span class="cx">                 text run at (2,2) width 48: &quot;td: Left&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,50) size 782x22
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">             RenderTableCell {TH} at (372,50) size 214x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (71,2) size 71x18
</span><span class="cx">                 text run at (71,2) width 71: &quot;th: Center&quot;
</span><del>-            RenderTableCell {TD} at (587,50) size 193x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (587,50) size 194x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (64,2) size 65x18
</span><span class="cx">                 text run at (64,2) width 65: &quot;td: Center&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,170) size 784x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug1809expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1809-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1809-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1809-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 678x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 4x18
</span><span class="cx">                         text run at (2,2) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (695,2) size 77x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (695,2) size 78x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 62x36
</span><span class="cx">                 text run at (2,2) width 44: &quot;This is&quot;
</span><span class="cx">                 text run at (2,20) width 62: &quot;some text&quot;
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 678x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 4x18
</span><span class="cx">                         text run at (2,2) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (695,2) size 77x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (695,2) size 78x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 62x36
</span><span class="cx">                 text run at (2,2) width 44: &quot;This is&quot;
</span><span class="cx">                 text run at (2,20) width 62: &quot;some text&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug18440expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug18440-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug18440-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug18440-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 29x584 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 27x582
-          RenderTableRow {TR} at (0,2) size 27x578
-            RenderTableCell {TD} at (2,145) size 23x292 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (2,2) size 19x287 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 17x285
-                  RenderTableRow {TR} at (0,2) size 17x281
-                    RenderTableCell {TD} at (2,131) size 13x23 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 28x584 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 26x582
+          RenderTableRow {TR} at (0,2) size 26x578
+            RenderTableCell {TD} at (2,145) size 22x292 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (2,2) size 18x287 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 16x285
+                  RenderTableRow {TR} at (0,2) size 16x281
+                    RenderTableCell {TD} at (2,131) size 12x23 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 8x19
</span><span class="cx">                         text run at (2,3) width 8: &quot;x&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug18664expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug18664-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug18664-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug18664-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx">           RenderTableCell {TD} at (11,0) size 151x18 [bgcolor=#FF9900] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">             RenderText {#text} at (0,0) size 122x18
</span><span class="cx">               text run at (0,0) width 122: &quot;Test, test and test...&quot;
</span><del>-          RenderTableCell {TD} at (161,0) size 12x18 [bgcolor=#666666] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (161,0) size 13x18 [bgcolor=#666666] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (0,0) size 4x18
</span><span class="cx">               text run at (0,0) width 4: &quot; &quot;
</span><span class="cx">     RenderTable {TABLE} at (0,36) size 173x18 [bgcolor=#CC6600]
</span><span class="lines">@@ -45,6 +45,6 @@
</span><span class="cx">           RenderTableCell {TD} at (57,0) size 59x18 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">             RenderText {#text} at (0,0) size 4x18
</span><span class="cx">               text run at (0,0) width 4: &quot; &quot;
</span><del>-          RenderTableCell {TD} at (115,0) size 58x18 [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (115,0) size 59x18 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (0,0) size 4x18
</span><span class="cx">               text run at (0,0) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug18955expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug18955-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug18955-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug18955-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -8,10 +8,10 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 777x36
</span><span class="cx">             text run at (0,0) width 777: &quot;original page, stripped down to the problem table (pattern: auto width table with first row has specified width and&quot;
</span><span class="cx">             text run at (0,18) width 382: &quot;colspan=2, second row has two specified width columns)&quot;
</span><del>-      RenderTable {TABLE} at (0,52) size 507x196 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 505x194
-          RenderTableRow {TR} at (0,2) size 505x94
-            RenderTableCell {TD} at (2,2) size 501x94 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,52) size 506x196 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 504x194
+          RenderTableRow {TR} at (0,2) size 504x94
+            RenderTableCell {TD} at (2,2) size 500x94 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 489x90
</span><span class="cx">                 text run at (2,2) width 439: &quot;Cons For Pokemon \&quot;They're Pokemon card sharks out there. This is &quot;
</span><span class="cx">                 text run at (440,2) width 39: &quot;worse&quot;
</span><span class="lines">@@ -22,11 +22,11 @@
</span><span class="cx">                 text run at (2,56) width 283: &quot;anything, including breaking the law, to get &quot;
</span><span class="cx">                 text run at (284,56) width 178: &quot;their grubby hands on some&quot;
</span><span class="cx">                 text run at (2,74) width 188: &quot;trading cards, observe police.&quot;
</span><del>-          RenderTableRow {TR} at (0,98) size 505x94
-            RenderTableCell {TD} at (2,98) size 273x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,98) size 504x94
+            RenderTableCell {TD} at (2,98) size 272x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 41x18
</span><span class="cx">                 text run at (2,2) width 41: &quot;ASDF&quot;
</span><del>-            RenderTableCell {TD} at (276,98) size 227x94 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (276,98) size 226x94 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 198x90
</span><span class="cx">                 text run at (2,2) width 33: &quot;Sat., &quot;
</span><span class="cx">                 text run at (34,2) width 90: &quot;Dec 11, 1999 &quot;
</span><span class="lines">@@ -42,17 +42,17 @@
</span><span class="cx">         RenderInline {B} at (0,0) size 344x18
</span><span class="cx">           RenderText {#text} at (0,0) size 344x18
</span><span class="cx">             text run at (0,0) width 344: &quot;same table, but less content (text) in the first cell ...&quot;
</span><del>-      RenderTable {TABLE} at (0,316) size 507x124 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 505x122
-          RenderTableRow {TR} at (0,2) size 505x22
-            RenderTableCell {TD} at (2,2) size 501x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,316) size 506x124 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 504x122
+          RenderTableRow {TR} at (0,2) size 504x22
+            RenderTableCell {TD} at (2,2) size 500x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 435x18
</span><span class="cx">                 text run at (2,2) width 435: &quot;Cons For Pokemon \&quot;They're Pokemon card sharks out there. This is&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 505x94
-            RenderTableCell {TD} at (2,26) size 273x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 504x94
+            RenderTableCell {TD} at (2,26) size 272x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 41x18
</span><span class="cx">                 text run at (2,2) width 41: &quot;ASDF&quot;
</span><del>-            RenderTableCell {TD} at (276,26) size 227x94 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (276,26) size 226x94 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 198x90
</span><span class="cx">                 text run at (2,2) width 33: &quot;Sat., &quot;
</span><span class="cx">                 text run at (34,2) width 90: &quot;Dec 11, 1999 &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 (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">             RenderTableCell {TD} at (463,4) size 175x30 [border: (1px inset #808080)] [r=0 c=3 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 51x18
</span><span class="cx">                 text run at (6,6) width 51: &quot;R1-2C4&quot;
</span><del>-            RenderTableCell {TD} at (641,4) size 137x30 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (641,4) size 138x30 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x18
</span><span class="cx">                 text run at (6,6) width 38: &quot;R1C5&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,39) size 782x102 [bgcolor=#9999FF]
</span><span class="lines">@@ -78,7 +78,7 @@
</span><span class="cx">             RenderTableCell {TD} at (144,34) size 138x30 [border: (1px inset #808080)] [r=1 c=1 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;R3C2&quot;
</span><del>-            RenderTableCell {TD} at (285,34) size 493x30 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (285,34) size 494x30 [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><span class="cx">           RenderTableRow {TR} at (0,68) size 782x30
</span><span class="lines">@@ -88,7 +88,7 @@
</span><span class="cx">             RenderTableCell {TD} at (463,68) size 175x30 [border: (1px inset #808080)] [r=2 c=3 rs=3 cs=1]
</span><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 (641,68) size 137x30 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (641,68) size 138x30 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x18
</span><span class="cx">                 text run at (6,6) width 38: &quot;R4C5&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,141) size 782x68 [bgcolor=#FF99FF]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug190612expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">             RenderTableCell {TD} at (463,4) size 175x30 [border: (1px inset #808080)] [r=0 c=3 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 51x18
</span><span class="cx">                 text run at (6,6) width 51: &quot;R1-2C4&quot;
</span><del>-            RenderTableCell {TD} at (641,4) size 137x30 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (641,4) size 138x30 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x18
</span><span class="cx">                 text run at (6,6) width 38: &quot;R1C5&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,141) size 782x68 [bgcolor=#FF99FF]
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx">             RenderTableCell {TD} at (463,17) size 175x30 [border: (1px inset #808080)] [r=0 c=3 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 51x18
</span><span class="cx">                 text run at (6,6) width 51: &quot;R5-6C4&quot;
</span><del>-            RenderTableCell {TD} at (641,0) size 137x30 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (641,0) size 138x30 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x18
</span><span class="cx">                 text run at (6,6) width 38: &quot;R5C5&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,34) size 782x30
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx">             RenderTableCell {TD} at (144,34) size 138x30 [border: (1px inset #808080)] [r=1 c=1 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;R6C2&quot;
</span><del>-            RenderTableCell {TD} at (641,34) size 137x30 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (641,34) size 138x30 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x18
</span><span class="cx">                 text run at (6,6) width 38: &quot;R6C5&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,39) size 782x102 [bgcolor=#9999FF]
</span><span class="lines">@@ -105,7 +105,7 @@
</span><span class="cx">             RenderTableCell {TD} at (144,34) size 138x30 [border: (1px inset #808080)] [r=1 c=1 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;R3C2&quot;
</span><del>-            RenderTableCell {TD} at (285,34) size 493x30 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (285,34) size 494x30 [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><span class="cx">           RenderTableRow {TR} at (0,68) size 782x30
</span><span class="lines">@@ -115,6 +115,6 @@
</span><span class="cx">             RenderTableCell {TD} at (463,68) size 175x30 [border: (1px inset #808080)] [r=2 c=3 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;R4C4&quot;
</span><del>-            RenderTableCell {TD} at (641,68) size 137x30 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (641,68) size 138x30 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x18
</span><span class="cx">                 text run at (6,6) width 38: &quot;R4C5&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug19356expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug19356-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug19356-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug19356-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x54 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x52
</span><span class="cx">           RenderTableRow {TR} at (0,4) size 782x44
</span><del>-            RenderTableCell {TD} at (4,13) size 13x26 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (4,13) size 12x26 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x18
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (20,13) size 685x26 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug20804expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug20804-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug20804-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug20804-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -21,20 +21,20 @@
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 299x62 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 250x60
</span><span class="cx">             RenderTableCell {TD} at (298,0) size 22x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><del>-              RenderImage {IMG} at (2,1) size 19x20
-            RenderTableCell {TD} at (319,1) size 463x20 [bgcolor=#000000] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=2]
</del><ins>+              RenderImage {IMG} at (2,1) size 18x20
+            RenderTableCell {TD} at (319,1) size 464x20 [bgcolor=#000000] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (73,1) size 389x18
</span><span class="cx">                 text run at (73,1) width 174: &quot;  All Products  |  Support  | &quot;
</span><span class="cx">                 text run at (246,1) width 216: &quot;  Search  |  microsoft.com Home  &quot;
</span><span class="cx">           RenderTableRow {TR} at (0,22) size 782x42
</span><span class="cx">             RenderTableCell {TD} at (298,22) size 22x42 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 19x40
</span><del>-            RenderTableCell {TD} at (319,22) size 463x42 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (319,22) size 464x42 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (149,1) size 201x40
</span><span class="cx">               RenderImage {IMG} at (349,1) size 113x40
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderTableRow {TR} at (0,64) size 782x20
</span><del>-            RenderTableCell {TD} at (0,64) size 782x20 [bgcolor=#6699CC] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=4]
</del><ins>+            RenderTableCell {TD} at (0,64) size 783x20 [bgcolor=#6699CC] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=4]
</ins><span class="cx">               RenderText {#text} at (1,1) size 705x18
</span><span class="cx">                 text run at (1,1) width 63: &quot;  Home  | &quot;
</span><span class="cx">                 text run at (63,1) width 127: &quot;  Events/Training  | &quot;
</span><span class="lines">@@ -55,20 +55,20 @@
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 299x62 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 250x60
</span><span class="cx">             RenderTableCell {TD} at (298,0) size 22x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><del>-              RenderImage {IMG} at (2,1) size 19x20
-            RenderTableCell {TD} at (319,1) size 463x20 [bgcolor=#000000] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderImage {IMG} at (2,1) size 18x20
+            RenderTableCell {TD} at (319,1) size 464x20 [bgcolor=#000000] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (73,1) size 389x18
</span><span class="cx">                 text run at (73,1) width 174: &quot;  All Products  |  Support  | &quot;
</span><span class="cx">                 text run at (246,1) width 216: &quot;  Search  |  microsoft.com Home  &quot;
</span><span class="cx">           RenderTableRow {TR} at (0,22) size 782x42
</span><span class="cx">             RenderTableCell {TD} at (298,22) size 22x42 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 19x40
</span><del>-            RenderTableCell {TD} at (319,22) size 463x42 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (319,22) size 464x42 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (149,1) size 201x40
</span><span class="cx">               RenderImage {IMG} at (349,1) size 113x40
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderTableRow {TR} at (0,64) size 782x20
</span><del>-            RenderTableCell {TD} at (0,64) size 782x20 [bgcolor=#6699CC] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (0,64) size 783x20 [bgcolor=#6699CC] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (1,1) size 705x18
</span><span class="cx">                 text run at (1,1) width 63: &quot;  Home  | &quot;
</span><span class="cx">                 text run at (63,1) width 127: &quot;  Events/Training  | &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug2123expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2123-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2123-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2123-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</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 [bgcolor=#FFFFFF]
</span><del>-      RenderTable {TABLE} at (0,0) size 481x54 [bgcolor=#000000]
-        RenderTableSection {TBODY} at (0,0) size 481x54
-          RenderTableRow {TR} at (0,0) size 481x54
-            RenderTableCell {TD} at (0,0) size 481x54 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 480x54 [bgcolor=#000000]
+        RenderTableSection {TBODY} at (0,0) size 480x54
+          RenderTableRow {TR} at (0,0) size 480x54
+            RenderTableCell {TD} at (0,0) size 480x54 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (1,1) size 478x52 [bgcolor=#959595]
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 478x52
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 478x26
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug215629expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug215629-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug215629-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug215629-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 216x18
</span><span class="cx">           text run at (0,0) width 216: &quot;Image URLs intentionally broken&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 733x57
-        RenderTableSection {TBODY} at (0,0) size 733x57
-          RenderTableRow {TR} at (0,2) size 733x53
-            RenderTableCell {TD} at (2,2) size 729x53 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 732x57
+        RenderTableSection {TBODY} at (0,0) size 732x57
+          RenderTableRow {TR} at (0,2) size 732x53
+            RenderTableCell {TD} at (2,2) size 728x53 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 167x51
</span><span class="cx">               RenderImage {IMG} at (168,1) size 181x51
</span><span class="cx">               RenderImage {IMG} at (349,1) size 205x51
</span><span class="lines">@@ -17,10 +17,10 @@
</span><span class="cx">       RenderBlock {P} at (0,107) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 462x18
</span><span class="cx">           text run at (0,0) width 462: &quot;Identical to the above except that width=\&quot;100%\&quot; was removed from TD&quot;
</span><del>-      RenderTable {TABLE} at (0,141) size 733x57
-        RenderTableSection {TBODY} at (0,0) size 733x57
-          RenderTableRow {TR} at (0,2) size 733x53
-            RenderTableCell {TD} at (2,2) size 729x53 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,141) size 732x57
+        RenderTableSection {TBODY} at (0,0) size 732x57
+          RenderTableRow {TR} at (0,2) size 732x53
+            RenderTableCell {TD} at (2,2) size 728x53 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 167x51
</span><span class="cx">               RenderImage {IMG} at (168,1) size 181x51
</span><span class="cx">               RenderImage {IMG} at (349,1) size 205x51
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug2196931expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug219693-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug219693-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug219693-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 15x584 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 13x582
-          RenderTableRow {TR} at (0,2) size 13x578
-            RenderTableCell {TD} at (2,280) size 9x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 14x584 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 12x582
+          RenderTableRow {TR} at (0,2) size 12x578
+            RenderTableCell {TD} at (2,280) size 8x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 4x18
</span><span class="cx">                 text run at (2,2) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug2196932expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug219693-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug219693-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug219693-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 15x584 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 13x582
-          RenderTableRow {TR} at (0,2) size 13x578
-            RenderTableCell {TD} at (2,280) size 9x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 14x584 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 12x582
+          RenderTableRow {TR} at (0,2) size 12x578
+            RenderTableCell {TD} at (2,280) size 8x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 4x18
</span><span class="cx">                 text run at (2,2) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug22019expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug22019-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug22019-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug22019-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,42 +54,42 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 594x22 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 217x18
</span><span class="cx">                 text run at (2,2) width 217: &quot;600px table for width comparison&quot;
</span><del>-      RenderTable {TABLE} at (0,251) size 651x60 [border: (1px solid #FF0000)]
-        RenderTableSection {TBODY} at (1,1) size 649x58
-          RenderTableRow {TR} at (0,2) size 649x54
-            RenderTableCell {TD} at (2,2) size 645x54 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,251) size 650x60 [border: (1px solid #FF0000)]
+        RenderTableSection {TBODY} at (1,1) size 648x58
+          RenderTableRow {TR} at (0,2) size 648x54
+            RenderTableCell {TD} at (2,2) size 644x54 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (22,22) size 600x10 [border: (1px solid #FF0000)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 598x8
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 598x4
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 594x4 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</span><del>-      RenderTable {TABLE} at (0,311) size 651x80 [border: (1px solid #FF0000)]
-        RenderTableSection {TBODY} at (1,1) size 649x78
-          RenderTableRow {TR} at (0,2) size 649x74
-            RenderTableCell {TD} at (2,2) size 645x74 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,311) size 650x80 [border: (1px solid #FF0000)]
+        RenderTableSection {TBODY} at (1,1) size 648x78
+          RenderTableRow {TR} at (0,2) size 648x74
+            RenderTableCell {TD} at (2,2) size 644x74 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (22,22) size 600x30 [border: (1px solid #FF0000)]
</span><span class="cx">                 RenderTableSection {TBODY} at (11,11) size 578x8
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 578x4
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 574x4 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</span><del>-      RenderTable {TABLE} at (0,391) size 651x98 [border: (1px solid #FF0000)]
-        RenderTableSection {TBODY} at (1,1) size 649x96
-          RenderTableRow {TR} at (0,2) size 649x92
-            RenderTableCell {TD} at (2,2) size 645x92 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,391) size 650x98 [border: (1px solid #FF0000)]
+        RenderTableSection {TBODY} at (1,1) size 648x96
+          RenderTableRow {TR} at (0,2) size 648x92
+            RenderTableCell {TD} at (2,2) size 644x92 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (22,22) size 600x48 [border: (1px solid #FF0000)]
</span><span class="cx">                 RenderTableSection {TBODY} at (20,20) size 560x8
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 560x4
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 556x4 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</span><del>-      RenderTable {TABLE} at (0,489) size 651x100 [border: (1px solid #FF0000)]
-        RenderTableSection {TBODY} at (1,1) size 649x98
-          RenderTableRow {TR} at (0,2) size 649x94
-            RenderTableCell {TD} at (2,2) size 645x94 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,489) size 650x100 [border: (1px solid #FF0000)]
+        RenderTableSection {TBODY} at (1,1) size 648x98
+          RenderTableRow {TR} at (0,2) size 648x94
+            RenderTableCell {TD} at (2,2) size 644x94 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (22,22) size 600x50 [border: (1px solid #FF0000)]
</span><span class="cx">                 RenderTableSection {TBODY} at (21,21) size 558x8
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 558x4
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 554x4 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</span><del>-      RenderTable {TABLE} at (0,589) size 651x110 [border: (1px solid #FF0000)]
-        RenderTableSection {TBODY} at (1,1) size 649x108
-          RenderTableRow {TR} at (0,2) size 649x104
-            RenderTableCell {TD} at (2,2) size 645x104 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,589) size 650x110 [border: (1px solid #FF0000)]
+        RenderTableSection {TBODY} at (1,1) size 648x108
+          RenderTableRow {TR} at (0,2) size 648x104
+            RenderTableCell {TD} at (2,2) size 644x104 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (22,22) size 600x60 [border: (1px solid #FF0000)]
</span><span class="cx">                 RenderTableSection {TBODY} at (26,26) size 548x8
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 548x4
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug220536expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug220536-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug220536-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug220536-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,9 +6,9 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 126x54 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 124x28
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 124x22
</span><del>-            RenderTableCell {TH} at (2,3) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
-              RenderText {#text} at (2,2) size 33x18
-                text run at (2,2) width 33: &quot;aaaa&quot;
</del><ins>+            RenderTableCell {TH} at (2,3) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
+              RenderText {#text} at (2,2) size 32x18
+                text run at (2,2) width 32: &quot;aaaa&quot;
</ins><span class="cx">             RenderTableCell {TH} at (40,3) size 40x22 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 36x18
</span><span class="cx">                 text run at (2,2) width 36: &quot;bbbb&quot;
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 124x0
</span><span class="cx">         RenderTableSection {TBODY} at (1,29) size 124x24
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 124x22
</span><del>-            RenderTableCell {TD} at (2,0) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;1111&quot;
</span><span class="cx">             RenderTableCell {TD} at (40,0) size 40x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug222336expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug222336-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug222336-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug222336-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,11 +3,11 @@
</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 2x0
-        RenderTableSection {TBODY} at (0,0) size 2x0
-          RenderTableRow {TR} at (0,0) size 2x0
-            RenderTableCell {TD} at (0,0) size 2x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 1x0
+        RenderTableSection {TBODY} at (0,0) size 1x0
+          RenderTableRow {TR} at (0,0) size 1x0
+            RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (0,0) size 1x0
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 1x0
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 1x0
</span><del>-                    RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug222463expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug22246-3-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug22246-3-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug22246-3-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 232x82 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 230x80
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 230x24
</span><del>-            RenderTableCell {TD} at (2,2) size 15x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 14x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x18
</span><span class="cx">                 text run at (3,3) width 8: &quot;1&quot;
</span><span class="cx">             RenderTableCell {TD} at (18,15) size 138x24 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=3]
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">               RenderText {#text} at (3,3) size 8x18
</span><span class="cx">                 text run at (3,3) width 8: &quot;3&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 230x24
</span><del>-            RenderTableCell {TD} at (2,28) size 15x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,28) size 14x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x18
</span><span class="cx">                 text run at (3,3) width 8: &quot;4&quot;
</span><span class="cx">             RenderTableCell {TD} at (157,28) size 23x24 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">               RenderText {#text} at (3,3) size 8x18
</span><span class="cx">                 text run at (3,3) width 8: &quot;8&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,54) size 230x24
</span><del>-            RenderTableCell {TD} at (2,54) size 15x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,54) size 14x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x18
</span><span class="cx">                 text run at (3,3) width 8: &quot;9&quot;
</span><span class="cx">             RenderTableCell {TD} at (18,54) size 45x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug222463aexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug22246-3a-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug22246-3a-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug22246-3a-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 232x82 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 230x80
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 230x24
</span><del>-            RenderTableCell {TD} at (2,2) size 15x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 14x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x18
</span><span class="cx">                 text run at (3,3) width 8: &quot;1&quot;
</span><span class="cx">             RenderTableCell {TD} at (18,15) size 138x24 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=3]
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">               RenderText {#text} at (3,3) size 8x18
</span><span class="cx">                 text run at (3,3) width 8: &quot;3&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,28) size 230x24
</span><del>-            RenderTableCell {TD} at (2,28) size 15x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,28) size 14x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x18
</span><span class="cx">                 text run at (3,3) width 8: &quot;4&quot;
</span><span class="cx">             RenderTableCell {TD} at (157,28) size 23x24 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">               RenderText {#text} at (3,3) size 8x18
</span><span class="cx">                 text run at (3,3) width 8: &quot;8&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,54) size 230x24
</span><del>-            RenderTableCell {TD} at (2,54) size 15x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,54) size 14x24 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x18
</span><span class="cx">                 text run at (3,3) width 8: &quot;9&quot;
</span><span class="cx">             RenderTableCell {TD} at (18,54) size 45x24 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug22513expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug22513-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug22513-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug22513-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,12 +6,12 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 130x15
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 130x15
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 130x15
</span><del>-            RenderTableCell {TD} at (0,0) size 16x15 [bgcolor=#FFCC00] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 15x15 [bgcolor=#FFCC00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 15x15
</span><span class="cx">             RenderTableCell {TD} at (15,1) size 100x13 [bgcolor=#FFCC00] [r=0 c=1 rs=1 cs=1]
</span><del>-              RenderInline {B} at (0,0) size 63x18
-                RenderInline {FONT} at (0,0) size 63x12
-                  RenderText {#text} at (18,-1) size 63x14
-                    text run at (18,0) width 63: &quot;Downloads&quot;
-            RenderTableCell {TD} at (114,0) size 16x15 [bgcolor=#FFCC00] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderInline {B} at (0,0) size 62x18
+                RenderInline {FONT} at (0,0) size 62x12
+                  RenderText {#text} at (19,-1) size 62x14
+                    text run at (19,0) width 62: &quot;Downloads&quot;
+            RenderTableCell {TD} at (115,0) size 15x15 [bgcolor=#FFCC00] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 15x15
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug2296expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2296-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2296-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2296-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</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 [bgcolor=#FFFFFF]
</span><del>-      RenderTable {TABLE} at (0,0) size 605x50 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 603x48
-          RenderTableRow {TR} at (0,0) size 603x28
-            RenderTableCell {TD} at (0,0) size 603x28 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+      RenderTable {TABLE} at (0,0) size 604x50 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 602x48
+          RenderTableRow {TR} at (0,0) size 602x28
+            RenderTableCell {TD} at (0,0) size 602x28 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderTable {TABLE} at (1,1) size 600x26 [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 598x24
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 598x24
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">                               RenderText {#text} at (1,1) size 54x18
</span><span class="cx">                                 text run at (1,1) width 54: &quot;cell data&quot;
</span><span class="cx">                               RenderText {#text} at (0,0) size 0x0
</span><del>-          RenderTableRow {TR} at (0,28) size 603x20
-            RenderTableCell {TD} at (0,28) size 603x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 602x20
+            RenderTableCell {TD} at (0,28) size 602x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 66x18
</span><span class="cx">                 text run at (1,1) width 66: &quot;cell data 2&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug23235expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug23235-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug23235-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug23235-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,25 +9,25 @@
</span><span class="cx">         RenderInline {A} at (0,0) size 189x18 [color=#0000EE]
</span><span class="cx">           RenderText {#text} at (148,0) size 189x18
</span><span class="cx">             text run at (148,0) width 189: &quot;http://webdeveloper.com/xml&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 645x102 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 643x100
-          RenderTableRow {TR} at (0,0) size 643x100
-            RenderTableCell {TD} at (0,0) size 511x100 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {UL} at (1,1) size 509x82
-                RenderListItem {LI} at (40,0) size 469x82
</del><ins>+      RenderTable {TABLE} at (0,34) size 644x102 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 642x100
+          RenderTableRow {TR} at (0,0) size 642x100
+            RenderTableCell {TD} at (0,0) size 510x100 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {UL} at (1,1) size 508x82
+                RenderListItem {LI} at (40,0) size 468x82
</ins><span class="cx">                   RenderListMarker at (-17,0) size 7x18: bullet
</span><span class="cx">                   RenderText {#text} at (0,0) size 198x18
</span><span class="cx">                     text run at (0,0) width 198: &quot;The XML Files Resources List&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                   RenderImage {IMG} at (0,18) size 468x60
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (510,21) size 133x58 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (1,1) size 131x55 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 129x53
-                  RenderTableRow {TR} at (0,2) size 129x49
-                    RenderTableCell {TD} at (2,2) size 125x49 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (510,21) size 132x58 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (1,1) size 130x55 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 128x53
+                  RenderTableRow {TR} at (0,2) size 128x49
+                    RenderTableCell {TD} at (2,2) size 124x49 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (3,3) size 118x25
</span><del>-                      RenderBR {BR} at (121,28) size 1x0
</del><ins>+                      RenderBR {BR} at (121,28) size 0x0
</ins><span class="cx">                       RenderText {#text} at (24,28) size 6x18
</span><span class="cx">                         text run at (24,28) width 6: &quot;[&quot;
</span><span class="cx">                       RenderInline {I} at (0,0) size 66x18
</span><span class="lines">@@ -41,24 +41,24 @@
</span><span class="cx">         RenderInline {CODE} at (0,0) size 134x15
</span><span class="cx">           RenderText {#text} at (187,2) size 134x15
</span><span class="cx">             text run at (187,2) width 134: &quot;&lt;SCRIPT&gt;&lt;/SCRIPT&gt;&quot;
</span><del>-      RenderTable {TABLE} at (0,186) size 645x102 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 643x100
-          RenderTableRow {TR} at (0,0) size 643x100
-            RenderTableCell {TD} at (0,0) size 511x100 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {UL} at (1,1) size 509x82
-                RenderListItem {LI} at (40,0) size 469x82
</del><ins>+      RenderTable {TABLE} at (0,186) size 644x102 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 642x100
+          RenderTableRow {TR} at (0,0) size 642x100
+            RenderTableCell {TD} at (0,0) size 510x100 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {UL} at (1,1) size 508x82
+                RenderListItem {LI} at (40,0) size 468x82
</ins><span class="cx">                   RenderListMarker at (-17,0) size 7x18: bullet
</span><span class="cx">                   RenderText {#text} at (0,0) size 198x18
</span><span class="cx">                     text run at (0,0) width 198: &quot;The XML Files Resources List&quot;
</span><span class="cx">                   RenderImage {IMG} at (0,18) size 468x60
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (510,21) size 133x58 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (1,1) size 131x55 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 129x53
-                  RenderTableRow {TR} at (0,2) size 129x49
-                    RenderTableCell {TD} at (2,2) size 125x49 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (510,21) size 132x58 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (1,1) size 130x55 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 128x53
+                  RenderTableRow {TR} at (0,2) size 128x49
+                    RenderTableCell {TD} at (2,2) size 124x49 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (3,3) size 118x25
</span><del>-                      RenderBR {BR} at (121,28) size 1x0
</del><ins>+                      RenderBR {BR} at (121,28) size 0x0
</ins><span class="cx">                       RenderText {#text} at (24,28) size 6x18
</span><span class="cx">                         text run at (24,28) width 6: &quot;[&quot;
</span><span class="cx">                       RenderInline {I} at (0,0) size 66x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug24200expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -5,38 +5,38 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderBlock {CENTER} at (0,0) size 784x200
</span><span class="cx">         RenderTable {TABLE} at (76,0) size 632x200 [border: (1px solid #FF0000)]
</span><del>-          RenderTableSection {TBODY} at (1,1) size 629x197
-            RenderTableRow {TR} at (0,0) size 629x22
-              RenderTableCell {TD} at (0,0) size 629x22 [border: (2px solid #FF0000)] [r=0 c=0 rs=1 cs=2]
</del><ins>+          RenderTableSection {TBODY} at (1,1) size 628x197
+            RenderTableRow {TR} at (0,0) size 628x22
+              RenderTableCell {TD} at (0,0) size 628x22 [border: (2px solid #FF0000)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">                 RenderText {#text} at (3,3) size 180x18
</span><span class="cx">                   text run at (3,3) width 180: &quot;parent table, 1st row, 1st col&quot;
</span><del>-            RenderTableRow {TR} at (0,22) size 629x175
-              RenderTableCell {TD} at (0,22) size 144x175 [border: (1px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
-                RenderBlock {FORM} at (3,2) size 140x155
-                  RenderTable {TABLE} at (0,0) size 140x155 [border: (1px solid #00FF00)]
-                    RenderTableSection {TBODY} at (1,1) size 137x152
-                      RenderTableRow {TR} at (0,0) size 137x22
-                        RenderTableCell {TD} at (0,0) size 137x22 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,22) size 628x175
+              RenderTableCell {TD} at (0,22) size 143x175 [border: (1px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
+                RenderBlock {FORM} at (3,2) size 139x155
+                  RenderTable {TABLE} at (0,0) size 139x155 [border: (1px solid #00FF00)]
+                    RenderTableSection {TBODY} at (1,1) size 136x152
+                      RenderTableRow {TR} at (0,0) size 136x22
+                        RenderTableCell {TD} at (0,0) size 136x22 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (3,3) size 24x18
</span><span class="cx">                             text run at (3,3) width 24: &quot;text&quot;
</span><del>-                      RenderTableRow {TR} at (0,22) size 137x37
-                        RenderTableCell {TD} at (0,22) size 137x37 [border: (1px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                      RenderTableRow {TR} at (0,22) size 136x37
+                        RenderTableCell {TD} at (0,22) size 136x37 [border: (1px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                           RenderTable {TABLE} at (3,2) size 131x34 [border: (1px solid #FFFF00)]
</span><span class="cx">                             RenderTableSection {TBODY} at (1,1) size 128x31
</span><span class="cx">                               RenderTableRow {TR} at (0,0) size 128x31
</span><span class="cx">                                 RenderTableCell {TD} at (0,1) size 101x29 [border: (2px solid #FFFF00)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                                   RenderTextControl {INPUT} at (5,5) size 78x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><span class="cx">                                   RenderText {#text} at (0,0) size 0x0
</span><del>-                                RenderTableCell {TD} at (100,0) size 28x31 [border: (2px solid #FFFF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                                RenderTableCell {TD} at (100,0) size 29x31 [border: (2px solid #FFFF00)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                                   RenderImage {INPUT} at (4,7) size 20x18
</span><span class="cx">                                   RenderText {#text} at (0,0) size 0x0
</span><del>-                      RenderTableRow {TR} at (0,59) size 137x21
-                        RenderTableCell {TD} at (0,59) size 137x21 [border: (1px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
</del><ins>+                      RenderTableRow {TR} at (0,59) size 136x21
+                        RenderTableCell {TD} at (0,59) size 136x21 [border: (1px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (3,2) size 24x18
</span><span class="cx">                             text run at (3,2) width 24: &quot;text&quot;
</span><del>-                      RenderTableRow {TR} at (0,80) size 137x50
-                        RenderTableCell {TD} at (0,80) size 137x50 [border: (1px solid #00FF00)] [r=3 c=0 rs=1 cs=1]
-                          RenderBlock (anonymous) at (3,2) size 132x0
</del><ins>+                      RenderTableRow {TR} at (0,80) size 136x50
+                        RenderTableCell {TD} at (0,80) size 136x50 [border: (1px solid #00FF00)] [r=3 c=0 rs=1 cs=1]
+                          RenderBlock (anonymous) at (3,2) size 131x0
</ins><span class="cx">                             RenderInline {FONT} at (0,0) size 0x0
</span><span class="cx">                           RenderTable {TABLE} at (3,2) size 131x47 [border: (1px solid #FF00FF)]
</span><span class="cx">                             RenderTableSection {TBODY} at (1,1) size 128x44
</span><span class="lines">@@ -48,16 +48,16 @@
</span><span class="cx">                                 RenderTableCell {TD} at (0,22) size 128x22 [border: (1px solid #FF00FF)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                                   RenderText {#text} at (3,2) size 54x18
</span><span class="cx">                                     text run at (3,2) width 54: &quot;problem&quot;
</span><del>-                      RenderTableRow {TR} at (0,130) size 137x22
-                        RenderTableCell {TD} at (0,130) size 137x22 [border: (1px solid #00FF00)] [r=4 c=0 rs=1 cs=1]
</del><ins>+                      RenderTableRow {TR} at (0,130) size 136x22
+                        RenderTableCell {TD} at (0,130) size 136x22 [border: (1px solid #00FF00)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (3,2) size 24x18
</span><span class="cx">                             text run at (3,2) width 24: &quot;text&quot;
</span><del>-              RenderTableCell {TD} at (143,22) size 486x30 [border: (1px solid #FF0000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (143,22) size 485x30 [border: (1px solid #FF0000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderTable {TABLE} at (2,2) size 481x26 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderTableSection {TBODY} at (1,1) size 478x23
</span><span class="cx">                     RenderTableRow {TR} at (0,0) size 478x23
</span><span class="cx">                       RenderTableCell {TD} at (0,0) size 478x23 [border: (2px solid #0000FF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                         RenderText {#text} at (3,3) size 48x18
</span><span class="cx">                           text run at (3,3) width 48: &quot;overlap&quot;
</span><del>-layer at (101,69) size 72x13
</del><ins>+layer at (102,69) size 72x13 backgroundClip at (102,69) size 71x13 clip at (102,69) size 71x13
</ins><span class="cx">   RenderBlock {DIV} at (3,3) size 72x13
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug24792expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -20,11 +20,11 @@
</span><span class="cx">               RenderInline {A} at (0,0) size 51x19 [color=#0000EE]
</span><span class="cx">                 RenderText {#text} at (12,0) size 51x19
</span><span class="cx">                   text run at (12,0) width 51: &quot;places&quot;
</span><del>-            RenderTableCell {LI} at (150,0) size 77x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {LI} at (150,0) size 76x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderInline {A} at (0,0) size 76x19 [color=#0000EE]
</span><span class="cx">                 RenderText {#text} at (0,0) size 76x19
</span><span class="cx">                   text run at (0,0) width 76: &quot;members&quot;
</span><del>-            RenderTableCell {LI} at (226,0) size 76x19 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {LI} at (225,0) size 77x19 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderInline {A} at (0,0) size 38x19 [color=#0000EE]
</span><span class="cx">                 RenderText {#text} at (19,0) size 38x19
</span><span class="cx">                   text run at (19,0) width 38: &quot;links&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug24793expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx">             RenderTableCell {DIV} at (0,0) size 330x18 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 27x18
</span><span class="cx">                 text run at (0,0) width 27: &quot;Left&quot;
</span><del>-            RenderTableCell {DIV} at (329,0) size 440x18 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {DIV} at (329,0) size 441x18 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (403,0) size 37x18
</span><span class="cx">                 text run at (403,0) width 37: &quot;Right&quot;
</span><span class="cx">       RenderBlock {H2} at (0,400) size 769x29
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug25004expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug25004-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug25004-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug25004-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 678x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 4x18
</span><span class="cx">                         text run at (2,2) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (695,2) size 77x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (695,2) size 78x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 62x36
</span><span class="cx">                 text run at (2,2) width 44: &quot;This is&quot;
</span><span class="cx">                 text run at (2,20) width 62: &quot;some text&quot;
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 678x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 4x18
</span><span class="cx">                         text run at (2,2) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (695,2) size 77x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (695,2) size 78x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 62x36
</span><span class="cx">                 text run at (2,2) width 44: &quot;This is&quot;
</span><span class="cx">                 text run at (2,20) width 62: &quot;some text&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug25074expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug25074-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug25074-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug25074-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 53x18 [bgcolor=#00FF00]
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 53x18
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 53x18
</span><del>-            RenderTableCell {TD} at (0,1) size 8x16 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,1) size 7x16 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 7x15
</span><span class="cx">             RenderTableCell {TD} at (7,0) size 40x18 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 40x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug25663expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug25663-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug25663-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug25663-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,11 +6,11 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 610x100 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 608x98
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 608x94
</span><del>-            RenderTableCell {TD} at (2,17) size 480x64 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,17) size 479x64 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 475x60 [bgcolor=#BBBBBB]
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 475x60
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 475x56
</span><del>-                    RenderTableCell {TD} at (2,29) size 3x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (2,29) size 2x2 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                     RenderTableCell {TD} at (6,2) size 467x56 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,1) size 221x18
</span><span class="cx">                         text run at (1,1) width 221: &quot;Welcome to the new DaveCentral!&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug26553expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug26553-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug26553-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug26553-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,12 +6,12 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x132 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x130
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x126
</span><del>-            RenderTableCell {TD} at (2,2) size 184x126 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 183x126 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderInline {A} at (0,0) size 181x18 [color=#551A8B]
</span><span class="cx">                 RenderImage {IMG} at (1,1) size 61x62
</span><span class="cx">                 RenderImage {IMG} at (1,63) size 181x62
</span><span class="cx">             RenderTableCell {TD} at (187,33) size 453x64 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (133,1) size 187x62
</span><del>-            RenderTableCell {TD} at (641,33) size 139x64 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (642,33) size 138x64 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderInline {A} at (0,0) size 0x0 [color=#551A8B]
</span><del>-                RenderImage {IMG} at (4,1) size 134x62
</del><ins>+                RenderImage {IMG} at (4,1) size 133x62
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug2684expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2684-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2684-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2684-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,14 +10,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,34) size 340x42 [bgcolor=#FFFFCC] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 338x40
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 338x20
</span><del>-            RenderTableCell {TD} at (0,0) size 338x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 339x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 170x18
</span><span class="cx">                 text run at (1,1) width 170: &quot;width=340 (same as table)&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,20) size 338x20
</span><span class="cx">             RenderTableCell {TD} at (0,20) size 83x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 71x18
</span><span class="cx">                 text run at (1,1) width 71: &quot;Search for:&quot;
</span><del>-            RenderTableCell {TD} at (82,20) size 256x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,20) size 257x20 [border: (1px inset #808080)] [r=1 c=1 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;foo bar baz foo bar baz foo bar baz&quot;
</span><span class="cx">       RenderBlock {P} at (0,92) size 784x18
</span><span class="lines">@@ -27,14 +27,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,126) size 340x42 [bgcolor=#FFFFCC] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 338x40
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 338x20
</span><del>-            RenderTableCell {TD} at (0,0) size 338x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 339x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 114x18
</span><span class="cx">                 text run at (1,1) width 114: &quot;no width attribute&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,20) size 338x20
</span><span class="cx">             RenderTableCell {TD} at (0,20) size 83x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 71x18
</span><span class="cx">                 text run at (1,1) width 71: &quot;Search for:&quot;
</span><del>-            RenderTableCell {TD} at (82,20) size 256x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,20) size 257x20 [border: (1px inset #808080)] [r=1 c=1 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;foo bar baz foo bar baz foo bar baz&quot;
</span><span class="cx">       RenderBlock {P} at (0,184) size 784x18
</span><span class="lines">@@ -44,14 +44,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,218) size 340x42 [bgcolor=#FFFFCC] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 338x40
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 338x20
</span><del>-            RenderTableCell {TD} at (0,0) size 338x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 339x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 86x18
</span><span class="cx">                 text run at (1,1) width 86: &quot;width=100px&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,20) size 338x20
</span><span class="cx">             RenderTableCell {TD} at (0,20) size 83x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 71x18
</span><span class="cx">                 text run at (1,1) width 71: &quot;Search for:&quot;
</span><del>-            RenderTableCell {TD} at (82,20) size 256x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,20) size 257x20 [border: (1px inset #808080)] [r=1 c=1 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;foo bar baz foo bar baz foo bar baz&quot;
</span><span class="cx">       RenderBlock {P} at (0,276) size 784x18
</span><span class="lines">@@ -61,14 +61,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,310) size 340x42 [bgcolor=#FFFFCC] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 338x40
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 338x20
</span><del>-            RenderTableCell {TD} at (0,0) size 338x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 339x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 86x18
</span><span class="cx">                 text run at (1,1) width 86: &quot;width=200px&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,20) size 338x20
</span><span class="cx">             RenderTableCell {TD} at (0,20) size 83x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 71x18
</span><span class="cx">                 text run at (1,1) width 71: &quot;Search for:&quot;
</span><del>-            RenderTableCell {TD} at (82,20) size 256x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,20) size 257x20 [border: (1px inset #808080)] [r=1 c=1 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;foo bar baz foo bar baz foo bar baz&quot;
</span><span class="cx">       RenderBlock {P} at (0,368) size 784x18
</span><span class="lines">@@ -78,13 +78,13 @@
</span><span class="cx">       RenderTable {TABLE} at (0,402) size 340x42 [bgcolor=#FFFFCC] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 338x40
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 338x20
</span><del>-            RenderTableCell {TD} at (0,0) size 338x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 339x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 83x18
</span><span class="cx">                 text run at (1,1) width 83: &quot;width=100%&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,20) size 338x20
</span><span class="cx">             RenderTableCell {TD} at (0,20) size 83x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 71x18
</span><span class="cx">                 text run at (1,1) width 71: &quot;Search for:&quot;
</span><del>-            RenderTableCell {TD} at (82,20) size 256x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,20) size 257x20 [border: (1px inset #808080)] [r=1 c=1 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;foo bar baz foo bar baz foo bar baz&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug269566expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug269566-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug269566-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug269566-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -2,8 +2,8 @@
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x45
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x45
</span><del>-    RenderTable {BODY} at (8,8) size 183x29
-      RenderTableSection (anonymous) at (0,0) size 183x29
-        RenderTableRow (anonymous) at (0,0) size 183x29
-          RenderTableCell (anonymous) at (0,0) size 183x29 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {BODY} at (8,8) size 182x29
+      RenderTableSection (anonymous) at (0,0) size 182x29
+        RenderTableRow (anonymous) at (0,0) size 182x29
+          RenderTableCell (anonymous) at (0,0) size 182x29 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderImage {IMG} at (0,0) size 182x29
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug277062expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug277062-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug277062-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug277062-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -5,10 +5,10 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x0
</span><span class="cx">         RenderInline {BLA} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,0) size 11x6
-        RenderTableSection {TBODY} at (0,0) size 11x6
-          RenderTableRow {TR} at (0,2) size 11x2
-            RenderTableCell {TD} at (2,2) size 3x2 [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (6,2) size 3x2 [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 10x6
+        RenderTableSection {TBODY} at (0,0) size 10x6
+          RenderTableRow {TR} at (0,2) size 10x2
+            RenderTableCell {TD} at (2,2) size 2x2 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (6,2) size 2x2 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug2773expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2773-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2773-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2773-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,14 +10,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,34) size 340x42 [bgcolor=#FFFFCC] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 338x40
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 338x20
</span><del>-            RenderTableCell {TD} at (0,0) size 338x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 339x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 170x18
</span><span class="cx">                 text run at (1,1) width 170: &quot;width=340 (same as table)&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,20) size 338x20
</span><span class="cx">             RenderTableCell {TD} at (0,20) size 83x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 71x18
</span><span class="cx">                 text run at (1,1) width 71: &quot;Search for:&quot;
</span><del>-            RenderTableCell {TD} at (82,20) size 256x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,20) size 257x20 [border: (1px inset #808080)] [r=1 c=1 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;foo bar baz foo bar baz foo bar baz&quot;
</span><span class="cx">       RenderBlock {P} at (0,92) size 784x18
</span><span class="lines">@@ -27,14 +27,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,126) size 340x42 [bgcolor=#FFFFCC] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 338x40
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 338x20
</span><del>-            RenderTableCell {TD} at (0,0) size 338x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 339x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 114x18
</span><span class="cx">                 text run at (1,1) width 114: &quot;no width attribute&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,20) size 338x20
</span><span class="cx">             RenderTableCell {TD} at (0,20) size 83x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 71x18
</span><span class="cx">                 text run at (1,1) width 71: &quot;Search for:&quot;
</span><del>-            RenderTableCell {TD} at (82,20) size 256x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,20) size 257x20 [border: (1px inset #808080)] [r=1 c=1 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;foo bar baz foo bar baz foo bar baz&quot;
</span><span class="cx">       RenderBlock {P} at (0,184) size 784x18
</span><span class="lines">@@ -44,14 +44,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,218) size 340x42 [bgcolor=#FFFFCC] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 338x40
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 338x20
</span><del>-            RenderTableCell {TD} at (0,0) size 338x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 339x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 86x18
</span><span class="cx">                 text run at (1,1) width 86: &quot;width=100px&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,20) size 338x20
</span><span class="cx">             RenderTableCell {TD} at (0,20) size 83x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 71x18
</span><span class="cx">                 text run at (1,1) width 71: &quot;Search for:&quot;
</span><del>-            RenderTableCell {TD} at (82,20) size 256x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,20) size 257x20 [border: (1px inset #808080)] [r=1 c=1 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;foo bar baz foo bar baz foo bar baz&quot;
</span><span class="cx">       RenderBlock {P} at (0,276) size 784x18
</span><span class="lines">@@ -61,14 +61,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,310) size 340x42 [bgcolor=#FFFFCC] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 338x40
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 338x20
</span><del>-            RenderTableCell {TD} at (0,0) size 338x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 339x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 86x18
</span><span class="cx">                 text run at (1,1) width 86: &quot;width=200px&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,20) size 338x20
</span><span class="cx">             RenderTableCell {TD} at (0,20) size 83x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 71x18
</span><span class="cx">                 text run at (1,1) width 71: &quot;Search for:&quot;
</span><del>-            RenderTableCell {TD} at (82,20) size 256x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,20) size 257x20 [border: (1px inset #808080)] [r=1 c=1 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;foo bar baz foo bar baz foo bar baz&quot;
</span><span class="cx">       RenderBlock {P} at (0,368) size 784x18
</span><span class="lines">@@ -78,13 +78,13 @@
</span><span class="cx">       RenderTable {TABLE} at (0,402) size 340x42 [bgcolor=#FFFFCC] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 338x40
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 338x20
</span><del>-            RenderTableCell {TD} at (0,0) size 338x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 339x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 83x18
</span><span class="cx">                 text run at (1,1) width 83: &quot;width=100%&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,20) size 338x20
</span><span class="cx">             RenderTableCell {TD} at (0,20) size 83x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 71x18
</span><span class="cx">                 text run at (1,1) width 71: &quot;Search for:&quot;
</span><del>-            RenderTableCell {TD} at (82,20) size 256x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,20) size 257x20 [border: (1px inset #808080)] [r=1 c=1 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;foo bar baz foo bar baz foo bar baz&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug279931expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug27993-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug27993-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug27993-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,10 +9,10 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 228x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 108x18
</span><span class="cx">                 text run at (2,2) width 108: &quot;R1C1 colspan=0&quot;
</span><del>-            RenderTableCell {TD} at (231,2) size 513x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (231,2) size 514x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 108x18
</span><span class="cx">                 text run at (2,2) width 108: &quot;R1C2 colspan=0&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 746x22
</span><del>-            RenderTableCell {TD} at (2,26) size 742x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,26) size 743x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 108x18
</span><span class="cx">                 text run at (2,2) width 108: &quot;R2C1 colspan=2&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug2886expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2886-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2886-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2886-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx">                       RenderBlock {DIV} at (2,2) size 35x20 [border: (1px dashed #FF0000)]
</span><span class="cx">                         RenderText {#text} at (1,1) size 33x18
</span><span class="cx">                           text run at (1,1) width 33: &quot;FOO&quot;
</span><del>-            RenderTableCell {TD} at (343,2) size 165x103 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (343,2) size 164x103 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (10,10) size 144x18
</span><span class="cx">                 RenderInline {B} at (0,0) size 144x18
</span><span class="cx">                   RenderText {#text} at (0,0) size 144x18
</span><span class="lines">@@ -74,7 +74,7 @@
</span><span class="cx">                       RenderBlock {DIV} at (2,21) size 35x20 [border: (1px dashed #FF0000)]
</span><span class="cx">                         RenderText {#text} at (1,1) size 33x18
</span><span class="cx">                           text run at (1,1) width 33: &quot;FOO&quot;
</span><del>-            RenderTableCell {TD} at (509,2) size 190x103 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (508,2) size 191x103 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (10,10) size 170x18
</span><span class="cx">                 RenderInline {B} at (0,0) size 170x18
</span><span class="cx">                   RenderText {#text} at (0,0) size 170x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug28933expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug28933-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug28933-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug28933-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 5x2
-        RenderTableSection {TBODY} at (0,0) size 5x2
-          RenderTableRow {TR} at (0,0) size 5x0
-            RenderTableCell {TD} at (0,0) size 3x2 [r=0 c=0 rs=2 cs=1]
-          RenderTableRow {TR} at (0,0) size 5x2
-            RenderTableCell {TD} at (2,0) size 3x2 [r=1 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 4x2
+        RenderTableSection {TBODY} at (0,0) size 4x2
+          RenderTableRow {TR} at (0,0) size 4x0
+            RenderTableCell {TD} at (0,0) size 2x2 [r=0 c=0 rs=2 cs=1]
+          RenderTableRow {TR} at (0,0) size 4x2
+            RenderTableCell {TD} at (2,0) size 2x2 [r=1 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug290581expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug29058-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug29058-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug29058-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,6 +16,6 @@
</span><span class="cx">             RenderTableCell {TD} at (34,2) size 78x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                 text run at (2,2) width 27: &quot;Test&quot;
</span><del>-            RenderTableCell {TD} at (113,2) size 667x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (113,2) size 668x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                 text run at (2,2) width 27: &quot;Test&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug29314expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug29314-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug29314-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug29314-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,12 +3,12 @@
</span><span class="cx"> layer at (0,0) size 800x585
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x585
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x569
</span><del>-      RenderTable {TABLE} at (0,0) size 1002x226
-        RenderTableSection {TBODY} at (0,0) size 1002x226
-          RenderTableRow {TR} at (0,2) size 1002x222
-            RenderTableCell {TD} at (2,2) size 332x222 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 1001x226
+        RenderTableSection {TBODY} at (0,0) size 1001x226
+          RenderTableRow {TR} at (0,2) size 1001x222
+            RenderTableCell {TD} at (2,2) size 331x222 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 329x220
</span><del>-            RenderTableCell {TD} at (335,2) size 332x222 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (335,2) size 331x222 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 329x220
</span><del>-            RenderTableCell {TD} at (668,2) size 332x222 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (668,2) size 331x222 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 329x220
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug29429expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug29429-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug29429-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug29429-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">                         text run at (2,2) width 276: &quot;yyy yyy yyy yyy yyy yyy yyy yyy yyy yyy&quot;
</span><span class="cx">                         text run at (2,20) width 276: &quot;yyy yyy yyy yyy yyy yyy yyy yyy yyy yyy&quot;
</span><span class="cx">                         text run at (2,38) width 24: &quot;yyy&quot;
</span><del>-            RenderTableCell {TD} at (303,16) size 477x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (303,16) size 478x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 472x36
</span><span class="cx">                 text run at (2,2) width 472: &quot;text text text text text text text text text text text text text text text text text&quot;
</span><span class="cx">                 text run at (2,20) width 472: &quot;text text text text text text text text text text text text text text text text text&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug2954expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2954-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2954-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2954-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 601x94
-        RenderTableSection {TBODY} at (0,0) size 601x94
-          RenderTableRow {TR} at (0,0) size 601x70
-            RenderTableCell {TD} at (0,0) size 81x70 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 600x94
+        RenderTableSection {TBODY} at (0,0) size 600x94
+          RenderTableRow {TR} at (0,0) size 600x70
+            RenderTableCell {TD} at (0,0) size 80x70 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 80x70
</span><del>-            RenderTableCell {TD} at (80,50) size 521x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (80,50) size 520x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 104x20
</span><span class="cx">               RenderImage {IMG} at (104,0) size 104x20
</span><span class="cx">               RenderImage {IMG} at (208,0) size 104x20
</span><span class="cx">               RenderImage {IMG} at (312,0) size 104x20
</span><span class="cx">               RenderImage {IMG} at (416,0) size 104x20
</span><del>-          RenderTableRow {TR} at (0,70) size 601x24
-            RenderTableCell {TD} at (0,70) size 601x24 [bgcolor=#CCCC99] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,70) size 600x24
+            RenderTableCell {TD} at (0,70) size 600x24 [bgcolor=#CCCC99] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 600x24
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug29811expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x36
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x36
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 784x36
</span><del>-            RenderTableCell {TD} at (0,0) size 136x36 [bgcolor=#DDDDDD] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 135x36 [bgcolor=#DDDDDD] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (0,0) size 135x36
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 135x36
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 135x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug29812expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,16 +9,16 @@
</span><span class="cx">       RenderTable {TABLE} at (0,102) size 800x128 [border: (2px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 796x124
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 796x0
</span><del>-            RenderTableCell {TD} at (0,0) size 115x124 [bgcolor=#DDDDDD] [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
-              RenderTable {TABLE} at (1,1) size 113x122 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 111x120
-                  RenderTableRow {TR} at (0,0) size 111x120
-                    RenderTableCell {TD} at (0,0) size 111x120 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 114x124 [bgcolor=#DDDDDD] [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
+              RenderTable {TABLE} at (1,1) size 112x122 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 110x120
+                  RenderTableRow {TR} at (0,0) size 110x120
+                    RenderTableCell {TD} at (0,0) size 110x120 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (5,1) size 100x100
</span><span class="cx">                       RenderText {#text} at (1,101) size 53x18
</span><span class="cx">                         text run at (1,101) width 53: &quot;HELLO&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 796x124
</span><del>-            RenderTableCell {TD} at (114,7) size 328x110 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,7) size 327x110 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 321x108
</span><span class="cx">                 text run at (1,1) width 320: &quot;The Zurich football team known as FC Blue Stars&quot;
</span><span class="cx">                 text run at (1,19) width 120: &quot;is one of the city's &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug2997expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2997-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2997-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2997-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,15 +10,15 @@
</span><span class="cx">       RenderTable {TABLE} at (0,34) size 566x60 [bgcolor=#00FFFF]
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 566x60
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 566x40
</span><del>-            RenderTableCell {TD} at (0,0) size 223x40 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 222x40 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 222x40
</span><del>-            RenderTableCell {TD} at (222,0) size 146x40 [bgcolor=#666600] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (222,0) size 145x40 [bgcolor=#666600] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 145x40
</span><span class="cx">             RenderTableCell {TD} at (367,11) size 199x18 [bgcolor=#009999] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 43x18
</span><span class="cx">                 text run at (0,0) width 43: &quot;Empty&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,40) size 566x20
</span><del>-            RenderTableCell {TD} at (0,40) size 368x20 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,40) size 367x20 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 367x20
</span><span class="cx">             RenderTableCell {TD} at (367,41) size 199x18 [bgcolor=#990099] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 43x18
</span><span class="lines">@@ -29,9 +29,9 @@
</span><span class="cx">       RenderTable {TABLE} at (0,144) size 566x74 [bgcolor=#00FFFF]
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 566x74
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 566x54
</span><del>-            RenderTableCell {TD} at (0,7) size 223x40 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,7) size 222x40 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 222x40
</span><del>-            RenderTableCell {TD} at (222,7) size 146x40 [bgcolor=#666600] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (222,7) size 145x40 [bgcolor=#666600] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 145x40
</span><span class="cx">             RenderTableCell {TD} at (367,0) size 199x54 [bgcolor=#009999] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 197x54
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">                 text run at (0,18) width 188: &quot;and more and more and more&quot;
</span><span class="cx">                 text run at (0,36) width 54: &quot;text in it&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,54) size 566x20
</span><del>-            RenderTableCell {TD} at (0,54) size 368x20 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,54) size 367x20 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 367x20
</span><span class="cx">             RenderTableCell {TD} at (367,55) size 199x18 [bgcolor=#990099] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 43x18
</span><span class="lines">@@ -50,15 +50,15 @@
</span><span class="cx">       RenderTable {TABLE} at (0,268) size 566x76 [bgcolor=#00FFFF]
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 566x76
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 566x40
</span><del>-            RenderTableCell {TD} at (0,0) size 223x40 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 222x40 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 222x40
</span><del>-            RenderTableCell {TD} at (222,0) size 146x40 [bgcolor=#666600] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (222,0) size 145x40 [bgcolor=#666600] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 145x40
</span><span class="cx">             RenderTableCell {TD} at (367,11) size 199x18 [bgcolor=#009999] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 43x18
</span><span class="cx">                 text run at (0,0) width 43: &quot;Empty&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,40) size 566x36
</span><del>-            RenderTableCell {TD} at (0,48) size 368x20 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,48) size 367x20 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 367x20
</span><span class="cx">             RenderTableCell {TD} at (367,40) size 199x36 [bgcolor=#990099] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 186x36
</span><span class="lines">@@ -70,15 +70,15 @@
</span><span class="cx">       RenderTable {TABLE} at (0,394) size 566x70 [bgcolor=#00FFFF]
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 566x70
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 566x42
</span><del>-            RenderTableCell {TD} at (2,2) size 225x42 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 224x42 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 222x40
</span><del>-            RenderTableCell {TD} at (228,2) size 148x42 [bgcolor=#666600] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (228,2) size 147x42 [bgcolor=#666600] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 145x40
</span><span class="cx">             RenderTableCell {TD} at (377,13) size 187x20 [bgcolor=#009999] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;Empty&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,46) size 566x22
</span><del>-            RenderTableCell {TD} at (2,46) size 374x22 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,46) size 373x22 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 367x20
</span><span class="cx">             RenderTableCell {TD} at (377,47) size 187x20 [bgcolor=#990099] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="lines">@@ -86,19 +86,19 @@
</span><span class="cx">       RenderBlock {P} at (0,480) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 324x18
</span><span class="cx">           text run at (0,0) width 324: &quot;As does removing the explicit width on the table...&quot;
</span><del>-      RenderTable {TABLE} at (0,514) size 567x60 [bgcolor=#00FFFF]
-        RenderTableSection {TBODY} at (0,0) size 567x60
-          RenderTableRow {TR} at (0,0) size 567x40
-            RenderTableCell {TD} at (0,0) size 223x40 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,514) size 566x60 [bgcolor=#00FFFF]
+        RenderTableSection {TBODY} at (0,0) size 566x60
+          RenderTableRow {TR} at (0,0) size 566x40
+            RenderTableCell {TD} at (0,0) size 222x40 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 222x40
</span><del>-            RenderTableCell {TD} at (222,0) size 146x40 [bgcolor=#666600] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (222,0) size 145x40 [bgcolor=#666600] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 145x40
</span><del>-            RenderTableCell {TD} at (367,11) size 200x18 [bgcolor=#009999] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (367,11) size 199x18 [bgcolor=#009999] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 43x18
</span><span class="cx">                 text run at (0,0) width 43: &quot;Empty&quot;
</span><del>-          RenderTableRow {TR} at (0,40) size 567x20
-            RenderTableCell {TD} at (0,40) size 368x20 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,40) size 566x20
+            RenderTableCell {TD} at (0,40) size 367x20 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 367x20
</span><del>-            RenderTableCell {TD} at (367,41) size 200x18 [bgcolor=#990099] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (367,41) size 199x18 [bgcolor=#990099] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 43x18
</span><span class="cx">                 text run at (0,0) width 43: &quot;Empty&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug30273expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30273-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30273-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30273-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 225x76 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 223x74
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 223x22
</span><del>-            RenderTableCell {TD} at (2,2) size 187x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 186x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                 text run at (2,2) width 27: &quot;Test&quot;
</span><del>-            RenderTableCell {TD} at (190,26) size 31x22 [border: (1px inset #808080)] [r=0 c=1 rs=3 cs=1]
</del><ins>+            RenderTableCell {TD} at (189,26) size 32x22 [border: (1px inset #808080)] [r=0 c=1 rs=3 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                 text run at (2,2) width 27: &quot;Test&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 223x46
</span><del>-            RenderTableCell {TD} at (2,26) size 187x46 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (2,2) size 183x18
</del><ins>+            RenderTableCell {TD} at (2,26) size 186x46 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (2,2) size 182x18
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 168x18
</span><span class="cx">                   RenderText {#text} at (0,0) size 168x18
</span><span class="cx">                     text run at (0,0) width 168: &quot;This cell should be visible&quot;
</span><del>-              RenderBlock (anonymous) at (2,20) size 183x24
</del><ins>+              RenderBlock (anonymous) at (2,20) size 182x24
</ins><span class="cx">                 RenderTable {TABLE} at (0,0) size 182x24
</span><span class="cx">                   RenderTableSection {TBODY} at (0,0) size 182x24
</span><span class="cx">                     RenderTableRow {TR} at (0,2) size 182x20
</span><span class="cx">                       RenderTableCell {TD} at (2,2) size 178x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                         RenderText {#text} at (1,1) size 176x18
</span><span class="cx">                           text run at (1,1) width 176: &quot;This table should be visible&quot;
</span><del>-              RenderBlock (anonymous) at (2,44) size 183x0
</del><ins>+              RenderBlock (anonymous) at (2,44) size 182x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug30559expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30559-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30559-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30559-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -11,10 +11,10 @@
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 298x54
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 298x50
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 294x50 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><del>-              RenderTable {TABLE} at (2,2) size 69x46 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 67x44
-                  RenderTableRow {TR} at (0,2) size 67x40
-                    RenderTableCell {TD} at (2,2) size 63x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (2,2) size 68x46 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 66x44
+                  RenderTableRow {TR} at (0,2) size 66x40
+                    RenderTableCell {TD} at (2,2) size 62x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> layer at (262,38) size 54x32 clip at (263,39) size 52x30
</span><span class="cx">   RenderTextControl {TEXTAREA} at (4,4) size 54x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug3103expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug3103-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug3103-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug3103-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,21 +3,21 @@
</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 623x400 [border: (4px outset #808080)]
-        RenderTableSection {TBODY} at (4,4) size 615x392
-          RenderTableRow {TR} at (0,2) size 615x193
</del><ins>+      RenderTable {TABLE} at (0,0) size 622x400 [border: (4px outset #808080)]
+        RenderTableSection {TBODY} at (4,4) size 614x392
+          RenderTableRow {TR} at (0,2) size 614x193
</ins><span class="cx">             RenderTableCell {TD} at (2,167) size 204x58 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 172x54
</span><span class="cx">                 text run at (2,2) width 172: &quot;1 Some sample text for the&quot;
</span><span class="cx">                 text run at (2,20) width 147: &quot;first column. Notice its&quot;
</span><span class="cx">                 text run at (2,38) width 72: &quot;formatting.&quot;
</span><del>-            RenderTableCell {TD} at (208,69) size 405x59 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (208,69) size 404x59 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 372x55
</span><span class="cx">                 text run at (2,3) width 372: &quot;2 Here is some sample text to demonstrate the problem. Is&quot;
</span><span class="cx">                 text run at (2,21) width 361: &quot;there some setting in Navigator that will make this work&quot;
</span><span class="cx">                 text run at (2,39) width 311: &quot;correctly ? If so I haven't found it. Is this a bug ?&quot;
</span><del>-          RenderTableRow {TR} at (0,197) size 615x193
-            RenderTableCell {TD} at (208,264) size 405x59 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,197) size 614x193
+            RenderTableCell {TD} at (208,264) size 404x59 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 372x55
</span><span class="cx">                 text run at (2,3) width 372: &quot;3 Here is some sample text to demonstrate the problem. Is&quot;
</span><span class="cx">                 text run at (2,21) width 361: &quot;there some setting in Navigator that will make this work&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug322053expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug32205-3-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug32205-3-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug32205-3-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">               RenderBR {BR} at (82,285) size 1x0
</span><span class="cx">               RenderText {#text} at (2,20) size 329x18
</span><span class="cx">                 text run at (2,20) width 329: &quot;&lt;table border=\&quot;1\&quot; width=\&quot;100%\&quot; height=\&quot;100%\&quot;&gt;&quot;
</span><del>-            RenderTableCell {TD} at (368,2) size 412x578 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (368,2) size 413x578 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 408x574 [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 406x572
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 406x568
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug3260expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug3260-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug3260-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug3260-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 143x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (57,2) size 28x18
</span><span class="cx">                 text run at (57,2) width 28: &quot;One&quot;
</span><del>-            RenderTableCell {TD} at (146,2) size 150x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (146,2) size 151x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (60,2) size 29x18
</span><span class="cx">                 text run at (60,2) width 29: &quot;Two&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,28) size 300x28 [border: (1px outset #808080)]
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 143x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (113,2) size 28x18
</span><span class="cx">                 text run at (113,2) width 28: &quot;One&quot;
</span><del>-            RenderTableCell {TD} at (146,2) size 150x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (146,2) size 151x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (119,2) size 29x18
</span><span class="cx">                 text run at (119,2) width 29: &quot;Two&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,56) size 381x52 [border: (1px outset #808080)]
</span><span class="lines">@@ -43,6 +43,6 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 379x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (175,2) size 28x18
</span><span class="cx">                 text run at (175,2) width 28: &quot;One&quot;
</span><del>-            RenderTableCell {TD} at (382,2) size 398x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (382,2) size 399x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (184,2) size 29x18
</span><span class="cx">                 text run at (184,2) width 29: &quot;Two&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug32841expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug32841-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug32841-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug32841-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,22) size 360x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 4x18
</span><span class="cx">                 text run at (2,2) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (359,22) size 168x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (360,22) size 167x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 4x18
</span><span class="cx">                 text run at (2,2) width 4: &quot; &quot;
</span><span class="cx">       RenderBlock {HR} at (0,54) size 492x2 [border: (1px inset #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug33137expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug33137-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug33137-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug33137-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 86x106 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 84x104
-          RenderTableRow {TR} at (0,2) size 84x22
-            RenderTableCell {TD} at (2,2) size 80x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 85x106 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 83x104
+          RenderTableRow {TR} at (0,2) size 83x22
+            RenderTableCell {TD} at (2,2) size 79x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {HR} at (3,10) size 73x2 [border: (1px inset #000000)]
</span><del>-          RenderTableRow {TR} at (0,26) size 84x76
-            RenderTableCell {TD} at (2,26) size 80x76 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 83x76
+            RenderTableCell {TD} at (2,26) size 79x76 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 70x72
</span><span class="cx">                 text run at (2,2) width 70: &quot;this should&quot;
</span><span class="cx">                 text run at (2,20) width 32: &quot;wrap&quot;
</span><span class="lines">@@ -17,13 +17,13 @@
</span><span class="cx">                 text run at (2,56) width 22: &quot;TD&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,106) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,124) size 93x88 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 91x86
-          RenderTableRow {TR} at (0,2) size 91x22
-            RenderTableCell {TD} at (2,2) size 87x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,124) size 92x88 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 90x86
+          RenderTableRow {TR} at (0,2) size 90x22
+            RenderTableCell {TD} at (2,2) size 86x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {HR} at (2,10) size 82x2 [border: (1px inset #000000)]
</span><del>-          RenderTableRow {TR} at (0,26) size 91x58
-            RenderTableCell {TD} at (2,26) size 87x58 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 90x58
+            RenderTableCell {TD} at (2,26) size 86x58 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 77x54
</span><span class="cx">                 text run at (2,2) width 70: &quot;this should&quot;
</span><span class="cx">                 text run at (2,20) width 77: &quot;wrap within&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug33855expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">                   RenderBlock (anonymous) at (8,2) size 47x13
</span><span class="cx">                     RenderText at (0,0) size 47x13
</span><span class="cx">                       text run at (0,0) width 47: &quot;Move to:&quot;
</span><del>-              RenderTableCell {TD} at (666,2) size 116x24 [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (667,2) size 115x24 [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderMenuList {SELECT} at (3,3) size 109x18 [bgcolor=#FFFFFF]
</span><span class="cx">                   RenderBlock (anonymous) at (0,0) size 109x18
</span><span class="cx">                     RenderText at (8,2) size 78x13
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug3454expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug3454-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug3454-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug3454-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">             RenderTableCell {TH} at (177,2) size 271x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (93,2) size 84x18
</span><span class="cx">                 text run at (93,2) width 84: &quot;Header Two&quot;
</span><del>-            RenderTableCell {TH} at (449,2) size 299x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (449,2) size 300x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (101,2) size 96x18
</span><span class="cx">                 text run at (101,2) width 96: &quot;Header Three&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 750x40
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 258x36
</span><span class="cx">                 text run at (2,2) width 258: &quot;This means that elements within the cell&quot;
</span><span class="cx">                 text run at (2,20) width 183: &quot;have border-spacing of 1em.&quot;
</span><del>-            RenderTableCell {TD} at (449,26) size 299x40 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (449,26) size 300x40 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 285x36
</span><span class="cx">                 text run at (2,2) width 209: &quot;The borders on the header cells, &quot;
</span><span class="cx">                 text run at (210,2) width 77: &quot;on all sides,&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug38916expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug38916-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug38916-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug38916-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">                   text run at (2,2) width 609: &quot;THEAD blah blah blah blah blah blah&quot;
</span><span class="cx">                   text run at (2,48) width 136: &quot;THEAD&quot;
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (724,30) size 41x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (724,30) size 42x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 27x36
</span><span class="cx">                 text run at (2,2) width 11: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) width 27: &quot;Cell&quot;
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx">                   RenderBlock {HTML} at (0,0) size 125x150
</span><span class="cx">                     RenderBody {BODY} at (8,8) size 109x134
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (724,82) size 41x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (724,82) size 42x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 27x36
</span><span class="cx">                 text run at (2,2) width 11: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) width 27: &quot;Cell&quot;
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx">                   text run at (2,2) width 610: &quot;TBODY blah blah blah blah blah blah&quot;
</span><span class="cx">                   text run at (2,48) width 138: &quot;TBODY&quot;
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (724,28) size 41x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (724,28) size 42x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 27x36
</span><span class="cx">                 text run at (2,2) width 11: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) width 27: &quot;Cell&quot;
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx">                   text run at (2,2) width 609: &quot;THEAD blah blah blah blah blah blah&quot;
</span><span class="cx">                   text run at (2,48) width 136: &quot;THEAD&quot;
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (724,30) size 41x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (724,30) size 42x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 27x36
</span><span class="cx">                 text run at (2,2) width 11: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) width 27: &quot;Cell&quot;
</span><span class="lines">@@ -89,7 +89,7 @@
</span><span class="cx">                   text run at (2,2) width 602: &quot;TFOOT blah blah blah blah blah blah&quot;
</span><span class="cx">                   text run at (2,48) width 129: &quot;TFOOT&quot;
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (724,28) size 41x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (724,28) size 42x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 27x36
</span><span class="cx">                 text run at (2,2) width 11: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) width 27: &quot;Cell&quot;
</span><span class="lines">@@ -107,7 +107,7 @@
</span><span class="cx">                   RenderBlock {HTML} at (0,0) size 125x150
</span><span class="cx">                     RenderBody {BODY} at (8,8) size 109x134
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (724,82) size 41x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (724,82) size 42x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 27x36
</span><span class="cx">                 text run at (2,2) width 11: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) width 27: &quot;Cell&quot;
</span><span class="lines">@@ -129,7 +129,7 @@
</span><span class="cx">                   RenderBlock {HTML} at (0,0) size 125x150
</span><span class="cx">                     RenderBody {BODY} at (8,8) size 109x134
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (724,84) size 41x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (724,84) size 42x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 27x36
</span><span class="cx">                 text run at (2,2) width 11: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) width 27: &quot;Cell&quot;
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx">                   text run at (2,2) width 602: &quot;TFOOT blah blah blah blah blah blah&quot;
</span><span class="cx">                   text run at (2,48) width 129: &quot;TFOOT&quot;
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (724,28) size 41x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (724,28) size 42x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 27x36
</span><span class="cx">                 text run at (2,2) width 11: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) width 27: &quot;Cell&quot;
</span><span class="lines">@@ -161,7 +161,7 @@
</span><span class="cx">                   text run at (2,2) width 610: &quot;TBODY blah blah blah blah blah blah&quot;
</span><span class="cx">                   text run at (2,48) width 138: &quot;TBODY&quot;
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (724,28) size 41x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (724,28) size 42x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 27x36
</span><span class="cx">                 text run at (2,2) width 11: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) width 27: &quot;Cell&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug3977expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug3977-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug3977-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug3977-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,21 +3,21 @@
</span><span class="cx"> layer at (0,0) size 785x929
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 785x929
</span><span class="cx">     RenderBody {BODY} at (8,8) size 769x913
</span><del>-      RenderTable {TABLE} at (0,0) size 601x259 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 599x257
-          RenderTableRow {TR} at (0,2) size 599x77
-            RenderTableCell {TD} at (2,2) size 595x77 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+      RenderTable {TABLE} at (0,0) size 600x259 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 598x257
+          RenderTableRow {TR} at (0,2) size 598x77
+            RenderTableCell {TD} at (2,2) size 594x77 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 590x73
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-          RenderTableRow {TR} at (0,81) size 599x90
-            RenderTableCell {TD} at (2,81) size 115x40 [bgcolor=#94BD73] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,81) size 598x90
+            RenderTableCell {TD} at (2,81) size 114x40 [bgcolor=#94BD73] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 74x36
</span><span class="cx">                 text run at (2,2) width 74: &quot;LH column&quot;
</span><span class="cx">                 text run at (2,20) width 40: &quot;image&quot;
</span><del>-            RenderTableCell {TD} at (118,81) size 21x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (118,81) size 20x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;    &quot;
</span><del>-            RenderTableCell {TD} at (140,81) size 457x90 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (140,81) size 456x90 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (2,2) size 452x18
</span><span class="cx">                 RenderText {#text} at (0,0) size 226x18
</span><span class="cx">                   text run at (0,0) width 226: &quot;HP Peripherals Developer Program&quot;
</span><span class="lines">@@ -27,15 +27,15 @@
</span><span class="cx">               RenderBlock {P} at (2,70) size 452x18
</span><span class="cx">                 RenderText {#text} at (0,0) size 70x18
</span><span class="cx">                   text run at (0,0) width 70: &quot;etc., etc. ...&quot;
</span><del>-          RenderTableRow {TR} at (0,173) size 599x37
-            RenderTableCell {TD} at (2,173) size 595x37 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=3]
</del><ins>+          RenderTableRow {TR} at (0,173) size 598x37
+            RenderTableCell {TD} at (2,173) size 594x37 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 589x33
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-          RenderTableRow {TR} at (0,212) size 599x43
-            RenderTableCell {TD} at (2,212) size 115x43 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,212) size 598x43
+            RenderTableCell {TD} at (2,212) size 114x43 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 110x39
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TH} at (118,222) size 479x23 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=2]
</del><ins>+            RenderTableCell {TH} at (118,222) size 478x23 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (207,2) size 64x19
</span><span class="cx">                 text run at (207,3) width 64: &quot;text links&quot;
</span><span class="cx">       RenderBlock {HR} at (0,267) size 769x2 [border: (1px inset #000000)]
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,319) size 590x179 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 588x177
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 588x22
</span><del>-            RenderTableCell {TD} at (2,2) size 584x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (2,2) size 585x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,2) size 129x18
</span><span class="cx">                 text run at (2,2) width 129: &quot;IMG in a colspan=3&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 588x90
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">             RenderTableCell {TD} at (114,26) size 21x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;    &quot;
</span><del>-            RenderTableCell {TD} at (136,26) size 450x90 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (136,26) size 451x90 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (2,2) size 446x18
</span><span class="cx">                 RenderText {#text} at (0,0) size 226x18
</span><span class="cx">                   text run at (0,0) width 226: &quot;HP Peripherals Developer Program&quot;
</span><span class="lines">@@ -68,14 +68,14 @@
</span><span class="cx">                 RenderText {#text} at (0,0) size 70x18
</span><span class="cx">                   text run at (0,0) width 70: &quot;etc., etc. ...&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,118) size 588x33
</span><del>-            RenderTableCell {TD} at (2,123) size 584x23 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (2,123) size 585x23 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,2) size 129x19
</span><span class="cx">                 text run at (2,3) width 129: &quot;IMG in a colspan=3&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,153) size 588x22
</span><span class="cx">             RenderTableCell {TD} at (2,153) size 111x22 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 78x18
</span><span class="cx">                 text run at (2,2) width 78: &quot;just an IMG&quot;
</span><del>-            RenderTableCell {TH} at (114,153) size 472x22 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=2]
</del><ins>+            RenderTableCell {TH} at (114,153) size 473x22 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (204,2) size 64x18
</span><span class="cx">                 text run at (204,2) width 64: &quot;text links&quot;
</span><span class="cx">       RenderBlock {HR} at (0,506) size 769x2 [border: (1px inset #000000)]
</span><span class="lines">@@ -115,7 +115,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,793) size 590x120 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 588x118
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 588x22
</span><del>-            RenderTableCell {TD} at (2,2) size 584x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (2,2) size 585x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,2) size 213x18
</span><span class="cx">                 text run at (2,2) width 213: &quot;text instead of IMG in colspan=3&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 588x90
</span><span class="lines">@@ -126,7 +126,7 @@
</span><span class="cx">             RenderTableCell {TD} at (114,26) size 21x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;    &quot;
</span><del>-            RenderTableCell {TD} at (136,26) size 450x90 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (136,26) size 451x90 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (2,2) size 446x18
</span><span class="cx">                 RenderText {#text} at (0,0) size 226x18
</span><span class="cx">                   text run at (0,0) width 226: &quot;HP Peripherals Developer Program&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug4093expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4093-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4093-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4093-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,26 +10,26 @@
</span><span class="cx">               RenderBlock (anonymous) at (2,2) size 772x18
</span><span class="cx">                 RenderText {#text} at (0,0) size 12x18
</span><span class="cx">                   text run at (0,0) width 12: &quot;Y&quot;
</span><del>-                RenderTable {TABLE} at (547,0) size 225x215
-                  RenderTableSection {TBODY} at (0,0) size 225x215
-                    RenderTableRow {TR} at (0,0) size 225x163
-                      RenderTableCell {TD} at (0,107) size 11x1 [r=0 c=0 rs=4 cs=1]
</del><ins>+                RenderTable {TABLE} at (548,0) size 224x215
+                  RenderTableSection {TBODY} at (0,0) size 224x215
+                    RenderTableRow {TR} at (0,0) size 224x163
+                      RenderTableCell {TD} at (0,107) size 10x1 [r=0 c=0 rs=4 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 10x1
</span><del>-                      RenderTableCell {TD} at (10,0) size 215x163 [r=0 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (10,0) size 214x163 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 214x163
</span><del>-                    RenderTableRow {TR} at (0,163) size 225x8
-                      RenderTableCell {TD} at (10,163) size 215x8 [r=1 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,163) size 224x8
+                      RenderTableCell {TD} at (10,163) size 214x8 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 1x8
</span><del>-                    RenderTableRow {TR} at (0,171) size 225x36
-                      RenderTableCell {TD} at (10,171) size 215x36 [r=2 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,171) size 224x36
+                      RenderTableCell {TD} at (10,171) size 214x36 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderInline {FONT} at (0,0) size 209x36 [color=#666600]
</span><span class="cx">                           RenderText {#text} at (0,0) size 209x36
</span><span class="cx">                             text run at (0,0) width 196: &quot;CleanSweep Deluxe tracks the files you use&quot;
</span><span class="cx">                             text run at (0,12) width 209: &quot;most often, then recommends rarely used ones&quot;
</span><span class="cx">                             text run at (0,24) width 75: &quot;for you to delete.&quot;
</span><span class="cx">                           RenderBR {BR} at (74,34) size 1x0
</span><del>-                    RenderTableRow {TR} at (0,207) size 225x8
-                      RenderTableCell {TD} at (10,207) size 215x8 [r=3 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,207) size 224x8
+                      RenderTableCell {TD} at (10,207) size 214x8 [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderImage {IMG} at (0,0) size 1x8
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">               RenderBlock {P} at (2,36) size 772x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug42187expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug42187-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug42187-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug42187-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,19 +6,19 @@
</span><span class="cx">       RenderBlock {H4} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 563x18
</span><span class="cx">           text run at (0,0) width 563: &quot;Try resizing the window horizantally - the red cell should be 195 pixels at all times.&quot;
</span><del>-      RenderTable {TABLE} at (0,39) size 405x79 [bgcolor=#FFFF00] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 403x76
-          RenderTableRow {TR} at (0,0) size 403x20
</del><ins>+      RenderTable {TABLE} at (0,39) size 404x79 [bgcolor=#FFFF00] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 402x76
+          RenderTableRow {TR} at (0,0) size 402x20
</ins><span class="cx">             RenderTableCell {TD} at (0,9) size 202x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">             RenderTableCell {TD} at (202,9) size 102x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (304,0) size 99x20 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (304,0) size 98x20 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 96x18
</span><span class="cx">                 text run at (1,1) width 96: &quot;xxxxxxxxxxxx&quot;
</span><del>-          RenderTableRow {TR} at (0,20) size 403x56
</del><ins>+          RenderTableRow {TR} at (0,20) size 402x56
</ins><span class="cx">             RenderTableCell {TD} at (0,38) size 202x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 4x18
</span><span class="cx">                 text run at (1,1) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (202,20) size 201x56 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (202,20) size 200x56 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 183x54
</span><span class="cx">                 text run at (1,1) width 183: &quot;Now you can vote forTLJ as&quot;
</span><span class="cx">                 text run at (1,19) width 112: &quot;game of the year &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug4385expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4385-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4385-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4385-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,11 +6,11 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x52 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x50
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x22
</span><del>-            RenderTableCell {TD} at (2,2) size 778x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,2) size 779x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 12x18
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x22
</span><del>-            RenderTableCell {TD} at (2,35) size 16x4 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (19,26) size 761x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,35) size 15x4 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (19,26) size 762x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 200x18
</span><span class="cx">                 text run at (2,2) width 200: &quot;This text is invariably wrapped&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug4427expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4427-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4427-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4427-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,66 +7,66 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 781x36
</span><span class="cx">           text run at (0,0) width 781: &quot;the following is not the bug but is related. Nav put's the images in the 2nd cell on the same line. Border widths of cells are&quot;
</span><span class="cx">           text run at (0,18) width 83: &quot;suspect here.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 29x6 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 27x4
-          RenderTableRow {TR} at (0,0) size 27x4
-            RenderTableCell {TD} at (0,0) size 5x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,36) size 28x6 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 26x4
+          RenderTableRow {TR} at (0,0) size 26x4
+            RenderTableCell {TD} at (0,0) size 4x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 2x2
</span><del>-            RenderTableCell {TD} at (4,0) size 23x4 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (4,0) size 22x4 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 10x2
</span><span class="cx">               RenderImage {IMG} at (11,1) size 10x2
</span><span class="cx">       RenderBlock (anonymous) at (0,42) size 784x36
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 665x18
</span><span class="cx">           text run at (0,18) width 665: &quot;the following is related to the bug. Nav put's the images in the last cell of the last table on the same line.&quot;
</span><del>-      RenderTable {TABLE} at (0,78) size 701x32
-        RenderTableSection {TBODY} at (0,0) size 701x32
-          RenderTableRow {TR} at (0,0) size 701x32
-            RenderTableCell {TD} at (0,0) size 176x32 [r=0 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (0,0) size 176x32
-                RenderTableSection {TBODY} at (0,0) size 176x32
-                  RenderTableRow {TR} at (0,0) size 176x2
-                    RenderTableCell {TD} at (0,0) size 176x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,78) size 700x32
+        RenderTableSection {TBODY} at (0,0) size 700x32
+          RenderTableRow {TR} at (0,0) size 700x32
+            RenderTableCell {TD} at (0,0) size 175x32 [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (0,0) size 175x32
+                RenderTableSection {TBODY} at (0,0) size 175x32
+                  RenderTableRow {TR} at (0,0) size 175x2
+                    RenderTableCell {TD} at (0,0) size 175x2 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (0,0) size 7x2
</span><del>-                  RenderTableRow {TR} at (0,2) size 176x29
-                    RenderTableCell {TD} at (0,2) size 176x29 [r=1 c=0 rs=1 cs=8]
</del><ins>+                  RenderTableRow {TR} at (0,2) size 175x29
+                    RenderTableCell {TD} at (0,2) size 175x29 [r=1 c=0 rs=1 cs=8]
</ins><span class="cx">                       RenderInline {A} at (0,0) size 156x18 [color=#0000EE]
</span><span class="cx">                         RenderImage {IMG} at (0,0) size 156x29
</span><span class="cx">                       RenderImage {IMG} at (156,0) size 19x29
</span><del>-                  RenderTableRow {TR} at (0,31) size 176x1
-                    RenderTableCell {TD} at (0,31) size 176x1 [r=2 c=0 rs=1 cs=3]
</del><ins>+                  RenderTableRow {TR} at (0,31) size 175x1
+                    RenderTableCell {TD} at (0,31) size 175x1 [r=2 c=0 rs=1 cs=3]
</ins><span class="cx">                       RenderImage {IMG} at (0,0) size 156x1
</span><del>-            RenderTableCell {TD} at (175,0) size 526x23 [r=0 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (0,0) size 526x23
-                RenderTableSection {TBODY} at (0,0) size 526x23
-                  RenderTableRow {TR} at (0,0) size 526x2
-                    RenderTableCell {TD} at (0,0) size 21x2 [bgcolor=#FFFFFF] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (175,0) size 525x23 [r=0 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (0,0) size 525x23
+                RenderTableSection {TBODY} at (0,0) size 525x23
+                  RenderTableRow {TR} at (0,0) size 525x2
+                    RenderTableCell {TD} at (0,0) size 20x2 [bgcolor=#FFFFFF] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (0,0) size 20x2
</span><del>-                    RenderTableCell {TD} at (20,0) size 21x2 [bgcolor=#FFFFFF] [r=0 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (20,0) size 20x2 [bgcolor=#FFFFFF] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (0,0) size 20x2
</span><del>-                    RenderTableCell {TD} at (40,0) size 21x2 [bgcolor=#FFFFFF] [r=0 c=2 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (40,0) size 20x2 [bgcolor=#FFFFFF] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (0,0) size 20x2
</span><del>-                    RenderTableCell {TD} at (60,0) size 21x2 [bgcolor=#FFFFFF] [r=0 c=3 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (60,0) size 20x2 [bgcolor=#FFFFFF] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (0,0) size 20x2
</span><del>-                    RenderTableCell {TD} at (80,0) size 68x2 [bgcolor=#FFFFFF] [r=0 c=4 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (80,0) size 67x2 [bgcolor=#FFFFFF] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (0,0) size 67x2
</span><del>-                    RenderTableCell {TD} at (147,0) size 82x2 [bgcolor=#FFFFFF] [r=0 c=5 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (147,0) size 81x2 [bgcolor=#FFFFFF] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (0,0) size 81x2
</span><del>-                    RenderTableCell {TD} at (228,0) size 78x2 [bgcolor=#FFFFFF] [r=0 c=6 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (228,0) size 77x2 [bgcolor=#FFFFFF] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (0,0) size 77x2
</span><del>-                    RenderTableCell {TD} at (305,0) size 64x2 [bgcolor=#FFFFFF] [r=0 c=7 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (305,0) size 63x2 [bgcolor=#FFFFFF] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (0,0) size 63x2
</span><del>-                    RenderTableCell {TD} at (368,0) size 21x2 [bgcolor=#FFFFFF] [r=0 c=8 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (368,0) size 20x2 [bgcolor=#FFFFFF] [r=0 c=8 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (0,0) size 20x2
</span><del>-                    RenderTableCell {TD} at (388,0) size 20x2 [bgcolor=#FFFFFF] [r=0 c=9 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (388,0) size 19x2 [bgcolor=#FFFFFF] [r=0 c=9 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (0,0) size 19x2
</span><del>-                    RenderTableCell {TD} at (407,0) size 102x2 [bgcolor=#FFFFFF] [r=0 c=10 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (407,0) size 101x2 [bgcolor=#FFFFFF] [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (0,0) size 101x2
</span><del>-                    RenderTableCell {TD} at (508,0) size 18x2 [r=0 c=11 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (508,0) size 17x2 [r=0 c=11 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (0,0) size 15x2
</span><span class="cx">                       RenderImage {IMG} at (15,0) size 2x2
</span><del>-                  RenderTableRow {TR} at (0,2) size 526x21
-                    RenderTableCell {TD} at (0,2) size 526x21 [r=1 c=0 rs=1 cs=12]
</del><ins>+                  RenderTableRow {TR} at (0,2) size 525x21
+                    RenderTableCell {TD} at (0,2) size 525x21 [r=1 c=0 rs=1 cs=12]
</ins><span class="cx">                       RenderImage {IMG} at (0,0) size 525x18
</span><span class="cx">                       RenderBR {BR} at (525,18) size 0x0
</span><span class="cx">                       RenderImage {IMG} at (0,18) size 525x1
</span><span class="lines">@@ -74,12 +74,12 @@
</span><span class="cx">                       RenderImage {IMG} at (0,19) size 525x2
</span><span class="cx">       RenderBlock (anonymous) at (0,110) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,128) size 428x199 [bgcolor=#CCCCCC] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 426x197
-          RenderTableRow {TR} at (0,1) size 426x76
-            RenderTableCell {TD} at (1,1) size 21x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 17x18
-                text run at (2,2) width 17: &quot;1. &quot;
</del><ins>+      RenderTable {TABLE} at (0,128) size 427x199 [bgcolor=#CCCCCC] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 425x197
+          RenderTableRow {TR} at (0,1) size 425x76
+            RenderTableCell {TD} at (1,1) size 20x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 16x18
+                text run at (2,2) width 16: &quot;1. &quot;
</ins><span class="cx">             RenderTableCell {TD} at (22,1) size 230x76 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 68x18
</span><span class="cx">                 text run at (2,2) width 68: &quot;Some One&quot;
</span><span class="lines">@@ -103,17 +103,17 @@
</span><span class="cx">               RenderImage {IMG} at (56,2) size 39x34
</span><span class="cx">               RenderImage {IMG} at (94,35) size 13x1
</span><span class="cx">               RenderImage {IMG} at (106,2) size 39x34
</span><del>-          RenderTableRow {TR} at (0,78) size 426x23
-            RenderTableCell {TD} at (1,87) size 21x5 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,78) size 425x23
+            RenderTableCell {TD} at (1,87) size 20x5 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (22,78) size 403x23 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=3]
</span><span class="cx">               RenderImage {IMG} at (2,2) size 398x1
</span><span class="cx">               RenderBR {BR} at (400,3) size 0x0
</span><span class="cx">               RenderText {#text} at (2,3) size 4x18
</span><span class="cx">                 text run at (2,3) width 4: &quot; &quot;
</span><del>-          RenderTableRow {TR} at (0,102) size 426x94
-            RenderTableCell {TD} at (1,102) size 21x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 17x18
-                text run at (2,2) width 17: &quot;2. &quot;
</del><ins>+          RenderTableRow {TR} at (0,102) size 425x94
+            RenderTableCell {TD} at (1,102) size 20x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 16x18
+                text run at (2,2) width 16: &quot;2. &quot;
</ins><span class="cx">             RenderTableCell {TD} at (22,102) size 230x94 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 221x36
</span><span class="cx">                 text run at (2,2) width 221: &quot;FORECLOSURES AAA HOMES&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug44505expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug44505-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug44505-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug44505-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -132,7 +132,7 @@
</span><span class="cx">           RenderText {#text} at (74,0) size 36x13
</span><span class="cx">             text run at (74,0) width 36: &quot;button&quot;
</span><span class="cx"> layer at (294,275) size 11x26 clip at (295,276) size 9x24
</span><del>-  RenderTableCell {TD} at (284,4) size 12x22 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (284,4) size 13x22 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">     RenderText {#text} at (2,2) size 4x18
</span><span class="cx">       text run at (2,2) width 4: &quot; &quot;
</span><span class="cx"> layer at (11,303) size 281x22 clip at (12,304) size 279x20
</span><span class="lines">@@ -140,7 +140,7 @@
</span><span class="cx">     RenderText {#text} at (2,2) size 4x18
</span><span class="cx">       text run at (2,2) width 4: &quot; &quot;
</span><span class="cx"> layer at (294,303) size 11x22 clip at (295,304) size 9x20
</span><del>-  RenderTableCell {TD} at (284,30) size 12x22 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (284,30) size 13x22 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">     RenderText {#text} at (2,2) size 4x18
</span><span class="cx">       text run at (2,2) width 4: &quot; &quot;
</span><span class="cx"> layer at (11,331) size 172x46 clip at (12,332) size 170x44 scrollWidth 216
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug4501expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4501-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4501-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4501-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x221 [bgcolor=#FFCC00] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x219
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x199
</span><del>-            RenderTableCell {TD} at (0,0) size 114x199 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 113x199 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 111x197
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableCell {TD} at (113,0) size 669x100 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 381x98
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderTableRow {TR} at (0,199) size 782x20
</span><del>-            RenderTableCell {TD} at (0,199) size 114x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,199) size 113x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 96x18
</span><span class="cx">                 text run at (1,1) width 96: &quot;something else&quot;
</span><span class="cx">             RenderTableCell {TD} at (113,199) size 669x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug4527expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x0
</span><span class="cx">         RenderInline {BASEFONT} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,0) size 613x155
-        RenderTableSection {TBODY} at (0,0) size 613x155
-          RenderTableRow {TR} at (0,0) size 613x130
-            RenderTableCell {TD} at (0,35) size 127x85 [r=0 c=0 rs=2 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 613x95
+        RenderTableSection {TBODY} at (0,0) size 613x95
+          RenderTableRow {TR} at (0,0) size 613x70
+            RenderTableCell {TD} at (0,5) size 126x85 [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderInline {A} at (0,0) size 126x18 [color=#0000EE]
</span><span class="cx">                 RenderImage {IMG} at (0,0) size 126x85
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (126,0) size 487x130 [r=0 c=1 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (126,0) size 488x70 [r=0 c=1 rs=1 cs=3]
</ins><span class="cx">               RenderInline {NOBR} at (0,0) size 19x18
</span><span class="cx">                 RenderIFrame {IFRAME} at (0,0) size 468x60
</span><span class="cx">                   layer at (0,0) size 468x60
</span><span class="lines">@@ -28,22 +28,22 @@
</span><span class="cx">                           RenderImage {IMG} at (0,0) size 468x60
</span><span class="cx">                         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderInline {A} at (0,0) size 19x18 [color=#0000EE]
</span><del>-                  RenderImage {IMG} at (0,60) size 19x60
-              RenderBR {BR} at (19,120) size 0x0
-              RenderImage {IMG} at (0,120) size 470x10
-              RenderBR {BR} at (470,130) size 0x0
-          RenderTableRow {TR} at (0,130) size 613x25
-            RenderTableCell {TD} at (126,130) size 249x25 [bgcolor=#CCCCCC] [r=1 c=1 rs=1 cs=1]
</del><ins>+                  RenderImage {IMG} at (468,0) size 19x60
+              RenderBR {BR} at (487,60) size 0x0
+              RenderImage {IMG} at (0,60) size 470x10
+              RenderBR {BR} at (470,70) size 0x0
+          RenderTableRow {TR} at (0,70) size 613x25
+            RenderTableCell {TD} at (126,70) size 249x25 [bgcolor=#CCCCCC] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 232x25
</span><del>-            RenderTableCell {TD} at (374,131) size 109x23 [bgcolor=#CCCCCC] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (374,71) size 109x23 [bgcolor=#CCCCCC] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderTextControl {INPUT} at (5,2) size 72x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><span class="cx">               RenderImage {INPUT} at (78,3) size 26x18
</span><del>-            RenderTableCell {TD} at (482,130) size 131x25 [bgcolor=#CCCCCC] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (482,70) size 132x25 [bgcolor=#CCCCCC] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {INPUT} at (2,6) size 12x12
</span><span class="cx">               RenderImage {IMG} at (16,0) size 40x25
</span><span class="cx">               RenderBlock {INPUT} at (58,6) size 12x12
</span><span class="cx">               RenderText {#text} at (72,2) size 4x18
</span><span class="cx">                 text run at (72,2) width 4: &quot; &quot;
</span><span class="cx">               RenderImage {IMG} at (76,0) size 46x25
</span><del>-layer at (391,144) size 65x13
</del><ins>+layer at (391,84) size 65x13
</ins><span class="cx">   RenderBlock {DIV} at (3,3) size 66x13
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug45350expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug45350-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug45350-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug45350-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,15 +3,15 @@
</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 39x46
-        RenderTableSection {TBODY} at (0,0) size 39x46
-          RenderTableRow {TR} at (0,2) size 39x20
-            RenderTableCell {TD} at (2,2) size 11x20 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 38x46
+        RenderTableSection {TBODY} at (0,0) size 38x46
+          RenderTableRow {TR} at (0,2) size 38x20
+            RenderTableCell {TD} at (2,2) size 10x20 [bgcolor=#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;a&quot;
</span><del>-            RenderTableCell {TD} at (14,13) size 23x20 [bgcolor=#FFA500] [r=0 c=1 rs=2 cs=1]
</del><ins>+            RenderTableCell {TD} at (14,13) size 22x20 [bgcolor=#FFA500] [r=0 c=1 rs=2 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 20x18
</span><del>-          RenderTableRow {TR} at (0,24) size 39x20
-            RenderTableCell {TD} at (2,24) size 11x20 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 9x18
-                text run at (1,1) width 9: &quot;x&quot;
</del><ins>+          RenderTableRow {TR} at (0,24) size 38x20
+            RenderTableCell {TD} at (2,24) size 10x20 [bgcolor=#0000FF] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 8x18
+                text run at (1,1) width 8: &quot;x&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug45486expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug45486-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug45486-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug45486-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 77x22 [border: (1px inset #808080)] [r=0 c=0 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;10%&quot;
</span><del>-            RenderTableCell {TD} at (80,2) size 700x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=5]
</del><ins>+            RenderTableCell {TD} at (80,2) size 701x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=5]
</ins><span class="cx">               RenderText {#text} at (2,2) size 95x18
</span><span class="cx">                 text run at (2,2) width 95: &quot;90% colspan 5&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x22
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">             RenderTableCell {TD} at (236,26) size 389x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=3]
</span><span class="cx">               RenderText {#text} at (2,2) size 95x18
</span><span class="cx">                 text run at (2,2) width 95: &quot;50% colspan 3&quot;
</span><del>-            RenderTableCell {TD} at (626,26) size 154x22 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (626,26) size 155x22 [border: (1px inset #808080)] [r=1 c=5 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;20%&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,50) size 782x22
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">             RenderTableCell {TD} at (315,50) size 310x22 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 95x18
</span><span class="cx">                 text run at (2,2) width 95: &quot;40% colspan 2&quot;
</span><del>-            RenderTableCell {TD} at (626,50) size 154x22 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (626,50) size 155x22 [border: (1px inset #808080)] [r=2 c=5 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;20%&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,74) size 782x22
</span><span class="lines">@@ -39,13 +39,13 @@
</span><span class="cx">             RenderTableCell {TD} at (547,74) size 78x22 [border: (1px inset #808080)] [r=3 c=4 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;10%&quot;
</span><del>-            RenderTableCell {TD} at (626,74) size 154x22 [border: (1px inset #808080)] [r=3 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (626,74) size 155x22 [border: (1px inset #808080)] [r=3 c=5 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;20%&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,98) size 782x22
</span><span class="cx">             RenderTableCell {TD} at (2,98) size 623x22 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=5]
</span><span class="cx">               RenderText {#text} at (2,2) size 95x18
</span><span class="cx">                 text run at (2,2) width 95: &quot;80% colspan 5&quot;
</span><del>-            RenderTableCell {TD} at (626,98) size 154x22 [border: (1px inset #808080)] [r=4 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (626,98) size 155x22 [border: (1px inset #808080)] [r=4 c=5 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;20%&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug4576expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4576-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4576-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4576-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,13 +7,13 @@
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 600x446
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 600x442
</span><span class="cx">             RenderTableCell {TD} at (2,222) size 98x2 [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (101,2) size 33x442 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (102,2) size 32x442 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 30x440
</span><del>-            RenderTableCell {TD} at (135,65) size 463x316 [r=0 c=2 rs=1 cs=1]
-              RenderTable {TABLE} at (1,1) size 461x230
-                RenderTableSection {TBODY} at (0,0) size 461x230
-                  RenderTableRow {TR} at (0,2) size 461x226
-                    RenderTableCell {TD} at (2,68) size 253x94 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (136,65) size 462x316 [r=0 c=2 rs=1 cs=1]
+              RenderTable {TABLE} at (1,1) size 460x230
+                RenderTableSection {TBODY} at (0,0) size 460x230
+                  RenderTableRow {TR} at (0,2) size 460x226
+                    RenderTableCell {TD} at (2,68) size 252x94 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderTable {TABLE} at (1,1) size 250x91
</span><span class="cx">                         RenderTableSection {TBODY} at (0,0) size 250x91
</span><span class="cx">                           RenderTableRow {TR} at (0,2) size 250x87
</span><span class="lines">@@ -23,26 +23,26 @@
</span><span class="cx">                                 text run at (97,1) width 121: &quot;Text text, text: text&quot;
</span><span class="cx">                                 text run at (97,19) width 125: &quot;text text; text. Text,&quot;
</span><span class="cx">                                 text run at (97,37) width 68: &quot;text text....&quot;
</span><del>-                    RenderTableCell {TD} at (256,2) size 203x226 [r=0 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (256,2) size 202x226 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderTable {TABLE} at (1,1) size 200x224 [border: (10px outset #808080)]
</span><span class="cx">                         RenderTableSection {TBODY} at (10,10) size 180x204
</span><span class="cx">                           RenderTableRow {TR} at (0,2) size 180x200
</span><span class="cx">                             RenderTableCell {TD} at (2,100) size 176x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><del>-              RenderBlock (anonymous) at (1,231) size 461x36
</del><ins>+              RenderBlock (anonymous) at (1,231) size 460x36
</ins><span class="cx">                 RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">                 RenderText {#text} at (0,18) size 108x18
</span><span class="cx">                   text run at (0,18) width 108: &quot;This is bug 2904&quot;
</span><del>-              RenderTable {TABLE} at (1,267) size 63x48 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 61x46
-                  RenderTableRow {TR} at (0,2) size 61x42
-                    RenderTableCell {TD} at (2,7) size 23x32 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                      RenderTable {TABLE} at (2,2) size 19x28 [border: (1px outset #808080)]
-                        RenderTableSection {TBODY} at (1,1) size 17x26
-                          RenderTableRow {TR} at (0,2) size 17x22
-                            RenderTableCell {TD} at (2,2) size 13x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (1,267) size 62x48 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 60x46
+                  RenderTableRow {TR} at (0,2) size 60x42
+                    RenderTableCell {TD} at (2,7) size 22x32 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                      RenderTable {TABLE} at (2,2) size 18x28 [border: (1px outset #808080)]
+                        RenderTableSection {TBODY} at (1,1) size 16x26
+                          RenderTableRow {TR} at (0,2) size 16x22
+                            RenderTableCell {TD} at (2,2) size 12x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                                 text run at (2,2) width 8: &quot;x&quot;
</span><del>-                    RenderTableCell {TD} at (26,2) size 33x42 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-                      RenderBlock {DIV} at (2,2) size 49x38 [border: (10px groove #008000)]
</del><ins>+                    RenderTableCell {TD} at (26,2) size 32x42 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+                      RenderBlock {DIV} at (2,2) size 48x38 [border: (10px groove #008000)]
</ins><span class="cx">                         RenderText {#text} at (10,10) size 8x18
</span><span class="cx">                           text run at (10,10) width 8: &quot;x&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug462681expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46268-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46268-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46268-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</span><span class="cx"> layer at (0,0) size 800x104
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x104
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x88
</span><del>-      RenderTable {TABLE} at (0,0) size 212x88 [bgcolor=#FF0000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 210x86
-          RenderTableRow {TR} at (0,5) size 210x22 [bgcolor=#0000FF]
</del><ins>+      RenderTable {TABLE} at (0,0) size 211x88 [bgcolor=#FF0000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 209x86
+          RenderTableRow {TR} at (0,5) size 209x22 [bgcolor=#0000FF]
</ins><span class="cx">             RenderTableCell {TD} at (5,5) size 47x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x18
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell A&quot;
</span><span class="lines">@@ -15,10 +15,10 @@
</span><span class="cx">             RenderTableCell {TD} at (106,5) size 47x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 42x18
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell C&quot;
</span><del>-            RenderTableCell {TD} at (157,5) size 48x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (157,5) size 47x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x18
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell D&quot;
</span><del>-          RenderTableRow {TR} at (0,32) size 210x22
</del><ins>+          RenderTableRow {TR} at (0,32) size 209x22
</ins><span class="cx">             RenderTableCell {TD} at (5,32) size 47x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 41x18
</span><span class="cx">                 text run at (2,2) width 41: &quot;Cell E&quot;
</span><span class="lines">@@ -28,10 +28,10 @@
</span><span class="cx">             RenderTableCell {TD} at (106,32) size 47x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x18
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell G&quot;
</span><del>-            RenderTableCell {TD} at (157,32) size 48x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (157,32) size 47x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x18
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell H&quot;
</span><del>-          RenderTableRow {TR} at (0,59) size 210x22
</del><ins>+          RenderTableRow {TR} at (0,59) size 209x22
</ins><span class="cx">             RenderTableCell {TD} at (5,59) size 47x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 36x18
</span><span class="cx">                 text run at (2,2) width 36: &quot;Cell I&quot;
</span><span class="lines">@@ -41,6 +41,6 @@
</span><span class="cx">             RenderTableCell {TD} at (106,59) size 47x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x18
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell K&quot;
</span><del>-            RenderTableCell {TD} at (157,59) size 48x22 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (157,59) size 47x22 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 41x18
</span><span class="cx">                 text run at (2,2) width 41: &quot;Cell L&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug462682expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46268-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46268-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46268-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,9 +3,9 @@
</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 212x88 [bgcolor=#FF0000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 210x86
-          RenderTableRow {TR} at (0,5) size 210x22 [bgcolor=#0000FF]
</del><ins>+      RenderTable {TABLE} at (0,0) size 211x88 [bgcolor=#FF0000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 209x86
+          RenderTableRow {TR} at (0,5) size 209x22 [bgcolor=#0000FF]
</ins><span class="cx">             RenderTableCell {TD} at (5,5) size 47x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x18
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell A&quot;
</span><span class="lines">@@ -15,10 +15,10 @@
</span><span class="cx">             RenderTableCell {TD} at (106,5) size 47x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 42x18
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell C&quot;
</span><del>-            RenderTableCell {TD} at (157,5) size 48x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (157,5) size 47x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x18
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell D&quot;
</span><del>-          RenderTableRow {TR} at (0,32) size 210x22
</del><ins>+          RenderTableRow {TR} at (0,32) size 209x22
</ins><span class="cx">             RenderTableCell {TD} at (5,32) size 47x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 41x18
</span><span class="cx">                 text run at (2,2) width 41: &quot;Cell E&quot;
</span><span class="lines">@@ -28,10 +28,10 @@
</span><span class="cx">             RenderTableCell {TD} at (106,32) size 47x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x18
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell G&quot;
</span><del>-            RenderTableCell {TD} at (157,32) size 48x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (157,32) size 47x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x18
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell H&quot;
</span><del>-          RenderTableRow {TR} at (0,59) size 210x22
</del><ins>+          RenderTableRow {TR} at (0,59) size 209x22
</ins><span class="cx">             RenderTableCell {TD} at (5,59) size 47x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 36x18
</span><span class="cx">                 text run at (2,2) width 36: &quot;Cell I&quot;
</span><span class="lines">@@ -41,6 +41,6 @@
</span><span class="cx">             RenderTableCell {TD} at (106,59) size 47x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x18
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell K&quot;
</span><del>-            RenderTableCell {TD} at (157,59) size 48x22 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (157,59) size 47x22 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 41x18
</span><span class="cx">                 text run at (2,2) width 41: &quot;Cell L&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug463681expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">                         text run at (208,57) width 181: &quot;See the for more info. We're&quot;
</span><span class="cx">                         text run at (2,75) width 326: &quot;gathering contributor input now, in the newsgroup.&quot;
</span><span class="cx">                       RenderBR {BR} at (327,89) size 1x0
</span><del>-            RenderTableCell {TD} at (457,25) size 323x59 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (457,25) size 324x59 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 293x55
</span><span class="cx">                 text run at (2,3) width 273: &quot;This status update contains information on&quot;
</span><span class="cx">                 text run at (2,21) width 231: &quot;MailNews, XML/DOM, XPToolkit,&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug466231expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46623-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46623-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46623-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 [bgcolor=#FFFFFF]
</span><del>-      RenderTable {TABLE} at (0,0) size 361x92 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 359x90
-          RenderTableRow {TR} at (0,2) size 359x86
-            RenderTableCell {TD} at (2,2) size 355x86 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (2,2) size 351x82 [bgcolor=#FFCC99] [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 349x80
-                  RenderTableRow {TR} at (0,2) size 349x76
</del><ins>+      RenderTable {TABLE} at (0,0) size 360x92 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 358x90
+          RenderTableRow {TR} at (0,2) size 358x86
+            RenderTableCell {TD} at (2,2) size 354x86 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (2,2) size 350x82 [bgcolor=#FFCC99] [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 348x80
+                  RenderTableRow {TR} at (0,2) size 348x76
</ins><span class="cx">                     RenderTableCell {TD} at (2,14) size 247x52 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">                       RenderInline {B} at (0,0) size 101x18
</span><span class="cx">                         RenderText {#text} at (2,2) size 101x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug466232expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46623-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46623-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46623-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,6 +19,6 @@
</span><span class="cx">                         text run at (2,56) width 276: &quot;of construction bid opportunities, currently&quot;
</span><span class="cx">                         text run at (2,74) width 60: &quot;covering &quot;
</span><span class="cx">                         text run at (61,74) width 62: &quot;13 states!&quot;
</span><del>-            RenderTableCell {TD} at (326,2) size 310x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (326,2) size 311x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 208x18
</span><span class="cx">                 text run at (2,2) width 208: &quot;Expanded Geographic Coverage&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug47432expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug47432-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug47432-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug47432-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,42 +6,42 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 700x52 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 698x50
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 698x22
</span><del>-            RenderTableCell {TD} at (2,2) size 694x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (2,2) size 695x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,2) size 589x18
</span><span class="cx">                 text run at (2,2) width 589: &quot;lots of text goes here even more and more and more and more and more and more and more&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 698x22
</span><span class="cx">             RenderTableCell {TD} at (2,26) size 682x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 514x18
</span><span class="cx">                 text run at (2,2) width 514: &quot;aaaaaaaaaaaa bbbbbbbbbbbbbbb cccccccccccccccccccccccccc dddddddddddddd&quot;
</span><del>-            RenderTableCell {TD} at (685,26) size 11x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (685,26) size 12x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 4x18
</span><span class="cx">                 text run at (2,2) width 4: &quot; &quot;
</span><span class="cx">       RenderBlock {P} at (0,68) size 784x0
</span><span class="cx">       RenderTable {TABLE} at (0,68) size 700x52 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 698x50
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 698x22
</span><del>-            RenderTableCell {TD} at (2,2) size 694x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (2,2) size 695x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,2) size 192x18
</span><span class="cx">                 text run at (2,2) width 192: &quot;lots of text goes here even mo&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 698x22
</span><span class="cx">             RenderTableCell {TD} at (2,26) size 682x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 514x18
</span><span class="cx">                 text run at (2,2) width 514: &quot;aaaaaaaaaaaa bbbbbbbbbbbbbbb cccccccccccccccccccccccccc dddddddddddddd&quot;
</span><del>-            RenderTableCell {TD} at (685,26) size 11x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (685,26) size 12x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 4x18
</span><span class="cx">                 text run at (2,2) width 4: &quot; &quot;
</span><span class="cx">       RenderBlock {P} at (0,136) size 784x0
</span><span class="cx">       RenderTable {TABLE} at (0,136) size 700x52 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 698x50
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 698x22
</span><del>-            RenderTableCell {TD} at (2,2) size 694x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (2,2) size 695x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,2) size 184x18
</span><span class="cx">                 text run at (2,2) width 184: &quot;lots of text goes here even m&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 698x22
</span><span class="cx">             RenderTableCell {TD} at (2,26) size 682x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 514x18
</span><span class="cx">                 text run at (2,2) width 514: &quot;aaaaaaaaaaaa bbbbbbbbbbbbbbb cccccccccccccccccccccccccc dddddddddddddd&quot;
</span><del>-            RenderTableCell {TD} at (685,26) size 11x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (685,26) size 12x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 4x18
</span><span class="cx">                 text run at (2,2) width 4: &quot; &quot;
</span><span class="cx">       RenderBlock {HR} at (0,196) size 182x2 [border: (1px inset #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug4803expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4803-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4803-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4803-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,13 +6,13 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 283x18
</span><span class="cx">           text run at (0,0) width 283: &quot;The vertical grey bar should be 1 pixel wide&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 141x36
-        RenderTableSection {TBODY} at (0,0) size 141x36
-          RenderTableRow {TR} at (0,0) size 141x36
-            RenderTableCell {TD} at (0,17) size 2x2 [bgcolor=#999999] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,18) size 140x36
+        RenderTableSection {TBODY} at (0,0) size 140x36
+          RenderTableRow {TR} at (0,0) size 140x36
+            RenderTableCell {TD} at (0,17) size 1x2 [bgcolor=#999999] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 1x2
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (1,0) size 140x36 [bgcolor=#FFFFCC] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (1,0) size 139x36 [bgcolor=#FFFFCC] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 126x36
</span><span class="cx">                 text run at (0,0) width 126: &quot; D A I LY  C H E C&quot;
</span><span class="cx">                 text run at (0,18) width 12: &quot;K&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug48492expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4849-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4849-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4849-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,15 +4,15 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584 [bgcolor=#FFFCCC]
</span><span class="cx">       RenderBlock {CENTER} at (0,0) size 784x125
</span><del>-        RenderTable {TABLE} at (91,0) size 601x125
-          RenderTableSection {TBODY} at (0,0) size 601x125
-            RenderTableRow {TR} at (0,0) size 601x90
-              RenderTableCell {TD} at (0,0) size 150x36 [r=0 c=0 rs=1 cs=1]
-                RenderBlock {CENTER} at (0,0) size 150x36
-                  RenderInline {IFRAMEX} at (0,0) size 0x36
</del><ins>+        RenderTable {TABLE} at (92,0) size 600x125
+          RenderTableSection {TBODY} at (0,0) size 600x125
+            RenderTableRow {TR} at (0,0) size 600x90
+              RenderTableCell {TD} at (0,0) size 151x36 [r=0 c=0 rs=1 cs=1]
+                RenderBlock {CENTER} at (0,0) size 151x36
+                  RenderInline {IFRAMEX} at (0,0) size 1x36
</ins><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><del>-                    RenderBR {BR} at (75,0) size 0x18
-                    RenderBR {BR} at (75,18) size 0x18
</del><ins>+                    RenderBR {BR} at (75,0) size 1x18
+                    RenderBR {BR} at (75,18) size 1x18
</ins><span class="cx">               RenderTableCell {TD} at (150,0) size 2x1 [bgcolor=#FFFFFF] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderImage {IMG} at (0,0) size 1x1
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx">                             text run at (347,5) width 47: &quot;MORE&quot;
</span><span class="cx">                           RenderImage {IMG} at (394,1) size 50x18
</span><span class="cx">                         RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableRow {TR} at (0,90) size 601x35
</del><ins>+            RenderTableRow {TR} at (0,90) size 600x35
</ins><span class="cx">               RenderTableCell {TD} at (0,90) size 601x35 [r=1 c=0 rs=1 cs=3]
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 601x1
</span><span class="cx">                   RenderImage {IMG} at (0,0) size 600x1
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug4849expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4849-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4849-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4849-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,14 +9,14 @@
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 150x18 [bgcolor=#00EEEE] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 102x18
</span><span class="cx">                 text run at (0,0) width 102: &quot;150 pixels wide&quot;
</span><del>-            RenderTableCell {TD} at (150,8) size 2x2 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (150,8) size 1x2 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 1x1
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (151,0) size 450x18 [bgcolor=#EEEE00] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (151,0) size 449x18 [bgcolor=#EEEE00] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 102x18
</span><span class="cx">                 text run at (0,0) width 102: &quot;449 pixels wide&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,18) size 600x28
</span><del>-            RenderTableCell {TD} at (0,18) size 601x28 [bgcolor=#00FF00] [r=1 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (0,18) size 600x28 [bgcolor=#00FF00] [r=1 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (0,0) size 185x18
</span><span class="cx">                 text run at (0,0) width 185: &quot;Bottom cell, 600 pixels wide&quot;
</span><span class="cx">               RenderImage {IMG} at (0,18) size 600x10
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug51727expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,9 +14,9 @@
</span><span class="cx">             RenderText at (0,0) size 142x13
</span><span class="cx">               text run at (0,0) width 142: &quot;(2) Fill cell with short string&quot;
</span><span class="cx">         RenderBR {BR} at (161,23) size 1x18
</span><del>-      RenderTable {TABLE} at (0,44) size 84x26
-        RenderTableSection {TBODY} at (0,0) size 84x26
-          RenderTableRow {TR} at (0,2) size 84x22
-            RenderTableCell {TD} at (2,2) size 80x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,44) size 83x26
+        RenderTableSection {TBODY} at (0,0) size 83x26
+          RenderTableRow {TR} at (0,2) size 83x22
+            RenderTableCell {TD} at (2,2) size 79x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 15x18
</span><span class="cx">                 text run at (2,2) width 15: &quot;aa&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug5188expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug5188-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug5188-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug5188-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 625x153
-        RenderTableSection {TBODY} at (0,0) size 625x153
-          RenderTableRow {TR} at (0,2) size 625x60
-            RenderTableCell {TD} at (2,2) size 151x1 [r=0 c=0 rs=2 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 624x153
+        RenderTableSection {TBODY} at (0,0) size 624x153
+          RenderTableRow {TR} at (0,2) size 624x60
+            RenderTableCell {TD} at (2,2) size 150x1 [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 150x1
</span><span class="cx">             RenderTableCell {TD} at (154,2) size 469x60 [r=0 c=1 rs=1 cs=2]
</span><span class="cx">               RenderImage {IMG} at (0,0) size 468x60
</span><del>-          RenderTableRow {TR} at (0,64) size 625x87
</del><ins>+          RenderTableRow {TR} at (0,64) size 624x87
</ins><span class="cx">             RenderTableCell {TD} at (154,64) size 298x87 [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderTable {TABLE} at (0,0) size 298x87
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 298x87
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug52505expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,19 +12,19 @@
</span><span class="cx">           RenderBlock (anonymous) at (8,2) size 241x13
</span><span class="cx">             RenderText at (0,0) size 241x13
</span><span class="cx">               text run at (0,0) width 241: &quot;[Step 2] Set cell width to 20px (garbage seen)&quot;
</span><del>-      RenderTable {TABLE} at (0,40) size 35x54
-        RenderTableSection {TBODY} at (0,0) size 35x54
-          RenderTableRow {TR} at (0,2) size 35x24
-            RenderTableCell {TD} at (2,2) size 15x24 [border: (2px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,40) size 34x54
+        RenderTableSection {TBODY} at (0,0) size 34x54
+          RenderTableRow {TR} at (0,2) size 34x24
+            RenderTableCell {TD} at (2,2) size 14x24 [border: (2px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x18
</span><span class="cx">                 text run at (3,3) width 8: &quot;1&quot;
</span><del>-            RenderTableCell {TD} at (18,2) size 15x24 [border: (2px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (18,2) size 14x24 [border: (2px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x18
</span><span class="cx">                 text run at (3,3) width 8: &quot;2&quot;
</span><del>-          RenderTableRow {TR} at (0,28) size 35x24
-            RenderTableCell {TD} at (2,28) size 15x24 [border: (2px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,28) size 34x24
+            RenderTableCell {TD} at (2,28) size 14x24 [border: (2px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x18
</span><span class="cx">                 text run at (3,3) width 8: &quot;2&quot;
</span><del>-            RenderTableCell {TD} at (18,28) size 15x24 [border: (2px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (18,28) size 14x24 [border: (2px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 8x18
</span><span class="cx">                 text run at (3,3) width 8: &quot;2&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug52506expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,19 +12,19 @@
</span><span class="cx">           RenderBlock (anonymous) at (8,2) size 164x13
</span><span class="cx">             RenderText at (0,0) size 164x13
</span><span class="cx">               text run at (0,0) width 164: &quot;[Step 2] Set cell height to 20px&quot;
</span><del>-      RenderTable {TABLE} at (0,40) size 43x62
-        RenderTableSection {TBODY} at (0,0) size 43x62
-          RenderTableRow {TR} at (0,2) size 43x28
-            RenderTableCell {TD} at (2,2) size 19x28 [border: (4px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,40) size 42x62
+        RenderTableSection {TBODY} at (0,0) size 42x62
+          RenderTableRow {TR} at (0,2) size 42x28
+            RenderTableCell {TD} at (2,2) size 18x28 [border: (4px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 8x18
</span><span class="cx">                 text run at (5,5) width 8: &quot;1&quot;
</span><del>-            RenderTableCell {TD} at (22,2) size 19x28 [border: (4px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (22,2) size 18x28 [border: (4px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 8x18
</span><span class="cx">                 text run at (5,5) width 8: &quot;2&quot;
</span><del>-          RenderTableRow {TR} at (0,32) size 43x28
-            RenderTableCell {TD} at (2,32) size 19x28 [border: (4px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,32) size 42x28
+            RenderTableCell {TD} at (2,32) size 18x28 [border: (4px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 8x18
</span><span class="cx">                 text run at (5,5) width 8: &quot;2&quot;
</span><del>-            RenderTableCell {TD} at (22,32) size 19x28 [border: (4px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (22,32) size 18x28 [border: (4px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 8x18
</span><span class="cx">                 text run at (5,5) width 8: &quot;2&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug536901expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug53690-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug53690-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug53690-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,11 +6,11 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 32x24
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 32x24
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 32x20
</span><del>-            RenderTableCell {TD} at (2,6) size 13x12 [r=0 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (1,1) size 11x10 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 9x8
-                  RenderTableRow {TR} at (0,2) size 9x4
-                    RenderTableCell {TD} at (2,2) size 5x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,6) size 12x12 [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (1,1) size 10x10 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 8x8
+                  RenderTableRow {TR} at (0,2) size 8x4
+                    RenderTableCell {TD} at (2,2) size 4x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (16,2) size 14x20 [r=0 c=1 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;X&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug536902expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug53690-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug53690-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug53690-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -8,8 +8,8 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 28x28 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 26x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 26x22
</span><del>-            RenderTableCell {TD} at (2,3) size 5x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {FORM} at (2,2) size 1x0
</del><ins>+            RenderTableCell {TD} at (2,3) size 4x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {FORM} at (2,2) size 0x0
</ins><span class="cx">             RenderTableCell {TD} at (8,2) size 16x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 12x18
</span><span class="cx">                 text run at (2,2) width 12: &quot;X&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug53891expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug53891-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug53891-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug53891-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 289x128 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 287x126
-          RenderTableRow {TR} at (0,2) size 287x122
-            RenderTableCell {TD} at (2,2) size 205x122 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 288x128 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 286x126
+          RenderTableRow {TR} at (0,2) size 286x122
+            RenderTableCell {TD} at (2,2) size 204x122 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 200x118 [border: (10px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (10,10) size 180x98
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 180x94
</span><del>-                    RenderTableCell {TD} at (2,27) size 45x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (2,27) size 44x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (2,2) size 40x40
</span><span class="cx">                     RenderTableCell {TD} at (48,2) size 130x94 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 108x90
</span><span class="lines">@@ -19,6 +19,6 @@
</span><span class="cx">                         text run at (2,38) width 108: &quot;xxx xxx xxx xxx&quot;
</span><span class="cx">                         text run at (2,56) width 108: &quot;xxx xxx xxx xxx&quot;
</span><span class="cx">                         text run at (2,74) width 108: &quot;xxx xxx xxx xxx&quot;
</span><del>-            RenderTableCell {TD} at (208,52) size 77x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (208,52) size 76x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 72x18
</span><span class="cx">                 text run at (2,2) width 72: &quot;row2, cell2&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug5538expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug5538-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug5538-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug5538-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,40) size 600x90
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 600x89
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 600x89
</span><del>-            RenderTableCell {TD} at (0,0) size 129x89 [bgcolor=#336699] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 128x89 [bgcolor=#336699] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderInline {A} at (0,0) size 128x18 [color=#0000EE]
</span><span class="cx">                 RenderImage {IMG} at (0,0) size 128x89
</span><span class="cx">             RenderTableCell {TD} at (128,44) size 472x0 [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">         RenderTable {TABLE} at (0,54) size 600x89
</span><span class="cx">           RenderTableSection {TBODY} at (0,0) size 600x89
</span><span class="cx">             RenderTableRow {TR} at (0,0) size 600x89
</span><del>-              RenderTableCell {TD} at (0,0) size 129x89 [bgcolor=#336699] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 128x89 [bgcolor=#336699] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 128x89
</span><span class="cx">               RenderTableCell {TD} at (128,44) size 472x0 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">         RenderTable {TABLE} at (0,143) size 600x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug55789expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug55789-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug55789-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug55789-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 40x18
</span><span class="cx">           text run at (0,0) width 40: &quot;25016&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 39x28
-        RenderTableSection {TBODY} at (0,0) size 39x24
-          RenderTableRow {TR} at (0,2) size 39x20
-            RenderTableCell {TD} at (2,2) size 35x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,18) size 38x28
+        RenderTableSection {TBODY} at (0,0) size 38x24
+          RenderTableRow {TR} at (0,2) size 38x20
+            RenderTableCell {TD} at (2,2) size 34x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x18
</span><span class="cx">                 text run at (1,1) width 32: &quot;4659&quot;
</span><del>-        RenderBlock {CAPTION} at (0,0) size 39x0
-        RenderTableSection {TBODY} at (0,24) size 39x4
-          RenderTableRow {TR} at (0,0) size 39x2
-            RenderTableCell {TH} at (2,0) size 35x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderBlock {CAPTION} at (0,0) size 38x0
+        RenderTableSection {TBODY} at (0,24) size 38x4
+          RenderTableRow {TR} at (0,0) size 38x2
+            RenderTableCell {TH} at (2,0) size 34x2 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug56201expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug56201-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug56201-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug56201-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,16 +3,16 @@
</span><span class="cx"> layer at (0,0) size 800x60
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x60
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x44
</span><del>-      RenderTable {TABLE} at (0,0) size 67x44 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 65x42
-          RenderTableRow {TR} at (0,2) size 65x38
-            RenderTableCell {TD} at (2,2) size 61x38 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (2,2) size 57x34 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 55x32
-                  RenderTableRow {TR} at (0,2) size 55x28
-                    RenderTableCell {TD} at (2,2) size 25x28 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 66x44 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 64x42
+          RenderTableRow {TR} at (0,2) size 64x38
+            RenderTableCell {TD} at (2,2) size 60x38 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (2,2) size 56x34 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 54x32
+                  RenderTableRow {TR} at (0,2) size 54x28
+                    RenderTableCell {TD} at (2,2) size 24x28 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (2,2) size 20x20
</span><span class="cx">                       RenderText {#text} at (0,0) size 0x0
</span><del>-                    RenderTableCell {TD} at (28,2) size 25x28 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (28,2) size 24x28 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (2,2) size 20x20
</span><span class="cx">                       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug578282expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug57828-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug57828-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug57828-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">                   text run at (153,6) width 63: &quot; - updated &quot;
</span><span class="cx">                   text run at (215,6) width 119: &quot;12:15 PM ET Oct 24&quot;
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (510,0) size 165x26 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (510,0) size 166x26 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 104x22
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 104x22
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 104x22
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug5797expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug5797-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug5797-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug5797-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 258x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><del>-            RenderTableCell {TD} at (261,2) size 504x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (261,2) size 505x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;y&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,28) size 769x18
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,92) size 859x610 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 857x608
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 857x604
</span><del>-            RenderTableCell {TD} at (2,2) size 805x604 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 804x604 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 800x600
</span><span class="cx">             RenderTableCell {TD} at (808,257) size 47x94 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x90
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 87x36
</span><span class="cx">                 text run at (2,2) width 87: &quot;I'am fine, and&quot;
</span><span class="cx">                 text run at (2,20) width 32: &quot;you?&quot;
</span><del>-            RenderTableCell {TD} at (373,11) size 392x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (373,11) size 393x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 113x18
</span><span class="cx">                 text run at (2,2) width 113: &quot;I great, thank you&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,766) size 769x18
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx">                 text run at (2,2) width 174: &quot;&lt;../images/pikajumpr.gif\&quot;&gt;&quot;
</span><span class="cx">             RenderTableCell {TD} at (324,30) size 403x146 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (2,2) size 142x142
</span><del>-            RenderTableCell {TD} at (728,2) size 37x202 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (728,2) size 38x202 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 33x198
</span><span class="cx">                 text run at (2,2) width 29: &quot;This&quot;
</span><span class="cx">                 text run at (2,20) width 22: &quot;is a&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug5835expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug5835-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug5835-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug5835-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,11 +14,11 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 414x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (417,2) size 199x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (417,2) size 200x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 618x64
</span><del>-            RenderTableCell {TD} at (2,26) size 614x64 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,26) size 615x64 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 468x60
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,162) size 769x18
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 413x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (416,2) size 200x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (416,2) size 201x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx">       RenderBlock {P} at (0,240) size 769x54
</span><span class="lines">@@ -50,11 +50,11 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 414x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (417,2) size 199x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (417,2) size 200x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 618x64
</span><del>-            RenderTableCell {TD} at (2,26) size 614x64 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,26) size 615x64 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 600x60
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,454) size 769x18
</span><span class="lines">@@ -66,7 +66,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 413x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 139x18
</span><span class="cx">                 text run at (2,2) width 139: &quot;foo (single row table)&quot;
</span><del>-            RenderTableCell {TD} at (416,2) size 200x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (416,2) size 201x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 138x18
</span><span class="cx">                 text run at (2,2) width 138: &quot;bar (single row table)&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,516) size 620x94 [border: (1px outset #808080)]
</span><span class="lines">@@ -75,11 +75,11 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 414x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (417,2) size 199x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (417,2) size 200x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 618x64
</span><del>-            RenderTableCell {TD} at (2,26) size 614x64 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,26) size 615x64 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 400x60
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,626) size 769x54
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug60804expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug60804-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug60804-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug60804-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">                   text run at (27,1) width 51: &quot;PRICE&quot;
</span><span class="cx">             RenderTableCell {TD} at (525,8) size 6x4 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 1x1
</span><del>-            RenderTableCell {TD} at (530,0) size 68x20 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (530,0) size 69x20 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderInline {B} at (0,0) size 41x18
</span><span class="cx">                 RenderText {#text} at (13,1) size 41x18
</span><span class="cx">                   text run at (13,1) width 41: &quot;INFO&quot;
</span><span class="lines">@@ -49,9 +49,9 @@
</span><span class="cx">                   text run at (34,1) width 44: &quot;$270.00&quot;
</span><span class="cx">             RenderTableCell {TD} at (525,8) size 6x4 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 1x1
</span><del>-            RenderTableCell {TD} at (530,0) size 68x20 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (530,0) size 69x20 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (16,1) size 35x18
</span><span class="cx">                 text run at (16,1) width 35: &quot;More&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,20) size 598x3
</span><del>-            RenderTableCell {TD} at (0,20) size 598x3 [bgcolor=#000000] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=8]
</del><ins>+            RenderTableCell {TD} at (0,20) size 599x3 [bgcolor=#000000] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=8]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 1x1
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug60807expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug60807-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug60807-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug60807-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">                   text run at (27,1) width 51: &quot;PRICE&quot;
</span><span class="cx">             RenderTableCell {TD} at (525,8) size 6x4 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 1x1
</span><del>-            RenderTableCell {TD} at (530,0) size 68x20 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (530,0) size 69x20 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderInline {B} at (0,0) size 41x18
</span><span class="cx">                 RenderText {#text} at (13,1) size 41x18
</span><span class="cx">                   text run at (13,1) width 41: &quot;INFO&quot;
</span><span class="lines">@@ -49,9 +49,9 @@
</span><span class="cx">                   text run at (34,1) width 44: &quot;$270.00&quot;
</span><span class="cx">             RenderTableCell {TD} at (525,8) size 6x4 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 1x1
</span><del>-            RenderTableCell {TD} at (530,0) size 68x20 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (530,0) size 69x20 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (16,1) size 35x18
</span><span class="cx">                 text run at (16,1) width 35: &quot;More&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,20) size 598x3
</span><del>-            RenderTableCell {TD} at (0,20) size 598x3 [bgcolor=#000000] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=8]
</del><ins>+            RenderTableCell {TD} at (0,20) size 599x3 [bgcolor=#000000] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=8]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 1x1
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug6184expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug6184-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug6184-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug6184-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x64 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x62
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x40
</span><del>-            RenderTableCell {TD} at (0,0) size 782x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 783x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 732x36
</span><span class="cx">                 text run at (2,2) width 162: &quot;The Supreme Court says &quot;
</span><span class="cx">                 text run at (163,2) width 502: &quot;Wisconsin can continue using tuition vouchers to help poor parents send their &quot;
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,40) size 391x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;hello&quot;
</span><del>-            RenderTableCell {TD} at (391,40) size 391x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (391,40) size 392x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;hello&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,64) size 784x18
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,82) size 600x42 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 598x40
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 598x40
</span><del>-            RenderTableCell {TD} at (0,9) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,9) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;hello&quot;
</span><span class="cx">             RenderTableCell {TD} at (36,0) size 562x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug6304expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug6304-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug6304-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug6304-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -8,195 +8,195 @@
</span><span class="cx">           RenderText {#text} at (225,0) size 334x18
</span><span class="cx">             text run at (225,0) width 334: &quot;Tables I, II, III, IV (cellpadding=0 cellspacing=5)&quot;
</span><span class="cx">         RenderTable {TABLE} at (199,34) size 386x168 [bgcolor=#FFCC00] [border: (1px outset #808080)]
</span><del>-          RenderTableSection {TBODY} at (1,1) size 384x166
-            RenderTableRow {TR} at (0,2) size 384x162
-              RenderTableCell {TD} at (2,2) size 101x162 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                RenderTable {TABLE} at (6,6) size 89x150 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
-                  RenderBlock {CAPTION} at (0,0) size 89x18
</del><ins>+          RenderTableSection {TBODY} at (1,1) size 383x166
+            RenderTableRow {TR} at (0,2) size 383x162
+              RenderTableCell {TD} at (2,2) size 100x162 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderTable {TABLE} at (6,6) size 88x150 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
+                  RenderBlock {CAPTION} at (0,0) size 88x18
</ins><span class="cx">                     RenderInline {NOBR} at (0,0) size 46x18
</span><span class="cx">                       RenderText {#text} at (21,0) size 46x18
</span><span class="cx">                         text run at (21,0) width 46: &quot;Table I&quot;
</span><del>-                  RenderTableSection {TBODY} at (1,19) size 87x130
-                    RenderTableRow {TR} at (0,5) size 87x20
-                      RenderTableCell {TD} at (5,5) size 23x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableSection {TBODY} at (1,19) size 86x130
+                    RenderTableRow {TR} at (0,5) size 86x20
+                      RenderTableCell {TD} at (5,5) size 22x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,5) size 23x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,5) size 22x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,5) size 23x20 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,5) size 22x20 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,3&quot;
</span><del>-                    RenderTableRow {TR} at (0,30) size 87x20
-                      RenderTableCell {TD} at (5,30) size 23x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,30) size 86x20
+                      RenderTableCell {TD} at (5,30) size 22x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,30) size 23x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,30) size 22x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,30) size 23x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,30) size 22x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,3&quot;
</span><del>-                    RenderTableRow {TR} at (0,55) size 87x20
-                      RenderTableCell {TD} at (5,55) size 23x20 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,55) size 86x20
+                      RenderTableCell {TD} at (5,55) size 22x20 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,55) size 23x20 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,55) size 22x20 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,55) size 23x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,55) size 22x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,3&quot;
</span><del>-                    RenderTableRow {TR} at (0,80) size 87x20
-                      RenderTableCell {TD} at (5,80) size 23x20 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,80) size 86x20
+                      RenderTableCell {TD} at (5,80) size 22x20 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;4,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,80) size 23x20 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,80) size 22x20 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;4,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,80) size 23x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,80) size 22x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;4,3&quot;
</span><del>-                    RenderTableRow {TR} at (0,105) size 87x20
-                      RenderTableCell {TD} at (5,105) size 23x20 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,105) size 86x20
+                      RenderTableCell {TD} at (5,105) size 22x20 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;5,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,105) size 23x20 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,105) size 22x20 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;5,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,105) size 23x20 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,105) size 22x20 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;5,3&quot;
</span><del>-              RenderTableCell {TD} at (104,2) size 101x162 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-                RenderTable {TABLE} at (6,6) size 89x150 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
-                  RenderBlock {CAPTION} at (0,0) size 89x18
-                    RenderInline {NOBR} at (0,0) size 51x18
-                      RenderText {#text} at (19,0) size 51x18
-                        text run at (19,0) width 51: &quot;Table II&quot;
-                  RenderTableSection {TBODY} at (1,19) size 87x130
-                    RenderTableRow {TR} at (0,5) size 87x20
-                      RenderTableCell {TD} at (5,5) size 23x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (104,2) size 100x162 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+                RenderTable {TABLE} at (6,6) size 88x150 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
+                  RenderBlock {CAPTION} at (0,0) size 88x18
+                    RenderInline {NOBR} at (0,0) size 50x18
+                      RenderText {#text} at (19,0) size 50x18
+                        text run at (19,0) width 50: &quot;Table II&quot;
+                  RenderTableSection {TBODY} at (1,19) size 86x130
+                    RenderTableRow {TR} at (0,5) size 86x20
+                      RenderTableCell {TD} at (5,5) size 22x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,5) size 23x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,5) size 22x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,5) size 23x20 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,5) size 22x20 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,3&quot;
</span><del>-                    RenderTableRow {TR} at (0,30) size 87x20
-                      RenderTableCell {TD} at (5,30) size 23x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,30) size 86x20
+                      RenderTableCell {TD} at (5,30) size 22x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,42) size 23x21 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,42) size 22x21 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,2) width 20: &quot;2,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,30) size 23x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,30) size 22x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,3&quot;
</span><del>-                    RenderTableRow {TR} at (0,55) size 87x20
-                      RenderTableCell {TD} at (5,67) size 23x21 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,55) size 86x20
+                      RenderTableCell {TD} at (5,67) size 22x21 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,2) width 20: &quot;3,1&quot;
</span><del>-                      RenderTableCell {TD} at (59,55) size 23x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,55) size 22x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;3,3&quot;
</span><del>-                    RenderTableRow {TR} at (0,80) size 87x20
-                      RenderTableCell {TD} at (32,80) size 23x20 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,80) size 86x20
+                      RenderTableCell {TD} at (32,80) size 22x20 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;4,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,80) size 23x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,80) size 22x20 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;4,3&quot;
</span><del>-                    RenderTableRow {TR} at (0,105) size 87x20
-                      RenderTableCell {TD} at (5,105) size 23x20 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,105) size 86x20
+                      RenderTableCell {TD} at (5,105) size 22x20 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;5,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,105) size 23x20 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,105) size 22x20 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;5,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,105) size 23x20 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,105) size 22x20 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;5,3&quot;
</span><del>-              RenderTableCell {TD} at (206,2) size 101x144 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-                RenderTable {TABLE} at (6,6) size 89x132 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
-                  RenderBlock {CAPTION} at (0,0) size 89x18
</del><ins>+              RenderTableCell {TD} at (206,2) size 100x144 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+                RenderTable {TABLE} at (6,6) size 88x132 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
+                  RenderBlock {CAPTION} at (0,0) size 88x18
</ins><span class="cx">                     RenderInline {NOBR} at (0,0) size 56x18
</span><span class="cx">                       RenderText {#text} at (16,0) size 56x18
</span><span class="cx">                         text run at (16,0) width 56: &quot;Table III&quot;
</span><del>-                  RenderTableSection {TBODY} at (1,19) size 87x112
-                    RenderTableRow {TR} at (0,5) size 87x20
-                      RenderTableCell {TD} at (5,5) size 23x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableSection {TBODY} at (1,19) size 86x112
+                    RenderTableRow {TR} at (0,5) size 86x20
+                      RenderTableCell {TD} at (5,5) size 22x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,5) size 23x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,5) size 22x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,5) size 23x20 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,5) size 22x20 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,3&quot;
</span><del>-                    RenderTableRow {TR} at (0,30) size 87x20
-                      RenderTableCell {TD} at (5,30) size 23x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,30) size 86x20
+                      RenderTableCell {TD} at (5,30) size 22x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,33) size 23x21 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,33) size 22x21 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,2) width 20: &quot;2,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,39) size 23x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
-                    RenderTableRow {TR} at (0,55) size 87x2
-                      RenderTableCell {TD} at (5,58) size 23x21 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,39) size 22x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
+                    RenderTableRow {TR} at (0,55) size 86x2
+                      RenderTableCell {TD} at (5,58) size 22x21 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,2) width 20: &quot;3,1&quot;
</span><del>-                      RenderTableCell {TD} at (59,55) size 23x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
-                    RenderTableRow {TR} at (0,62) size 87x20
-                      RenderTableCell {TD} at (32,62) size 23x20 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,55) size 22x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
+                    RenderTableRow {TR} at (0,62) size 86x20
+                      RenderTableCell {TD} at (32,62) size 22x20 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;4,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,71) size 23x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
-                    RenderTableRow {TR} at (0,87) size 87x20
-                      RenderTableCell {TD} at (5,87) size 23x20 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,71) size 22x2 [bgcolor=#FFFF66] [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
+                    RenderTableRow {TR} at (0,87) size 86x20
+                      RenderTableCell {TD} at (5,87) size 22x20 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;5,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,87) size 23x20 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,87) size 22x20 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;5,2&quot;
</span><del>-                      RenderTableCell {TD} at (59,87) size 23x20 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (59,87) size 22x20 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;5,3&quot;
</span><del>-              RenderTableCell {TD} at (308,2) size 74x142 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-                RenderTable {TABLE} at (6,6) size 62x130 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
-                  RenderBlock {CAPTION} at (0,0) size 62x18
</del><ins>+              RenderTableCell {TD} at (308,2) size 73x142 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+                RenderTable {TABLE} at (6,6) size 61x130 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
+                  RenderBlock {CAPTION} at (0,0) size 61x18
</ins><span class="cx">                     RenderInline {NOBR} at (0,0) size 57x18
</span><span class="cx">                       RenderText {#text} at (2,0) size 57x18
</span><span class="cx">                         text run at (2,0) width 57: &quot;Table IV&quot;
</span><del>-                  RenderTableSection {TBODY} at (1,19) size 60x110
-                    RenderTableRow {TR} at (0,5) size 60x20
-                      RenderTableCell {TD} at (5,5) size 23x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableSection {TBODY} at (1,19) size 59x110
+                    RenderTableRow {TR} at (0,5) size 59x20
+                      RenderTableCell {TD} at (5,5) size 22x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,5) size 23x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,5) size 22x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;1,2&quot;
</span><del>-                    RenderTableRow {TR} at (0,30) size 60x20
-                      RenderTableCell {TD} at (5,30) size 23x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,30) size 59x20
+                      RenderTableCell {TD} at (5,30) size 22x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;2,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,32) size 23x21 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,32) size 22x21 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,2) width 20: &quot;2,2&quot;
</span><del>-                    RenderTableRow {TR} at (0,55) size 60x0
-                      RenderTableCell {TD} at (5,57) size 23x21 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,55) size 59x0
+                      RenderTableCell {TD} at (5,57) size 22x21 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x19
</span><span class="cx">                           text run at (1,2) width 20: &quot;3,1&quot;
</span><del>-                    RenderTableRow {TR} at (0,60) size 60x20
-                      RenderTableCell {TD} at (32,60) size 23x20 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,60) size 59x20
+                      RenderTableCell {TD} at (32,60) size 22x20 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;4,2&quot;
</span><del>-                    RenderTableRow {TR} at (0,85) size 60x20
-                      RenderTableCell {TD} at (5,85) size 23x20 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,85) size 59x20
+                      RenderTableCell {TD} at (5,85) size 22x20 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;5,1&quot;
</span><del>-                      RenderTableCell {TD} at (32,85) size 23x20 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (32,85) size 22x20 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (1,1) size 20x18
</span><span class="cx">                           text run at (1,1) width 20: &quot;5,2&quot;
</span><span class="cx">       RenderBlock {HR} at (0,210) size 784x2 [border: (1px inset #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug6404expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug6404-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug6404-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug6404-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">             RenderTableCell {TD} at (152,2) size 150x20 [bgcolor=#DDDDDD] [r=0 c=1 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;X&quot;
</span><del>-            RenderTableCell {TD} at (303,2) size 479x20 [bgcolor=#00FF00] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (303,2) size 480x20 [bgcolor=#00FF00] [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;X&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,24) size 784x146
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx">                 text run at (1,55) width 270: &quot;characters long. (I could have used a table&quot;
</span><span class="cx">                 text run at (1,73) width 50: &quot;instead &quot;
</span><span class="cx">                 text run at (50,73) width 124: &quot;but this is simpler).&quot;
</span><del>-            RenderTableCell {TD} at (303,24) size 479x146 [bgcolor=#9999FF] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (303,24) size 480x146 [bgcolor=#9999FF] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 471x36
</span><span class="cx">                 text run at (1,1) width 471: &quot;Try shrinking this table to ~250px wide. The left hand (gold) column will&quot;
</span><span class="cx">                 text run at (1,19) width 169: &quot;suddenly expand in width.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug647expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug647-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug647-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug647-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,11 +6,11 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 441x18
</span><span class="cx">           text run at (0,0) width 441: &quot;If the font size is too big for the inside table, it is probably bug 6925.&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 111x51 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 109x49
-          RenderTableRow {TR} at (0,2) size 109x45
-            RenderTableCell {TD} at (2,2) size 105x45 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {CENTER} at (2,2) size 101x41
</del><ins>+      RenderTable {TABLE} at (0,18) size 110x51 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 108x49
+          RenderTableRow {TR} at (0,2) size 108x45
+            RenderTableCell {TD} at (2,2) size 104x45 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {CENTER} at (2,2) size 100x41
</ins><span class="cx">                 RenderTable {TABLE} at (0,0) size 100x23 [border: (1px outset #808080)]
</span><span class="cx">                   RenderTableSection {TBODY} at (1,1) size 98x21
</span><span class="cx">                     RenderTableRow {TR} at (0,2) size 98x17
</span><span class="lines">@@ -23,6 +23,6 @@
</span><span class="cx">                             RenderText {#text} at (33,0) size 24x13
</span><span class="cx">                               text run at (33,0) width 24: &quot;inside&quot;
</span><span class="cx">                           RenderText {#text} at (0,0) size 0x0
</span><del>-                RenderBlock (anonymous) at (0,23) size 101x18
</del><ins>+                RenderBlock (anonymous) at (0,23) size 100x18
</ins><span class="cx">                   RenderText {#text} at (9,0) size 82x18
</span><span class="cx">                     text run at (9,0) width 82: &quot;outside table&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug6674expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug6674-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug6674-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug6674-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</span><span class="cx"> layer at (0,0) size 800x124
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x124
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x108
</span><del>-      RenderTable {TABLE} at (0,0) size 97x34 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 95x32
-          RenderTableRow {TR} at (0,2) size 95x28
-            RenderTableCell {TD} at (2,2) size 91x28 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 96x34 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 94x32
+          RenderTableRow {TR} at (0,2) size 94x28
+            RenderTableCell {TD} at (2,2) size 90x28 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 86x24 [border: (3px dotted #00FF00)]
</span><span class="cx">                 RenderText {#text} at (3,3) size 181x18
</span><span class="cx">                   text run at (3,3) width 181: &quot;Truncated? It should not be!&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug68998expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug68998-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug68998-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug68998-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 375x62 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 373x60
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 373x20
</span><del>-            RenderTableCell {TD} at (0,20) size 7x20 [bgcolor=#CCCCCC] [border: (1px inset #808080)] [r=0 c=0 rs=3 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,20) size 6x20 [bgcolor=#CCCCCC] [border: (1px inset #808080)] [r=0 c=0 rs=3 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 4x18
</span><span class="cx">                 text run at (1,1) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (6,0) size 361x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug693821expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug69382-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug69382-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug69382-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,23 +7,23 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 784x298 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 782x296
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 782x22
</span><del>-              RenderTableCell {TH} at (2,2) size 21x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                RenderText {#text} at (6,2) size 9x18
-                  text run at (6,2) width 9: &quot;#&quot;
</del><ins>+              RenderTableCell {TH} at (2,2) size 20x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (6,2) size 8x18
+                  text run at (6,2) width 8: &quot;#&quot;
</ins><span class="cx">               RenderTableCell {TH} at (24,2) size 74x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 70x18
</span><span class="cx">                   text run at (2,2) width 70: &quot;Relevance&quot;
</span><span class="cx">               RenderTableCell {TH} at (99,2) size 531x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (229,2) size 72x18
</span><span class="cx">                   text run at (229,2) width 72: &quot;Title Long&quot;
</span><del>-              RenderTableCell {TH} at (631,2) size 109x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TH} at (631,2) size 110x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (29,2) size 50x18
</span><span class="cx">                   text run at (29,2) width 50: &quot;Author&quot;
</span><del>-              RenderTableCell {TH} at (741,2) size 37x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TH} at (742,2) size 37x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;Date&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,26) size 782x40
</span><del>-              RenderTableCell {TD} at (2,50) size 21x22 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,50) size 20x22 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                   text run at (2,2) width 16: &quot; 1 &quot;
</span><span class="cx">               RenderTableCell {TD} at (24,50) size 74x22 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1]
</span><span class="lines">@@ -33,14 +33,14 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 486x36
</span><span class="cx">                   text run at (2,2) width 486: &quot;UNIX and Windows 2000 integration toolkit : a complete guide for systems&quot;
</span><span class="cx">                   text run at (2,20) width 182: &quot;administrators / Rawn Shah.&quot;
</span><del>-              RenderTableCell {TD} at (631,35) size 109x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (631,35) size 110x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 82x18
</span><span class="cx">                   text run at (2,2) width 82: &quot;Shah, Rawn.&quot;
</span><del>-              RenderTableCell {TD} at (741,35) size 37x22 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (742,35) size 37x22 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;2000&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,68) size 782x28
</span><del>-              RenderTableCell {TD} at (99,68) size 681x28 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (99,68) size 682x28 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=4]
</ins><span class="cx">                 RenderTable {TABLE} at (2,2) size 677x24
</span><span class="cx">                   RenderTableSection {TBODY} at (0,0) size 677x24
</span><span class="cx">                     RenderTableRow {TR} at (0,2) size 677x20
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">                         RenderText {#text} at (1,1) size 172x18
</span><span class="cx">                           text run at (1,1) width 172: &quot;Title has multiple holdings&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,98) size 782x40
</span><del>-              RenderTableCell {TD} at (2,122) size 21x22 [border: (1px inset #808080)] [r=3 c=0 rs=2 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,122) size 20x22 [border: (1px inset #808080)] [r=3 c=0 rs=2 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                   text run at (2,2) width 16: &quot; 2 &quot;
</span><span class="cx">               RenderTableCell {TD} at (24,122) size 74x22 [border: (1px inset #808080)] [r=3 c=1 rs=2 cs=1]
</span><span class="lines">@@ -57,15 +57,15 @@
</span><span class="cx">               RenderTableCell {TD} at (99,107) size 531x22 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 258x18
</span><span class="cx">                   text run at (2,2) width 258: &quot;Learning Red Hat Linux / Bill McCarty.&quot;
</span><del>-              RenderTableCell {TD} at (631,98) size 109x40 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (631,98) size 110x40 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 92x36
</span><span class="cx">                   text run at (2,2) width 92: &quot;McCarty, Bill,&quot;
</span><span class="cx">                   text run at (2,20) width 38: &quot;1953-&quot;
</span><del>-              RenderTableCell {TD} at (741,107) size 37x22 [border: (1px inset #808080)] [r=3 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (742,107) size 37x22 [border: (1px inset #808080)] [r=3 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;1999&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,140) size 782x28
</span><del>-              RenderTableCell {TD} at (99,140) size 681x28 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (99,140) size 682x28 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=4]
</ins><span class="cx">                 RenderTable {TABLE} at (2,2) size 677x24
</span><span class="cx">                   RenderTableSection {TBODY} at (0,0) size 677x24
</span><span class="cx">                     RenderTableRow {TR} at (0,2) size 677x20
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx">                         RenderText {#text} at (1,1) size 172x18
</span><span class="cx">                           text run at (1,1) width 172: &quot;Title has multiple holdings&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,170) size 782x40
</span><del>-              RenderTableCell {TD} at (2,194) size 21x22 [border: (1px inset #808080)] [r=5 c=0 rs=2 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,194) size 20x22 [border: (1px inset #808080)] [r=5 c=0 rs=2 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                   text run at (2,2) width 16: &quot; 3 &quot;
</span><span class="cx">               RenderTableCell {TD} at (24,194) size 74x22 [border: (1px inset #808080)] [r=5 c=1 rs=2 cs=1]
</span><span class="lines">@@ -82,15 +82,15 @@
</span><span class="cx">               RenderTableCell {TD} at (99,179) size 531x22 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 286x18
</span><span class="cx">                   text run at (2,2) width 286: &quot;Learning Debian GNU/Linux / Bill Mccarty.&quot;
</span><del>-              RenderTableCell {TD} at (631,170) size 109x40 [border: (1px inset #808080)] [r=5 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (631,170) size 110x40 [border: (1px inset #808080)] [r=5 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 92x36
</span><span class="cx">                   text run at (2,2) width 92: &quot;McCarty, Bill,&quot;
</span><span class="cx">                   text run at (2,20) width 38: &quot;1953-&quot;
</span><del>-              RenderTableCell {TD} at (741,179) size 37x22 [border: (1px inset #808080)] [r=5 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (742,179) size 37x22 [border: (1px inset #808080)] [r=5 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;1999&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,212) size 782x28
</span><del>-              RenderTableCell {TD} at (99,212) size 681x28 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (99,212) size 682x28 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=4]
</ins><span class="cx">                 RenderTable {TABLE} at (2,2) size 677x24
</span><span class="cx">                   RenderTableSection {TBODY} at (0,0) size 677x24
</span><span class="cx">                     RenderTableRow {TR} at (0,2) size 677x20
</span><span class="lines">@@ -98,7 +98,7 @@
</span><span class="cx">                         RenderText {#text} at (1,1) size 172x18
</span><span class="cx">                           text run at (1,1) width 172: &quot;Title has multiple holdings&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,242) size 782x22
</span><del>-              RenderTableCell {TD} at (2,257) size 21x22 [border: (1px inset #808080)] [r=7 c=0 rs=2 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,257) size 20x22 [border: (1px inset #808080)] [r=7 c=0 rs=2 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                   text run at (2,2) width 16: &quot; 4 &quot;
</span><span class="cx">               RenderTableCell {TD} at (24,257) size 74x22 [border: (1px inset #808080)] [r=7 c=1 rs=2 cs=1]
</span><span class="lines">@@ -107,14 +107,14 @@
</span><span class="cx">               RenderTableCell {TD} at (99,242) size 531x22 [border: (1px inset #808080)] [r=7 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 397x18
</span><span class="cx">                   text run at (2,2) width 397: &quot;Advanced Java networking / Dick Steflik, Prashant Sridharan.&quot;
</span><del>-              RenderTableCell {TD} at (631,242) size 109x22 [border: (1px inset #808080)] [r=7 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (631,242) size 110x22 [border: (1px inset #808080)] [r=7 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 85x18
</span><span class="cx">                   text run at (2,2) width 85: &quot;Steflik, Dick.&quot;
</span><del>-              RenderTableCell {TD} at (741,242) size 37x22 [border: (1px inset #808080)] [r=7 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (742,242) size 37x22 [border: (1px inset #808080)] [r=7 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;2000&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,266) size 782x28
</span><del>-              RenderTableCell {TD} at (99,266) size 681x28 [border: (1px inset #808080)] [r=8 c=2 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (99,266) size 682x28 [border: (1px inset #808080)] [r=8 c=2 rs=1 cs=4]
</ins><span class="cx">                 RenderTable {TABLE} at (2,2) size 677x24
</span><span class="cx">                   RenderTableSection {TBODY} at (0,0) size 677x24
</span><span class="cx">                     RenderTableRow {TR} at (0,2) size 677x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug693822expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug69382-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug69382-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug69382-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,10 +7,10 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 194x100 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 192x98
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 192x22
</span><del>-              RenderTableCell {TD} at (2,14) size 13x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,14) size 12x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;5&quot;
</span><del>-              RenderTableCell {TD} at (16,14) size 21x22 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,14) size 20x22 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                   text run at (2,2) width 16: &quot;**&quot;
</span><span class="cx">               RenderTableCell {TD} at (38,2) size 97x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="lines">@@ -27,10 +27,10 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 148x18
</span><span class="cx">                   text run at (2,2) width 148: &quot;No Holdings Available&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,50) size 192x22
</span><del>-              RenderTableCell {TD} at (2,62) size 13x22 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,62) size 12x22 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                   text run at (2,2) width 8: &quot;6&quot;
</span><del>-              RenderTableCell {TD} at (16,62) size 21x22 [border: (1px inset #808080)] [r=2 c=1 rs=2 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,62) size 20x22 [border: (1px inset #808080)] [r=2 c=1 rs=2 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                   text run at (2,2) width 16: &quot;**&quot;
</span><span class="cx">               RenderTableCell {TD} at (38,50) size 97x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug72359expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug72359-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug72359-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug72359-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -8,8 +8,8 @@
</span><span class="cx">           RenderTableSection (anonymous) at (0,0) size 153x54
</span><span class="cx">             RenderTableRow (anonymous) at (0,0) size 153x18
</span><span class="cx">               RenderTableCell {cell} at (0,0) size 153x18 [color=#FFFFFF] [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
</span><del>-                RenderText {#text} at (50,0) size 53x18
-                  text run at (50,0) width 53: &quot;THERE&quot;
</del><ins>+                RenderText {#text} at (50,0) size 52x18
+                  text run at (50,0) width 52: &quot;THERE&quot;
</ins><span class="cx">             RenderTableRow {row} at (0,18) size 153x18
</span><span class="cx">               RenderTableCell (anonymous) at (0,18) size 153x18 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderTable {table} at (0,0) size 153x18
</span><span class="lines">@@ -26,5 +26,5 @@
</span><span class="cx">                           text run at (0,0) width 48: &quot;O RED&quot;
</span><span class="cx">             RenderTableRow (anonymous) at (0,36) size 153x18
</span><span class="cx">               RenderTableCell {cell} at (0,36) size 153x18 [color=#FFFFFF] [bgcolor=#008000] [r=2 c=0 rs=1 cs=1]
</span><del>-                RenderText {#text} at (30,0) size 93x18
-                  text run at (30,0) width 93: &quot;ANYWHERE&quot;
</del><ins>+                RenderText {#text} at (30,0) size 92x18
+                  text run at (30,0) width 92: &quot;ANYWHERE&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug7342expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx">                               RenderText {#text} at (3,3) size 66x19
</span><span class="cx">                                 text run at (3,4) width 66: &quot;Directory&quot;
</span><span class="cx">                           RenderText {#text} at (0,0) size 0x0
</span><del>-                RenderTableCell {TD} at (129,25) size 466x84 [bgcolor=#CCCCCC] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (129,25) size 467x84 [bgcolor=#CCCCCC] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                   RenderTable {TABLE} at (4,4) size 458x75 [border: (1px outset #808080)]
</span><span class="cx">                     RenderTableSection {TBODY} at (1,1) size 456x73
</span><span class="cx">                       RenderTableRow {TR} at (0,4) size 456x33
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug7714expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug7714-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug7714-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug7714-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,65 +9,65 @@
</span><span class="cx">           text run at (0,18) width 717: &quot;cellspacing=0 for this table. In Nav4.5, this example can be viewed. In 5.0 (jun08 win95), this example displays&quot;
</span><span class="cx">           text run at (0,36) width 778: &quot;(apparently) as a simple 2x2 table (i.e., some elements are not displayed at all). (The numbers are the position of each TD&quot;
</span><span class="cx">           text run at (0,54) width 140: &quot;in the HTML source).&quot;
</span><del>-      RenderTable {TABLE} at (0,88) size 23x122 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 21x120
-          RenderTableRow {TR} at (0,0) size 21x20
-            RenderTableCell {TD} at (0,10) size 11x20 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,88) size 22x122 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 20x120
+          RenderTableRow {TR} at (0,0) size 20x20
+            RenderTableCell {TD} at (0,10) size 10x20 [border: (1px inset #808080)] [r=0 c=0 rs=2 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;1&quot;
</span><del>-            RenderTableCell {TD} at (10,0) size 11x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (10,0) size 10x20 [border: (1px inset #808080)] [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;2&quot;
</span><del>-          RenderTableRow {TR} at (0,20) size 21x20
-            RenderTableCell {TD} at (10,30) size 11x20 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,20) size 20x20
+            RenderTableCell {TD} at (10,30) size 10x20 [border: (1px inset #808080)] [r=1 c=1 rs=2 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;3&quot;
</span><del>-          RenderTableRow {TR} at (0,40) size 21x20
-            RenderTableCell {TD} at (0,50) size 11x20 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,40) size 20x20
+            RenderTableCell {TD} at (0,50) size 10x20 [border: (1px inset #808080)] [r=2 c=0 rs=2 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;4&quot;
</span><del>-          RenderTableRow {TR} at (0,60) size 21x20
-            RenderTableCell {TD} at (10,70) size 11x20 [border: (1px inset #808080)] [r=3 c=1 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,60) size 20x20
+            RenderTableCell {TD} at (10,70) size 10x20 [border: (1px inset #808080)] [r=3 c=1 rs=2 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;5&quot;
</span><del>-          RenderTableRow {TR} at (0,80) size 21x20
-            RenderTableCell {TD} at (0,90) size 11x20 [border: (1px inset #808080)] [r=4 c=0 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,80) size 20x20
+            RenderTableCell {TD} at (0,90) size 10x20 [border: (1px inset #808080)] [r=4 c=0 rs=2 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;6&quot;
</span><del>-          RenderTableRow {TR} at (0,100) size 21x20
-            RenderTableCell {TD} at (10,100) size 11x20 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,100) size 20x20
+            RenderTableCell {TD} at (10,100) size 10x20 [border: (1px inset #808080)] [r=5 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;7&quot;
</span><span class="cx">       RenderBlock {P} at (0,226) size 784x36
</span><span class="cx">         RenderText {#text} at (0,0) size 781x36
</span><span class="cx">           text run at (0,0) width 781: &quot;This is the same table as above, but cellspacing=5 in this case. For 5.0, (jun08 win95) notice the odd cellspacing overlaps.&quot;
</span><span class="cx">           text run at (0,18) width 129: &quot;See also bug #6304.&quot;
</span><del>-      RenderTable {TABLE} at (0,278) size 38x147 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 36x145
-          RenderTableRow {TR} at (0,5) size 36x20
-            RenderTableCell {TD} at (5,15) size 11x20 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,278) size 37x147 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 35x145
+          RenderTableRow {TR} at (0,5) size 35x20
+            RenderTableCell {TD} at (5,15) size 10x20 [border: (1px inset #808080)] [r=0 c=0 rs=2 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;1&quot;
</span><del>-            RenderTableCell {TD} at (20,5) size 11x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (20,5) size 10x20 [border: (1px inset #808080)] [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;2&quot;
</span><del>-          RenderTableRow {TR} at (0,30) size 36x15
-            RenderTableCell {TD} at (20,40) size 11x20 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,30) size 35x15
+            RenderTableCell {TD} at (20,40) size 10x20 [border: (1px inset #808080)] [r=1 c=1 rs=2 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;3&quot;
</span><del>-          RenderTableRow {TR} at (0,50) size 36x20
-            RenderTableCell {TD} at (5,60) size 11x20 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,50) size 35x20
+            RenderTableCell {TD} at (5,60) size 10x20 [border: (1px inset #808080)] [r=2 c=0 rs=2 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;4&quot;
</span><del>-          RenderTableRow {TR} at (0,75) size 36x15
-            RenderTableCell {TD} at (20,85) size 11x20 [border: (1px inset #808080)] [r=3 c=1 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,75) size 35x15
+            RenderTableCell {TD} at (20,85) size 10x20 [border: (1px inset #808080)] [r=3 c=1 rs=2 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;5&quot;
</span><del>-          RenderTableRow {TR} at (0,95) size 36x20
-            RenderTableCell {TD} at (5,107) size 11x21 [border: (1px inset #808080)] [r=4 c=0 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,95) size 35x20
+            RenderTableCell {TD} at (5,107) size 10x21 [border: (1px inset #808080)] [r=4 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x19
</span><span class="cx">                 text run at (1,2) width 8: &quot;6&quot;
</span><del>-          RenderTableRow {TR} at (0,120) size 36x20
-            RenderTableCell {TD} at (20,120) size 11x20 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,120) size 35x20
+            RenderTableCell {TD} at (20,120) size 10x20 [border: (1px inset #808080)] [r=5 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;7&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug78162expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug78162-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug78162-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug78162-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,15 +3,15 @@
</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 [bgcolor=#FFFFFF]
</span><del>-      RenderTable {TABLE} at (0,0) size 643x172 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 641x170
-          RenderTableRow {TR} at (0,2) size 641x166
-            RenderTableCell {TD} at (2,80) size 125x10 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 642x172 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 640x170
+          RenderTableRow {TR} at (0,2) size 640x166
+            RenderTableCell {TD} at (2,80) size 124x10 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 120x6
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 120x6
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 120x2
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 116x2 [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (128,2) size 511x166 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (128,2) size 510x166 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 506x162 [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 504x160
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 504x156
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug829462expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug82946-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug82946-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug82946-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,22 +6,22 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 768x193
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 768x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 768x143
</span><del>-            RenderTableCell {TD} at (2,2) size 759x143 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 760x143 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (1,1) size 506x141
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 506x141
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 506x137
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 502x137 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderImage {IMG} at (1,1) size 220x135
</span><span class="cx">                       RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (762,86) size 4x21 [r=0 c=1 rs=2 cs=1]
</del><ins>+            RenderTableCell {TD} at (763,86) size 4x21 [r=0 c=1 rs=2 cs=1]
</ins><span class="cx">               RenderBR {BR} at (1,86) size 0x18
</span><span class="cx">           RenderTableRow {TR} at (0,147) size 768x44
</span><del>-            RenderTableCell {TD} at (2,147) size 764x44 [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,147) size 765x44 [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderTable {TABLE} at (1,1) size 468x42
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 468x42
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 468x38
</span><span class="cx">                     RenderTableCell {TD} at (2,20) size 85x2 [r=0 c=0 rs=1 cs=1]
</span><del>-                    RenderTableCell {TD} at (88,2) size 378x38 [r=0 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (88,2) size 379x38 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderBlock {P} at (1,1) size 376x36
</span><span class="cx">                         RenderText {#text} at (0,0) size 4x18
</span><span class="cx">                           text run at (0,0) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug86708expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug86708-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug86708-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug86708-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 478x212 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderInline {A} at (0,0) size 286x18 [color=#0000EE]
</span><span class="cx">                 RenderImage {IMG} at (1,1) size 286x210
</span><del>-            RenderTableCell {TD} at (477,0) size 269x20 [bgcolor=#FFFF00] [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</del><ins>+            RenderTableCell {TD} at (477,0) size 270x20 [bgcolor=#FFFF00] [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 169x18
</span><span class="cx">                 text run at (1,1) width 169: &quot;ROWSPAN =2 in this cell&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,212) size 746x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug8950expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug8950-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug8950-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug8950-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -29,17 +29,17 @@
</span><span class="cx">                               RenderText {#text} at (2,2) size 20x18
</span><span class="cx">                                 text run at (2,2) width 20: &quot;faz&quot;
</span><span class="cx">                             RenderTableCell {TD} at (28,51) size 596x134 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><del>-                              RenderTable {TABLE} at (2,2) size 592x130 [border: (1px outset #808080)]
-                                RenderTableSection {TBODY} at (1,1) size 590x128
-                                  RenderTableRow {TR} at (0,2) size 590x124
-                                    RenderTableCell {TD} at (2,2) size 586x124 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+                              RenderTable {TABLE} at (2,2) size 591x130 [border: (1px outset #808080)]
+                                RenderTableSection {TBODY} at (1,1) size 589x128
+                                  RenderTableRow {TR} at (0,2) size 589x124
+                                    RenderTableCell {TD} at (2,2) size 585x124 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">                                       RenderTable {TABLE} at (2,2) size 581x120 [border: (1px outset #808080)]
</span><span class="cx">                                         RenderTableSection {TBODY} at (1,1) size 579x118
</span><span class="cx">                                           RenderTableRow {TR} at (0,2) size 579x114
</span><span class="cx">                                             RenderTableCell {TD} at (2,2) size 113x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                                               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                                                 text run at (2,2) width 24: &quot;frip&quot;
</span><del>-                                            RenderTableCell {TD} at (116,2) size 461x114 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                                            RenderTableCell {TD} at (116,2) size 462x114 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                                               RenderBlock (anonymous) at (2,2) size 457x18
</span><span class="cx">                                                 RenderText {#text} at (158,0) size 140x18
</span><span class="cx">                                                   text run at (158,0) width 140: &quot;Feel free to browse ...&quot;
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx">                                                         RenderInline {A} at (0,0) size 52x18 [color=#551A8B]
</span><span class="cx">                                                           RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                                                             text run at (2,2) width 52: &quot;Holiday&quot;
</span><del>-                                                      RenderTableCell {TD} at (148,2) size 121x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                                                      RenderTableCell {TD} at (148,2) size 122x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                                                         RenderInline {A} at (0,0) size 30x18 [color=#551A8B]
</span><span class="cx">                                                           RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                                                             text run at (2,2) width 30: &quot;Cars&quot;
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx">                                                         RenderInline {A} at (0,0) size 41x18 [color=#551A8B]
</span><span class="cx">                                                           RenderText {#text} at (2,2) size 41x18
</span><span class="cx">                                                             text run at (2,2) width 41: &quot;Sports&quot;
</span><del>-                                                      RenderTableCell {TD} at (148,26) size 121x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                                                      RenderTableCell {TD} at (148,26) size 122x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                                                         RenderInline {A} at (0,0) size 55x18 [color=#551A8B]
</span><span class="cx">                                                           RenderText {#text} at (2,2) size 55x18
</span><span class="cx">                                                             text run at (2,2) width 55: &quot;Animals&quot;
</span><span class="lines">@@ -70,7 +70,7 @@
</span><span class="cx">                                                         RenderInline {A} at (0,0) size 71x18 [color=#551A8B]
</span><span class="cx">                                                           RenderText {#text} at (2,2) size 71x18
</span><span class="cx">                                                             text run at (2,2) width 71: &quot;Computers&quot;
</span><del>-                                                      RenderTableCell {TD} at (148,50) size 121x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+                                                      RenderTableCell {TD} at (148,50) size 122x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                                                         RenderInline {A} at (0,0) size 58x18 [color=#551A8B]
</span><span class="cx">                                                           RenderText {#text} at (2,2) size 58x18
</span><span class="cx">                                                             text run at (2,2) width 58: &quot;Cartoons&quot;
</span><span class="lines">@@ -103,10 +103,10 @@
</span><span class="cx">                 text run at (2,2) width 177: &quot;300px wide for comparison&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,365) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,383) size 511x48 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 509x46
-          RenderTableRow {TR} at (0,2) size 509x42
-            RenderTableCell {TD} at (2,2) size 505x42 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,383) size 510x48 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 508x46
+          RenderTableRow {TR} at (0,2) size 508x42
+            RenderTableCell {TD} at (2,2) size 504x42 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 500x38 [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 498x36
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 498x32
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug91231expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug9123-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug9123-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug9123-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -17,19 +17,19 @@
</span><span class="cx">       RenderTable {TABLE} at (0,70) size 800x39 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 798x37
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 798x17
</span><del>-            RenderTableCell {TD} at (0,7) size 18x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,7) size 17x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">             RenderTableCell {TD} at (17,0) size 764x17 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 110x15
</span><del>-            RenderTableCell {TD} at (780,7) size 18x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (781,7) size 17x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">           RenderTableRow {TR} at (0,17) size 798x20
</span><del>-            RenderTableCell {TD} at (0,25) size 18x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,25) size 17x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">             RenderTableCell {TD} at (17,17) size 764x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 24x18
</span><span class="cx">                 text run at (1,1) width 24: &quot;that&quot;
</span><del>-            RenderTableCell {TD} at (780,25) size 18x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (781,25) size 17x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">       RenderBlock {P} at (0,125) size 800x36
</span><span class="cx">         RenderText {#text} at (20,0) size 730x36
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">             RenderTableCell {TD} at (84,0) size 630x17 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 110x15
</span><del>-            RenderTableCell {TD} at (713,7) size 85x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (713,7) size 86x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">       RenderBlock {P} at (0,212) size 800x36
</span><span class="cx">         RenderText {#text} at (20,0) size 749x36
</span><span class="lines">@@ -53,12 +53,12 @@
</span><span class="cx">       RenderTable {TABLE} at (0,264) size 800x22 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 798x20
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 798x20
</span><del>-            RenderTableCell {TD} at (0,8) size 18x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,8) size 17x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">             RenderTableCell {TD} at (17,0) size 764x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 24x18
</span><span class="cx">                 text run at (1,1) width 24: &quot;that&quot;
</span><del>-            RenderTableCell {TD} at (780,8) size 18x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (781,8) size 17x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">       RenderBlock {P} at (0,302) size 800x36
</span><span class="cx">         RenderText {#text} at (20,0) size 742x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug91232expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug9123-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug9123-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug9123-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,36 +12,36 @@
</span><span class="cx">       RenderTable {TABLE} at (0,52) size 800x39 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 798x37
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 798x17
</span><del>-            RenderTableCell {TD} at (0,7) size 18x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,7) size 17x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">             RenderTableCell {TD} at (17,0) size 764x17 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 110x15
</span><del>-            RenderTableCell {TD} at (780,7) size 18x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (781,7) size 17x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">           RenderTableRow {TR} at (0,17) size 798x20
</span><del>-            RenderTableCell {TD} at (0,25) size 18x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,25) size 17x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">             RenderTableCell {TD} at (17,17) size 764x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 24x18
</span><span class="cx">                 text run at (1,1) width 24: &quot;that&quot;
</span><del>-            RenderTableCell {TD} at (780,25) size 18x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (781,25) size 17x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">       RenderBlock (anonymous) at (0,91) size 800x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderTable {TABLE} at (0,109) size 800x39 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 798x37
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 798x20
</span><del>-            RenderTableCell {TD} at (0,8) size 18x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,8) size 17x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">             RenderTableCell {TD} at (17,0) size 764x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 24x18
</span><span class="cx">                 text run at (1,1) width 24: &quot;that&quot;
</span><del>-            RenderTableCell {TD} at (780,8) size 18x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (781,8) size 17x4 [bgcolor=#666666] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">           RenderTableRow {TR} at (0,20) size 798x17
</span><del>-            RenderTableCell {TD} at (0,27) size 18x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,27) size 17x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span><span class="cx">             RenderTableCell {TD} at (17,20) size 764x17 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 110x15
</span><del>-            RenderTableCell {TD} at (780,27) size 18x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (781,27) size 17x3 [bgcolor=#666666] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 15x1
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug92143expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug92143-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug92143-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug92143-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -5,10 +5,10 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x569
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,18) size 325x58 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 323x56
-          RenderTableRow {TR} at (0,0) size 323x56
-            RenderTableCell {TD} at (0,0) size 323x56 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,18) size 324x58 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 322x56
+          RenderTableRow {TR} at (0,0) size 322x56
+            RenderTableCell {TD} at (0,0) size 322x56 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 318x54
</span><span class="cx">                 text run at (1,1) width 288: &quot;Hotmail's Junk Mail spreading effort just got&quot;
</span><span class="cx">                 text run at (1,19) width 46: &quot;better! &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug926472expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug92647-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug92647-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug92647-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 53x42 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 51x40
-          RenderTableRow {TR} at (0,2) size 51x36
-            RenderTableCell {TD} at (2,2) size 47x36 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (2,2) size 43x32 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 41x30
-                  RenderTableRow {TR} at (0,2) size 41x26
-                    RenderTableCell {TD} at (2,13) size 5x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                    RenderTableCell {TD} at (8,2) size 25x26 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 52x42 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 50x40
+          RenderTableRow {TR} at (0,2) size 50x36
+            RenderTableCell {TD} at (2,2) size 46x36 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (2,2) size 42x32 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 40x30
+                  RenderTableRow {TR} at (0,2) size 40x26
+                    RenderTableCell {TD} at (2,13) size 4x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                    RenderTableCell {TD} at (8,2) size 24x26 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderButton {INPUT} at (4,4) size 16x18 [bgcolor=#C0C0C0]
</span><del>-                    RenderTableCell {TD} at (34,13) size 5x4 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (34,13) size 4x4 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug963expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug963-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug963-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug963-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -25,10 +25,10 @@
</span><span class="cx">             RenderTableCell {TD} at (189,2) size 47x20 [r=0 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 44x18
</span><span class="cx">                 text run at (1,1) width 44: &quot;Search&quot;
</span><del>-            RenderTableCell {TD} at (237,2) size 88x20 [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (237,2) size 87x20 [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 85x18
</span><span class="cx">                 text run at (1,1) width 85: &quot;My Netscape&quot;
</span><del>-            RenderTableCell {TD} at (326,2) size 34x20 [r=0 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (325,2) size 35x20 [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x18
</span><span class="cx">                 text run at (1,1) width 32: &quot;Print&quot;
</span><span class="cx">             RenderTableCell {TD} at (361,2) size 56x20 [r=0 c=7 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug96334expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,30 +6,30 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 988x147 [border: (2px solid #0000FF)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 984x143
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 984x139
</span><del>-            RenderTableCell {TD} at (2,2) size 223x139 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (2,2) size 219x135 [border: (2px solid #008000)]
-                RenderTableSection {TBODY} at (2,2) size 215x131
-                  RenderTableRow {TR} at (0,2) size 215x87
-                    RenderTableCell {TD} at (2,2) size 211x87 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 222x139 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (2,2) size 218x135 [border: (2px solid #008000)]
+                RenderTableSection {TBODY} at (2,2) size 214x131
+                  RenderTableRow {TR} at (0,2) size 214x87
+                    RenderTableCell {TD} at (2,2) size 210x87 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderTable {TABLE} at (2,2) size 153x35 [border: (2px solid #FF0000)]
</span><span class="cx">                         RenderTableSection {TBODY} at (2,2) size 149x31
</span><span class="cx">                           RenderTableRow {TR} at (0,2) size 149x27
</span><span class="cx">                             RenderTableCell {TD} at (2,2) size 145x27 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                               RenderTextControl {INPUT} at (4,4) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><span class="cx">                               RenderText {#text} at (0,0) size 0x0
</span><del>-                      RenderTable {TABLE} at (2,37) size 207x48 [border: (2px solid #FF0000)]
-                        RenderTableSection {TBODY} at (2,2) size 203x44
-                          RenderTableRow {TR} at (0,2) size 203x40
-                            RenderTableCell {TD} at (2,2) size 199x40 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                      RenderTable {TABLE} at (2,37) size 206x48 [border: (2px solid #FF0000)]
+                        RenderTableSection {TBODY} at (2,2) size 202x44
+                          RenderTableRow {TR} at (0,2) size 202x40
+                            RenderTableCell {TD} at (2,2) size 198x40 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderText {#text} at (2,2) size 171x36
</span><span class="cx">                                 text run at (2,2) width 171: &quot;THIS TABLE NEEDS TO&quot;
</span><span class="cx">                                 text run at (2,20) width 67: &quot;BE HERE&quot;
</span><del>-                  RenderTableRow {TR} at (0,91) size 215x38
-                    RenderTableCell {TD} at (2,91) size 211x38 [border: (1px solid #C0C0C0)] [r=1 c=0 rs=1 cs=1]
-                      RenderTable {TABLE} at (2,2) size 207x34 [border: (2px solid #FF0000)]
-                        RenderTableSection {TBODY} at (2,2) size 203x30
-                          RenderTableRow {TR} at (0,2) size 203x26
-                            RenderTableCell {TD} at (2,2) size 199x26 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableRow {TR} at (0,91) size 214x38
+                    RenderTableCell {TD} at (2,91) size 210x38 [border: (1px solid #C0C0C0)] [r=1 c=0 rs=1 cs=1]
+                      RenderTable {TABLE} at (2,2) size 206x34 [border: (2px solid #FF0000)]
+                        RenderTableSection {TBODY} at (2,2) size 202x30
+                          RenderTableRow {TR} at (0,2) size 202x26
+                            RenderTableCell {TD} at (2,2) size 198x26 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderMenuList {SELECT} at (4,4) size 190x18 [bgcolor=#FFFFFF]
</span><span class="cx">                                 RenderBlock (anonymous) at (0,0) size 190x18
</span><span class="cx">                                   RenderText at (8,2) size 159x13
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug97383expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug97383-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug97383-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug97383-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x231
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x231
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 784x227
</span><del>-            RenderTableCell {TD} at (2,2) size 128x227 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 127x227 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock (floating) {DIV} at (1,1) size 15x100 [bgcolor=#0000FF]
</span><span class="cx">                 RenderText {#text} at (0,0) size 4x18
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug98791expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug9879-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug9879-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug9879-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -45,14 +45,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,140) size 170x52 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 168x50
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 168x22
</span><del>-            RenderTableCell {TD} at (2,2) size 13x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 12x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;1&quot;
</span><span class="cx">             RenderTableCell {TD} at (16,14) size 136x22 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 132x18
</span><span class="cx">                 text run at (2,2) width 132: &quot;rowspan 0 colspan 0&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 168x22
</span><del>-            RenderTableCell {TD} at (2,26) size 13x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,26) size 12x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;4&quot;
</span><span class="cx">             RenderTableCell {TD} at (153,26) size 13x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="lines">@@ -60,19 +60,19 @@
</span><span class="cx">                 text run at (2,2) width 8: &quot;6&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,192) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,210) size 33x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 31x50
-          RenderTableRow {TR} at (0,2) size 31x22
-            RenderTableCell {TD} at (2,2) size 13x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,210) size 32x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 30x50
+          RenderTableRow {TR} at (0,2) size 30x22
+            RenderTableCell {TD} at (2,2) size 12x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;1&quot;
</span><del>-            RenderTableCell {TD} at (16,14) size 13x22 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</del><ins>+            RenderTableCell {TD} at (16,14) size 12x22 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;2&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 31x22
-            RenderTableCell {TD} at (2,26) size 13x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 9x18
-                text run at (2,2) width 9: &quot;3&quot;
</del><ins>+          RenderTableRow {TR} at (0,26) size 30x22
+            RenderTableCell {TD} at (2,26) size 12x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 8x18
+                text run at (2,2) width 8: &quot;3&quot;
</ins><span class="cx">       RenderBlock (anonymous) at (0,262) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderTable {TABLE} at (0,280) size 144x52 [border: (1px outset #808080)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacollapsing_bordersbug412623expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -33,60 +33,60 @@
</span><span class="cx">             text run at (99,0) width 157: &quot;collapsing border model&quot;
</span><span class="cx">         RenderText {#text} at (255,0) size 127x18
</span><span class="cx">           text run at (255,0) width 127: &quot; for following tests:&quot;
</span><del>-      RenderTable {TABLE} at (0,152) size 159x272 [border: (2px solid #FFFF00)]
</del><ins>+      RenderTable {TABLE} at (0,152) size 158x272 [border: (2px solid #FFFF00)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [border: (3px solid #000000)]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (2,2) size 154x267
-          RenderTableRow {TR} at (0,0) size 154x55
-            RenderTableCell {TD} at (0,1) size 53x53 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (2,2) size 153x267
+          RenderTableRow {TR} at (0,0) size 153x55
+            RenderTableCell {TD} at (0,1) size 52x53 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (19,19) size 8x18
</span><span class="cx">                 text run at (19,19) width 8: &quot;1&quot;
</span><del>-            RenderTableCell {TD} at (52,0) size 51x55 [border: (3px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (52,0) size 50x55 [border: (3px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (18,19) size 8x18
</span><span class="cx">                 text run at (18,19) width 8: &quot;2&quot;
</span><del>-            RenderTableCell {TD} at (102,0) size 52x55 [border: (3px solid #FF0000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (102,0) size 51x55 [border: (3px solid #FF0000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,19) size 8x18
</span><span class="cx">                 text run at (17,19) width 8: &quot;3&quot;
</span><del>-          RenderTableRow {TR} at (0,55) size 154x55
-            RenderTableCell {TD} at (0,57) size 53x51 [border: (1px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,55) size 153x55
+            RenderTableCell {TD} at (0,57) size 52x51 [border: (1px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (19,17) size 8x18
</span><span class="cx">                 text run at (19,17) width 8: &quot;4&quot;
</span><del>-            RenderTableCell {TD} at (52,55) size 51x55 [border: (3px dashed #0000FF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (52,55) size 50x55 [border: (3px dashed #0000FF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (19,19) size 8x18
</span><span class="cx">                 text run at (19,19) width 8: &quot;5&quot;
</span><del>-            RenderTableCell {TD} at (102,55) size 52x55 [border: (3px solid #008000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (102,55) size 51x55 [border: (3px solid #008000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (19,19) size 8x18
</span><span class="cx">                 text run at (19,19) width 8: &quot;6&quot;
</span><del>-          RenderTableRow {TR} at (0,110) size 154x53
-            RenderTableCell {TD} at (0,111) size 53x51 [border: (1px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,110) size 153x53
+            RenderTableCell {TD} at (0,111) size 52x51 [border: (1px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (19,17) size 8x18
</span><span class="cx">                 text run at (19,17) width 8: &quot;7&quot;
</span><del>-            RenderTableCell {TD} at (52,110) size 51x53 [border: (3px solid #FF0000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (52,110) size 50x53 [border: (3px solid #FF0000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (18,19) size 8x18
</span><span class="cx">                 text run at (18,19) width 8: &quot;8&quot;
</span><del>-            RenderTableCell {TD} at (102,110) size 52x53 [border: (3px solid #FF0000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (102,110) size 51x53 [border: (3px solid #FF0000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,19) size 8x18
</span><span class="cx">                 text run at (17,19) width 8: &quot;9&quot;
</span><del>-          RenderTableRow {TR} at (0,163) size 154x51
-            RenderTableCell {TD} at (0,163) size 53x51 [border: (1px solid #FF0000)] [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,163) size 153x51
+            RenderTableCell {TD} at (0,163) size 52x51 [border: (1px solid #FF0000)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (19,17) size 16x18
</span><span class="cx">                 text run at (19,17) width 16: &quot;10&quot;
</span><del>-            RenderTableCell {TD} at (52,163) size 51x51 [border: (1px solid #FF0000)] [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (52,163) size 50x51 [border: (1px solid #FF0000)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (18,17) size 16x18
</span><span class="cx">                 text run at (18,17) width 16: &quot;11&quot;
</span><del>-            RenderTableCell {TD} at (102,163) size 52x51 [border: (1px solid #FF0000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (102,163) size 51x51 [border: (1px solid #FF0000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,17) size 16x18
</span><span class="cx">                 text run at (17,17) width 16: &quot;12&quot;
</span><del>-          RenderTableRow {TR} at (0,214) size 154x53
-            RenderTableCell {TD} at (0,214) size 53x53 [border: (1px solid #FF0000)] [r=4 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,214) size 153x53
+            RenderTableCell {TD} at (0,214) size 52x53 [border: (1px solid #FF0000)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (19,17) size 16x18
</span><span class="cx">                 text run at (19,17) width 16: &quot;13&quot;
</span><del>-            RenderTableCell {TD} at (52,214) size 51x53 [border: (1px solid #FF0000)] [r=4 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (52,214) size 50x53 [border: (1px solid #FF0000)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (18,17) size 16x18
</span><span class="cx">                 text run at (18,17) width 16: &quot;14&quot;
</span><del>-            RenderTableCell {TD} at (102,214) size 52x53 [border: (1px solid #FF0000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (102,214) size 51x53 [border: (1px solid #FF0000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,17) size 16x18
</span><span class="cx">                 text run at (17,17) width 16: &quot;15&quot;
</span><span class="cx">       RenderBlock {P} at (0,440) size 769x58
</span><span class="lines">@@ -111,35 +111,35 @@
</span><span class="cx">             text run at (217,20) width 111: &quot;tr:first-child&quot;
</span><span class="cx">         RenderText {#text} at (327,18) size 5x18
</span><span class="cx">           text run at (327,18) width 5: &quot;.&quot;
</span><del>-      RenderTable {TABLE} at (0,566) size 151x66 [border: (1px none #808080)]
-        RenderTableSection {TBODY} at (0,1) size 151x65
-          RenderTableRow {TR} at (0,0) size 151x22 [border: (2px solid #000000) none]
-            RenderTableCell {TD} at (0,0) size 51x22 [border: (1px none #000000)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (21,2) size 9x18
-                text run at (21,2) width 9: &quot;a&quot;
-            RenderTableCell {TD} at (50,0) size 51x22 [border: (1px none #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,566) size 150x66 [border: (1px none #808080)]
+        RenderTableSection {TBODY} at (0,1) size 150x65
+          RenderTableRow {TR} at (0,0) size 150x22 [border: (2px solid #000000) none]
+            RenderTableCell {TD} at (0,0) size 50x22 [border: (1px none #000000)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (21,2) size 8x18
+                text run at (21,2) width 8: &quot;a&quot;
+            RenderTableCell {TD} at (50,0) size 50x22 [border: (1px none #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (20,2) size 10x18
</span><span class="cx">                 text run at (20,2) width 10: &quot;b&quot;
</span><del>-            RenderTableCell {TD} at (100,0) size 51x22 [border: (1px none #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (100,0) size 50x22 [border: (1px none #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (21,2) size 8x18
</span><span class="cx">                 text run at (21,2) width 8: &quot;c&quot;
</span><del>-          RenderTableRow {TR} at (0,22) size 151x22 [border: (2px solid #000000) none]
-            RenderTableCell {TD} at (0,22) size 51x22 [border: (1px none #000000)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (21,2) size 9x18
-                text run at (21,2) width 9: &quot;3&quot;
-            RenderTableCell {TD} at (50,22) size 51x22 [border: (1px none #000000)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (21,2) size 9x18
-                text run at (21,2) width 9: &quot;4&quot;
-            RenderTableCell {TD} at (100,22) size 51x22 [border: (1px none #000000)] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (21,2) size 9x18
-                text run at (21,2) width 9: &quot;5&quot;
-          RenderTableRow {TR} at (0,44) size 151x21 [border: (2px solid #000000) none]
-            RenderTableCell {TD} at (0,44) size 51x21 [border: (1px none #000000)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (21,2) size 9x18
-                text run at (21,2) width 9: &quot;5&quot;
-            RenderTableCell {TD} at (50,44) size 51x21 [border: (1px none #000000)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (17,2) size 17x18
-                text run at (17,2) width 17: &quot;12&quot;
-            RenderTableCell {TD} at (100,44) size 51x21 [border: (1px none #000000)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (17,2) size 17x18
-                text run at (17,2) width 17: &quot;13&quot;
</del><ins>+          RenderTableRow {TR} at (0,22) size 150x22 [border: (2px solid #000000) none]
+            RenderTableCell {TD} at (0,22) size 50x22 [border: (1px none #000000)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (21,2) size 8x18
+                text run at (21,2) width 8: &quot;3&quot;
+            RenderTableCell {TD} at (50,22) size 50x22 [border: (1px none #000000)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (21,2) size 8x18
+                text run at (21,2) width 8: &quot;4&quot;
+            RenderTableCell {TD} at (100,22) size 50x22 [border: (1px none #000000)] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (21,2) size 8x18
+                text run at (21,2) width 8: &quot;5&quot;
+          RenderTableRow {TR} at (0,44) size 150x21 [border: (2px solid #000000) none]
+            RenderTableCell {TD} at (0,44) size 50x21 [border: (1px none #000000)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (21,2) size 8x18
+                text run at (21,2) width 8: &quot;5&quot;
+            RenderTableCell {TD} at (50,44) size 50x21 [border: (1px none #000000)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (17,2) size 16x18
+                text run at (17,2) width 16: &quot;12&quot;
+            RenderTableCell {TD} at (100,44) size 50x21 [border: (1px none #000000)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (17,2) size 16x18
+                text run at (17,2) width 16: &quot;13&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacorebloombergexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/core/bloomberg-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/core/bloomberg-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/core/bloomberg-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</span><span class="cx"> layer at (0,0) size 785x669
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 785x669
</span><span class="cx">     RenderBody {BODY} at (8,8) size 769x645 [color=#333333] [bgcolor=#FFFFFF]
</span><del>-      RenderTable {TABLE} at (0,0) size 637x617 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 635x615
-          RenderTableRow {TR} at (0,0) size 635x24
-            RenderTableCell {TD} at (0,0) size 149x615 [bgcolor=#660000] [border: (1px inset #808080)] [r=0 c=0 rs=6 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 636x617 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 634x615
+          RenderTableRow {TR} at (0,0) size 634x24
+            RenderTableCell {TD} at (0,0) size 148x615 [bgcolor=#660000] [border: (1px inset #808080)] [r=0 c=0 rs=6 cs=1]
</ins><span class="cx">               RenderInline {B} at (0,0) size 65x18
</span><span class="cx">                 RenderInline {A} at (0,0) size 65x18
</span><span class="cx">                   RenderInline {FONT} at (0,0) size 65x15 [color=#FFFFFF]
</span><span class="lines">@@ -212,25 +212,25 @@
</span><span class="cx">                     text run at (4,578) width 72: &quot;To Advertise&quot;
</span><span class="cx">                 RenderBR {BR} at (75,590) size 1x0
</span><span class="cx">               RenderBR {BR} at (4,593) size 0x18
</span><del>-            RenderTableCell {TD} at (148,0) size 487x24 [bgcolor=#660000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (148,0) size 486x24 [bgcolor=#660000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=3]
</ins><span class="cx">               RenderImage {IMG} at (10,4) size 466x16
</span><del>-          RenderTableRow {TR} at (0,24) size 635x69
-            RenderTableCell {TD} at (148,24) size 129x69 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderInline {A} at (0,0) size 121x18
</del><ins>+          RenderTableRow {TR} at (0,24) size 634x69
+            RenderTableCell {TD} at (148,24) size 128x69 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderInline {A} at (0,0) size 120x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderImage {IMG} at (4,4) size 120x60
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">               RenderImage {IMG} at (4,64) size 120x1
</span><del>-            RenderTableCell {TD} at (276,24) size 176x69 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
-              RenderInline {A} at (0,0) size 168x18
</del><ins>+            RenderTableCell {TD} at (276,24) size 175x69 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
+              RenderInline {A} at (0,0) size 167x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-                RenderImage {IMG} at (4,4) size 168x60
</del><ins>+                RenderImage {IMG} at (4,4) size 167x60
</ins><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderImage {IMG} at (4,64) size 168x1
-            RenderTableCell {TD} at (451,24) size 184x521 [bgcolor=#CCCC99] [border: (1px inset #808080)] [r=1 c=3 rs=6 cs=1]
-              RenderBlock (anonymous) at (4,4) size 176x26
</del><ins>+              RenderImage {IMG} at (4,64) size 167x1
+            RenderTableCell {TD} at (451,24) size 183x521 [bgcolor=#CCCC99] [border: (1px inset #808080)] [r=1 c=3 rs=6 cs=1]
+              RenderBlock (anonymous) at (4,4) size 175x26
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 137x13
</span><span class="cx">                   RenderInline {FONT} at (0,0) size 137x11
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 137x11
</span><span class="lines">@@ -245,12 +245,12 @@
</span><span class="cx">                         text run at (35,11) width 105: &quot;Market Snapshot&quot;
</span><span class="cx">                       RenderBR {BR} at (139,23) size 1x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock {CENTER} at (4,30) size 176x487
-                RenderInline {A} at (0,0) size 176x18
</del><ins>+              RenderBlock {CENTER} at (4,30) size 175x487
+                RenderInline {A} at (0,0) size 175x18
</ins><span class="cx">                   RenderImage {IMG} at (0,0) size 175x270
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-                RenderInline {A} at (0,0) size 162x18
</del><ins>+                RenderInline {A} at (0,0) size 161x18
</ins><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                   RenderImage {IMG} at (7,270) size 161x30
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -277,13 +277,13 @@
</span><span class="cx">                 RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">                 RenderBR {BR} at (87,326) size 1x18
</span><span class="cx">                 RenderBR {BR} at (87,344) size 1x18
</span><del>-                RenderInline {A} at (0,0) size 126x18
</del><ins>+                RenderInline {A} at (0,0) size 125x18
</ins><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                   RenderImage {IMG} at (25,362) size 125x125
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-          RenderTableRow {TR} at (0,93) size 635x116
-            RenderTableCell {TD} at (148,93) size 304x116 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,93) size 634x116
+            RenderTableCell {TD} at (148,93) size 303x116 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=2]
</ins><span class="cx">               RenderInline {A} at (0,0) size 0x0
</span><span class="cx">                 RenderImage {IMG} at (4,4) size 288x26
</span><span class="cx">               RenderBR {BR} at (295,4) size 0x18
</span><span class="lines">@@ -300,8 +300,8 @@
</span><span class="cx">                   RenderText {#text} at (4,94) size 47x18
</span><span class="cx">                     text run at (4,94) width 47: &quot;More...&quot;
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-          RenderTableRow {TR} at (0,209) size 635x406
-            RenderTableCell {TD} at (148,209) size 304x313 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,209) size 634x406
+            RenderTableCell {TD} at (148,209) size 303x313 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (4,4) size 290x35
</span><span class="cx">               RenderBR {BR} at (294,39) size 0x0
</span><span class="cx">               RenderInline {A} at (0,0) size 248x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacorebordersexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/core/borders-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/core/borders-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/core/borders-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,126) size 68x24
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 68x24
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 68x20
</span><del>-            RenderTableCell {TD} at (2,2) size 19x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 18x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 16x18
</span><span class="cx">                 text run at (1,1) width 16: &quot;no&quot;
</span><span class="cx">             RenderTableCell {TD} at (22,2) size 44x20 [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacorecell_heightsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/core/cell_heights-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/core/cell_heights-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/core/cell_heights-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -27,53 +27,53 @@
</span><span class="cx">                 text run at (2,2) width 16: &quot;50&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,710) size 769x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,728) size 27x116 [bgcolor=#0000FF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 25x114
-          RenderTableRow {TR} at (0,2) size 25x58
-            RenderTableCell {TD} at (2,2) size 21x58 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,728) size 26x116 [bgcolor=#0000FF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 24x114
+          RenderTableRow {TR} at (0,2) size 24x58
+            RenderTableCell {TD} at (2,2) size 20x58 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x54
</span><span class="cx">                 text run at (2,2) width 8: &quot;5&quot;
</span><span class="cx">                 text run at (2,20) width 8: &quot;5&quot;
</span><span class="cx">                 text run at (2,38) width 8: &quot;5&quot;
</span><del>-          RenderTableRow {TR} at (0,62) size 25x50
-            RenderTableCell {TD} at (2,76) size 21x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,62) size 24x50
+            RenderTableCell {TD} at (2,76) size 20x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;50&quot;
</span><del>-      RenderTable {TABLE} at (0,844) size 35x258 [bgcolor=#0000FF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 33x256
-          RenderTableRow {TR} at (0,2) size 33x200
-            RenderTableCell {TD} at (2,91) size 29x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,844) size 34x258 [bgcolor=#0000FF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 32x256
+          RenderTableRow {TR} at (0,2) size 32x200
+            RenderTableCell {TD} at (2,91) size 28x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-          RenderTableRow {TR} at (0,204) size 33x50
-            RenderTableCell {TD} at (2,218) size 29x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,204) size 32x50
+            RenderTableCell {TD} at (2,218) size 28x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;50&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,1102) size 769x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,1120) size 35x258 [bgcolor=#0000FF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 33x256
-          RenderTableRow {TR} at (0,2) size 33x200
-            RenderTableCell {TD} at (2,91) size 29x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,1120) size 34x258 [bgcolor=#0000FF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 32x256
+          RenderTableRow {TR} at (0,2) size 32x200
+            RenderTableCell {TD} at (2,91) size 28x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-          RenderTableRow {TR} at (0,204) size 33x50
-            RenderTableCell {TD} at (2,218) size 29x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,204) size 32x50
+            RenderTableCell {TD} at (2,218) size 28x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;50&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,1378) size 769x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,1396) size 65x208 [bgcolor=#FFA500] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 63x206
-          RenderTableRow {TR} at (0,2) size 63x100
-            RenderTableCell {TD} at (2,92) size 29x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,1396) size 64x208 [bgcolor=#FFA500] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 62x206
+          RenderTableRow {TR} at (0,2) size 62x100
+            RenderTableCell {TD} at (2,92) size 28x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (32,41) size 29x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (32,41) size 28x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-          RenderTableRow {TR} at (0,104) size 63x100
-            RenderTableCell {TD} at (32,125) size 29x58 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,104) size 62x100
+            RenderTableCell {TD} at (32,125) size 28x58 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x54
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><span class="cx">                 text run at (2,20) width 24: &quot;100&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacorecol_spanexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/core/col_span-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/core/col_span-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/core/col_span-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,14 +14,14 @@
</span><span class="cx">                 text run at (2,2) width 70: &quot;30% width&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,28) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,46) size 217x46 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 215x44
-          RenderTableRow {TR} at (0,2) size 215x40
-            RenderTableCell {TD} at (2,2) size 105x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,46) size 216x46 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 214x44
+          RenderTableRow {TR} at (0,2) size 214x40
+            RenderTableCell {TD} at (2,2) size 104x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 80x36
</span><span class="cx">                 text run at (2,2) width 80: &quot;100 100 100&quot;
</span><span class="cx">                 text run at (2,20) width 80: &quot;100 100 100&quot;
</span><del>-            RenderTableCell {TD} at (108,11) size 105x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (108,11) size 104x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 70x18
</span><span class="cx">                 text run at (2,2) width 70: &quot;50% width&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,92) size 784x18
</span><span class="lines">@@ -94,13 +94,13 @@
</span><span class="cx">                   RenderText {#text} at (0,0) size 69x36
</span><span class="cx">                     text run at (0,0) width 45: &quot;This is&quot;
</span><span class="cx">                     text run at (0,18) width 69: &quot;colspan=2&quot;
</span><del>-            RenderTableCell {TD} at (114,0) size 284x44 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,0) size 285x44 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 270x36
</span><span class="cx">                 text run at (4,4) width 270: &quot;Blah Blah Blah Blah Blah Blah Blah Blah&quot;
</span><span class="cx">                 text run at (4,22) width 31: &quot;Blah&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,44) size 398x44
</span><del>-            RenderTableCell {TD} at (0,44) size 398x44 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=3]
-              RenderBlock {P} at (4,4) size 390x36
</del><ins>+            RenderTableCell {TD} at (0,44) size 399x44 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=3]
+              RenderBlock {P} at (4,4) size 391x36
</ins><span class="cx">                 RenderInline {B} at (0,0) size 118x18
</span><span class="cx">                   RenderText {#text} at (0,0) size 118x18
</span><span class="cx">                     text run at (0,0) width 118: &quot;This is colspan=3&quot;
</span><span class="lines">@@ -119,12 +119,12 @@
</span><span class="cx">                 RenderInline {B} at (0,0) size 135x18
</span><span class="cx">                   RenderText {#text} at (0,0) size 135x18
</span><span class="cx">                     text run at (0,0) width 135: &quot;no colspan declared&quot;
</span><del>-            RenderTableCell {TD} at (161,0) size 237x26 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (161,0) size 238x26 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 202x18
</span><span class="cx">                 text run at (4,4) width 202: &quot;Blah Blah Blah Blah Blah Blah&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 398x44
</span><del>-            RenderTableCell {TD} at (0,26) size 398x44 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
-              RenderBlock {P} at (4,4) size 390x36
</del><ins>+            RenderTableCell {TD} at (0,26) size 399x44 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
+              RenderBlock {P} at (4,4) size 391x36
</ins><span class="cx">                 RenderInline {B} at (0,0) size 118x18
</span><span class="cx">                   RenderText {#text} at (0,0) size 118x18
</span><span class="cx">                     text run at (0,0) width 118: &quot;This is colspan=2&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacorecol_widths_auto_autoFixexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 88x28 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 86x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 86x22
</span><del>-            RenderTableCell {TD} at (2,2) size 49x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 48x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x18
</span><span class="cx">                 text run at (2,2) width 44: &quot;0 0 0 0&quot;
</span><span class="cx">             RenderTableCell {TD} at (52,2) size 32x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,146) size 638x134 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 636x132
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 636x104
</span><del>-            RenderTableCell {TD} at (2,2) size 605x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (2,2) size 604x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 600x100
</span><span class="cx">             RenderTableCell {TD} at (608,43) size 26x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">             RenderTableCell {TD} at (29,108) size 25x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><del>-            RenderTableCell {TD} at (55,108) size 552x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (55,108) size 551x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">             RenderTableCell {TD} at (608,108) size 26x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="lines">@@ -56,22 +56,22 @@
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,280) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,298) size 535x61 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 533x59
-          RenderTableRow {TR} at (0,5) size 533x22
-            RenderTableCell {TD} at (5,5) size 414x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,298) size 534x61 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 532x59
+          RenderTableRow {TR} at (0,5) size 532x22
+            RenderTableCell {TD} at (5,5) size 413x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-            RenderTableCell {TD} at (423,5) size 105x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (423,5) size 104x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-          RenderTableRow {TR} at (0,32) size 533x22
</del><ins>+          RenderTableRow {TR} at (0,32) size 532x22
</ins><span class="cx">             RenderTableCell {TD} at (5,32) size 104x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (114,32) size 305x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,32) size 304x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span><del>-            RenderTableCell {TD} at (423,32) size 105x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (423,32) size 104x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacorecol_widths_auto_autoFixPerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,2) size 310x22 [bgcolor=#FFA500] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 98x18
</span><span class="cx">                 text run at (2,2) width 98: &quot;foo foo foo foo&quot;
</span><del>-            RenderTableCell {TD} at (479,2) size 301x22 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (479,2) size 302x22 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 98x18
</span><span class="cx">                 text run at (2,2) width 98: &quot;foo foo foo foo&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x22
</span><span class="lines">@@ -28,10 +28,10 @@
</span><span class="cx">             RenderTableCell {TD} at (168,26) size 154x22 [bgcolor=#FFA500] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 98x18
</span><span class="cx">                 text run at (2,2) width 98: &quot;foo foo foo foo&quot;
</span><del>-            RenderTableCell {TD} at (324,26) size 154x22 [bgcolor=#FFA500] [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (323,26) size 155x22 [bgcolor=#FFA500] [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 98x18
</span><span class="cx">                 text run at (2,2) width 98: &quot;foo foo foo foo&quot;
</span><del>-            RenderTableCell {TD} at (479,26) size 301x22 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (479,26) size 302x22 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 98x18
</span><span class="cx">                 text run at (2,2) width 98: &quot;foo foo foo foo&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,52) size 784x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacorecol_widths_auto_fixexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 67x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (70,2) size 76x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,2) size 77x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 64x18
</span><span class="cx">                 text run at (2,2) width 64: &quot;one_hund&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,28) size 769x18
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx">             RenderTableCell {TD} at (178,2) size 175x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 78x18
</span><span class="cx">                 text run at (2,2) width 78: &quot;fooooooooo&quot;
</span><del>-            RenderTableCell {TD} at (354,2) size 142x22 [bgcolor=#FFA500] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (354,2) size 143x22 [bgcolor=#FFA500] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 98x18
</span><span class="cx">                 text run at (2,2) width 98: &quot;foo foo foo foo&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,74) size 769x36
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,11) size 260x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (263,2) size 133x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (263,2) size 134x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 123x36
</span><span class="cx">                 text run at (2,2) width 123: &quot;foo foo foo foo foo&quot;
</span><span class="cx">                 text run at (2,20) width 72: &quot;foo foo foo&quot;
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 22x36
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">                 text run at (2,20) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (38,11) size 58x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,11) size 59x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,256) size 769x36
</span><span class="lines">@@ -124,17 +124,17 @@
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 304x18
</span><span class="cx">           text run at (0,18) width 304: &quot;auto table - cell width does not include padding&quot;
</span><del>-      RenderTable {TABLE} at (0,594) size 149x66 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 147x64
-          RenderTableRow {TR} at (0,2) size 147x60
-            RenderTableCell {TD} at (2,2) size 143x60 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,594) size 148x66 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 146x64
+          RenderTableRow {TR} at (0,2) size 146x60
+            RenderTableCell {TD} at (2,2) size 142x60 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (21,21) size 73x18
</span><span class="cx">                 text run at (21,21) width 73: &quot;cell=100px&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,660) size 769x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,678) size 111x28 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 109x26
-          RenderTableRow {TR} at (0,2) size 109x22
-            RenderTableCell {TD} at (2,2) size 105x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,678) size 110x28 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 108x26
+          RenderTableRow {TR} at (0,2) size 108x22
+            RenderTableCell {TD} at (2,2) size 104x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 73x18
</span><span class="cx">                 text run at (2,2) width 73: &quot;cell=100px&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacorecol_widths_auto_fixPerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx">             RenderTableCell {TD} at (322,29) size 431x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (330,2) size 99x18
</span><span class="cx">                 text run at (330,2) width 99: &quot;foo foo foo foo&quot;
</span><del>-            RenderTableCell {TD} at (754,2) size 26x76 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (754,2) size 27x76 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x72
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">                 text run at (2,20) width 22: &quot;foo&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacorecol_widths_auto_perexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_per-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_per-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_per-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx">             RenderTableCell {TD} at (10,10) size 85x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;1%&quot;
</span><del>-            RenderTableCell {TD} at (104,10) size 668x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,10) size 669x22 [border: (1px inset #808080)] [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;10%&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,160) size 784x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacorecol_widths_fix_autoFixexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx">             RenderTableCell {TD} at (286,2) size 283x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><del>-            RenderTableCell {TD} at (570,2) size 26x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (570,2) size 27x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,338) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacorecol_widths_fix_fixexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 67x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (70,2) size 76x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,2) size 77x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 64x18
</span><span class="cx">                 text run at (2,2) width 64: &quot;one_hund&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,28) size 784x18
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx">             RenderTableCell {TD} at (178,2) size 175x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 78x18
</span><span class="cx">                 text run at (2,2) width 78: &quot;fooooooooo&quot;
</span><del>-            RenderTableCell {TD} at (354,2) size 142x22 [bgcolor=#FFA500] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (354,2) size 143x22 [bgcolor=#FFA500] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 98x18
</span><span class="cx">                 text run at (2,2) width 98: &quot;foo foo foo foo&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,74) size 784x18
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,11) size 260x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (263,2) size 133x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (263,2) size 134x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 123x36
</span><span class="cx">                 text run at (2,2) width 123: &quot;foo foo foo foo foo&quot;
</span><span class="cx">                 text run at (2,20) width 72: &quot;foo foo foo&quot;
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 22x36
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">                 text run at (2,20) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (38,11) size 58x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,11) size 59x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,274) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacorecol_widths_fix_fixPerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -22,7 +22,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,82) size 300x46 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 298x44
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 298x40
</span><del>-            RenderTableCell {TD} at (2,2) size 45x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 44x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x36
</span><span class="cx">                 text run at (2,2) width 40: &quot;100px&quot;
</span><span class="cx">                 text run at (2,20) width 40: &quot;100px&quot;
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,164) size 300x46 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 298x44
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 298x40
</span><del>-            RenderTableCell {TD} at (2,2) size 45x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 44x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x36
</span><span class="cx">                 text run at (2,2) width 40: &quot;100px&quot;
</span><span class="cx">                 text run at (2,20) width 40: &quot;100px&quot;
</span><span class="lines">@@ -70,7 +70,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,344) size 200x80 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 198x78
</span><span class="cx">           RenderTableRow {TR} at (0,10) size 198x58
</span><del>-            RenderTableCell {TD} at (10,19) size 45x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (10,19) size 44x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x36
</span><span class="cx">                 text run at (2,2) width 40: &quot;100px&quot;
</span><span class="cx">                 text run at (2,20) width 40: &quot;100px&quot;
</span><span class="lines">@@ -91,15 +91,15 @@
</span><span class="cx">       RenderTable {TABLE} at (0,460) size 400x62 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 398x60
</span><span class="cx">           RenderTableRow {TR} at (0,10) size 398x40
</span><del>-            RenderTableCell {TD} at (10,10) size 45x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (10,10) size 44x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x36
</span><span class="cx">                 text run at (2,2) width 40: &quot;100px&quot;
</span><span class="cx">                 text run at (2,20) width 40: &quot;100px&quot;
</span><del>-            RenderTableCell {TD} at (64,10) size 45x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (64,10) size 44x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x36
</span><span class="cx">                 text run at (2,2) width 40: &quot;100px&quot;
</span><span class="cx">                 text run at (2,20) width 40: &quot;100px&quot;
</span><del>-            RenderTableCell {TD} at (118,19) size 131x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (118,19) size 130x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 96x18
</span><span class="cx">                 text run at (2,2) width 96: &quot;50% 50% 50%&quot;
</span><span class="cx">             RenderTableCell {TD} at (258,19) size 130x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="lines">@@ -112,11 +112,11 @@
</span><span class="cx">       RenderTable {TABLE} at (0,558) size 400x80 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 398x78
</span><span class="cx">           RenderTableRow {TR} at (0,10) size 398x58
</span><del>-            RenderTableCell {TD} at (10,19) size 45x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (10,19) size 44x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x36
</span><span class="cx">                 text run at (2,2) width 40: &quot;100px&quot;
</span><span class="cx">                 text run at (2,20) width 40: &quot;100px&quot;
</span><del>-            RenderTableCell {TD} at (64,19) size 45x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (64,19) size 44x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x36
</span><span class="cx">                 text run at (2,2) width 40: &quot;100px&quot;
</span><span class="cx">                 text run at (2,20) width 40: &quot;100px&quot;
</span><span class="lines">@@ -126,7 +126,7 @@
</span><span class="cx">             RenderTableCell {TD} at (236,28) size 109x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 96x18
</span><span class="cx">                 text run at (2,2) width 96: &quot;50% 50% 50%&quot;
</span><del>-            RenderTableCell {TD} at (354,10) size 34x58 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (354,10) size 35x58 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x54
</span><span class="cx">                 text run at (2,2) width 30: &quot;50%&quot;
</span><span class="cx">                 text run at (2,20) width 30: &quot;50%&quot;
</span><span class="lines">@@ -142,7 +142,7 @@
</span><span class="cx">             RenderTableCell {TD} at (29,2) size 83x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><del>-            RenderTableCell {TD} at (113,2) size 83x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (113,2) size 84x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;zap&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,684) size 769x36
</span><span class="lines">@@ -161,7 +161,7 @@
</span><span class="cx">             RenderTableCell {TD} at (299,29) size 439x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (338,2) size 99x18
</span><span class="cx">                 text run at (338,2) width 99: &quot;foo foo foo foo&quot;
</span><del>-            RenderTableCell {TD} at (739,2) size 26x76 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (739,2) size 27x76 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x72
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">                 text run at (2,20) width 22: &quot;foo&quot;
</span><span class="lines">@@ -187,7 +187,7 @@
</span><span class="cx">             RenderTableCell {TD} at (316,29) size 422x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (321,2) size 99x18
</span><span class="cx">                 text run at (321,2) width 99: &quot;foo foo foo foo&quot;
</span><del>-            RenderTableCell {TD} at (739,2) size 26x76 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (739,2) size 27x76 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x72
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">                 text run at (2,20) width 22: &quot;foo&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacorecol_widths_fix_perexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_per-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_per-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_per-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx">             RenderTableCell {TD} at (236,29) size 233x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 78x18
</span><span class="cx">                 text run at (2,2) width 78: &quot;fooooooooo&quot;
</span><del>-            RenderTableCell {TD} at (470,2) size 26x76 [bgcolor=#FFA500] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (470,2) size 27x76 [bgcolor=#FFA500] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x72
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">                 text run at (2,20) width 22: &quot;foo&quot;
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">             RenderTableCell {TD} at (158,2) size 156x22 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 98x18
</span><span class="cx">                 text run at (2,2) width 98: &quot;foo foo foo foo&quot;
</span><del>-            RenderTableCell {TD} at (315,2) size 465x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (315,2) size 466x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (365,2) size 98x18
</span><span class="cx">                 text run at (365,2) width 98: &quot;foo foo foo foo&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,238) size 784x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacoremarginsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/core/margins-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/core/margins-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/core/margins-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 26x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                         text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (119,7) size 275x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (119,7) size 276x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 80x18
</span><span class="cx">                 text run at (2,2) width 80: &quot;x x x x x x x&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,356) size 784x18
</span><span class="lines">@@ -92,12 +92,12 @@
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 396x32
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 169x32 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderTable {TABLE} at (54,2) size 61x28 [border: (1px outset #808080)]
</span><del>-                RenderTableSection {TBODY} at (1,1) size 59x26
-                  RenderTableRow {TR} at (0,2) size 59x22
-                    RenderTableCell {TD} at (2,2) size 55x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTableSection {TBODY} at (1,1) size 58x26
+                  RenderTableRow {TR} at (0,2) size 58x22
+                    RenderTableCell {TD} at (2,2) size 54x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                         text run at (2,2) width 16: &quot;50&quot;
</span><del>-            RenderTableCell {TD} at (172,7) size 222x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (172,7) size 223x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 80x18
</span><span class="cx">                 text run at (2,2) width 80: &quot;x x x x x x x&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,414) size 784x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacoremiscexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/core/misc-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/core/misc-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/core/misc-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -23,17 +23,17 @@
</span><span class="cx">       RenderTable {TABLE} at (0,100) size 600x110
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 600x110
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 600x44
</span><del>-            RenderTableCell {TD} at (2,2) size 594x44 [r=0 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (2,2) size 595x44 [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderImage {IMG} at (7,1) size 580x42
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderTableRow {TR} at (0,48) size 600x38
</span><span class="cx">             RenderTableCell {TD} at (2,48) size 243x38 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderImage {IMG} at (1,1) size 232x35 [border: (1px solid #000000)]
</span><del>-            RenderTableCell {TD} at (246,48) size 142x38 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (246,48) size 143x38 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (32,1) size 78x36
</span><span class="cx">                 text run at (32,1) width 78: &quot;Hassle-Free&quot;
</span><span class="cx">                 text run at (40,19) width 62: &quot;Upgrades&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,88) size 600x20
</span><del>-            RenderTableCell {TD} at (2,88) size 596x20 [bgcolor=#99CCCC] [r=2 c=0 rs=1 cs=4]
</del><ins>+            RenderTableCell {TD} at (2,88) size 597x20 [bgcolor=#99CCCC] [r=2 c=0 rs=1 cs=4]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x18
</span><span class="cx">                 text run at (1,1) width 8: &quot;x&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacorenested1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/core/nested1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/core/nested1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/core/nested1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -65,7 +65,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 337x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,1) size 182x18
</span><span class="cx">                         text run at (1,1) width 182: &quot;nested in 100%, width=50%&quot;
</span><del>-            RenderTableCell {TD} at (689,5) size 91x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (689,5) size 92x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,260) size 784x18
</span><span class="lines">@@ -84,6 +84,6 @@
</span><span class="cx">                             RenderTableCell {TD} at (2,2) size 130x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                               RenderText {#text} at (1,1) size 46x18
</span><span class="cx">                                 text run at (1,1) width 46: &quot;2n50%&quot;
</span><del>-            RenderTableCell {TD} at (553,8) size 227x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (553,8) size 228x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacoreone_rowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/core/one_row-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/core/one_row-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/core/one_row-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx">             RenderTableCell {TD} at (357,2) size 99x22 [border: (1px inset #808080)] [r=0 c=1 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;barrrrrrrrr&quot;
</span><del>-            RenderTableCell {TD} at (457,2) size 39x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (457,2) size 40x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;zap&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,110) size 769x36
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx">                 text run at (2,2) width 26: &quot;barr&quot;
</span><span class="cx">                 text run at (2,20) width 22: &quot;rrrr&quot;
</span><span class="cx">                 text run at (2,38) width 22: &quot;rrrr&quot;
</span><del>-            RenderTableCell {TD} at (169,20) size 27x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (169,20) size 28x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;zap&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,210) size 769x36
</span><span class="lines">@@ -110,13 +110,13 @@
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 173x18
</span><span class="cx">           text run at (0,18) width 173: &quot;Table auto, both cells fixed&quot;
</span><del>-      RenderTable {TABLE} at (0,502) size 217x28 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 215x26
-          RenderTableRow {TR} at (0,2) size 215x22
-            RenderTableCell {TD} at (2,2) size 105x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,502) size 216x28 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 214x26
+          RenderTableRow {TR} at (0,2) size 214x22
+            RenderTableCell {TD} at (2,2) size 104x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 38x18
</span><span class="cx">                 text run at (2,2) width 38: &quot;foooo&quot;
</span><del>-            RenderTableCell {TD} at (108,2) size 105x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (108,2) size 104x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,530) size 769x36
</span><span class="lines">@@ -155,7 +155,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 344x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 238x18
</span><span class="cx">                 text run at (2,2) width 238: &quot;fooooooooooooooooooooooooooooo&quot;
</span><del>-            RenderTableCell {TD} at (347,2) size 149x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (347,2) size 150x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,722) size 769x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacoretable_frameexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/core/table_frame-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/core/table_frame-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/core/table_frame-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -69,13 +69,13 @@
</span><span class="cx">                 text run at (2,2) width 20: &quot;rhs&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,250) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,268) size 72x26 [border: none (1px solid #808080)]
-        RenderTableSection {TBODY} at (1,0) size 71x26
-          RenderTableRow {TR} at (0,2) size 71x22
</del><ins>+      RenderTable {TABLE} at (0,268) size 71x26 [border: none (1px solid #808080)]
+        RenderTableSection {TBODY} at (1,0) size 70x26
+          RenderTableRow {TR} at (0,2) size 70x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 42x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 38x18
</span><span class="cx">                 text run at (2,2) width 38: &quot;frame&quot;
</span><del>-            RenderTableCell {TD} at (45,2) size 24x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (45,2) size 23x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 19x18
</span><span class="cx">                 text run at (2,2) width 19: &quot;lhs&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,294) size 784x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacoretable_heightsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/core/table_heights-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/core/table_heights-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/core/table_heights-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,6 +9,6 @@
</span><span class="cx">             RenderTableCell {TD} at (2,266) size 370x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 33x18
</span><span class="cx">                 text run at (2,2) width 33: &quot;FOO&quot;
</span><del>-            RenderTableCell {TD} at (373,266) size 379x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (373,266) size 380x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 33x18
</span><span class="cx">                 text run at (2,2) width 33: &quot;BAR&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacoretable_rulesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/core/table_rules-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/core/table_rules-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/core/table_rules-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,38 +54,38 @@
</span><span class="cx">                 text run at (1,1) width 79: &quot;row group 2&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,143) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,161) size 220x42 [border: none]
</del><ins>+      RenderTable {TABLE} at (0,161) size 219x42 [border: none]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: none (1px solid #000000) none (1px solid #000000)]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [border: none (1px solid #000000) none (1px solid #000000)]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (0,0) size 219x41 [border: (1px solid #808080) none (1px solid #808080) none]
-          RenderTableRow {TR} at (0,0) size 219x21
</del><ins>+        RenderTableSection {TBODY} at (0,0) size 218x41 [border: (1px solid #808080) none (1px solid #808080) none]
+          RenderTableRow {TR} at (0,0) size 218x21
</ins><span class="cx">             RenderTableCell {TD} at (0,0) size 35x21 [border: (1px none #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;rules&quot;
</span><del>-            RenderTableCell {TD} at (34,0) size 76x21 [border: (1px none #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (34,0) size 75x21 [border: (1px none #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,2) size 73x18
</span><span class="cx">                 text run at (1,2) width 73: &quot;col group 1&quot;
</span><del>-            RenderTableCell {TD} at (109,0) size 35x21 [border: (1px none #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (108,0) size 36x21 [border: (1px none #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;rules&quot;
</span><del>-            RenderTableCell {TD} at (143,0) size 76x21 [border: (1px none #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,0) size 75x21 [border: (1px none #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,2) size 73x18
</span><span class="cx">                 text run at (1,2) width 73: &quot;col group 2&quot;
</span><del>-          RenderTableRow {TR} at (0,21) size 219x20
</del><ins>+          RenderTableRow {TR} at (0,21) size 218x20
</ins><span class="cx">             RenderTableCell {TD} at (0,21) size 35x20 [border: none] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,1) size 32x18
</span><span class="cx">                 text run at (2,1) width 32: &quot;rules&quot;
</span><del>-            RenderTableCell {TD} at (34,21) size 76x20 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (34,21) size 75x20 [r=1 c=1 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;col group 1&quot;
</span><del>-            RenderTableCell {TD} at (109,21) size 35x20 [border: none] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (108,21) size 36x20 [border: none] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,1) size 32x18
</span><span class="cx">                 text run at (2,1) width 32: &quot;rules&quot;
</span><del>-            RenderTableCell {TD} at (143,21) size 76x20 [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,21) size 75x20 [r=1 c=3 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;col group 2&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,203) size 784x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacoretable_widthsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/core/table_widths-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/core/table_widths-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/core/table_widths-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -17,10 +17,10 @@
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 220x18
</span><span class="cx">           text run at (0,18) width 220: &quot;nested table width includes border&quot;
</span><del>-      RenderTable {TABLE} at (0,118) size 205x50 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 203x48
-          RenderTableRow {TR} at (0,0) size 203x48
-            RenderTableCell {TD} at (0,0) size 203x48 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,118) size 204x50 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 202x48
+          RenderTableRow {TR} at (0,0) size 202x48
+            RenderTableCell {TD} at (0,0) size 202x48 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (1,1) size 200x46 [border: (10px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (10,10) size 180x26
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 180x22
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilladominsertColGroups1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertColGroups1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertColGroups1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertColGroups1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,40 +6,40 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 218x18
</span><span class="cx">           text run at (0,0) width 218: &quot;The 2 tables should look the same&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 611x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,18) size 610x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 609x26
-          RenderTableRow {TR} at (0,2) size 609x22
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 608x26
+          RenderTableRow {TR} at (0,2) size 608x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 201x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,2) size 200x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (306,2) size 301x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (306,2) size 300x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,46) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,64) size 611x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,64) size 610x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 609x26
-          RenderTableRow {TR} at (0,2) size 609x22
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 608x26
+          RenderTableRow {TR} at (0,2) size 608x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 201x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,2) size 200x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (306,2) size 301x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (306,2) size 300x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,92) size 784x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilladominsertColGroups2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertColGroups2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertColGroups2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertColGroups2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 218x18
</span><span class="cx">           text run at (0,0) width 218: &quot;The 2 tables should look the same&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 513x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,18) size 512x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -14,23 +14,23 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 511x26
-          RenderTableRow {TR} at (0,2) size 511x22
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 510x26
+          RenderTableRow {TR} at (0,2) size 510x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 50x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;50&quot;
</span><del>-            RenderTableCell {TD} at (54,2) size 101x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,2) size 100x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (156,2) size 151x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (156,2) size 150x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;150&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 201x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,2) size 200x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,46) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,64) size 513x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,64) size 512x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -38,18 +38,18 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 511x26
-          RenderTableRow {TR} at (0,2) size 511x22
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 510x26
+          RenderTableRow {TR} at (0,2) size 510x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 50x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;50&quot;
</span><del>-            RenderTableCell {TD} at (54,2) size 101x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,2) size 100x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (156,2) size 151x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (156,2) size 150x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;150&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 201x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,2) size 200x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,92) size 784x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilladominsertCols1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertCols1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertCols1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertCols1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,37 +6,37 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 218x18
</span><span class="cx">           text run at (0,0) width 218: &quot;The 2 tables should look the same&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 611x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,18) size 610x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 609x26
-          RenderTableRow {TR} at (0,2) size 609x22
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 608x26
+          RenderTableRow {TR} at (0,2) size 608x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 201x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,2) size 200x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (306,2) size 301x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (306,2) size 300x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,46) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,64) size 611x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,64) size 610x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 609x26
-          RenderTableRow {TR} at (0,2) size 609x22
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 608x26
+          RenderTableRow {TR} at (0,2) size 608x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 201x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,2) size 200x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (306,2) size 301x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (306,2) size 300x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilladominsertCols2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertCols2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertCols2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertCols2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,37 +6,37 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 218x18
</span><span class="cx">           text run at (0,0) width 218: &quot;The 2 tables should look the same&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 611x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,18) size 610x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 609x26
-          RenderTableRow {TR} at (0,2) size 609x22
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 608x26
+          RenderTableRow {TR} at (0,2) size 608x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 201x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,2) size 200x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (306,2) size 301x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (306,2) size 300x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,46) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,64) size 611x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,64) size 610x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 609x26
-          RenderTableRow {TR} at (0,2) size 609x22
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 608x26
+          RenderTableRow {TR} at (0,2) size 608x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 201x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,2) size 200x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (306,2) size 301x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (306,2) size 300x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilladominsertCols3expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertCols3-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertCols3-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertCols3-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,45 +6,45 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 218x18
</span><span class="cx">           text run at (0,0) width 218: &quot;The 2 tables should look the same&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 513x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,18) size 512x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 511x26
-          RenderTableRow {TR} at (0,2) size 511x22
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 510x26
+          RenderTableRow {TR} at (0,2) size 510x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 50x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;50&quot;
</span><del>-            RenderTableCell {TD} at (54,2) size 101x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,2) size 100x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (156,2) size 151x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (156,2) size 150x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;150&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 201x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,2) size 200x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,46) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,64) size 513x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,64) size 512x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 511x26
-          RenderTableRow {TR} at (0,2) size 511x22
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 510x26
+          RenderTableRow {TR} at (0,2) size 510x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 50x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;50&quot;
</span><del>-            RenderTableCell {TD} at (54,2) size 101x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,2) size 100x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (156,2) size 151x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (156,2) size 150x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;150&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 201x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,2) size 200x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilladominsertCols4expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertCols4-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertCols4-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertCols4-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,37 +6,37 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 218x18
</span><span class="cx">           text run at (0,0) width 218: &quot;The 2 tables should look the same&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 611x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,18) size 610x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 609x26
-          RenderTableRow {TR} at (0,2) size 609x22
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 608x26
+          RenderTableRow {TR} at (0,2) size 608x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 201x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,2) size 200x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (306,2) size 301x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (306,2) size 300x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,46) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,64) size 611x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,64) size 610x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 609x26
-          RenderTableRow {TR} at (0,2) size 609x22
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 608x26
+          RenderTableRow {TR} at (0,2) size 608x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 201x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,2) size 200x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (306,2) size 301x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (306,2) size 300x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilladominsertCols5expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertCols5-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertCols5-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/dom/insertCols5-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,37 +6,37 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 218x18
</span><span class="cx">           text run at (0,0) width 218: &quot;The 2 tables should look the same&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 611x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,18) size 610x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 609x26
-          RenderTableRow {TR} at (0,2) size 609x22
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 608x26
+          RenderTableRow {TR} at (0,2) size 608x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 201x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,2) size 200x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (306,2) size 301x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (306,2) size 300x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,46) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,64) size 611x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,64) size 610x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 609x26
-          RenderTableRow {TR} at (0,2) size 609x22
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 608x26
+          RenderTableRow {TR} at (0,2) size 608x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 201x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,2) size 200x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><del>-            RenderTableCell {TD} at (306,2) size 301x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (306,2) size 300x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</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 (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -51,8 +51,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x15
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,294) size 619x467 [color=#000000] [bgcolor=#FFFFFF] [border: (1px dotted #000000)]
-        RenderBlock {CAPTION} at (0,0) size 619x22 [color=#FFFFFF]
</del><ins>+      RenderTable {TABLE} at (0,294) size 618x467 [color=#000000] [bgcolor=#FFFFFF] [border: (1px dotted #000000)]
+        RenderBlock {CAPTION} at (0,0) size 618x22 [color=#FFFFFF]
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x22
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -61,10 +61,10 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,23) size 617x114
-        RenderTableSection {TBODY} at (1,137) size 617x206
-      RenderTable {TABLE} at (0,760) size 579x433 [color=#000000] [bgcolor=#FFFFFF] [border: (6px dotted #000000)]
-        RenderBlock {CAPTION} at (0,0) size 579x22 [color=#FFFFFF]
</del><ins>+        RenderTableSection {THEAD} at (1,23) size 616x114
+        RenderTableSection {TBODY} at (1,137) size 616x206
+      RenderTable {TABLE} at (0,760) size 578x433 [color=#000000] [bgcolor=#FFFFFF] [border: (6px dotted #000000)]
+        RenderBlock {CAPTION} at (0,0) size 578x22 [color=#FFFFFF]
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x22
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -73,8 +73,8 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,28) size 578x99
-        RenderTableSection {TBODY} at (0,127) size 578x190
</del><ins>+        RenderTableSection {THEAD} at (0,28) size 577x99
+        RenderTableSection {TBODY} at (0,127) size 577x190
</ins><span class="cx">       RenderBlock {DIV} at (0,1192) size 769x35
</span><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="lines">@@ -83,12 +83,12 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 687x15
</span><span class="cx">           text run at (0,0) width 687: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span><span class="cx"> layer at (9,342) size 616x100
</span><del>-  RenderTableRow {TR} at (0,7) size 617x100 [bgcolor=#FF0000]
-    RenderTableCell {TH} at (144,32) size 221x50 [border: (13px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+  RenderTableRow {TR} at (0,7) size 616x100 [bgcolor=#FF0000]
+    RenderTableCell {TH} at (144,32) size 220x50 [border: (13px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (87,14) size 46x22
</span><span class="cx">         text run at (87,14) width 46: &quot;TH B&quot;
</span><del>-    RenderTableCell {TH} at (371,55) size 119x4 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
-    RenderTableCell {TH} at (496,44) size 114x26 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+    RenderTableCell {TH} at (371,55) size 118x4 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
+    RenderTableCell {TH} at (496,44) size 113x26 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><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><span class="cx"> layer at (16,342) size 130x100
</span><span class="lines">@@ -96,51 +96,51 @@
</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><span class="cx"> layer at (9,655) size 616x122
</span><del>-  RenderTableSection {TFOOT} at (1,343) size 617x122 [bgcolor=#FFFF00]
</del><ins>+  RenderTableSection {TFOOT} at (1,343) size 616x122 [bgcolor=#FFFF00]
</ins><span class="cx"> layer at (9,655) size 616x115
</span><del>-  RenderTableRow {TR} at (0,0) size 617x115 [bgcolor=#FF0000]
-    RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</del><ins>+  RenderTableRow {TR} at (0,0) size 616x115 [bgcolor=#FF0000]
+    RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">       RenderText {#text} at (2,2) size 47x23
</span><span class="cx">         text run at (2,3) width 47: &quot;TD M&quot;
</span><del>-    RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (2,2) size 46x23
</span><span class="cx">         text run at (2,3) width 46: &quot;TD O&quot;
</span><span class="cx"> layer at (505,655) size 113x115
</span><del>-  RenderTableCell {TD} at (496,44) size 114x27 [bgcolor=#0000FF] [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (496,44) size 113x27 [bgcolor=#0000FF] [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">     RenderText {#text} at (2,2) size 44x23
</span><span class="cx">       text run at (2,3) width 44: &quot;TD P&quot;
</span><span class="cx"> layer at (9,449) size 616x108
</span><del>-  RenderTableRow {TR} at (0,0) size 617x108 [bgcolor=#FF0000]
</del><ins>+  RenderTableRow {TR} at (0,0) size 616x108 [bgcolor=#FF0000]
</ins><span class="cx">     RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #000000)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">       RenderText {#text} at (14,14) size 44x23
</span><span class="cx">         text run at (14,15) width 44: &quot;TD E&quot;
</span><del>-    RenderTableCell {TD} at (144,41) size 221x26 [border: (1px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (144,41) 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,41) size 119x26 [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 G&quot;
</span><del>-    RenderTableCell {TD} at (496,41) size 114x26 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (496,41) size 113x26 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (2,2) size 45x22
</span><span class="cx">         text run at (2,2) width 45: &quot;TD H&quot;
</span><span class="cx"> layer at (9,564) size 616x84
</span><del>-  RenderTableRow {TR} at (0,115) size 617x84 [bgcolor=#FF0000]
-    RenderTableCell {TD} at (144,144) size 221x26 [border: (1px dotted #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+  RenderTableRow {TR} at (0,115) size 616x84 [bgcolor=#FF0000]
+    RenderTableCell {TD} at (144,144) 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,144) size 119x26 [border: (1px dotted #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (371,144) 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,144) size 114x26 [border: (1px dotted #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (496,144) 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><span class="cx"> layer at (8,806) size 577x99
</span><del>-  RenderTableRow {TR} at (0,0) size 578x99 [bgcolor=#FF0000]
-    RenderTableCell {TH} at (135,31) size 208x37 [border: (7px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+  RenderTableRow {TR} at (0,0) size 577x99 [bgcolor=#FF0000]
+    RenderTableCell {TH} at (135,31) size 207x37 [border: (7px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (81,8) size 46x22
</span><span class="cx">         text run at (81,8) width 46: &quot;TH B&quot;
</span><del>-    RenderTableCell {TH} at (342,48) size 124x3 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
-    RenderTableCell {TH} at (465,37) size 113x25 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+    RenderTableCell {TH} at (342,48) size 123x3 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
+    RenderTableCell {TH} at (465,37) size 112x25 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><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><span class="cx"> layer at (8,806) size 135x99
</span><span class="lines">@@ -148,41 +148,41 @@
</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><span class="cx"> layer at (8,1095) size 577x114
</span><del>-  RenderTableSection {TFOOT} at (0,317) size 578x114 [bgcolor=#FFFF00]
</del><ins>+  RenderTableSection {TFOOT} at (0,317) size 577x114 [bgcolor=#FFFF00]
</ins><span class="cx"> layer at (8,1095) size 577x114
</span><del>-  RenderTableRow {TR} at (0,0) size 578x114 [bgcolor=#FF0000]
-    RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</del><ins>+  RenderTableRow {TR} at (0,0) size 577x114 [bgcolor=#FF0000]
+    RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">       RenderText {#text} at (2,8) size 47x23
</span><span class="cx">         text run at (2,9) width 47: &quot;TD M&quot;
</span><del>-    RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (2,2) size 46x23
</span><span class="cx">         text run at (2,3) width 46: &quot;TD O&quot;
</span><span class="cx"> layer at (473,1095) size 112x114
</span><del>-  RenderTableCell {TD} at (465,44) size 113x26 [bgcolor=#0000FF] [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (465,44) size 112x26 [bgcolor=#0000FF] [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">     RenderText {#text} at (2,2) size 44x23
</span><span class="cx">       text run at (2,3) width 44: &quot;TD P&quot;
</span><span class="cx"> layer at (8,905) size 577x107
</span><del>-  RenderTableRow {TR} at (0,0) size 578x107 [bgcolor=#FF0000]
</del><ins>+  RenderTableRow {TR} at (0,0) size 577x107 [bgcolor=#FF0000]
</ins><span class="cx">     RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #000000)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">       RenderText {#text} at (8,8) size 44x23
</span><span class="cx">         text run at (8,9) width 44: &quot;TD E&quot;
</span><del>-    RenderTableCell {TD} at (135,38) size 208x31 [border: (7px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (135,38) size 207x31 [border: (7px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (8,8) size 43x22
</span><span class="cx">         text run at (8,8) width 43: &quot;TD F&quot;
</span><del>-    RenderTableCell {TD} at (342,41) size 124x25 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (342,41) size 123x25 [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 (465,41) size 113x25 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (465,41) size 112x25 [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><span class="cx"> layer at (8,1012) size 577x83
</span><del>-  RenderTableRow {TR} at (0,107) size 578x83 [bgcolor=#FF0000]
-    RenderTableCell {TD} at (135,136) size 208x25 [border: (1px dotted #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+  RenderTableRow {TR} at (0,107) size 577x83 [bgcolor=#FF0000]
+    RenderTableCell {TD} at (135,136) size 207x25 [border: (1px dotted #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (8,2) size 42x22
</span><span class="cx">         text run at (8,2) width 42: &quot;TD J&quot;
</span><del>-    RenderTableCell {TD} at (342,136) size 124x25 [border: (1px dotted #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (342,136) size 123x25 [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 (465,136) size 113x25 [border: (1px dotted #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (465,136) size 112x25 [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></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 (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -40,8 +40,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x15
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,249) size 619x467 [color=#FFFFFF] [bgcolor=#000000] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x22
</del><ins>+      RenderTable {TABLE} at (0,249) size 618x467 [color=#FFFFFF] [bgcolor=#000000] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x22
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x22
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -50,57 +50,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,23) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,23) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,44) size 130x26 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (144,32) size 221x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,32) size 220x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x22
</span><span class="cx">                 text run at (87,14) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,44) size 119x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,44) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x22
</span><span class="cx">                 text run at (36,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,44) size 114x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,15) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,41) size 221x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,41) 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,41) size 119x26 [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 G&quot;
</span><del>-            RenderTableCell {TD} at (496,41) size 114x26 [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 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,144) size 221x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,144) 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,144) size 119x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,144) 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,144) size 114x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,144) 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,343) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,343) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,3) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-      RenderTable {TABLE} at (0,715) size 579x433 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x22
</del><ins>+      RenderTable {TABLE} at (0,715) size 578x433 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x22
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x22
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -109,53 +109,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,28) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,28) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,34) size 135x31 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (135,31) size 208x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,31) size 207x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x22
</span><span class="cx">                 text run at (81,8) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,37) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,37) size 123x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x22
</span><span class="cx">                 text run at (42,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,37) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,37) size 112x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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 (0,317) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,317) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,9) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,127) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,127) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,9) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,38) size 208x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,38) size 207x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x22
</span><span class="cx">                 text run at (8,8) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,41) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,41) size 123x25 [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 (465,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,41) size 112x25 [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,107) size 578x83
-            RenderTableCell {TD} at (135,136) size 208x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,136) size 207x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x22
</span><span class="cx">                 text run at (8,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,136) size 124x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,136) size 123x25 [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 (465,136) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,136) size 112x25 [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><span class="cx">       RenderBlock {DIV} at (0,1147) size 769x35
</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 (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -49,8 +49,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x15
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,307) size 619x467 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x22
</del><ins>+      RenderTable {TABLE} at (0,307) size 618x467 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x22
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x22
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -59,57 +59,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,23) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,23) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,44) size 130x26 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (144,32) size 221x50 [bgcolor=#000000] [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,32) size 220x50 [bgcolor=#000000] [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x22
</span><span class="cx">                 text run at (87,14) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,44) size 119x26 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,44) size 118x26 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x22
</span><span class="cx">                 text run at (36,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,44) size 114x26 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,44) size 113x26 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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,343) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,343) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,3) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,137) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [bgcolor=#000000] [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,15) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,41) size 221x26 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,41) 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,41) size 119x26 [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 G&quot;
</span><del>-            RenderTableCell {TD} at (496,41) size 114x26 [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 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,144) size 221x26 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,144) 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,144) size 119x26 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,144) 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,144) size 114x26 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,144) 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,773) size 579x433 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x22
</del><ins>+      RenderTable {TABLE} at (0,773) size 578x433 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x22
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x22
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -118,53 +118,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,28) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,28) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,34) size 135x31 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (135,31) size 208x37 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,31) size 207x37 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x22
</span><span class="cx">                 text run at (81,8) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,37) size 124x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,37) size 123x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x22
</span><span class="cx">                 text run at (42,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,37) size 113x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,37) size 112x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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 (0,317) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,317) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,9) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,127) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,127) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,9) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,38) size 208x31 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,38) size 207x31 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x22
</span><span class="cx">                 text run at (8,8) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,41) size 124x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,41) size 123x25 [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 (465,41) size 113x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,41) size 112x25 [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,107) size 578x83
-            RenderTableCell {TD} at (135,136) size 208x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,136) size 207x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x22
</span><span class="cx">                 text run at (8,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,136) size 124x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,136) size 123x25 [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 (465,136) size 113x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,136) size 112x25 [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><span class="cx">       RenderBlock {DIV} at (0,1205) size 769x35
</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 (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -59,8 +59,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x15
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,380) size 619x467 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x22
</del><ins>+      RenderTable {TABLE} at (0,380) size 618x467 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x22
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x22
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -69,57 +69,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#000000]
</span><del>-        RenderTableSection {THEAD} at (1,23) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,23) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,44) size 130x26 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (144,32) size 221x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,32) size 220x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x22
</span><span class="cx">                 text run at (87,14) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,44) size 119x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,44) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x22
</span><span class="cx">                 text run at (36,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,44) size 114x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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,343) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,343) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,3) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,137) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,15) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,41) size 221x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,41) 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,41) size 119x26 [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 G&quot;
</span><del>-            RenderTableCell {TD} at (496,41) size 114x26 [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 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,144) size 221x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,144) 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,144) size 119x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,144) 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,144) size 114x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,144) 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,846) size 579x433 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x22
</del><ins>+      RenderTable {TABLE} at (0,846) size 578x433 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x22
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x22
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -128,53 +128,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#000000]
</span><del>-        RenderTableSection {THEAD} at (0,28) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,28) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,34) size 135x31 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (135,31) size 208x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,31) size 207x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x22
</span><span class="cx">                 text run at (81,8) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,37) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,37) size 123x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x22
</span><span class="cx">                 text run at (42,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,37) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,37) size 112x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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 (0,317) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,317) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,9) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,127) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,127) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,9) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,38) size 208x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,38) size 207x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x22
</span><span class="cx">                 text run at (8,8) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,41) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,41) size 123x25 [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 (465,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,41) size 112x25 [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,107) size 578x83
-            RenderTableCell {TD} at (135,136) size 208x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,136) size 207x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x22
</span><span class="cx">                 text run at (8,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,136) size 124x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,136) size 123x25 [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 (465,136) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,136) size 112x25 [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><span class="cx">       RenderBlock {DIV} at (0,1278) size 769x35
</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 (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -61,8 +61,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x15
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,395) size 619x467 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x22
</del><ins>+      RenderTable {TABLE} at (0,395) size 618x467 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x22
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x22
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="lines">@@ -71,57 +71,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,23) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,23) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,44) size 130x26 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (144,32) size 221x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,32) size 220x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x22
</span><span class="cx">                 text run at (87,14) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,44) size 119x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,44) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x22
</span><span class="cx">                 text run at (36,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,44) size 114x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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,343) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,343) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,3) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,137) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,15) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,41) size 221x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,41) 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,41) size 119x26 [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 G&quot;
</span><del>-            RenderTableCell {TD} at (496,41) size 114x26 [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 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,144) size 221x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,144) 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,144) size 119x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,144) 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,144) size 114x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,144) 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,861) size 579x433 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x22
</del><ins>+      RenderTable {TABLE} at (0,861) size 578x433 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x22
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x22
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="lines">@@ -130,53 +130,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,28) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,28) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,34) size 135x31 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (135,31) size 208x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,31) size 207x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x22
</span><span class="cx">                 text run at (81,8) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,37) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,37) size 123x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x22
</span><span class="cx">                 text run at (42,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,37) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,37) size 112x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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 (0,317) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,317) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,9) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,127) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,127) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,9) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,38) size 208x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,38) size 207x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x22
</span><span class="cx">                 text run at (8,8) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,41) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,41) size 123x25 [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 (465,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,41) size 112x25 [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,107) size 578x83
-            RenderTableCell {TD} at (135,136) size 208x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,136) size 207x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x22
</span><span class="cx">                 text run at (8,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,136) size 124x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,136) size 123x25 [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 (465,136) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,136) size 112x25 [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><span class="cx">       RenderBlock {DIV} at (0,1293) size 769x35
</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 (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -48,8 +48,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x15
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,307) size 619x467 [color=#FFFFFF] [bgcolor=#000000] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x22
</del><ins>+      RenderTable {TABLE} at (0,307) size 618x467 [color=#FFFFFF] [bgcolor=#000000] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x22
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x22
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -58,57 +58,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,23) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,23) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,44) size 130x26 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (144,32) size 221x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,32) size 220x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x22
</span><span class="cx">                 text run at (87,14) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,44) size 119x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,44) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x22
</span><span class="cx">                 text run at (36,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,44) size 114x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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,343) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,343) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,3) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,137) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,15) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,41) size 221x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,41) 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,41) size 119x26 [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 G&quot;
</span><del>-            RenderTableCell {TD} at (496,41) size 114x26 [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 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,144) size 221x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,144) 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,144) size 119x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,144) 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,144) size 114x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,144) 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,773) size 579x433 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x22
</del><ins>+      RenderTable {TABLE} at (0,773) size 578x433 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x22
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x22
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -117,53 +117,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,28) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,28) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,34) size 135x31 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (135,31) size 208x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,31) size 207x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x22
</span><span class="cx">                 text run at (81,8) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,37) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,37) size 123x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x22
</span><span class="cx">                 text run at (42,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,37) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,37) size 112x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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 (0,317) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,317) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,9) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,127) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,127) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,9) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,38) size 208x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,38) size 207x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x22
</span><span class="cx">                 text run at (8,8) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,41) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,41) size 123x25 [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 (465,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,41) size 112x25 [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,107) size 578x83
-            RenderTableCell {TD} at (135,136) size 208x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,136) size 207x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x22
</span><span class="cx">                 text run at (8,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,136) size 124x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,136) size 123x25 [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 (465,136) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,136) size 112x25 [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><span class="cx">       RenderBlock {DIV} at (0,1205) size 769x35
</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 (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -58,8 +58,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x15
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,365) size 619x467 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x22
</del><ins>+      RenderTable {TABLE} at (0,365) size 618x467 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x22
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x22
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -68,57 +68,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,23) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100 [bgcolor=#000000]
</del><ins>+        RenderTableSection {THEAD} at (1,23) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100 [bgcolor=#000000]
</ins><span class="cx">             RenderTableCell {TH} at (7,44) size 130x26 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (144,32) size 221x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,32) size 220x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x22
</span><span class="cx">                 text run at (87,14) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,44) size 119x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,44) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x22
</span><span class="cx">                 text run at (36,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,44) size 114x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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,343) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115 [bgcolor=#000000]
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,343) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115 [bgcolor=#000000]
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,3) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,137) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108 [bgcolor=#000000]
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108 [bgcolor=#000000]
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,15) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,41) size 221x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,41) 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,41) size 119x26 [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 G&quot;
</span><del>-            RenderTableCell {TD} at (496,41) size 114x26 [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 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84 [bgcolor=#000000]
-            RenderTableCell {TD} at (144,144) size 221x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84 [bgcolor=#000000]
+            RenderTableCell {TD} at (144,144) 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,144) size 119x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,144) 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,144) size 114x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,144) 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,831) size 579x433 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x22
</del><ins>+      RenderTable {TABLE} at (0,831) size 578x433 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x22
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x22
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -127,53 +127,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,28) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99 [bgcolor=#000000]
</del><ins>+        RenderTableSection {THEAD} at (0,28) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99 [bgcolor=#000000]
</ins><span class="cx">             RenderTableCell {TH} at (0,34) size 135x31 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (135,31) size 208x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,31) size 207x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x22
</span><span class="cx">                 text run at (81,8) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,37) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,37) size 123x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x22
</span><span class="cx">                 text run at (42,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,37) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,37) size 112x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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 (0,317) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114 [bgcolor=#000000]
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,317) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114 [bgcolor=#000000]
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,9) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,127) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107 [bgcolor=#000000]
</del><ins>+        RenderTableSection {TBODY} at (0,127) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107 [bgcolor=#000000]
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,9) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,38) size 208x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,38) size 207x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x22
</span><span class="cx">                 text run at (8,8) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,41) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,41) size 123x25 [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 (465,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,41) size 112x25 [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,107) size 578x83 [bgcolor=#000000]
-            RenderTableCell {TD} at (135,136) size 208x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83 [bgcolor=#000000]
+            RenderTableCell {TD} at (135,136) size 207x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x22
</span><span class="cx">                 text run at (8,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,136) size 124x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,136) size 123x25 [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 (465,136) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,136) size 112x25 [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><span class="cx">       RenderBlock {DIV} at (0,1263) size 769x35
</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 (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -57,8 +57,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x15
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,365) size 619x467 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x22
</del><ins>+      RenderTable {TABLE} at (0,365) size 618x467 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x22
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x22
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -67,57 +67,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,23) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,23) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,44) size 130x26 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (144,32) size 221x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,32) size 220x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x22
</span><span class="cx">                 text run at (87,14) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,44) size 119x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,44) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x22
</span><span class="cx">                 text run at (36,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,44) size 114x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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,343) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,343) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,3) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,137) size 617x206 [bgcolor=#000000]
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x206 [bgcolor=#000000]
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,15) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,41) size 221x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,41) 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,41) size 119x26 [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 G&quot;
</span><del>-            RenderTableCell {TD} at (496,41) size 114x26 [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 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,144) size 221x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,144) 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,144) size 119x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,144) 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,144) size 114x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,144) 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,831) size 579x433 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x22
</del><ins>+      RenderTable {TABLE} at (0,831) size 578x433 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x22
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x22
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -126,53 +126,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,28) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,28) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,34) size 135x31 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (135,31) size 208x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,31) size 207x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x22
</span><span class="cx">                 text run at (81,8) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,37) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,37) size 123x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x22
</span><span class="cx">                 text run at (42,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,37) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,37) size 112x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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 (0,317) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,317) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,9) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,127) size 578x190 [bgcolor=#000000]
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,127) size 577x190 [bgcolor=#000000]
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,9) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,38) size 208x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,38) size 207x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x22
</span><span class="cx">                 text run at (8,8) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,41) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,41) size 123x25 [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 (465,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,41) size 112x25 [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,107) size 578x83
-            RenderTableCell {TD} at (135,136) size 208x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,136) size 207x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x22
</span><span class="cx">                 text run at (8,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,136) size 124x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,136) size 123x25 [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 (465,136) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,136) size 112x25 [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><span class="cx">       RenderBlock {DIV} at (0,1263) size 769x35
</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 (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/body_thead-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/body_thead-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -5,8 +5,8 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 492x130
</span><span class="cx">         RenderBlock {CAPTION} at (0,0) size 492x18
</span><del>-          RenderText {#text} at (48,0) size 396x18
-            text run at (48,0) width 396: &quot;Communicator 4.5 Installers for Mac and Windows Platforms&quot;
</del><ins>+          RenderText {#text} at (47,0) size 397x18
+            text run at (47,0) width 397: &quot;Communicator 4.5 Installers for Mac and Windows Platforms&quot;
</ins><span class="cx">         RenderTableSection {THEAD} at (0,18) size 492x24
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 492x20
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 195x20 [r=0 c=0 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvincolgroup_align_centerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -20,8 +20,8 @@
</span><span class="cx">               RenderText {#text} at (142,2) size 118x18
</span><span class="cx">                 text run at (142,2) width 118: &quot;Airport Location&quot;
</span><span class="cx">             RenderTableCell {TH} at (406,2) size 329x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
</span><del>-              RenderText {#text} at (83,2) size 163x18
-                text run at (83,2) width 163: &quot;Car Rental information&quot;
</del><ins>+              RenderText {#text} at (83,2) size 162x18
+                text run at (83,2) width 162: &quot;Car Rental information&quot;
</ins><span class="cx">           RenderTableRow {TR} at (0,26) size 737x22
</span><span class="cx">             RenderTableCell {TH} at (2,26) size 100x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (21,2) size 58x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvincolgroup_align_justifyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -20,8 +20,8 @@
</span><span class="cx">               RenderText {#text} at (142,2) size 118x18
</span><span class="cx">                 text run at (142,2) width 118: &quot;Airport Location&quot;
</span><span class="cx">             RenderTableCell {TH} at (406,2) size 329x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
</span><del>-              RenderText {#text} at (83,2) size 163x18
-                text run at (83,2) width 163: &quot;Car Rental information&quot;
</del><ins>+              RenderText {#text} at (83,2) size 162x18
+                text run at (83,2) width 162: &quot;Car Rental information&quot;
</ins><span class="cx">           RenderTableRow {TR} at (0,26) size 737x22
</span><span class="cx">             RenderTableCell {TH} at (2,26) size 100x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (21,2) size 58x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvincolgroup_align_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -20,8 +20,8 @@
</span><span class="cx">               RenderText {#text} at (142,2) size 118x18
</span><span class="cx">                 text run at (142,2) width 118: &quot;Airport Location&quot;
</span><span class="cx">             RenderTableCell {TH} at (406,2) size 329x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
</span><del>-              RenderText {#text} at (83,2) size 163x18
-                text run at (83,2) width 163: &quot;Car Rental information&quot;
</del><ins>+              RenderText {#text} at (83,2) size 162x18
+                text run at (83,2) width 162: &quot;Car Rental information&quot;
</ins><span class="cx">           RenderTableRow {TR} at (0,26) size 737x22
</span><span class="cx">             RenderTableCell {TH} at (2,26) size 100x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (21,2) size 58x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvincolgroup_align_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -20,8 +20,8 @@
</span><span class="cx">               RenderText {#text} at (142,2) size 118x18
</span><span class="cx">                 text run at (142,2) width 118: &quot;Airport Location&quot;
</span><span class="cx">             RenderTableCell {TH} at (406,2) size 329x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
</span><del>-              RenderText {#text} at (83,2) size 163x18
-                text run at (83,2) width 163: &quot;Car Rental information&quot;
</del><ins>+              RenderText {#text} at (83,2) size 162x18
+                text run at (83,2) width 162: &quot;Car Rental information&quot;
</ins><span class="cx">           RenderTableRow {TR} at (0,26) size 737x22
</span><span class="cx">             RenderTableCell {TH} at (2,26) size 100x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (21,2) size 58x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvincolgroup_spanexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_span-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_span-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_span-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,9 +15,9 @@
</span><span class="cx">             RenderTableCell {TH} at (2,2) size 162x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (22,2) size 118x18
</span><span class="cx">                 text run at (22,2) width 118: &quot;Airport Location&quot;
</span><del>-            RenderTableCell {TH} at (166,2) size 329x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
-              RenderText {#text} at (83,2) size 163x18
-                text run at (83,2) width 163: &quot;Car Rental information&quot;
</del><ins>+            RenderTableCell {TH} at (165,2) size 330x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
+              RenderText {#text} at (83,2) size 162x18
+                text run at (83,2) width 162: &quot;Car Rental information&quot;
</ins><span class="cx">           RenderTableRow {TR} at (0,26) size 497x22
</span><span class="cx">             RenderTableCell {TH} at (2,26) size 82x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (11,2) size 59x18
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">             RenderTableCell {TH} at (85,26) size 79x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (24,2) size 30x18
</span><span class="cx">                 text run at (24,2) width 30: &quot;City&quot;
</span><del>-            RenderTableCell {TH} at (166,26) size 109x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (165,26) size 110x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 105x18
</span><span class="cx">                 text run at (2,2) width 105: &quot;ABC Company&quot;
</span><span class="cx">             RenderTableCell {TH} at (276,26) size 109x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,50) size 79x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;Paris&quot;
</span><del>-            RenderTableCell {TD} at (166,50) size 109x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,50) size 110x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,50) size 109x22 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,74) size 79x22 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x18
</span><span class="cx">                 text run at (2,2) width 61: &quot;Frankfurt&quot;
</span><del>-            RenderTableCell {TD} at (166,74) size 109x22 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,74) size 110x22 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,74) size 109x22 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,98) size 79x22 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 50x18
</span><span class="cx">                 text run at (2,2) width 50: &quot;London&quot;
</span><del>-            RenderTableCell {TD} at (166,98) size 109x22 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,98) size 110x22 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,98) size 109x22 [border: (1px inset #808080)] [r=4 c=3 rs=1 cs=1]
</span><span class="lines">@@ -89,7 +89,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,122) size 79x22 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 75x18
</span><span class="cx">                 text run at (2,2) width 75: &quot;Amsterdam&quot;
</span><del>-            RenderTableCell {TD} at (166,122) size 109x22 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,122) size 110x22 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,122) size 109x22 [border: (1px inset #808080)] [r=5 c=3 rs=1 cs=1]
</span><span class="lines">@@ -105,7 +105,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,146) size 79x22 [border: (1px inset #808080)] [r=6 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 66x18
</span><span class="cx">                 text run at (2,2) width 66: &quot;New York&quot;
</span><del>-            RenderTableCell {TD} at (166,146) size 109x22 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,146) size 110x22 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,146) size 109x22 [border: (1px inset #808080)] [r=6 c=3 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvincolgroup_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,9 +19,9 @@
</span><span class="cx">             RenderTableCell {TH} at (2,16) size 162x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (22,2) size 118x18
</span><span class="cx">                 text run at (22,2) width 118: &quot;Airport Location&quot;
</span><del>-            RenderTableCell {TH} at (166,16) size 329x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
-              RenderText {#text} at (83,2) size 163x18
-                text run at (83,2) width 163: &quot;Car Rental information&quot;
</del><ins>+            RenderTableCell {TH} at (165,16) size 330x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
+              RenderText {#text} at (83,2) size 162x18
+                text run at (83,2) width 162: &quot;Car Rental information&quot;
</ins><span class="cx">           RenderTableRow {TR} at (0,54) size 497x50
</span><span class="cx">             RenderTableCell {TH} at (2,68) size 82x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (11,2) size 59x18
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">             RenderTableCell {TH} at (85,68) size 79x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (24,2) size 30x18
</span><span class="cx">                 text run at (24,2) width 30: &quot;City&quot;
</span><del>-            RenderTableCell {TH} at (166,68) size 109x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (165,68) size 110x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 105x18
</span><span class="cx">                 text run at (2,2) width 105: &quot;ABC Company&quot;
</span><span class="cx">             RenderTableCell {TH} at (276,68) size 109x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,120) size 79x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;Paris&quot;
</span><del>-            RenderTableCell {TD} at (166,120) size 109x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,120) size 110x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,120) size 109x22 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,172) size 79x22 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x18
</span><span class="cx">                 text run at (2,2) width 61: &quot;Frankfurt&quot;
</span><del>-            RenderTableCell {TD} at (166,172) size 109x22 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,172) size 110x22 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,172) size 109x22 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,224) size 79x22 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 50x18
</span><span class="cx">                 text run at (2,2) width 50: &quot;London&quot;
</span><del>-            RenderTableCell {TD} at (166,224) size 109x22 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,224) size 110x22 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,224) size 109x22 [border: (1px inset #808080)] [r=4 c=3 rs=1 cs=1]
</span><span class="lines">@@ -93,7 +93,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,276) size 79x22 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 75x18
</span><span class="cx">                 text run at (2,2) width 75: &quot;Amsterdam&quot;
</span><del>-            RenderTableCell {TD} at (166,276) size 109x22 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,276) size 110x22 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,276) size 109x22 [border: (1px inset #808080)] [r=5 c=3 rs=1 cs=1]
</span><span class="lines">@@ -109,7 +109,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,328) size 79x22 [border: (1px inset #808080)] [r=6 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 66x18
</span><span class="cx">                 text run at (2,2) width 66: &quot;New York&quot;
</span><del>-            RenderTableCell {TD} at (166,328) size 109x22 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,328) size 110x22 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,328) size 109x22 [border: (1px inset #808080)] [r=6 c=3 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvincolgroup_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,9 +19,9 @@
</span><span class="cx">             RenderTableCell {TH} at (2,16) size 162x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (22,2) size 118x18
</span><span class="cx">                 text run at (22,2) width 118: &quot;Airport Location&quot;
</span><del>-            RenderTableCell {TH} at (166,16) size 329x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
-              RenderText {#text} at (83,2) size 163x18
-                text run at (83,2) width 163: &quot;Car Rental information&quot;
</del><ins>+            RenderTableCell {TH} at (165,16) size 330x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
+              RenderText {#text} at (83,2) size 162x18
+                text run at (83,2) width 162: &quot;Car Rental information&quot;
</ins><span class="cx">           RenderTableRow {TR} at (0,54) size 497x50
</span><span class="cx">             RenderTableCell {TH} at (2,68) size 82x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (11,2) size 59x18
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">             RenderTableCell {TH} at (85,68) size 79x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (24,2) size 30x18
</span><span class="cx">                 text run at (24,2) width 30: &quot;City&quot;
</span><del>-            RenderTableCell {TH} at (166,68) size 109x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (165,68) size 110x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 105x18
</span><span class="cx">                 text run at (2,2) width 105: &quot;ABC Company&quot;
</span><span class="cx">             RenderTableCell {TH} at (276,68) size 109x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,120) size 79x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;Paris&quot;
</span><del>-            RenderTableCell {TD} at (166,120) size 109x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,120) size 110x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,120) size 109x22 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,172) size 79x22 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x18
</span><span class="cx">                 text run at (2,2) width 61: &quot;Frankfurt&quot;
</span><del>-            RenderTableCell {TD} at (166,172) size 109x22 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,172) size 110x22 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,172) size 109x22 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,224) size 79x22 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 50x18
</span><span class="cx">                 text run at (2,2) width 50: &quot;London&quot;
</span><del>-            RenderTableCell {TD} at (166,224) size 109x22 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,224) size 110x22 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,224) size 109x22 [border: (1px inset #808080)] [r=4 c=3 rs=1 cs=1]
</span><span class="lines">@@ -93,7 +93,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,276) size 79x22 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 75x18
</span><span class="cx">                 text run at (2,2) width 75: &quot;Amsterdam&quot;
</span><del>-            RenderTableCell {TD} at (166,276) size 109x22 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,276) size 110x22 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,276) size 109x22 [border: (1px inset #808080)] [r=5 c=3 rs=1 cs=1]
</span><span class="lines">@@ -109,7 +109,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,328) size 79x22 [border: (1px inset #808080)] [r=6 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 66x18
</span><span class="cx">                 text run at (2,2) width 66: &quot;New York&quot;
</span><del>-            RenderTableCell {TD} at (166,328) size 109x22 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,328) size 110x22 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,328) size 109x22 [border: (1px inset #808080)] [r=6 c=3 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvincolgroup_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,9 +19,9 @@
</span><span class="cx">             RenderTableCell {TH} at (2,16) size 162x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (22,2) size 118x18
</span><span class="cx">                 text run at (22,2) width 118: &quot;Airport Location&quot;
</span><del>-            RenderTableCell {TH} at (166,16) size 329x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
-              RenderText {#text} at (83,2) size 163x18
-                text run at (83,2) width 163: &quot;Car Rental information&quot;
</del><ins>+            RenderTableCell {TH} at (165,16) size 330x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
+              RenderText {#text} at (83,2) size 162x18
+                text run at (83,2) width 162: &quot;Car Rental information&quot;
</ins><span class="cx">           RenderTableRow {TR} at (0,54) size 497x50
</span><span class="cx">             RenderTableCell {TH} at (2,68) size 82x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (11,2) size 59x18
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">             RenderTableCell {TH} at (85,68) size 79x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (24,2) size 30x18
</span><span class="cx">                 text run at (24,2) width 30: &quot;City&quot;
</span><del>-            RenderTableCell {TH} at (166,68) size 109x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (165,68) size 110x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 105x18
</span><span class="cx">                 text run at (2,2) width 105: &quot;ABC Company&quot;
</span><span class="cx">             RenderTableCell {TH} at (276,68) size 109x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,120) size 79x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;Paris&quot;
</span><del>-            RenderTableCell {TD} at (166,120) size 109x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,120) size 110x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,120) size 109x22 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,172) size 79x22 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x18
</span><span class="cx">                 text run at (2,2) width 61: &quot;Frankfurt&quot;
</span><del>-            RenderTableCell {TD} at (166,172) size 109x22 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,172) size 110x22 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,172) size 109x22 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,224) size 79x22 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 50x18
</span><span class="cx">                 text run at (2,2) width 50: &quot;London&quot;
</span><del>-            RenderTableCell {TD} at (166,224) size 109x22 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,224) size 110x22 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,224) size 109x22 [border: (1px inset #808080)] [r=4 c=3 rs=1 cs=1]
</span><span class="lines">@@ -93,7 +93,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,276) size 79x22 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 75x18
</span><span class="cx">                 text run at (2,2) width 75: &quot;Amsterdam&quot;
</span><del>-            RenderTableCell {TD} at (166,276) size 109x22 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,276) size 110x22 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,276) size 109x22 [border: (1px inset #808080)] [r=5 c=3 rs=1 cs=1]
</span><span class="lines">@@ -109,7 +109,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,328) size 79x22 [border: (1px inset #808080)] [r=6 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 66x18
</span><span class="cx">                 text run at (2,2) width 66: &quot;New York&quot;
</span><del>-            RenderTableCell {TD} at (166,328) size 109x22 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,328) size 110x22 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,328) size 109x22 [border: (1px inset #808080)] [r=6 c=3 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvincolgroup_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,9 +19,9 @@
</span><span class="cx">             RenderTableCell {TH} at (2,16) size 162x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (22,2) size 118x18
</span><span class="cx">                 text run at (22,2) width 118: &quot;Airport Location&quot;
</span><del>-            RenderTableCell {TH} at (166,16) size 329x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
-              RenderText {#text} at (83,2) size 163x18
-                text run at (83,2) width 163: &quot;Car Rental information&quot;
</del><ins>+            RenderTableCell {TH} at (165,16) size 330x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
+              RenderText {#text} at (83,2) size 162x18
+                text run at (83,2) width 162: &quot;Car Rental information&quot;
</ins><span class="cx">           RenderTableRow {TR} at (0,54) size 497x50
</span><span class="cx">             RenderTableCell {TH} at (2,68) size 82x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (11,2) size 59x18
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">             RenderTableCell {TH} at (85,68) size 79x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (24,2) size 30x18
</span><span class="cx">                 text run at (24,2) width 30: &quot;City&quot;
</span><del>-            RenderTableCell {TH} at (166,68) size 109x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (165,68) size 110x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 105x18
</span><span class="cx">                 text run at (2,2) width 105: &quot;ABC Company&quot;
</span><span class="cx">             RenderTableCell {TH} at (276,68) size 109x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,120) size 79x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;Paris&quot;
</span><del>-            RenderTableCell {TD} at (166,120) size 109x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,120) size 110x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,120) size 109x22 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,172) size 79x22 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x18
</span><span class="cx">                 text run at (2,2) width 61: &quot;Frankfurt&quot;
</span><del>-            RenderTableCell {TD} at (166,172) size 109x22 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,172) size 110x22 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,172) size 109x22 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,224) size 79x22 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 50x18
</span><span class="cx">                 text run at (2,2) width 50: &quot;London&quot;
</span><del>-            RenderTableCell {TD} at (166,224) size 109x22 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,224) size 110x22 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,224) size 109x22 [border: (1px inset #808080)] [r=4 c=3 rs=1 cs=1]
</span><span class="lines">@@ -93,7 +93,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,276) size 79x22 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 75x18
</span><span class="cx">                 text run at (2,2) width 75: &quot;Amsterdam&quot;
</span><del>-            RenderTableCell {TD} at (166,276) size 109x22 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,276) size 110x22 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,276) size 109x22 [border: (1px inset #808080)] [r=5 c=3 rs=1 cs=1]
</span><span class="lines">@@ -109,7 +109,7 @@
</span><span class="cx">             RenderTableCell {TD} at (85,328) size 79x22 [border: (1px inset #808080)] [r=6 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 66x18
</span><span class="cx">                 text run at (2,2) width 66: &quot;New York&quot;
</span><del>-            RenderTableCell {TD} at (166,328) size 109x22 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (165,328) size 110x22 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">             RenderTableCell {TD} at (276,328) size 109x22 [border: (1px inset #808080)] [r=6 c=3 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvincolgroup_width_pctexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">             RenderTableCell {TH} at (2,2) size 464x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (173,2) size 118x18
</span><span class="cx">                 text run at (173,2) width 118: &quot;Airport Location&quot;
</span><del>-            RenderTableCell {TH} at (468,2) size 312x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
</del><ins>+            RenderTableCell {TH} at (468,2) size 313x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (74,2) size 164x18
</span><span class="cx">                 text run at (74,2) width 164: &quot;Car Rental Information&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x40
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx">               RenderText {#text} at (34,2) size 68x36
</span><span class="cx">                 text run at (34,2) width 34: &quot;EFG&quot;
</span><span class="cx">                 text run at (17,20) width 68: &quot;Company&quot;
</span><del>-            RenderTableCell {TH} at (677,26) size 103x40 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (677,26) size 104x40 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 67x36
</span><span class="cx">                 text run at (34,2) width 35: &quot;XYZ&quot;
</span><span class="cx">                 text run at (18,20) width 67: &quot;Company&quot;
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx">             RenderTableCell {TD} at (572,68) size 104x22 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (677,68) size 103x22 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (677,68) size 104x22 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,92) size 782x22
</span><span class="lines">@@ -66,7 +66,7 @@
</span><span class="cx">             RenderTableCell {TD} at (572,92) size 104x22 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (677,92) size 103x22 [border: (1px inset #808080)] [r=3 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (677,92) size 104x22 [border: (1px inset #808080)] [r=3 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,116) size 782x22
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx">             RenderTableCell {TD} at (572,116) size 104x22 [border: (1px inset #808080)] [r=4 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (677,116) size 103x22 [border: (1px inset #808080)] [r=4 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (677,116) size 104x22 [border: (1px inset #808080)] [r=4 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,140) size 782x22
</span><span class="lines">@@ -98,7 +98,7 @@
</span><span class="cx">             RenderTableCell {TD} at (572,140) size 104x22 [border: (1px inset #808080)] [r=5 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (677,140) size 103x22 [border: (1px inset #808080)] [r=5 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (677,140) size 104x22 [border: (1px inset #808080)] [r=5 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,164) size 782x22
</span><span class="lines">@@ -114,6 +114,6 @@
</span><span class="cx">             RenderTableCell {TD} at (572,164) size 104x22 [border: (1px inset #808080)] [r=6 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (677,164) size 103x22 [border: (1px inset #808080)] [r=6 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (677,164) size 104x22 [border: (1px inset #808080)] [r=6 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvincolgroup_width_pxexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">             RenderTableCell {TH} at (2,2) size 560x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (221,2) size 118x18
</span><span class="cx">                 text run at (221,2) width 118: &quot;Airport Location&quot;
</span><del>-            RenderTableCell {TH} at (563,2) size 217x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
</del><ins>+            RenderTableCell {TH} at (563,2) size 218x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (26,2) size 164x18
</span><span class="cx">                 text run at (26,2) width 164: &quot;Car Rental Information&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x40
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx">               RenderText {#text} at (18,2) size 67x36
</span><span class="cx">                 text run at (18,2) width 34: &quot;EFG&quot;
</span><span class="cx">                 text run at (2,20) width 67: &quot;Company&quot;
</span><del>-            RenderTableCell {TH} at (709,26) size 71x40 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (709,26) size 72x40 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (18,2) size 67x36
</span><span class="cx">                 text run at (18,2) width 35: &quot;XYZ&quot;
</span><span class="cx">                 text run at (2,20) width 67: &quot;Company&quot;
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx">             RenderTableCell {TD} at (636,68) size 72x22 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (709,68) size 71x22 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (709,68) size 72x22 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,92) size 782x22
</span><span class="lines">@@ -66,7 +66,7 @@
</span><span class="cx">             RenderTableCell {TD} at (636,92) size 72x22 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (709,92) size 71x22 [border: (1px inset #808080)] [r=3 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (709,92) size 72x22 [border: (1px inset #808080)] [r=3 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,116) size 782x22
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx">             RenderTableCell {TD} at (636,116) size 72x22 [border: (1px inset #808080)] [r=4 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (709,116) size 71x22 [border: (1px inset #808080)] [r=4 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (709,116) size 72x22 [border: (1px inset #808080)] [r=4 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,140) size 782x22
</span><span class="lines">@@ -98,7 +98,7 @@
</span><span class="cx">             RenderTableCell {TD} at (636,140) size 72x22 [border: (1px inset #808080)] [r=5 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (709,140) size 71x22 [border: (1px inset #808080)] [r=5 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (709,140) size 72x22 [border: (1px inset #808080)] [r=5 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,164) size 782x22
</span><span class="lines">@@ -114,6 +114,6 @@
</span><span class="cx">             RenderTableCell {TD} at (636,164) size 72x22 [border: (1px inset #808080)] [r=6 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (709,164) size 71x22 [border: (1px inset #808080)] [r=6 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (709,164) size 72x22 [border: (1px inset #808080)] [r=6 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;yes&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintable_overflow_hidden_tdexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,11 +3,11 @@
</span><span class="cx"> layer at (0,0) size 800x38
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x38
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x22
</span><del>-      RenderTable {TABLE} at (0,0) size 23x22 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 21x20
-          RenderTableRow {TR} at (0,2) size 21x16
</del><ins>+      RenderTable {TABLE} at (0,0) size 22x22 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 20x20
+          RenderTableRow {TR} at (0,2) size 20x16
</ins><span class="cx"> layer at (11,11) size 16x16 clip at (12,12) size 14x14 scrollWidth 704 scrollHeight 504
</span><del>-  RenderTableCell {TD} at (2,2) size 17x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTableCell {TD} at (2,2) size 16x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">     RenderBlock {DIV} at (2,2) size 12x12 [border: (1px solid #008000)]
</span><span class="cx">       RenderBlock {DIV} at (1,1) size 702x502 [border: (1px solid #FF0000)]
</span><span class="cx">         RenderText {#text} at (1,1) size 63x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintable_overflow_td_dynamic_deactivateexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,43) size 60x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (63,50) size 133x56 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (63,50) size 134x56 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 52x52 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 42x22 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,1) size 8x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintable_row_align_centerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_center-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_center-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_center-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">             RenderTableCell {TD} at (101,2) size 103x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (16,2) size 70x18
</span><span class="cx">                 text run at (16,2) width 70: &quot;Messenger&quot;
</span><del>-            RenderTableCell {TD} at (205,2) size 91x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,2) size 91x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,2) size 56x18
</span><span class="cx">                 text run at (17,2) width 56: &quot;Collabra&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 298x22
</span><span class="lines">@@ -29,6 +29,6 @@
</span><span class="cx">             RenderTableCell {TD} at (101,26) size 103x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (22,2) size 59x18
</span><span class="cx">                 text run at (22,2) width 59: &quot;Calendar&quot;
</span><del>-            RenderTableCell {TD} at (205,26) size 91x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,26) size 91x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,2) size 62x18
</span><span class="cx">                 text run at (14,2) width 62: &quot;Netcaster&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintable_row_align_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_left-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_left-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_left-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">             RenderTableCell {TD} at (101,2) size 103x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 70x18
</span><span class="cx">                 text run at (2,2) width 70: &quot;Messenger&quot;
</span><del>-            RenderTableCell {TD} at (205,2) size 91x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,2) size 91x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;Collabra&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 298x22
</span><span class="lines">@@ -29,6 +29,6 @@
</span><span class="cx">             RenderTableCell {TD} at (101,26) size 103x22 [border: (1px inset #808080)] [r=1 c=1 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;Calendar&quot;
</span><del>-            RenderTableCell {TD} at (205,26) size 91x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,26) size 91x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x18
</span><span class="cx">                 text run at (2,2) width 61: &quot;Netcaster&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintable_row_align_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_right-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_right-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_right-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">             RenderTableCell {TD} at (101,2) size 103x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (31,2) size 70x18
</span><span class="cx">                 text run at (31,2) width 70: &quot;Messenger&quot;
</span><del>-            RenderTableCell {TD} at (205,2) size 91x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,2) size 91x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (32,2) size 57x18
</span><span class="cx">                 text run at (32,2) width 57: &quot;Collabra&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 298x22
</span><span class="lines">@@ -29,6 +29,6 @@
</span><span class="cx">             RenderTableCell {TD} at (101,26) size 103x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (42,2) size 59x18
</span><span class="cx">                 text run at (42,2) width 59: &quot;Calendar&quot;
</span><del>-            RenderTableCell {TD} at (205,26) size 91x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,26) size 91x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (27,2) size 62x18
</span><span class="cx">                 text run at (27,2) width 62: &quot;Netcaster&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintable_rules_groupsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_groups-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_groups-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_groups-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -5,8 +5,8 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 492x152
</span><span class="cx">         RenderBlock {CAPTION} at (0,0) size 492x18
</span><del>-          RenderText {#text} at (48,0) size 396x18
-            text run at (48,0) width 396: &quot;Communicator 4.5 Installers for Mac and Windows Platforms&quot;
</del><ins>+          RenderText {#text} at (47,0) size 397x18
+            text run at (47,0) width 397: &quot;Communicator 4.5 Installers for Mac and Windows Platforms&quot;
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">         RenderTableSection {THEAD} at (0,18) size 492x24
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 492x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_aquaexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 269x18
</span><span class="cx">           text run at (0,0) width 269: &quot;Aqua table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#00FFFF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#00FFFF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_aqua_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 269x18
</span><span class="cx">           text run at (0,0) width 269: &quot;Aqua table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#00FFFF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#00FFFF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_blackexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_black-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_black-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_black-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 272x18
</span><span class="cx">           text run at (0,0) width 272: &quot;Black table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#000000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#000000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_black_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 272x18
</span><span class="cx">           text run at (0,0) width 272: &quot;Black table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#000000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#000000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_blueexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 264x18
</span><span class="cx">           text run at (0,0) width 264: &quot;Blue table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#0000FF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#0000FF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_blue_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 264x18
</span><span class="cx">           text run at (0,0) width 264: &quot;Blue table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#0000FF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#0000FF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_fuchsiaexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 284x18
</span><span class="cx">           text run at (0,0) width 284: &quot;Fuchsia table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#FF00FF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#FF00FF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_fuchsia_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 284x18
</span><span class="cx">           text run at (0,0) width 284: &quot;Fuchsia table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#FF00FF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#FF00FF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_grayexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 266x18
</span><span class="cx">           text run at (0,0) width 266: &quot;Gray table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#808080] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#808080] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_gray_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 266x18
</span><span class="cx">           text run at (0,0) width 266: &quot;Gray table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#808080] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#808080] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_greenexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_green-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_green-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_green-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 273x18
</span><span class="cx">           text run at (0,0) width 273: &quot;Green table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#008000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#008000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_green_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 273x18
</span><span class="cx">           text run at (0,0) width 273: &quot;Green table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#008000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#008000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_limeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 268x18
</span><span class="cx">           text run at (0,0) width 268: &quot;Lime table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#00FF00] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#00FF00] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_lime_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 268x18
</span><span class="cx">           text run at (0,0) width 268: &quot;Lime table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#00FF00] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#00FF00] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_maroonexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 285x18
</span><span class="cx">           text run at (0,0) width 285: &quot;Maroon table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#800000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#800000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_maroon_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 285x18
</span><span class="cx">           text run at (0,0) width 285: &quot;Maroon table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#800000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#800000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_navyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 269x18
</span><span class="cx">           text run at (0,0) width 269: &quot;Navy table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#000080] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#000080] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_navy_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 269x18
</span><span class="cx">           text run at (0,0) width 269: &quot;Navy table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#000080] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#000080] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_oliveexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 270x18
</span><span class="cx">           text run at (0,0) width 270: &quot;Olive table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#808000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#808000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_olive_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 270x18
</span><span class="cx">           text run at (0,0) width 270: &quot;Olive table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#808000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#808000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_purpleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 276x18
</span><span class="cx">           text run at (0,0) width 276: &quot;Purple table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#800080] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#800080] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_purple_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 276x18
</span><span class="cx">           text run at (0,0) width 276: &quot;Purple table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#800080] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#800080] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_redexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_red-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_red-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_red-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 260x18
</span><span class="cx">           text run at (0,0) width 260: &quot;Red table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#FF0000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#FF0000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_red_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 260x18
</span><span class="cx">           text run at (0,0) width 260: &quot;Red table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#FF0000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#FF0000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_silverexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 272x18
</span><span class="cx">           text run at (0,0) width 272: &quot;Silver table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#C0C0C0] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#C0C0C0] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_silver_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 272x18
</span><span class="cx">           text run at (0,0) width 272: &quot;Silver table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#C0C0C0] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#C0C0C0] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_tealexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 262x18
</span><span class="cx">           text run at (0,0) width 262: &quot;Teal table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#008080] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#008080] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_teal_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 262x18
</span><span class="cx">           text run at (0,0) width 262: &quot;Teal table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#008080] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#008080] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_whiteexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_white-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_white-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_white-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 258x18
</span><span class="cx">           text run at (0,0) width 258: &quot;White table with a red body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_white_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 258x18
</span><span class="cx">           text run at (0,0) width 258: &quot;White table with a red body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_yellowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 280x18
</span><span class="cx">           text run at (0,0) width 280: &quot;Yellow table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#FFFF00] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#FFFF00] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_bgcolor_yellow_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 280x18
</span><span class="cx">           text run at (0,0) width 280: &quot;Yellow table with a white body background&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [bgcolor=#FFFF00] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [bgcolor=#FFFF00] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_cellpadding_pctexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,50 +7,50 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 734x36
</span><span class="cx">           text run at (0,0) width 734: &quot;CELLPADDING specifies the amount of space between the border of the cell and its contents. The first table has a&quot;
</span><span class="cx">           text run at (0,18) width 451: &quot;cellpadding value of 20%; the second table does not have cellpadding.&quot;
</span><del>-      RenderTable {TABLE} at (0,52) size 209x128 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 207x126
-          RenderTableRow {TR} at (0,2) size 207x60
-            RenderTableCell {TD} at (2,2) size 67x60 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,52) size 208x128 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 206x126
+          RenderTableRow {TR} at (0,2) size 206x60
+            RenderTableCell {TD} at (2,2) size 66x60 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (21,21) size 24x18
</span><span class="cx">                 text run at (21,21) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (70,2) size 67x60 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,2) size 66x60 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (21,21) size 24x18
</span><span class="cx">                 text run at (21,21) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (138,2) size 67x60 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,2) size 66x60 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (21,21) size 24x18
</span><span class="cx">                 text run at (21,21) width 24: &quot;text&quot;
</span><del>-          RenderTableRow {TR} at (0,64) size 207x60
-            RenderTableCell {TD} at (2,64) size 67x60 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,64) size 206x60
+            RenderTableCell {TD} at (2,64) size 66x60 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (21,21) size 24x18
</span><span class="cx">                 text run at (21,21) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (70,64) size 67x60 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,64) size 66x60 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (21,21) size 24x18
</span><span class="cx">                 text run at (21,21) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (138,64) size 67x60 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,64) size 66x60 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (21,21) size 24x18
</span><span class="cx">                 text run at (21,21) width 24: &quot;text&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,180) size 784x36
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderBR {BR} at (0,18) size 0x18
</span><del>-      RenderTable {TABLE} at (0,216) size 95x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 93x50
-          RenderTableRow {TR} at (0,2) size 93x22
-            RenderTableCell {TD} at (2,2) size 29x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,216) size 94x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 92x50
+          RenderTableRow {TR} at (0,2) size 92x22
+            RenderTableCell {TD} at (2,2) size 28x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (32,2) size 29x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (32,2) size 28x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (62,2) size 29x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (62,2) size 28x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 93x22
-            RenderTableCell {TD} at (2,26) size 29x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 92x22
+            RenderTableCell {TD} at (2,26) size 28x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (32,26) size 29x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (32,26) size 28x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (62,26) size 29x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (62,26) size 28x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_td_widthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,14 +7,14 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 543x18
</span><span class="cx">           text run at (0,0) width 543: &quot;The TD tag uses the WIDTH attribute. The first table's TD width is set to 500 pixels.&quot;
</span><span class="cx">         RenderBR {BR} at (542,14) size 1x0
</span><del>-      RenderTable {TABLE} at (0,18) size 611x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 609x50
-          RenderTableRow {TR} at (0,2) size 609x22
-            RenderTableCell {TD} at (2,2) size 605x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,18) size 610x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 608x50
+          RenderTableRow {TR} at (0,2) size 608x22
+            RenderTableCell {TD} at (2,2) size 604x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 248x18
</span><span class="cx">                 text run at (2,2) width 248: &quot;Netscape Communicator Version 4.0.6&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 609x22
-            RenderTableCell {TD} at (2,26) size 605x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 608x22
+            RenderTableCell {TD} at (2,26) size 604x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                 text run at (2,2) width 63: &quot;Platforms&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,70) size 784x36
</span><span class="lines">@@ -22,14 +22,14 @@
</span><span class="cx">         RenderText {#text} at (0,18) size 314x18
</span><span class="cx">           text run at (0,18) width 314: &quot;This second table's TD width is set to 200 pixels.&quot;
</span><span class="cx">         RenderBR {BR} at (313,32) size 1x0
</span><del>-      RenderTable {TABLE} at (0,106) size 211x70 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 209x68
-          RenderTableRow {TR} at (0,2) size 209x40
-            RenderTableCell {TD} at (2,2) size 205x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,106) size 210x70 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 208x68
+          RenderTableRow {TR} at (0,2) size 208x40
+            RenderTableCell {TD} at (2,2) size 204x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 159x36
</span><span class="cx">                 text run at (2,2) width 159: &quot;Netscape Communicator&quot;
</span><span class="cx">                 text run at (2,20) width 85: &quot;Version 4.0.6&quot;
</span><del>-          RenderTableRow {TR} at (0,44) size 209x22
-            RenderTableCell {TD} at (2,44) size 205x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,44) size 208x22
+            RenderTableCell {TD} at (2,44) size 204x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                 text run at (2,2) width 63: &quot;Platforms&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_th_widthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,14 +7,14 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 543x18
</span><span class="cx">           text run at (0,0) width 543: &quot;The TH tag uses the WIDTH attribute. The first table's TH width is set to 500 pixels.&quot;
</span><span class="cx">         RenderBR {BR} at (542,14) size 1x0
</span><del>-      RenderTable {TABLE} at (0,18) size 611x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 609x50
-          RenderTableRow {TR} at (0,2) size 609x22
-            RenderTableCell {TH} at (2,2) size 605x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,18) size 610x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 608x50
+          RenderTableRow {TR} at (0,2) size 608x22
+            RenderTableCell {TH} at (2,2) size 604x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (171,2) size 262x18
</span><span class="cx">                 text run at (171,2) width 262: &quot;Netscape Communicator Version 4.0.6&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 609x22
-            RenderTableCell {TD} at (2,26) size 605x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 608x22
+            RenderTableCell {TD} at (2,26) size 604x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                 text run at (2,2) width 63: &quot;Platforms&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,70) size 784x36
</span><span class="lines">@@ -22,14 +22,14 @@
</span><span class="cx">         RenderText {#text} at (0,18) size 314x18
</span><span class="cx">           text run at (0,18) width 314: &quot;This second table's TH width is set to 200 pixels.&quot;
</span><span class="cx">         RenderBR {BR} at (313,32) size 1x0
</span><del>-      RenderTable {TABLE} at (0,106) size 211x70 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 209x68
-          RenderTableRow {TR} at (0,2) size 209x40
-            RenderTableCell {TH} at (2,2) size 205x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,106) size 210x70 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 208x68
+          RenderTableRow {TR} at (0,2) size 208x40
+            RenderTableCell {TH} at (2,2) size 204x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (17,2) size 170x36
</span><span class="cx">                 text run at (17,2) width 170: &quot;Netscape Communicator&quot;
</span><span class="cx">                 text run at (58,20) width 88: &quot;Version 4.0.6&quot;
</span><del>-          RenderTableRow {TR} at (0,44) size 209x22
-            RenderTableCell {TD} at (2,44) size 205x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,44) size 208x22
+            RenderTableCell {TD} at (2,44) size 204x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 63x18
</span><span class="cx">                 text run at (2,2) width 63: &quot;Platforms&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_width_percentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_width_percent-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_width_percent-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_width_percent-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">             RenderTableCell {TD} at (133,2) size 137x20 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;Messenger&quot;
</span><del>-            RenderTableCell {TD} at (271,2) size 119x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (271,2) size 120x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 56x18
</span><span class="cx">                 text run at (1,1) width 56: &quot;Collabra&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,24) size 392x20
</span><span class="lines">@@ -54,6 +54,6 @@
</span><span class="cx">             RenderTableCell {TD} at (133,24) size 137x20 [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x18
</span><span class="cx">                 text run at (1,1) width 58: &quot;Calendar&quot;
</span><del>-            RenderTableCell {TD} at (271,24) size 119x20 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (271,24) size 120x20 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 61x18
</span><span class="cx">                 text run at (1,1) width 61: &quot;Netcaster&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintables_width_pxexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_width_px-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_width_px-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tables_width_px-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">             RenderTableCell {TD} at (135,2) size 140x20 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;Messenger&quot;
</span><del>-            RenderTableCell {TD} at (276,2) size 122x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (276,2) size 123x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 56x18
</span><span class="cx">                 text run at (1,1) width 56: &quot;Collabra&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,24) size 400x20
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx">             RenderTableCell {TD} at (135,24) size 140x20 [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x18
</span><span class="cx">                 text run at (1,1) width 58: &quot;Calendar&quot;
</span><del>-            RenderTableCell {TD} at (276,24) size 122x20 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (276,24) size 123x20 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 61x18
</span><span class="cx">                 text run at (1,1) width 61: &quot;Netcaster&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,82) size 784x36
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx">             RenderTableCell {TD} at (102,2) size 104x20 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;Messenger&quot;
</span><del>-            RenderTableCell {TD} at (207,2) size 91x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (207,2) size 92x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 56x18
</span><span class="cx">                 text run at (1,1) width 56: &quot;Collabra&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,24) size 300x20
</span><span class="lines">@@ -53,6 +53,6 @@
</span><span class="cx">             RenderTableCell {TD} at (102,24) size 104x20 [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x18
</span><span class="cx">                 text run at (1,1) width 58: &quot;Calendar&quot;
</span><del>-            RenderTableCell {TD} at (207,24) size 91x20 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (207,24) size 92x20 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 61x18
</span><span class="cx">                 text run at (1,1) width 61: &quot;Netcaster&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintbody_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x265 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x22
</span><del>-            RenderTableCell {TD} at (2,2) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x18
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,240) size 782x24
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x22
</span><del>-            RenderTableCell {TD} at (2,0) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,27) size 782x213
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x211
</span><del>-            RenderTableCell {TD} at (2,0) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,171) size 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 462x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintbody_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x243 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x22
</span><del>-            RenderTableCell {TD} at (2,2) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x18
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,218) size 782x24
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x22
</span><del>-            RenderTableCell {TD} at (2,0) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,27) size 782x191
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x189
</span><del>-            RenderTableCell {TD} at (2,0) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,149) size 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 462x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintbody_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x243 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x22
</span><del>-            RenderTableCell {TD} at (2,2) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x18
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,218) size 782x24
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x22
</span><del>-            RenderTableCell {TD} at (2,0) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,27) size 782x191
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x189
</span><del>-            RenderTableCell {TD} at (2,0) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,74) size 472x41 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 462x37
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintbody_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x243 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x22
</span><del>-            RenderTableCell {TD} at (2,2) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x18
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,218) size 782x24
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x22
</span><del>-            RenderTableCell {TD} at (2,0) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,27) size 782x191
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x189
</span><del>-            RenderTableCell {TD} at (2,0) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 462x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintd_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x195 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 235x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 187x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintd_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/td_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/td_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/td_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x195 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,151) size 235x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 187x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintd_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/td_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/td_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/td_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x195 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,76) size 235x41 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 187x37
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintd_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/td_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/td_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/td_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x195 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 235x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 187x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintfoot_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x265 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x22
</span><del>-            RenderTableCell {TD} at (2,2) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x18
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,51) size 782x213
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x211
</span><del>-            RenderTableCell {TD} at (2,0) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,171) size 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 458x36
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,20) width 93: &quot;to the baseline&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,27) size 782x24
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x22
</span><del>-            RenderTableCell {TD} at (2,0) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintfoot_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x243 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x22
</span><del>-            RenderTableCell {TD} at (2,2) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x18
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,51) size 782x191
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x189
</span><del>-            RenderTableCell {TD} at (2,0) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,149) size 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 458x36
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,20) width 86: &quot;to the bottom&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,27) size 782x24
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x22
</span><del>-            RenderTableCell {TD} at (2,0) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintfoot_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x243 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x22
</span><del>-            RenderTableCell {TD} at (2,2) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x18
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,51) size 782x191
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x189
</span><del>-            RenderTableCell {TD} at (2,0) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,74) size 472x41 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 458x37
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,21) width 85: &quot;to the middle&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,27) size 782x24
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x22
</span><del>-            RenderTableCell {TD} at (2,0) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintfoot_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x243 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x22
</span><del>-            RenderTableCell {TD} at (2,2) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x18
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,51) size 782x191
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x189
</span><del>-            RenderTableCell {TD} at (2,0) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 458x36
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,20) width 61: &quot;to the top&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,27) size 782x24
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x22
</span><del>-            RenderTableCell {TD} at (2,0) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinth_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/th_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/th_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/th_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x195 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TH} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableCell {TH} at (308,2) size 235x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinth_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/th_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/th_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/th_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x195 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TH} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableCell {TH} at (308,151) size 235x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinth_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/th_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/th_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/th_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x195 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TH} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableCell {TH} at (308,76) size 235x41 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinth_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/th_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/th_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/th_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x195 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TH} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableCell {TH} at (308,2) size 235x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinthead_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x265 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x215
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x211
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,173) size 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 461x36
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,20) width 93: &quot;to the baseline&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,240) size 782x24
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x22
</span><del>-            RenderTableCell {TD} at (2,0) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,216) size 782x24
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x22
</span><del>-            RenderTableCell {TD} at (2,0) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinthead_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x243 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,151) size 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 461x36
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,20) width 86: &quot;to the bottom&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,218) size 782x24
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x22
</span><del>-            RenderTableCell {TD} at (2,0) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,194) size 782x24
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x22
</span><del>-            RenderTableCell {TD} at (2,0) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinthead_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x243 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,76) size 472x41 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 461x37
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,21) width 85: &quot;to the middle&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,218) size 782x24
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x22
</span><del>-            RenderTableCell {TD} at (2,0) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,194) size 782x24
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x22
</span><del>-            RenderTableCell {TD} at (2,0) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinthead_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x243 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 461x36
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,20) width 61: &quot;to the top&quot;
</span><span class="cx">         RenderTableSection {TFOOT} at (1,218) size 782x24
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x22
</span><del>-            RenderTableCell {TD} at (2,0) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,194) size 782x24
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 782x22
</span><del>-            RenderTableCell {TD} at (2,0) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,0) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {TD} at (308,0) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_aqua_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 281x18
</span><span class="cx">           text run at (0,0) width 281: &quot;Table with one aqua row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#00FFFF]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#00FFFF]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_blackexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_black-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_black-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_black-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 286x18
</span><span class="cx">           text run at (0,0) width 286: &quot;Table with one black row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#000000]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#000000]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_black_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 286x18
</span><span class="cx">           text run at (0,0) width 286: &quot;Table with one black row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#000000]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#000000]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_blueexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 278x18
</span><span class="cx">           text run at (0,0) width 278: &quot;Table with one blue row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#0000FF]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#0000FF]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_blue_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 278x18
</span><span class="cx">           text run at (0,0) width 278: &quot;Table with one blue row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#0000FF]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#0000FF]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_fuchsiaexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 297x18
</span><span class="cx">           text run at (0,0) width 297: &quot;Table with one fuchsia row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#FF00FF]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#FF00FF]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_fuchsia_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 297x18
</span><span class="cx">           text run at (0,0) width 297: &quot;Table with one fuchsia row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#FF00FF]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#FF00FF]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_grayexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 279x18
</span><span class="cx">           text run at (0,0) width 279: &quot;Table with one gray row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#808080]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#808080]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_gray_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 279x18
</span><span class="cx">           text run at (0,0) width 279: &quot;Table with one gray row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#808080]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#808080]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_greenexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_green-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_green-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_green-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 286x18
</span><span class="cx">           text run at (0,0) width 286: &quot;Table with one green row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#008000]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#008000]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_green_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 286x18
</span><span class="cx">           text run at (0,0) width 286: &quot;Table with one green row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#008000]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#008000]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_limeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 279x18
</span><span class="cx">           text run at (0,0) width 279: &quot;Table with one lime row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#00FF00]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#00FF00]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_lime_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 279x18
</span><span class="cx">           text run at (0,0) width 279: &quot;Table with one lime row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#00FF00]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#00FF00]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_maroonexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 300x18
</span><span class="cx">           text run at (0,0) width 300: &quot;Table with one maroon row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#800000]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#800000]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_maroon_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 300x18
</span><span class="cx">           text run at (0,0) width 300: &quot;Table with one maroon row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#800000]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#800000]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_navyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 282x18
</span><span class="cx">           text run at (0,0) width 282: &quot;Table with one navy row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#000080]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#000080]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_navy_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 282x18
</span><span class="cx">           text run at (0,0) width 282: &quot;Table with one navy row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#000080]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#000080]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_oliveexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 283x18
</span><span class="cx">           text run at (0,0) width 283: &quot;Table with one olive row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#808000]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#808000]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_olive_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 283x18
</span><span class="cx">           text run at (0,0) width 283: &quot;Table with one olive row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#808000]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#808000]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_purpleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 292x18
</span><span class="cx">           text run at (0,0) width 292: &quot;Table with one purple row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#800080]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#800080]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_purple_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 292x18
</span><span class="cx">           text run at (0,0) width 292: &quot;Table with one purple row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#800080]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#800080]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_redexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_red-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_red-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_red-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 271x18
</span><span class="cx">           text run at (0,0) width 271: &quot;Table with one red row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#FF0000]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#FF0000]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_red_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 271x18
</span><span class="cx">           text run at (0,0) width 271: &quot;Table with one red row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#FF0000]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#FF0000]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_silverexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 286x18
</span><span class="cx">           text run at (0,0) width 286: &quot;Table with one silver row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#C0C0C0]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#C0C0C0]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_silver_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 286x18
</span><span class="cx">           text run at (0,0) width 286: &quot;Table with one silver row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#C0C0C0]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#C0C0C0]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_tealexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 274x18
</span><span class="cx">           text run at (0,0) width 274: &quot;Table with one teal row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#008080]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#008080]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_teal_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 274x18
</span><span class="cx">           text run at (0,0) width 274: &quot;Table with one teal row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#008080]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#008080]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_whiteexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_white-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_white-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_white-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 443x18
</span><span class="cx">           text run at (0,0) width 443: &quot;Table with one white row and one red row. This tests the color white.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#FFFFFF]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#FFFFFF]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_white_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 443x18
</span><span class="cx">           text run at (0,0) width 443: &quot;Table with one white row and one red row. This tests the color white.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#FFFFFF]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#FFFFFF]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_yellowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 294x18
</span><span class="cx">           text run at (0,0) width 294: &quot;Table with one yellow row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#FFFF00]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#FFFF00]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_bgcolor_yellow_rgbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 294x18
</span><span class="cx">           text run at (0,0) width 294: &quot;Table with one yellow row and one white row&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 119x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 117x50
-          RenderTableRow {TR} at (0,2) size 117x22 [bgcolor=#FFFF00]
-            RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,34) size 118x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 116x50
+          RenderTableRow {TR} at (0,2) size 116x22 [bgcolor=#FFFF00]
+            RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,2) size 37x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,2) size 36x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 117x22
-            RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 116x22
+            RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span><del>-            RenderTableCell {TD} at (78,26) size 37x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (78,26) size 36x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;        &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x217 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x215
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x211
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,173) size 235x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 187x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x195 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,151) size 235x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 187x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x195 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,76) size 235x41 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 187x37
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintr_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tr_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x195 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><del>-            RenderTableCell {TD} at (2,2) size 305x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 235x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 187x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_col_align_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_align_char-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_align_char-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_align_char-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,13 +15,13 @@
</span><span class="cx">             RenderTableCell {td} at (2,2) size 183x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 36x18
</span><span class="cx">                 text run at (2,2) width 36: &quot;55.00&quot;
</span><del>-            RenderTableCell {td} at (186,2) size 210x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (186,2) size 211x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x18
</span><span class="cx">                 text run at (2,2) width 60: &quot;55555.00&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,26) size 398x22
</span><span class="cx">             RenderTableCell {td} at (2,26) size 183x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;1234.56&quot;
</span><del>-            RenderTableCell {td} at (186,26) size 210x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (186,26) size 211x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x18
</span><span class="cx">                 text run at (2,2) width 44: &quot;123.45&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_col_spanexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_span-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_span-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_span-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,16 +3,16 @@
</span><span class="cx"> layer at (0,0) size 800x62
</span><span class="cx">   RenderBlock {html} at (0,0) size 800x62
</span><span class="cx">     RenderBody {body} at (8,8) size 784x46
</span><del>-      RenderTable {table} at (0,0) size 409x46 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,0) size 408x46 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><del>-        RenderTableSection (anonymous) at (1,1) size 407x44
-          RenderTableRow {tr} at (0,2) size 407x40
-            RenderTableCell {td} at (2,2) size 201x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection (anonymous) at (1,1) size 406x44
+          RenderTableRow {tr} at (0,2) size 406x40
+            RenderTableCell {td} at (2,2) size 200x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 191x36
</span><span class="cx">                 text run at (2,2) width 191: &quot;This column should be 200px&quot;
</span><span class="cx">                 text run at (2,20) width 32: &quot;wide&quot;
</span><del>-            RenderTableCell {td} at (204,2) size 201x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (204,2) size 200x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 191x36
</span><span class="cx">                 text run at (2,2) width 191: &quot;This column should be 200px&quot;
</span><span class="cx">                 text run at (2,20) width 32: &quot;wide&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_col_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -21,7 +21,7 @@
</span><span class="cx">                 text run at (2,56) width 119: &quot;the next cell: they &quot;
</span><span class="cx">                 text run at (120,56) width 62: &quot;should be&quot;
</span><span class="cx">                 text run at (2,74) width 112: &quot;vertically aligned&quot;
</span><del>-            RenderTableCell {td} at (221,2) size 559x234 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,2) size 560x234 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 530x230
</span><span class="cx">                 text run at (2,2) width 521: &quot;Compare the baseline of the first&quot;
</span><span class="cx">                 text run at (2,48) width 70: &quot;line &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_col_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 782x212
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x208
</span><del>-            RenderTableCell {td} at (2,2) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,77) size 572x58 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 562x54
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_col_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 718x212
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 718x208
</span><del>-            RenderTableCell {td} at (2,2) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,95) size 508x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 504x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_col_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 666x212
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 666x208
</span><del>-            RenderTableCell {td} at (2,2) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,95) size 456x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 452x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_col_width_pxexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_width_px-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_width_px-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_width_px-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,16 +6,16 @@
</span><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 114x18
</span><span class="cx">           text run at (0,0) width 114: &quot;COL WIDTH=px&quot;
</span><del>-      RenderTable {table} at (0,34) size 609x46 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 608x46 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><del>-        RenderTableSection (anonymous) at (1,1) size 607x44
-          RenderTableRow {tr} at (0,2) size 607x40
</del><ins>+        RenderTableSection (anonymous) at (1,1) size 606x44
+          RenderTableRow {tr} at (0,2) size 606x40
</ins><span class="cx">             RenderTableCell {td} at (2,2) size 200x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 173x36
</span><span class="cx">                 text run at (2,2) width 173: &quot;This column should have a&quot;
</span><span class="cx">                 text run at (2,20) width 124: &quot;width of 200 pixels&quot;
</span><del>-            RenderTableCell {td} at (204,11) size 401x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (204,11) size 400x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 301x18
</span><span class="cx">                 text run at (2,2) width 301: &quot;This column should have a width of 400 pixels&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_col_width_relexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">                 text run at (2,20) width 128: &quot;This column should&quot;
</span><span class="cx">                 text run at (2,38) width 110: &quot;be 1/2 as wide as&quot;
</span><span class="cx">                 text run at (2,56) width 125: &quot;Column 2 or 100px&quot;
</span><del>-            RenderTableCell {td} at (148,2) size 148x76 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (148,2) size 149x76 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 139x72
</span><span class="cx">                 text run at (2,2) width 139: &quot;Table width is 300px.&quot;
</span><span class="cx">                 text run at (2,20) width 128: &quot;This column should&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_colgroup_align_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_align_char-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_align_char-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_align_char-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,13 +15,13 @@
</span><span class="cx">             RenderTableCell {td} at (2,2) size 277x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 36x18
</span><span class="cx">                 text run at (2,2) width 36: &quot;55.00&quot;
</span><del>-            RenderTableCell {td} at (280,2) size 316x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (280,2) size 317x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x18
</span><span class="cx">                 text run at (2,2) width 60: &quot;55555.00&quot;
</span><span class="cx">           RenderTableRow {tr} at (0,26) size 598x22
</span><span class="cx">             RenderTableCell {td} at (2,26) size 277x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;1234.56&quot;
</span><del>-            RenderTableCell {td} at (280,26) size 316x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (280,26) size 317x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x18
</span><span class="cx">                 text run at (2,2) width 44: &quot;123.45&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_colgroup_spanexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_span-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_span-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_span-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,15 +3,15 @@
</span><span class="cx"> layer at (0,0) size 800x62
</span><span class="cx">   RenderBlock {html} at (0,0) size 800x62
</span><span class="cx">     RenderBody {body} at (8,8) size 784x46
</span><del>-      RenderTable {table} at (0,0) size 409x46 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,0) size 408x46 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><del>-        RenderTableSection (anonymous) at (1,1) size 407x44
-          RenderTableRow {tr} at (0,2) size 407x40
-            RenderTableCell {td} at (2,2) size 201x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection (anonymous) at (1,1) size 406x44
+          RenderTableRow {tr} at (0,2) size 406x40
+            RenderTableCell {td} at (2,2) size 200x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 191x36
</span><span class="cx">                 text run at (2,2) width 191: &quot;This column should be 200px&quot;
</span><span class="cx">                 text run at (2,20) width 32: &quot;wide&quot;
</span><del>-            RenderTableCell {td} at (204,2) size 201x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (204,2) size 200x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 191x36
</span><span class="cx">                 text run at (2,2) width 191: &quot;This column should be 200px&quot;
</span><span class="cx">                 text run at (2,20) width 32: &quot;wide&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_colgroup_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -21,7 +21,7 @@
</span><span class="cx">                 text run at (2,56) width 119: &quot;the next cell: they &quot;
</span><span class="cx">                 text run at (120,56) width 62: &quot;should be&quot;
</span><span class="cx">                 text run at (2,74) width 112: &quot;vertically aligned&quot;
</span><del>-            RenderTableCell {td} at (221,2) size 559x234 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,2) size 560x234 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 530x230
</span><span class="cx">                 text run at (2,2) width 521: &quot;Compare the baseline of the first&quot;
</span><span class="cx">                 text run at (2,48) width 70: &quot;line &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_colgroup_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 782x212
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x208
</span><del>-            RenderTableCell {td} at (2,2) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,77) size 572x58 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 562x54
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_colgroup_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 687x212
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 687x208
</span><del>-            RenderTableCell {td} at (2,2) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,95) size 477x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 473x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_colgroup_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 666x212
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 666x208
</span><del>-            RenderTableCell {td} at (2,2) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,95) size 456x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 452x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_colgroup_width_relexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,20) width 128: &quot;This column should&quot;
</span><span class="cx">                 text run at (2,38) width 110: &quot;be 1/2 as wide as&quot;
</span><span class="cx">                 text run at (2,56) width 125: &quot;Column 2 or 100px&quot;
</span><del>-            RenderTableCell {td} at (148,2) size 148x76 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (148,2) size 149x76 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 139x72
</span><span class="cx">                 text run at (2,2) width 139: &quot;Table width is 300px.&quot;
</span><span class="cx">                 text run at (2,20) width 128: &quot;This column should&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">             RenderTableCell {td} at (2,2) size 218x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 55x18
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><del>-            RenderTableCell {td} at (221,2) size 559x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,2) size 560x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x18
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {tfoot} at (1,263) size 782x24
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx">             RenderTableCell {td} at (2,0) size 218x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (221,0) size 559x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,0) size 560x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,27) size 782x236
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx">                 text run at (2,56) width 119: &quot;the next cell: they &quot;
</span><span class="cx">                 text run at (120,56) width 62: &quot;should be&quot;
</span><span class="cx">                 text run at (2,74) width 112: &quot;vertically aligned&quot;
</span><del>-            RenderTableCell {td} at (221,0) size 559x234 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,0) size 560x234 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 530x230
</span><span class="cx">                 text run at (2,2) width 521: &quot;Compare the baseline of the first&quot;
</span><span class="cx">                 text run at (2,48) width 70: &quot;line &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,34) size 784x262 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {thead} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x22
</span><del>-            RenderTableCell {td} at (2,2) size 205x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x18
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {td} at (208,2) size 572x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {tfoot} at (1,237) size 782x24
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 782x22
</span><del>-            RenderTableCell {td} at (2,0) size 205x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 572x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,27) size 782x210
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 782x208
</span><del>-            RenderTableCell {td} at (2,0) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,150) size 572x58 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 562x54
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,34) size 627x262 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {thead} at (1,1) size 625x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 625x22
</span><del>-            RenderTableCell {td} at (2,2) size 205x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x18
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {td} at (208,2) size 415x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {tfoot} at (1,237) size 625x24
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 625x22
</span><del>-            RenderTableCell {td} at (2,0) size 205x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 415x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,27) size 625x210
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 625x208
</span><del>-            RenderTableCell {td} at (2,0) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,93) size 415x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 411x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,34) size 668x262 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {thead} at (1,1) size 666x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 666x22
</span><del>-            RenderTableCell {td} at (2,2) size 205x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x18
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {td} at (208,2) size 456x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {tfoot} at (1,237) size 666x24
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 666x22
</span><del>-            RenderTableCell {td} at (2,0) size 205x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 456x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,27) size 666x210
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 666x208
</span><del>-            RenderTableCell {td} at (2,0) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,0) size 456x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 452x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_td_align_centerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_center-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_center-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_center-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -27,14 +27,14 @@
</span><span class="cx">         RenderText {#text} at (0,18) size 432x18
</span><span class="cx">           text run at (0,18) width 407: &quot;No specific table width; text in second row exceeds text in first &quot;
</span><span class="cx">           text run at (406,18) width 26: &quot;row&quot;
</span><del>-      RenderTable {table} at (0,182) size 567x52 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 565x50
-          RenderTableRow {tr} at (0,2) size 565x22
-            RenderTableCell {td} at (2,2) size 561x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,182) size 566x52 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 564x50
+          RenderTableRow {tr} at (0,2) size 564x22
+            RenderTableCell {td} at (2,2) size 560x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (172,2) size 216x18
</span><span class="cx">                 text run at (172,2) width 216: &quot;Cell text should be center aligned&quot;
</span><del>-          RenderTableRow {tr} at (0,26) size 565x22
-            RenderTableCell {td} at (2,26) size 561x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,26) size 564x22
+            RenderTableCell {td} at (2,26) size 560x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 556x18
</span><span class="cx">                 text run at (2,2) width 448: &quot;xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx &quot;
</span><span class="cx">                 text run at (450,2) width 108: &quot;xxx xxx xxx xxx&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_td_align_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_char-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_char-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_char-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 305x18
</span><span class="cx">           text run at (0,0) width 305: &quot;TEST: Numbers should align by decimal points&quot;
</span><del>-      RenderTable {table} at (0,34) size 195x52 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 193x50
-          RenderTableRow {tr} at (0,2) size 193x22
-            RenderTableCell {td} at (2,2) size 57x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,34) size 194x52 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 192x50
+          RenderTableRow {tr} at (0,2) size 192x22
+            RenderTableCell {td} at (2,2) size 56x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x18
</span><span class="cx">                 text run at (2,2) width 36: &quot;55.00&quot;
</span><del>-            RenderTableCell {td} at (60,2) size 65x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (60,2) size 64x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x18
</span><span class="cx">                 text run at (2,2) width 60: &quot;55555.00&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 65x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,2) size 64x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x18
</span><span class="cx">                 text run at (2,2) width 44: &quot;555.00&quot;
</span><del>-          RenderTableRow {tr} at (0,26) size 193x22
-            RenderTableCell {td} at (2,26) size 57x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,26) size 192x22
+            RenderTableCell {td} at (2,26) size 56x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;1234.56&quot;
</span><del>-            RenderTableCell {td} at (60,26) size 65x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (60,26) size 64x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x18
</span><span class="cx">                 text run at (2,2) width 44: &quot;123.45&quot;
</span><del>-            RenderTableCell {td} at (126,26) size 65x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,26) size 64x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x18
</span><span class="cx">                 text run at (2,2) width 60: &quot;12345.67&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_td_align_justifyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,6 +15,6 @@
</span><span class="cx">                 text run at (2,38) width 294: &quot;content becomes (except the last line which &quot;
</span><span class="cx">                 text run at (295,38) width 92: &quot;should be left&quot;
</span><span class="cx">                 text run at (2,56) width 53: &quot;aligned)&quot;
</span><del>-            RenderTableCell {td} at (392,29) size 388x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (392,29) size 389x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 231x18
</span><span class="cx">                 text run at (2,2) width 231: &quot;This cell text should be left justified&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_td_align_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_left-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_left-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_left-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -27,14 +27,14 @@
</span><span class="cx">         RenderText {#text} at (0,18) size 432x18
</span><span class="cx">           text run at (0,18) width 407: &quot;No specific table width; text in second row exceeds text in first &quot;
</span><span class="cx">           text run at (406,18) width 26: &quot;row&quot;
</span><del>-      RenderTable {table} at (0,182) size 567x52 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 565x50
-          RenderTableRow {tr} at (0,2) size 565x22
-            RenderTableCell {td} at (2,2) size 561x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,182) size 566x52 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 564x50
+          RenderTableRow {tr} at (0,2) size 564x22
+            RenderTableCell {td} at (2,2) size 560x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 197x18
</span><span class="cx">                 text run at (2,2) width 197: &quot;Cell text should be left aligned&quot;
</span><del>-          RenderTableRow {tr} at (0,26) size 565x22
-            RenderTableCell {td} at (2,26) size 561x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,26) size 564x22
+            RenderTableCell {td} at (2,26) size 560x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 556x18
</span><span class="cx">                 text run at (2,2) width 448: &quot;xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx &quot;
</span><span class="cx">                 text run at (450,2) width 108: &quot;xxx xxx xxx xxx&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_td_align_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_right-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_right-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_right-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -27,14 +27,14 @@
</span><span class="cx">         RenderText {#text} at (0,18) size 432x18
</span><span class="cx">           text run at (0,18) width 407: &quot;No specific table width; text in second row exceeds text in first &quot;
</span><span class="cx">           text run at (406,18) width 26: &quot;row&quot;
</span><del>-      RenderTable {table} at (0,182) size 567x52 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 565x50
-          RenderTableRow {tr} at (0,2) size 565x22
-            RenderTableCell {td} at (2,2) size 561x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (352,2) size 207x18
-                text run at (352,2) width 207: &quot;Cell text should be right aligned&quot;
-          RenderTableRow {tr} at (0,26) size 565x22
-            RenderTableCell {td} at (2,26) size 561x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,182) size 566x52 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 564x50
+          RenderTableRow {tr} at (0,2) size 564x22
+            RenderTableCell {td} at (2,2) size 560x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (352,2) size 206x18
+                text run at (352,2) width 206: &quot;Cell text should be right aligned&quot;
+          RenderTableRow {tr} at (0,26) size 564x22
+            RenderTableCell {td} at (2,26) size 560x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 556x18
</span><span class="cx">                 text run at (2,2) width 448: &quot;xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx &quot;
</span><span class="cx">                 text run at (450,2) width 108: &quot;xxx xxx xxx xxx&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_td_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,38) width 212: &quot;baseline of the first line of text in&quot;
</span><span class="cx">                 text run at (2,56) width 180: &quot;the next cell: they should be&quot;
</span><span class="cx">                 text run at (2,74) width 112: &quot;vertically aligned&quot;
</span><del>-            RenderTableCell {td} at (221,2) size 559x234 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,2) size 560x234 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 530x230
</span><span class="cx">                 text run at (2,2) width 357: &quot;Compare the baseline &quot;
</span><span class="cx">                 text run at (358,2) width 165: &quot;of the first&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_td_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,34) size 784x214 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 782x212
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x208
</span><del>-            RenderTableCell {td} at (2,2) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,152) size 572x58 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 562x54
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_td_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,34) size 627x214 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 625x212
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 625x208
</span><del>-            RenderTableCell {td} at (2,2) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,95) size 415x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 411x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_td_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,34) size 668x214 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 666x212
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 666x208
</span><del>-            RenderTableCell {td} at (2,2) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,2) size 456x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 452x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_td_widthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_td_width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,44 +3,44 @@
</span><span class="cx"> layer at (0,0) size 800x282
</span><span class="cx">   RenderBlock {html} at (0,0) size 800x282
</span><span class="cx">     RenderBody {body} at (8,8) size 784x266
</span><del>-      RenderTable {table} at (0,0) size 111x64 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 109x62
-          RenderTableRow {tr} at (0,2) size 109x58
-            RenderTableCell {td} at (2,2) size 105x58 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,0) size 110x64 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 108x62
+          RenderTableRow {tr} at (0,2) size 108x58
+            RenderTableCell {td} at (2,2) size 104x58 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 97x54
</span><span class="cx">                 text run at (2,2) width 83: &quot;The width of&quot;
</span><span class="cx">                 text run at (2,20) width 97: &quot;this cell should&quot;
</span><span class="cx">                 text run at (2,38) width 86: &quot;be 100 pixels&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,64) size 784x18
</span><span class="cx">         RenderBR {br} at (0,0) size 0x18
</span><del>-      RenderTable {table} at (0,82) size 211x46 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 209x44
-          RenderTableRow {tr} at (0,2) size 209x40
-            RenderTableCell {td} at (2,2) size 205x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,82) size 210x46 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 208x44
+          RenderTableRow {tr} at (0,2) size 208x40
+            RenderTableCell {td} at (2,2) size 204x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 184x36
</span><span class="cx">                 text run at (2,2) width 184: &quot;The width of this cell should&quot;
</span><span class="cx">                 text run at (2,20) width 86: &quot;be 200 pixels&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,128) size 784x18
</span><span class="cx">         RenderBR {br} at (0,0) size 0x18
</span><del>-      RenderTable {table} at (0,146) size 311x28 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 309x26
-          RenderTableRow {tr} at (0,2) size 309x22
-            RenderTableCell {td} at (2,2) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,146) size 310x28 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 308x26
+          RenderTableRow {tr} at (0,2) size 308x22
+            RenderTableCell {td} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 273x18
</span><span class="cx">                 text run at (2,2) width 273: &quot;The width of this cell should be 300 pixels&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,174) size 784x18
</span><span class="cx">         RenderBR {br} at (0,0) size 0x18
</span><del>-      RenderTable {table} at (0,192) size 411x28 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 409x26
-          RenderTableRow {tr} at (0,2) size 409x22
-            RenderTableCell {td} at (2,2) size 405x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,192) size 410x28 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 408x26
+          RenderTableRow {tr} at (0,2) size 408x22
+            RenderTableCell {td} at (2,2) size 404x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 273x18
</span><span class="cx">                 text run at (2,2) width 273: &quot;The width of this cell should be 400 pixels&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,220) size 784x18
</span><span class="cx">         RenderBR {br} at (0,0) size 0x18
</span><del>-      RenderTable {table} at (0,238) size 511x28 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 509x26
-          RenderTableRow {tr} at (0,2) size 509x22
-            RenderTableCell {td} at (2,2) size 505x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,238) size 510x28 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 508x26
+          RenderTableRow {tr} at (0,2) size 508x22
+            RenderTableCell {td} at (2,2) size 504x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 273x18
</span><span class="cx">                 text run at (2,2) width 273: &quot;The width of this cell should be 500 pixels&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">             RenderTableCell {td} at (2,2) size 218x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 55x18
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><del>-            RenderTableCell {td} at (221,2) size 559x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,2) size 560x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x18
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {tfoot} at (1,51) size 782x236
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">                 text run at (2,56) width 119: &quot;the next cell: they &quot;
</span><span class="cx">                 text run at (120,56) width 62: &quot;should be&quot;
</span><span class="cx">                 text run at (2,74) width 112: &quot;vertically aligned&quot;
</span><del>-            RenderTableCell {td} at (221,0) size 559x234 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,0) size 560x234 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 530x230
</span><span class="cx">                 text run at (2,2) width 521: &quot;Compare the baseline of the first&quot;
</span><span class="cx">                 text run at (2,48) width 70: &quot;line &quot;
</span><span class="lines">@@ -39,6 +39,6 @@
</span><span class="cx">             RenderTableCell {td} at (2,0) size 218x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (221,0) size 559x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,0) size 560x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,34) size 784x262 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {thead} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x22
</span><del>-            RenderTableCell {td} at (2,2) size 205x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x18
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {td} at (208,2) size 572x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {tfoot} at (1,51) size 782x210
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 782x208
</span><del>-            RenderTableCell {td} at (2,0) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,150) size 572x58 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 562x54
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">                 text run at (234,38) width 137: &quot;x-fill x-fill x-fill x-fill&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,27) size 782x24
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 782x22
</span><del>-            RenderTableCell {td} at (2,0) size 205x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 572x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,34) size 627x262 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {thead} at (1,1) size 625x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 625x22
</span><del>-            RenderTableCell {td} at (2,2) size 205x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x18
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {td} at (208,2) size 415x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {tfoot} at (1,51) size 625x210
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 625x208
</span><del>-            RenderTableCell {td} at (2,0) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,93) size 415x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 411x18
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (373,2) width 40: &quot;image&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,27) size 625x24
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 625x22
</span><del>-            RenderTableCell {td} at (2,0) size 205x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 415x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,34) size 668x262 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {thead} at (1,1) size 666x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 666x22
</span><del>-            RenderTableCell {td} at (2,2) size 205x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 55x18
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">             RenderTableCell {td} at (208,2) size 456x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (2,2) width 55: &quot;THEAD&quot;
</span><span class="cx">         RenderTableSection {tfoot} at (1,51) size 666x210
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 666x208
</span><del>-            RenderTableCell {td} at (2,0) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,0) size 456x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 452x18
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (390,2) width 64: &quot;the image&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,27) size 666x24
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 666x22
</span><del>-            RenderTableCell {td} at (2,0) size 205x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 456x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_th_align_centerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_center-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_center-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_center-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -27,14 +27,14 @@
</span><span class="cx">         RenderText {#text} at (0,18) size 432x18
</span><span class="cx">           text run at (0,18) width 407: &quot;No specific table width; text in second row exceeds text in first &quot;
</span><span class="cx">           text run at (406,18) width 26: &quot;row&quot;
</span><del>-      RenderTable {table} at (0,182) size 567x52 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 565x50
-          RenderTableRow {tr} at (0,2) size 565x22
-            RenderTableCell {th} at (2,2) size 561x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,182) size 566x52 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 564x50
+          RenderTableRow {tr} at (0,2) size 564x22
+            RenderTableCell {th} at (2,2) size 560x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (166,2) size 228x18
</span><span class="cx">                 text run at (166,2) width 228: &quot;Cell text should be center aligned&quot;
</span><del>-          RenderTableRow {tr} at (0,26) size 565x22
-            RenderTableCell {th} at (2,26) size 561x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 557x18
-                text run at (2,2) width 449: &quot;xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx &quot;
-                text run at (450,2) width 109: &quot;xxx xxx xxx xxx&quot;
</del><ins>+          RenderTableRow {tr} at (0,26) size 564x22
+            RenderTableCell {th} at (2,26) size 560x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 556x18
+                text run at (2,2) width 448: &quot;xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx &quot;
+                text run at (450,2) width 108: &quot;xxx xxx xxx xxx&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_th_align_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_char-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_char-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_char-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 305x18
</span><span class="cx">           text run at (0,0) width 305: &quot;TEST: Numbers should align by decimal points&quot;
</span><del>-      RenderTable {table} at (0,34) size 195x52 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 193x50
-          RenderTableRow {tr} at (0,2) size 193x22
-            RenderTableCell {th} at (2,2) size 57x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (10,2) size 37x18
-                text run at (10,2) width 37: &quot;55.00&quot;
-            RenderTableCell {th} at (60,2) size 65x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 61x18
-                text run at (2,2) width 61: &quot;55555.00&quot;
-            RenderTableCell {th} at (126,2) size 65x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (10,2) size 45x18
-                text run at (10,2) width 45: &quot;555.00&quot;
-          RenderTableRow {tr} at (0,26) size 193x22
-            RenderTableCell {th} at (2,26) size 57x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 53x18
-                text run at (2,2) width 53: &quot;1234.56&quot;
-            RenderTableCell {th} at (60,26) size 65x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (10,2) size 45x18
-                text run at (10,2) width 45: &quot;123.45&quot;
-            RenderTableCell {th} at (126,26) size 65x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 61x18
-                text run at (2,2) width 61: &quot;12345.67&quot;
</del><ins>+      RenderTable {table} at (0,34) size 194x52 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 192x50
+          RenderTableRow {tr} at (0,2) size 192x22
+            RenderTableCell {th} at (2,2) size 56x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (10,2) size 36x18
+                text run at (10,2) width 36: &quot;55.00&quot;
+            RenderTableCell {th} at (60,2) size 64x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 60x18
+                text run at (2,2) width 60: &quot;55555.00&quot;
+            RenderTableCell {th} at (126,2) size 64x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (10,2) size 44x18
+                text run at (10,2) width 44: &quot;555.00&quot;
+          RenderTableRow {tr} at (0,26) size 192x22
+            RenderTableCell {th} at (2,26) size 56x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 52x18
+                text run at (2,2) width 52: &quot;1234.56&quot;
+            RenderTableCell {th} at (60,26) size 64x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (10,2) size 44x18
+                text run at (10,2) width 44: &quot;123.45&quot;
+            RenderTableCell {th} at (126,26) size 64x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 60x18
+                text run at (2,2) width 60: &quot;12345.67&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_th_align_justifyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,7 +14,7 @@
</span><span class="cx">                 text run at (304,20) width 83: &quot;matter how&quot;
</span><span class="cx">                 text run at (2,38) width 385: &quot;long the content becomes (except the last line which&quot;
</span><span class="cx">                 text run at (2,56) width 151: &quot;should be left aligned)&quot;
</span><del>-            RenderTableCell {th} at (392,29) size 388x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {th} at (392,29) size 389x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 242x18
</span><span class="cx">                 text run at (2,2) width 187: &quot;This cell text should be left &quot;
</span><span class="cx">                 text run at (188,2) width 56: &quot;justified&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_th_align_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_left-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_left-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_left-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -27,14 +27,14 @@
</span><span class="cx">         RenderText {#text} at (0,18) size 432x18
</span><span class="cx">           text run at (0,18) width 407: &quot;No specific table width; text in second row exceeds text in first &quot;
</span><span class="cx">           text run at (406,18) width 26: &quot;row&quot;
</span><del>-      RenderTable {table} at (0,182) size 567x52 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 565x50
-          RenderTableRow {tr} at (0,2) size 565x22
-            RenderTableCell {th} at (2,2) size 561x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,182) size 566x52 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 564x50
+          RenderTableRow {tr} at (0,2) size 564x22
+            RenderTableCell {th} at (2,2) size 560x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 207x18
</span><span class="cx">                 text run at (2,2) width 207: &quot;Cell text should be left aligned&quot;
</span><del>-          RenderTableRow {tr} at (0,26) size 565x22
-            RenderTableCell {th} at (2,26) size 561x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 557x18
-                text run at (2,2) width 449: &quot;xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx &quot;
-                text run at (450,2) width 109: &quot;xxx xxx xxx xxx&quot;
</del><ins>+          RenderTableRow {tr} at (0,26) size 564x22
+            RenderTableCell {th} at (2,26) size 560x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 556x18
+                text run at (2,2) width 448: &quot;xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx &quot;
+                text run at (450,2) width 108: &quot;xxx xxx xxx xxx&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_th_align_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_right-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_right-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_right-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -27,14 +27,14 @@
</span><span class="cx">         RenderText {#text} at (0,18) size 432x18
</span><span class="cx">           text run at (0,18) width 407: &quot;No specific table width; text in second row exceeds text in first &quot;
</span><span class="cx">           text run at (406,18) width 26: &quot;row&quot;
</span><del>-      RenderTable {table} at (0,182) size 567x52 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 565x50
-          RenderTableRow {tr} at (0,2) size 565x22
-            RenderTableCell {th} at (2,2) size 561x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (339,2) size 220x18
-                text run at (339,2) width 220: &quot;Cell text should be right aligned&quot;
-          RenderTableRow {tr} at (0,26) size 565x22
-            RenderTableCell {th} at (2,26) size 561x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 557x18
-                text run at (2,2) width 449: &quot;xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx &quot;
-                text run at (450,2) width 109: &quot;xxx xxx xxx xxx&quot;
</del><ins>+      RenderTable {table} at (0,182) size 566x52 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 564x50
+          RenderTableRow {tr} at (0,2) size 564x22
+            RenderTableCell {th} at (2,2) size 560x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (339,2) size 219x18
+                text run at (339,2) width 219: &quot;Cell text should be right aligned&quot;
+          RenderTableRow {tr} at (0,26) size 564x22
+            RenderTableCell {th} at (2,26) size 560x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 556x18
+                text run at (2,2) width 448: &quot;xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx &quot;
+                text run at (450,2) width 108: &quot;xxx xxx xxx xxx&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_th_rowspanexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_rowspan-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_rowspan-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_rowspan-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,9 +10,9 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 166x18
</span><span class="cx">                 text run at (2,2) width 166: &quot;This cell spans two rows&quot;
</span><span class="cx">             RenderTableCell {th} at (173,2) size 57x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><del>-              RenderText {#text} at (2,2) size 53x18
-                text run at (2,2) width 53: &quot;xxx xxx&quot;
</del><ins>+              RenderText {#text} at (2,2) size 52x18
+                text run at (2,2) width 52: &quot;xxx xxx&quot;
</ins><span class="cx">           RenderTableRow {tr} at (0,26) size 232x22
</span><span class="cx">             RenderTableCell {th} at (173,26) size 57x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><del>-              RenderText {#text} at (2,2) size 53x18
-                text run at (2,2) width 53: &quot;xxx xxx&quot;
</del><ins>+              RenderText {#text} at (2,2) size 52x18
+                text run at (2,2) width 52: &quot;xxx xxx&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_th_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">                 text run at (24,56) width 49: &quot;text in &quot;
</span><span class="cx">                 text run at (72,56) width 121: &quot;the next cell: they&quot;
</span><span class="cx">                 text run at (15,74) width 188: &quot;should be vertically aligned&quot;
</span><del>-            RenderTableCell {th} at (221,2) size 559x234 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {th} at (221,2) size 560x234 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (40,2) size 529x230
</span><span class="cx">                 text run at (40,2) width 382: &quot;Compare the baseline &quot;
</span><span class="cx">                 text run at (421,2) width 97: &quot;of the&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_th_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,34) size 784x214 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 782x212
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x208
</span><del>-            RenderTableCell {th} at (2,2) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {th} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {th} at (208,152) size 572x58 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (10,2) size 562x54
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_th_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,34) size 649x214 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 647x212
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 647x208
</span><del>-            RenderTableCell {th} at (2,2) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {th} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {th} at (208,95) size 437x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 433x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_th_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,34) size 693x214 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 691x212
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 691x208
</span><del>-            RenderTableCell {th} at (2,2) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {th} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {th} at (208,2) size 481x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 477x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_th_widthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_width-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_width-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_th_width-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,45 +3,45 @@
</span><span class="cx"> layer at (0,0) size 800x300
</span><span class="cx">   RenderBlock {html} at (0,0) size 800x300
</span><span class="cx">     RenderBody {body} at (8,8) size 784x284
</span><del>-      RenderTable {table} at (0,0) size 111x82 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 109x80
-          RenderTableRow {tr} at (0,2) size 109x76
-            RenderTableCell {th} at (2,2) size 105x76 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,0) size 110x82 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 108x80
+          RenderTableRow {tr} at (0,2) size 108x76
+            RenderTableCell {th} at (2,2) size 104x76 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 94x72
</span><span class="cx">                 text run at (8,2) width 88: &quot;The width of&quot;
</span><del>-                text run at (26,20) width 53: &quot;this cell&quot;
</del><ins>+                text run at (26,20) width 52: &quot;this cell&quot;
</ins><span class="cx">                 text run at (5,38) width 94: &quot;should be 100&quot;
</span><span class="cx">                 text run at (32,56) width 40: &quot;pixels&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,82) size 784x18
</span><span class="cx">         RenderBR {br} at (0,0) size 0x18
</span><del>-      RenderTable {table} at (0,100) size 211x46 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 209x44
-          RenderTableRow {tr} at (0,2) size 209x40
-            RenderTableCell {th} at (2,2) size 205x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,100) size 210x46 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 208x44
+          RenderTableRow {tr} at (0,2) size 208x40
+            RenderTableCell {th} at (2,2) size 204x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,2) size 194x36
</span><span class="cx">                 text run at (5,2) width 194: &quot;The width of this cell should&quot;
</span><span class="cx">                 text run at (58,20) width 88: &quot;be 200 pixels&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,146) size 784x18
</span><span class="cx">         RenderBR {br} at (0,0) size 0x18
</span><del>-      RenderTable {table} at (0,164) size 311x28 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 309x26
-          RenderTableRow {tr} at (0,2) size 309x22
-            RenderTableCell {th} at (2,2) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,164) size 310x28 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 308x26
+          RenderTableRow {tr} at (0,2) size 308x22
+            RenderTableCell {th} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (10,2) size 284x18
</span><span class="cx">                 text run at (10,2) width 284: &quot;The width of this cell should be 300 pixels&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,192) size 784x18
</span><span class="cx">         RenderBR {br} at (0,0) size 0x18
</span><del>-      RenderTable {table} at (0,210) size 411x28 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 409x26
-          RenderTableRow {tr} at (0,2) size 409x22
-            RenderTableCell {th} at (2,2) size 405x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,210) size 410x28 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 408x26
+          RenderTableRow {tr} at (0,2) size 408x22
+            RenderTableCell {th} at (2,2) size 404x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (60,2) size 284x18
</span><span class="cx">                 text run at (60,2) width 284: &quot;The width of this cell should be 400 pixels&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,238) size 784x18
</span><span class="cx">         RenderBR {br} at (0,0) size 0x18
</span><del>-      RenderTable {table} at (0,256) size 511x28 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 509x26
-          RenderTableRow {tr} at (0,2) size 509x22
-            RenderTableCell {th} at (2,2) size 505x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,256) size 510x28 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 508x26
+          RenderTableRow {tr} at (0,2) size 508x22
+            RenderTableCell {th} at (2,2) size 504x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (110,2) size 284x18
</span><span class="cx">                 text run at (110,2) width 284: &quot;The width of this cell should be 500 pixels&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_thead_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">                 text run at (2,56) width 119: &quot;the next cell: they &quot;
</span><span class="cx">                 text run at (120,56) width 62: &quot;should be&quot;
</span><span class="cx">                 text run at (2,74) width 112: &quot;vertically aligned&quot;
</span><del>-            RenderTableCell {td} at (221,2) size 559x234 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,2) size 560x234 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 530x230
</span><span class="cx">                 text run at (2,2) width 521: &quot;Compare the baseline of the first&quot;
</span><span class="cx">                 text run at (2,48) width 70: &quot;line &quot;
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx">             RenderTableCell {td} at (2,0) size 218x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (221,0) size 559x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,0) size 560x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,239) size 782x24
</span><span class="lines">@@ -39,6 +39,6 @@
</span><span class="cx">             RenderTableCell {td} at (2,0) size 218x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (221,0) size 559x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,0) size 560x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_thead_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,34) size 784x262 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {thead} at (1,1) size 782x212
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x208
</span><del>-            RenderTableCell {td} at (2,2) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,152) size 572x58 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 562x54
</span><span class="lines">@@ -22,7 +22,7 @@
</span><span class="cx">                 text run at (234,38) width 137: &quot;x-fill x-fill x-fill x-fill&quot;
</span><span class="cx">         RenderTableSection {tfoot} at (1,237) size 782x24
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 782x22
</span><del>-            RenderTableCell {td} at (2,0) size 205x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 572x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,213) size 782x24
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 782x22
</span><del>-            RenderTableCell {td} at (2,0) size 205x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 572x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_thead_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,34) size 627x262 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {thead} at (1,1) size 625x212
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 625x208
</span><del>-            RenderTableCell {td} at (2,2) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,95) size 415x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 411x18
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (373,2) width 40: &quot;image&quot;
</span><span class="cx">         RenderTableSection {tfoot} at (1,237) size 625x24
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 625x22
</span><del>-            RenderTableCell {td} at (2,0) size 205x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 415x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,213) size 625x24
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 625x22
</span><del>-            RenderTableCell {td} at (2,0) size 205x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 415x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_thead_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,34) size 668x262 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {thead} at (1,1) size 666x212
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 666x208
</span><del>-            RenderTableCell {td} at (2,2) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,2) size 456x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 452x18
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                 text run at (390,2) width 64: &quot;the image&quot;
</span><span class="cx">         RenderTableSection {tfoot} at (1,237) size 666x24
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 666x22
</span><del>-            RenderTableCell {td} at (2,0) size 205x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 456x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">                 text run at (2,2) width 52: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,213) size 666x24
</span><span class="cx">           RenderTableRow {tr} at (0,0) size 666x22
</span><del>-            RenderTableCell {td} at (2,0) size 205x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,0) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;TBODY&quot;
</span><span class="cx">             RenderTableCell {td} at (208,0) size 456x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tr_align_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_align_char-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_align_char-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_align_char-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 305x18
</span><span class="cx">           text run at (0,0) width 305: &quot;TEST: Numbers should align by decimal points&quot;
</span><del>-      RenderTable {table} at (0,34) size 195x52 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 193x50
-          RenderTableRow {tr} at (0,2) size 193x22
-            RenderTableCell {td} at (2,2) size 57x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,34) size 194x52 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 192x50
+          RenderTableRow {tr} at (0,2) size 192x22
+            RenderTableCell {td} at (2,2) size 56x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x18
</span><span class="cx">                 text run at (2,2) width 36: &quot;55.00&quot;
</span><del>-            RenderTableCell {td} at (60,2) size 65x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (60,2) size 64x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x18
</span><span class="cx">                 text run at (2,2) width 60: &quot;55555.00&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 65x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,2) size 64x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x18
</span><span class="cx">                 text run at (2,2) width 44: &quot;555.00&quot;
</span><del>-          RenderTableRow {tr} at (0,26) size 193x22
-            RenderTableCell {td} at (2,26) size 57x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,26) size 192x22
+            RenderTableCell {td} at (2,26) size 56x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;1234.56&quot;
</span><del>-            RenderTableCell {td} at (60,26) size 65x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (60,26) size 64x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x18
</span><span class="cx">                 text run at (2,2) width 44: &quot;123.45&quot;
</span><del>-            RenderTableCell {td} at (126,26) size 65x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,26) size 64x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x18
</span><span class="cx">                 text run at (2,2) width 60: &quot;12345.67&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tr_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">                 text run at (2,56) width 119: &quot;the next cell: they &quot;
</span><span class="cx">                 text run at (120,56) width 62: &quot;should be&quot;
</span><span class="cx">                 text run at (2,74) width 112: &quot;vertically aligned&quot;
</span><del>-            RenderTableCell {td} at (221,2) size 559x234 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (221,2) size 560x234 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 530x230
</span><span class="cx">                 text run at (2,2) width 521: &quot;Compare the baseline of the first&quot;
</span><span class="cx">                 text run at (2,48) width 70: &quot;line &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tr_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,34) size 784x214 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 782x212
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x208
</span><del>-            RenderTableCell {td} at (2,2) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,152) size 572x58 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 562x54
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tr_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,34) size 627x214 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 625x212
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 625x208
</span><del>-            RenderTableCell {td} at (2,2) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,95) size 415x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 411x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tr_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {table} at (0,34) size 668x214 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection (anonymous) at (1,1) size 666x212
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 666x208
</span><del>-            RenderTableCell {td} at (2,2) size 205x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><span class="cx">             RenderTableCell {td} at (208,2) size 456x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 452x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillaothercell_widthsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/other/cell_widths-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/other/cell_widths-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/other/cell_widths-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 500x110 [bgcolor=#FFA500] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 498x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 498x104
</span><del>-            RenderTableCell {TD} at (2,2) size 105x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 104x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 100x100
</span><span class="cx">             RenderTableCell {TD} at (108,25) size 388x58 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 379x54
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,164) size 500x64 [bgcolor=#FFA500] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 498x62
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 498x58
</span><del>-            RenderTableCell {TD} at (2,17) size 105x28 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,17) size 104x28 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 100x24
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 100x24
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 100x20
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,264) size 769x110 [bgcolor=#FFA500] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 767x104
</span><del>-            RenderTableCell {TD} at (2,2) size 105x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 104x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 100x100
</span><span class="cx">             RenderTableCell {TD} at (108,34) size 657x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 625x36
</span><span class="lines">@@ -58,7 +58,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,410) size 500x110 [bgcolor=#FFA500] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 498x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 498x104
</span><del>-            RenderTableCell {TD} at (2,2) size 105x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 104x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 100x100
</span><span class="cx">             RenderTableCell {TD} at (108,25) size 388x58 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 379x54
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,556) size 769x110 [bgcolor=#FFA500] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 767x104
</span><del>-            RenderTableCell {TD} at (2,2) size 105x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 104x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 100x100
</span><span class="cx">             RenderTableCell {TD} at (108,34) size 657x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 625x36
</span><span class="lines">@@ -87,7 +87,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,702) size 156x460 [bgcolor=#FFA500] [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 154x458
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 154x454
</span><del>-            RenderTableCell {TD} at (2,177) size 105x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,177) size 104x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 100x100
</span><span class="cx">             RenderTableCell {TD} at (108,2) size 44x454 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 40x450
</span><span class="lines">@@ -141,12 +141,12 @@
</span><span class="cx">         RenderText {#text} at (0,18) size 764x36
</span><span class="cx">           text run at (0,18) width 764: &quot;auto width table with 100px image in 1st cell, 100px 2nd cell containing text. This differs from Nav4.5 but is similar to&quot;
</span><span class="cx">           text run at (0,36) width 24: &quot;IE5&quot;
</span><del>-      RenderTable {TABLE} at (0,1406) size 217x154 [bgcolor=#FFA500] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 215x152
-          RenderTableRow {TR} at (0,2) size 215x148
-            RenderTableCell {TD} at (2,24) size 105x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,1406) size 216x154 [bgcolor=#FFA500] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 214x152
+          RenderTableRow {TR} at (0,2) size 214x148
+            RenderTableCell {TD} at (2,24) size 104x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 100x100
</span><del>-            RenderTableCell {TD} at (108,2) size 105x148 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (108,2) size 104x148 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x144
</span><span class="cx">                 text run at (2,2) width 100: &quot;a bunch of text,&quot;
</span><span class="cx">                 text run at (2,20) width 100: &quot;a bunch of text,&quot;
</span><span class="lines">@@ -167,7 +167,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 392x18
</span><span class="cx">                 text run at (2,2) width 392: &quot;hello hello hello hello hello hello hello hello hello hello hello&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 498x104
</span><del>-            RenderTableCell {TD} at (2,26) size 105x104 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,26) size 104x104 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 100x100
</span><span class="cx">             RenderTableCell {TD} at (108,58) size 388x40 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 356x36
</span><span class="lines">@@ -184,7 +184,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 392x18
</span><span class="cx">                 text run at (2,2) width 392: &quot;hello hello hello hello hello hello hello hello hello hello hello&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 542x104
</span><del>-            RenderTableCell {TD} at (2,26) size 105x104 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,26) size 104x104 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 100x100
</span><span class="cx">             RenderTableCell {TD} at (108,67) size 432x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 428x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillaothermsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/other/ms-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/other/ms-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/other/ms-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">                   RenderImage {IMG} at (0,0) size 250x60
</span><span class="cx">               RenderTableCell {TD} at (324,0) size 25x20 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderImage {IMG} at (5,0) size 19x20
</span><del>-              RenderTableCell {TD} at (348,4) size 452x12 [bgcolor=#000000] [r=0 c=2 rs=1 cs=2]
</del><ins>+              RenderTableCell {TD} at (348,4) size 453x12 [bgcolor=#000000] [r=0 c=2 rs=1 cs=2]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 349x12 [color=#FFFFFF]
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                   RenderInline {B} at (0,0) size 349x12
</span><span class="lines">@@ -67,11 +67,11 @@
</span><span class="cx">                       text run at (445,0) width 7: &quot;  &quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableRow {TR} at (0,20) size 800x40
</span><del>-              RenderTableCell {TD} at (324,20) size 476x40 [r=1 c=1 rs=1 cs=2]
</del><ins>+              RenderTableCell {TD} at (324,20) size 477x40 [r=1 c=1 rs=1 cs=2]
</ins><span class="cx">                 RenderInline {A} at (0,0) size 113x18 [color=#003399]
</span><span class="cx">                   RenderImage {IMG} at (363,0) size 113x40
</span><span class="cx">             RenderTableRow {TR} at (0,60) size 800x20
</span><del>-              RenderTableCell {TD} at (0,64) size 800x12 [bgcolor=#6699CC] [r=2 c=0 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (0,64) size 801x12 [bgcolor=#6699CC] [r=2 c=0 rs=1 cs=4]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 596x12 [color=#FFFFFF]
</span><span class="cx">                   RenderInline {B} at (0,0) size 596x12
</span><span class="cx">                     RenderText {#text} at (0,0) size 7x12
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillaothernested2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/other/nested2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/other/nested2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/other/nested2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,7 +14,7 @@
</span><span class="cx">                       RenderText {#text} at (1,1) size 164x36
</span><span class="cx">                         text run at (1,1) width 164: &quot;TheMozillaOrganization-&quot;
</span><span class="cx">                         text run at (1,19) width 158: &quot;TheMozillaOrganization&quot;
</span><del>-            RenderTableCell {TD} at (271,8) size 506x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (271,8) size 507x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 401x36
</span><span class="cx">                 text run at (2,2) width 401: &quot;Checkin Guidelines for the Seamonkey Tree xxxxxxxxxxxxxx&quot;
</span><span class="cx">                 text run at (2,20) width 228: &quot;xxxxxxxxxxxxxxxx xxxxxxxxxxxx&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillaothernestedTablesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/other/nestedTables-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/other/nestedTables-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/other/nestedTables-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">             RenderTableCell {TD} at (616,2) size 74x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 35x18
</span><span class="cx">                 text run at (2,2) width 35: &quot;Cell2&quot;
</span><del>-            RenderTableCell {TD} at (691,2) size 74x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (691,2) size 75x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 39x18
</span><span class="cx">                 text run at (2,2) width 39: &quot;Cell 3&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x22
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">             RenderTableCell {TD} at (616,26) size 74x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 39x18
</span><span class="cx">                 text run at (2,2) width 39: &quot;Cell 5&quot;
</span><del>-            RenderTableCell {TD} at (691,26) size 74x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (691,26) size 75x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 39x18
</span><span class="cx">                 text run at (2,2) width 39: &quot;Cell 6&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,50) size 767x670
</span><span class="lines">@@ -433,7 +433,7 @@
</span><span class="cx">             RenderTableCell {TD} at (616,374) size 74x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;8&quot;
</span><del>-            RenderTableCell {TD} at (691,374) size 74x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (691,374) size 75x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;9&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,742) size 769x36
</span><span class="lines">@@ -442,17 +442,17 @@
</span><span class="cx">         RenderBR {BR} at (8,14) size 0x0
</span><span class="cx">         RenderText {#text} at (0,18) size 286x18
</span><span class="cx">           text run at (0,18) width 286: &quot;the following text should display on one line&quot;
</span><del>-      RenderTable {TABLE} at (0,778) size 208x18
-        RenderTableSection {TBODY} at (0,0) size 208x18
-          RenderTableRow {TR} at (0,0) size 208x18
-            RenderTableCell {TD} at (0,0) size 208x18 [bgcolor=#B70000] [r=0 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (0,0) size 208x18
-                RenderTableSection {TBODY} at (0,0) size 208x18
-                  RenderTableRow {TR} at (0,0) size 208x18
-                    RenderTableCell {TD} at (0,0) size 14x16 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,778) size 207x18
+        RenderTableSection {TBODY} at (0,0) size 207x18
+          RenderTableRow {TR} at (0,0) size 207x18
+            RenderTableCell {TD} at (0,0) size 207x18 [bgcolor=#B70000] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (0,0) size 207x18
+                RenderTableSection {TBODY} at (0,0) size 207x18
+                  RenderTableRow {TR} at (0,0) size 207x18
+                    RenderTableCell {TD} at (0,0) size 13x16 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderImage {IMG} at (0,0) size 13x16
</span><del>-                    RenderTableCell {TD} at (13,0) size 191x18 [r=0 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (13,0) size 190x18 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (0,0) size 165x18
</span><span class="cx">                         text run at (0,0) width 165: &quot;AlphaLinux Distributions&quot;
</span><del>-                    RenderTableCell {TD} at (203,0) size 5x4 [r=0 c=2 rs=1 cs=1]
-                      RenderImage {IMG} at (0,0) size 5x4
</del><ins>+                    RenderTableCell {TD} at (203,0) size 4x4 [r=0 c=2 rs=1 cs=1]
+                      RenderImage {IMG} at (0,0) size 4x4
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillaotherslashlogoexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/other/slashlogo-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/other/slashlogo-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/other/slashlogo-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -78,11 +78,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,0) size 8x13 [bgcolor=#027777] [r=0 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,0) size 9x13 [bgcolor=#027777] [r=0 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,0) size 9x13 [bgcolor=#027777] [r=0 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,0) size 8x13 [bgcolor=#027777] [r=0 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -102,11 +102,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,0) size 8x13 [bgcolor=#EDEEEF] [r=0 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,0) size 9x13 [bgcolor=#EDEEEF] [r=0 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,0) size 8x13 [bgcolor=#FDFDFB] [r=0 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -134,7 +134,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,0) size 8x13 [bgcolor=#FDFDFB] [r=0 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -154,11 +154,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -178,11 +178,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -202,15 +202,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -230,11 +230,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,0) size 9x13 [bgcolor=#EDEEEF] [r=0 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,0) size 8x13 [bgcolor=#EDEEEF] [r=0 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -254,15 +254,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,0) size 8x13 [bgcolor=#FDFDFB] [r=0 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,0) size 8x13 [bgcolor=#FDFDFB] [r=0 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,0) size 8x13 [bgcolor=#FDFDFB] [r=0 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -278,15 +278,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,0) size 8x13 [bgcolor=#FDFDFB] [r=0 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,0) size 8x13 [bgcolor=#FDFDFB] [r=0 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -302,15 +302,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,0) size 8x13 [bgcolor=#E0EAE9] [r=0 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,0) size 9x13 [bgcolor=#E0EAE9] [r=0 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -330,15 +330,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -354,15 +354,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -378,19 +378,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,0) size 8x13 [bgcolor=#CADEDD] [r=0 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,0) size 9x13 [bgcolor=#CADEDD] [r=0 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,0) size 9x13 [bgcolor=#E0EAE9] [r=0 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,0) size 9x13 [bgcolor=#E0EAE9] [r=0 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,0) size 8x13 [bgcolor=#FDFDFB] [r=0 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,0) size 8x13 [bgcolor=#FDFDFB] [r=0 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -402,7 +402,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,0) size 8x13 [bgcolor=#FDFDFB] [r=0 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,0) size 9x13 [bgcolor=#FDFDFB] [r=0 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -479,11 +479,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,13) size 8x13 [bgcolor=#027777] [r=1 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,13) size 9x13 [bgcolor=#027777] [r=1 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,13) size 9x13 [bgcolor=#027777] [r=1 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,13) size 8x13 [bgcolor=#027777] [r=1 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -503,11 +503,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,13) size 8x13 [bgcolor=#589594] [r=1 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,13) size 9x13 [bgcolor=#589594] [r=1 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,13) size 9x13 [bgcolor=#BEC2C2] [r=1 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,13) size 8x13 [bgcolor=#BEC2C2] [r=1 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -535,7 +535,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,13) size 9x13 [bgcolor=#FDFDFB] [r=1 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,13) size 8x13 [bgcolor=#FDFDFB] [r=1 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -555,11 +555,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,13) size 8x13 [bgcolor=#249393] [r=1 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,13) size 9x13 [bgcolor=#249393] [r=1 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,13) size 9x13 [bgcolor=#1B8685] [r=1 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,13) size 8x13 [bgcolor=#1B8685] [r=1 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -579,11 +579,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,13) size 8x13 [bgcolor=#1B8685] [r=1 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,13) size 9x13 [bgcolor=#1B8685] [r=1 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,13) size 9x13 [bgcolor=#1B8685] [r=1 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,13) size 8x13 [bgcolor=#1B8685] [r=1 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -603,15 +603,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,13) size 8x13 [bgcolor=#1B8685] [r=1 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,13) size 9x13 [bgcolor=#1B8685] [r=1 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,13) size 9x13 [bgcolor=#1B8685] [r=1 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,13) size 9x13 [bgcolor=#1B8685] [r=1 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,13) size 9x13 [bgcolor=#1E7A79] [r=1 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,13) size 8x13 [bgcolor=#1E7A79] [r=1 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -631,11 +631,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,13) size 8x13 [bgcolor=#1A6B6A] [r=1 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,13) size 9x13 [bgcolor=#1A6B6A] [r=1 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,13) size 9x13 [bgcolor=#BEC2C2] [r=1 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,13) size 8x13 [bgcolor=#BEC2C2] [r=1 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -655,15 +655,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,13) size 8x13 [bgcolor=#FDFDFB] [r=1 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,13) size 9x13 [bgcolor=#FDFDFB] [r=1 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,13) size 9x13 [bgcolor=#FDFDFB] [r=1 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,13) size 8x13 [bgcolor=#FDFDFB] [r=1 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,13) size 9x13 [bgcolor=#FDFDFB] [r=1 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,13) size 8x13 [bgcolor=#FDFDFB] [r=1 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -679,15 +679,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,13) size 8x13 [bgcolor=#E0EAE9] [r=1 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,13) size 9x13 [bgcolor=#E0EAE9] [r=1 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,13) size 9x13 [bgcolor=#B6D8D7] [r=1 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,13) size 9x13 [bgcolor=#B6D8D7] [r=1 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,13) size 9x13 [bgcolor=#7DBAB9] [r=1 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,13) size 8x13 [bgcolor=#7DBAB9] [r=1 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -703,15 +703,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,13) size 8x13 [bgcolor=#249393] [r=1 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,13) size 9x13 [bgcolor=#249393] [r=1 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,13) size 9x13 [bgcolor=#1B8685] [r=1 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,13) size 9x13 [bgcolor=#1B8685] [r=1 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,13) size 9x13 [bgcolor=#1B8685] [r=1 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,13) size 8x13 [bgcolor=#1B8685] [r=1 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -731,15 +731,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,13) size 8x13 [bgcolor=#1B8685] [r=1 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,13) size 9x13 [bgcolor=#1B8685] [r=1 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,13) size 9x13 [bgcolor=#1B8685] [r=1 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,13) size 9x13 [bgcolor=#1B8685] [r=1 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,13) size 9x13 [bgcolor=#1B8685] [r=1 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,13) size 8x13 [bgcolor=#1B8685] [r=1 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -755,15 +755,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,13) size 8x13 [bgcolor=#1B8685] [r=1 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,13) size 9x13 [bgcolor=#1B8685] [r=1 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,13) size 9x13 [bgcolor=#1B8685] [r=1 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,13) size 9x13 [bgcolor=#1B8685] [r=1 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,13) size 9x13 [bgcolor=#1B8685] [r=1 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,13) size 8x13 [bgcolor=#1B8685] [r=1 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -779,19 +779,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,13) size 8x13 [bgcolor=#1A6B6A] [r=1 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,13) size 9x13 [bgcolor=#1A6B6A] [r=1 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,13) size 9x13 [bgcolor=#91A3A3] [r=1 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,13) size 9x13 [bgcolor=#91A3A3] [r=1 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,13) size 9x13 [bgcolor=#E0EAE9] [r=1 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,13) size 8x13 [bgcolor=#E0EAE9] [r=1 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,13) size 9x13 [bgcolor=#EDEEEF] [r=1 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,13) size 8x13 [bgcolor=#EDEEEF] [r=1 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -803,7 +803,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,13) size 8x13 [bgcolor=#FDFDFB] [r=1 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,13) size 9x13 [bgcolor=#FDFDFB] [r=1 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -880,11 +880,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,26) size 8x13 [bgcolor=#025E5E] [r=2 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,26) size 9x13 [bgcolor=#025E5E] [r=2 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,26) size 9x13 [bgcolor=#026766] [r=2 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,26) size 8x13 [bgcolor=#026766] [r=2 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -904,11 +904,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,26) size 8x13 [bgcolor=#026766] [r=2 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,26) size 9x13 [bgcolor=#026766] [r=2 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,26) size 9x13 [bgcolor=#026766] [r=2 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,26) size 8x13 [bgcolor=#026766] [r=2 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -936,7 +936,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,26) size 9x13 [bgcolor=#FDFDFB] [r=2 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,26) size 8x13 [bgcolor=#FDFDFB] [r=2 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -956,11 +956,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,26) size 8x13 [bgcolor=#048485] [r=2 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,26) size 9x13 [bgcolor=#048485] [r=2 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,26) size 9x13 [bgcolor=#027777] [r=2 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,26) size 8x13 [bgcolor=#027777] [r=2 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -980,11 +980,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,26) size 8x13 [bgcolor=#027777] [r=2 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,26) size 9x13 [bgcolor=#027777] [r=2 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,26) size 9x13 [bgcolor=#027777] [r=2 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,26) size 8x13 [bgcolor=#027777] [r=2 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1004,15 +1004,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,26) size 8x13 [bgcolor=#027777] [r=2 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,26) size 9x13 [bgcolor=#027777] [r=2 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,26) size 9x13 [bgcolor=#027777] [r=2 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,26) size 9x13 [bgcolor=#027777] [r=2 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,26) size 9x13 [bgcolor=#026766] [r=2 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,26) size 8x13 [bgcolor=#026766] [r=2 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1032,11 +1032,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,26) size 8x13 [bgcolor=#044F4F] [r=2 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,26) size 9x13 [bgcolor=#044F4F] [r=2 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,26) size 9x13 [bgcolor=#939494] [r=2 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,26) size 8x13 [bgcolor=#939494] [r=2 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1056,15 +1056,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,26) size 8x13 [bgcolor=#FDFDFB] [r=2 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,26) size 9x13 [bgcolor=#FDFDFB] [r=2 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,26) size 9x13 [bgcolor=#FDFDFB] [r=2 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,26) size 8x13 [bgcolor=#FDFDFB] [r=2 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,26) size 9x13 [bgcolor=#FDFDFB] [r=2 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,26) size 8x13 [bgcolor=#FDFDFB] [r=2 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1080,15 +1080,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,26) size 8x13 [bgcolor=#158E8C] [r=2 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,26) size 9x13 [bgcolor=#158E8C] [r=2 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,26) size 9x13 [bgcolor=#048485] [r=2 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,26) size 9x13 [bgcolor=#048485] [r=2 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,26) size 9x13 [bgcolor=#048485] [r=2 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,26) size 8x13 [bgcolor=#048485] [r=2 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1104,15 +1104,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,26) size 8x13 [bgcolor=#027777] [r=2 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,26) size 9x13 [bgcolor=#027777] [r=2 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,26) size 9x13 [bgcolor=#027777] [r=2 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,26) size 9x13 [bgcolor=#027777] [r=2 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,26) size 9x13 [bgcolor=#027777] [r=2 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,26) size 8x13 [bgcolor=#027777] [r=2 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1132,15 +1132,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,26) size 8x13 [bgcolor=#027777] [r=2 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,26) size 9x13 [bgcolor=#027777] [r=2 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,26) size 9x13 [bgcolor=#027777] [r=2 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,26) size 9x13 [bgcolor=#027777] [r=2 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,26) size 9x13 [bgcolor=#027777] [r=2 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,26) size 8x13 [bgcolor=#027777] [r=2 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1156,15 +1156,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,26) size 8x13 [bgcolor=#027777] [r=2 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,26) size 9x13 [bgcolor=#027777] [r=2 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,26) size 9x13 [bgcolor=#027777] [r=2 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,26) size 9x13 [bgcolor=#027777] [r=2 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,26) size 9x13 [bgcolor=#027777] [r=2 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,26) size 8x13 [bgcolor=#027777] [r=2 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1180,19 +1180,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,26) size 8x13 [bgcolor=#044F4F] [r=2 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,26) size 9x13 [bgcolor=#044F4F] [r=2 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,26) size 9x13 [bgcolor=#647979] [r=2 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,26) size 9x13 [bgcolor=#647979] [r=2 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,26) size 9x13 [bgcolor=#BEC2C2] [r=2 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,26) size 8x13 [bgcolor=#BEC2C2] [r=2 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,26) size 9x13 [bgcolor=#E0EAE9] [r=2 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,26) size 8x13 [bgcolor=#E0EAE9] [r=2 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1204,7 +1204,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,26) size 8x13 [bgcolor=#FDFDFB] [r=2 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,26) size 9x13 [bgcolor=#FDFDFB] [r=2 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1281,11 +1281,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,39) size 8x13 [bgcolor=#1A5C5C] [r=3 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,39) size 9x13 [bgcolor=#1A5C5C] [r=3 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,39) size 9x13 [bgcolor=#026766] [r=3 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,39) size 8x13 [bgcolor=#026766] [r=3 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1305,11 +1305,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,39) size 8x13 [bgcolor=#026766] [r=3 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,39) size 9x13 [bgcolor=#026766] [r=3 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,39) size 9x13 [bgcolor=#026766] [r=3 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,39) size 8x13 [bgcolor=#026766] [r=3 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1337,7 +1337,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,39) size 9x13 [bgcolor=#B4B4B4] [r=3 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,39) size 8x13 [bgcolor=#B4B4B4] [r=3 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1357,11 +1357,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,39) size 8x13 [bgcolor=#027777] [r=3 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,39) size 9x13 [bgcolor=#027777] [r=3 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,39) size 9x13 [bgcolor=#026766] [r=3 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,39) size 8x13 [bgcolor=#026766] [r=3 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1381,11 +1381,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,39) size 8x13 [bgcolor=#026766] [r=3 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,39) size 9x13 [bgcolor=#026766] [r=3 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,39) size 9x13 [bgcolor=#026766] [r=3 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,39) size 8x13 [bgcolor=#026766] [r=3 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1405,15 +1405,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,39) size 8x13 [bgcolor=#026766] [r=3 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,39) size 9x13 [bgcolor=#026766] [r=3 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,39) size 9x13 [bgcolor=#026766] [r=3 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,39) size 9x13 [bgcolor=#026766] [r=3 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,39) size 9x13 [bgcolor=#026766] [r=3 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,39) size 8x13 [bgcolor=#026766] [r=3 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1433,11 +1433,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,39) size 8x13 [bgcolor=#044140] [r=3 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,39) size 9x13 [bgcolor=#044140] [r=3 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,39) size 9x13 [bgcolor=#515C5B] [r=3 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,39) size 8x13 [bgcolor=#515C5B] [r=3 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1457,15 +1457,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,39) size 8x13 [bgcolor=#B4B4B4] [r=3 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,39) size 9x13 [bgcolor=#B4B4B4] [r=3 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,39) size 9x13 [bgcolor=#B4B4B4] [r=3 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,39) size 8x13 [bgcolor=#B4B4B4] [r=3 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,39) size 9x13 [bgcolor=#72A3A1] [r=3 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,39) size 8x13 [bgcolor=#72A3A1] [r=3 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1481,15 +1481,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,39) size 8x13 [bgcolor=#027777] [r=3 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,39) size 9x13 [bgcolor=#027777] [r=3 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,39) size 9x13 [bgcolor=#027777] [r=3 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,39) size 9x13 [bgcolor=#027777] [r=3 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,39) size 9x13 [bgcolor=#027777] [r=3 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,39) size 8x13 [bgcolor=#027777] [r=3 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1505,15 +1505,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,39) size 8x13 [bgcolor=#025E5E] [r=3 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,39) size 9x13 [bgcolor=#025E5E] [r=3 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,39) size 9x13 [bgcolor=#025E5E] [r=3 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,39) size 9x13 [bgcolor=#025E5E] [r=3 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,39) size 9x13 [bgcolor=#025E5E] [r=3 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,39) size 8x13 [bgcolor=#025E5E] [r=3 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1533,15 +1533,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,39) size 8x13 [bgcolor=#026766] [r=3 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,39) size 9x13 [bgcolor=#026766] [r=3 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,39) size 9x13 [bgcolor=#026766] [r=3 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,39) size 9x13 [bgcolor=#026766] [r=3 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,39) size 9x13 [bgcolor=#026766] [r=3 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,39) size 8x13 [bgcolor=#026766] [r=3 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1557,15 +1557,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,39) size 8x13 [bgcolor=#026766] [r=3 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,39) size 9x13 [bgcolor=#026766] [r=3 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,39) size 9x13 [bgcolor=#026766] [r=3 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,39) size 9x13 [bgcolor=#026766] [r=3 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,39) size 9x13 [bgcolor=#026766] [r=3 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,39) size 8x13 [bgcolor=#026766] [r=3 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1581,19 +1581,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,39) size 8x13 [bgcolor=#044140] [r=3 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,39) size 9x13 [bgcolor=#044140] [r=3 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,39) size 9x13 [bgcolor=#344C4E] [r=3 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,39) size 9x13 [bgcolor=#344C4E] [r=3 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,39) size 9x13 [bgcolor=#777878] [r=3 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,39) size 8x13 [bgcolor=#777878] [r=3 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,39) size 9x13 [bgcolor=#91A3A3] [r=3 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,39) size 8x13 [bgcolor=#91A3A3] [r=3 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1605,7 +1605,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,39) size 8x13 [bgcolor=#848788] [r=3 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,39) size 9x13 [bgcolor=#848788] [r=3 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1682,11 +1682,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,52) size 8x13 [bgcolor=#526B6B] [r=4 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,52) size 9x13 [bgcolor=#526B6B] [r=4 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,52) size 9x13 [bgcolor=#026766] [r=4 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,52) size 8x13 [bgcolor=#026766] [r=4 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1706,11 +1706,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,52) size 8x13 [bgcolor=#026766] [r=4 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,52) size 9x13 [bgcolor=#026766] [r=4 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,52) size 9x13 [bgcolor=#026766] [r=4 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,52) size 8x13 [bgcolor=#026766] [r=4 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1738,7 +1738,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,52) size 9x13 [bgcolor=#A5A6A6] [r=4 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,52) size 8x13 [bgcolor=#A5A6A6] [r=4 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1758,11 +1758,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,52) size 8x13 [bgcolor=#027777] [r=4 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,52) size 9x13 [bgcolor=#027777] [r=4 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,52) size 9x13 [bgcolor=#026766] [r=4 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,52) size 8x13 [bgcolor=#026766] [r=4 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1782,11 +1782,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,52) size 8x13 [bgcolor=#026766] [r=4 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,52) size 9x13 [bgcolor=#026766] [r=4 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,52) size 9x13 [bgcolor=#026766] [r=4 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,52) size 8x13 [bgcolor=#026766] [r=4 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1806,15 +1806,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,52) size 8x13 [bgcolor=#026766] [r=4 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,52) size 9x13 [bgcolor=#026766] [r=4 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,52) size 9x13 [bgcolor=#026766] [r=4 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,52) size 9x13 [bgcolor=#026766] [r=4 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,52) size 9x13 [bgcolor=#026766] [r=4 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,52) size 8x13 [bgcolor=#026766] [r=4 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1834,11 +1834,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,52) size 8x13 [bgcolor=#083131] [r=4 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,52) size 9x13 [bgcolor=#083131] [r=4 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,52) size 9x13 [bgcolor=#4D4F4F] [r=4 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,52) size 8x13 [bgcolor=#4D4F4F] [r=4 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1858,15 +1858,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,52) size 8x13 [bgcolor=#A5A6A6] [r=4 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,52) size 9x13 [bgcolor=#A5A6A6] [r=4 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,52) size 9x13 [bgcolor=#589594] [r=4 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,52) size 8x13 [bgcolor=#589594] [r=4 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,52) size 9x13 [bgcolor=#048485] [r=4 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,52) size 8x13 [bgcolor=#048485] [r=4 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1882,15 +1882,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,52) size 8x13 [bgcolor=#026766] [r=4 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,52) size 9x13 [bgcolor=#026766] [r=4 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,52) size 9x13 [bgcolor=#026766] [r=4 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,52) size 9x13 [bgcolor=#026766] [r=4 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,52) size 9x13 [bgcolor=#026766] [r=4 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,52) size 8x13 [bgcolor=#026766] [r=4 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1906,15 +1906,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,52) size 8x13 [bgcolor=#044F4F] [r=4 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,52) size 9x13 [bgcolor=#044F4F] [r=4 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,52) size 9x13 [bgcolor=#044140] [r=4 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,52) size 9x13 [bgcolor=#044140] [r=4 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,52) size 9x13 [bgcolor=#044F4F] [r=4 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,52) size 8x13 [bgcolor=#044F4F] [r=4 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1934,15 +1934,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,52) size 8x13 [bgcolor=#026766] [r=4 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,52) size 9x13 [bgcolor=#026766] [r=4 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,52) size 9x13 [bgcolor=#026766] [r=4 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,52) size 9x13 [bgcolor=#026766] [r=4 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,52) size 9x13 [bgcolor=#026766] [r=4 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,52) size 8x13 [bgcolor=#026766] [r=4 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1958,15 +1958,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,52) size 8x13 [bgcolor=#026766] [r=4 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,52) size 9x13 [bgcolor=#026766] [r=4 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,52) size 9x13 [bgcolor=#026766] [r=4 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,52) size 9x13 [bgcolor=#026766] [r=4 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,52) size 9x13 [bgcolor=#026766] [r=4 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,52) size 8x13 [bgcolor=#026766] [r=4 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -1982,19 +1982,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,52) size 8x13 [bgcolor=#044140] [r=4 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,52) size 9x13 [bgcolor=#044140] [r=4 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,52) size 9x13 [bgcolor=#3D4242] [r=4 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,52) size 9x13 [bgcolor=#3D4242] [r=4 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,52) size 9x13 [bgcolor=#696A69] [r=4 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,52) size 8x13 [bgcolor=#696A69] [r=4 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,52) size 9x13 [bgcolor=#939494] [r=4 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,52) size 8x13 [bgcolor=#939494] [r=4 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2006,7 +2006,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,52) size 8x13 [bgcolor=#696A69] [r=4 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,52) size 9x13 [bgcolor=#696A69] [r=4 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2083,11 +2083,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,65) size 8x13 [bgcolor=#777878] [r=5 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,65) size 9x13 [bgcolor=#777878] [r=5 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,65) size 9x13 [bgcolor=#1E7A79] [r=5 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,65) size 8x13 [bgcolor=#1E7A79] [r=5 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2107,11 +2107,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,65) size 8x13 [bgcolor=#026766] [r=5 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,65) size 9x13 [bgcolor=#026766] [r=5 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,65) size 9x13 [bgcolor=#026766] [r=5 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,65) size 8x13 [bgcolor=#026766] [r=5 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2139,7 +2139,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,65) size 9x13 [bgcolor=#939494] [r=5 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,65) size 8x13 [bgcolor=#939494] [r=5 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2159,11 +2159,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,65) size 8x13 [bgcolor=#027777] [r=5 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,65) size 9x13 [bgcolor=#027777] [r=5 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,65) size 9x13 [bgcolor=#026766] [r=5 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,65) size 8x13 [bgcolor=#026766] [r=5 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2183,11 +2183,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,65) size 8x13 [bgcolor=#026766] [r=5 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,65) size 9x13 [bgcolor=#026766] [r=5 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,65) size 9x13 [bgcolor=#026766] [r=5 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,65) size 8x13 [bgcolor=#026766] [r=5 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2207,15 +2207,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,65) size 8x13 [bgcolor=#026766] [r=5 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,65) size 9x13 [bgcolor=#026766] [r=5 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,65) size 9x13 [bgcolor=#026766] [r=5 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,65) size 9x13 [bgcolor=#026766] [r=5 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,65) size 9x13 [bgcolor=#025E5E] [r=5 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,65) size 8x13 [bgcolor=#025E5E] [r=5 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2235,11 +2235,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,65) size 8x13 [bgcolor=#083131] [r=5 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,65) size 9x13 [bgcolor=#083131] [r=5 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,65) size 9x13 [bgcolor=#4D4F4F] [r=5 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,65) size 8x13 [bgcolor=#4D4F4F] [r=5 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2259,15 +2259,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,65) size 8x13 [bgcolor=#469191] [r=5 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,65) size 9x13 [bgcolor=#469191] [r=5 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,65) size 9x13 [bgcolor=#048485] [r=5 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,65) size 8x13 [bgcolor=#048485] [r=5 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,65) size 9x13 [bgcolor=#048485] [r=5 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,65) size 8x13 [bgcolor=#048485] [r=5 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2283,15 +2283,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,65) size 8x13 [bgcolor=#026766] [r=5 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,65) size 9x13 [bgcolor=#026766] [r=5 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,65) size 9x13 [bgcolor=#026766] [r=5 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,65) size 9x13 [bgcolor=#026766] [r=5 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,65) size 9x13 [bgcolor=#026766] [r=5 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,65) size 8x13 [bgcolor=#026766] [r=5 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2307,15 +2307,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,65) size 8x13 [bgcolor=#083131] [r=5 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,65) size 9x13 [bgcolor=#083131] [r=5 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,65) size 9x13 [bgcolor=#083131] [r=5 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,65) size 9x13 [bgcolor=#083131] [r=5 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,65) size 9x13 [bgcolor=#223C3D] [r=5 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,65) size 8x13 [bgcolor=#223C3D] [r=5 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2335,15 +2335,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,65) size 8x13 [bgcolor=#026766] [r=5 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,65) size 9x13 [bgcolor=#026766] [r=5 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,65) size 9x13 [bgcolor=#026766] [r=5 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,65) size 9x13 [bgcolor=#026766] [r=5 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,65) size 9x13 [bgcolor=#026766] [r=5 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,65) size 8x13 [bgcolor=#026766] [r=5 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2359,15 +2359,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,65) size 8x13 [bgcolor=#026766] [r=5 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,65) size 9x13 [bgcolor=#026766] [r=5 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,65) size 9x13 [bgcolor=#026766] [r=5 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,65) size 9x13 [bgcolor=#026766] [r=5 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,65) size 9x13 [bgcolor=#026766] [r=5 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,65) size 8x13 [bgcolor=#026766] [r=5 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2383,19 +2383,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,65) size 8x13 [bgcolor=#044140] [r=5 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,65) size 9x13 [bgcolor=#044140] [r=5 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,65) size 9x13 [bgcolor=#223C3D] [r=5 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,65) size 9x13 [bgcolor=#223C3D] [r=5 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,65) size 9x13 [bgcolor=#696A69] [r=5 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,65) size 8x13 [bgcolor=#696A69] [r=5 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,65) size 9x13 [bgcolor=#848788] [r=5 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,65) size 8x13 [bgcolor=#848788] [r=5 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2407,7 +2407,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,65) size 8x13 [bgcolor=#515C5B] [r=5 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,65) size 9x13 [bgcolor=#515C5B] [r=5 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2484,11 +2484,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,78) size 8x13 [bgcolor=#848788] [r=6 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,78) size 9x13 [bgcolor=#848788] [r=6 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,78) size 9x13 [bgcolor=#1E7A79] [r=6 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,78) size 8x13 [bgcolor=#1E7A79] [r=6 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2508,11 +2508,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,78) size 8x13 [bgcolor=#026766] [r=6 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,78) size 9x13 [bgcolor=#026766] [r=6 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,78) size 9x13 [bgcolor=#026766] [r=6 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,78) size 8x13 [bgcolor=#026766] [r=6 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2540,7 +2540,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,78) size 9x13 [bgcolor=#848788] [r=6 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,78) size 8x13 [bgcolor=#848788] [r=6 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2560,11 +2560,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,78) size 8x13 [bgcolor=#027777] [r=6 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,78) size 9x13 [bgcolor=#027777] [r=6 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,78) size 9x13 [bgcolor=#026766] [r=6 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,78) size 8x13 [bgcolor=#026766] [r=6 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2584,11 +2584,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,78) size 8x13 [bgcolor=#026766] [r=6 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,78) size 9x13 [bgcolor=#026766] [r=6 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,78) size 9x13 [bgcolor=#026766] [r=6 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,78) size 8x13 [bgcolor=#026766] [r=6 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2608,15 +2608,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,78) size 8x13 [bgcolor=#72A3A1] [r=6 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,78) size 9x13 [bgcolor=#72A3A1] [r=6 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,78) size 9x13 [bgcolor=#338686] [r=6 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,78) size 9x13 [bgcolor=#338686] [r=6 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,78) size 9x13 [bgcolor=#025E5E] [r=6 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,78) size 8x13 [bgcolor=#025E5E] [r=6 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2636,11 +2636,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,78) size 8x13 [bgcolor=#3D4242] [r=6 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,78) size 9x13 [bgcolor=#3D4242] [r=6 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,78) size 9x13 [bgcolor=#515C5B] [r=6 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,78) size 8x13 [bgcolor=#515C5B] [r=6 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2660,15 +2660,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,78) size 8x13 [bgcolor=#048485] [r=6 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,78) size 9x13 [bgcolor=#048485] [r=6 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,78) size 9x13 [bgcolor=#048485] [r=6 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,78) size 8x13 [bgcolor=#048485] [r=6 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,78) size 9x13 [bgcolor=#027777] [r=6 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,78) size 8x13 [bgcolor=#027777] [r=6 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2684,15 +2684,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,78) size 8x13 [bgcolor=#026766] [r=6 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,78) size 9x13 [bgcolor=#026766] [r=6 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,78) size 9x13 [bgcolor=#026766] [r=6 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,78) size 9x13 [bgcolor=#026766] [r=6 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,78) size 9x13 [bgcolor=#1A6B6A] [r=6 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,78) size 8x13 [bgcolor=#1A6B6A] [r=6 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2708,15 +2708,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,78) size 8x13 [bgcolor=#2D3433] [r=6 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,78) size 9x13 [bgcolor=#2D3433] [r=6 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,78) size 9x13 [bgcolor=#3D4242] [r=6 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,78) size 9x13 [bgcolor=#3D4242] [r=6 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,78) size 9x13 [bgcolor=#4D4F4F] [r=6 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,78) size 8x13 [bgcolor=#4D4F4F] [r=6 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2736,15 +2736,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,78) size 8x13 [bgcolor=#026766] [r=6 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,78) size 9x13 [bgcolor=#026766] [r=6 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,78) size 9x13 [bgcolor=#026766] [r=6 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,78) size 9x13 [bgcolor=#026766] [r=6 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,78) size 9x13 [bgcolor=#026766] [r=6 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,78) size 8x13 [bgcolor=#026766] [r=6 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2760,15 +2760,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,78) size 8x13 [bgcolor=#026766] [r=6 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,78) size 9x13 [bgcolor=#026766] [r=6 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,78) size 9x13 [bgcolor=#026766] [r=6 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,78) size 9x13 [bgcolor=#026766] [r=6 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,78) size 9x13 [bgcolor=#026766] [r=6 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,78) size 8x13 [bgcolor=#026766] [r=6 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2784,19 +2784,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,78) size 8x13 [bgcolor=#044140] [r=6 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,78) size 9x13 [bgcolor=#044140] [r=6 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,78) size 9x13 [bgcolor=#223C3D] [r=6 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,78) size 9x13 [bgcolor=#223C3D] [r=6 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,78) size 9x13 [bgcolor=#5E5F60] [r=6 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,78) size 8x13 [bgcolor=#5E5F60] [r=6 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,78) size 9x13 [bgcolor=#777878] [r=6 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,78) size 8x13 [bgcolor=#777878] [r=6 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2808,7 +2808,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,78) size 8x13 [bgcolor=#4D4F4F] [r=6 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,78) size 9x13 [bgcolor=#4D4F4F] [r=6 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2885,11 +2885,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,91) size 8x13 [bgcolor=#4D4F4F] [r=7 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,91) size 9x13 [bgcolor=#4D4F4F] [r=7 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,91) size 9x13 [bgcolor=#1E7A79] [r=7 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,91) size 8x13 [bgcolor=#1E7A79] [r=7 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2909,11 +2909,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,91) size 8x13 [bgcolor=#026766] [r=7 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,91) size 9x13 [bgcolor=#026766] [r=7 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,91) size 9x13 [bgcolor=#026766] [r=7 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,91) size 8x13 [bgcolor=#026766] [r=7 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2941,7 +2941,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,91) size 9x13 [bgcolor=#777878] [r=7 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,91) size 8x13 [bgcolor=#777878] [r=7 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2961,11 +2961,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,91) size 8x13 [bgcolor=#027777] [r=7 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,91) size 9x13 [bgcolor=#027777] [r=7 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,91) size 9x13 [bgcolor=#026766] [r=7 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,91) size 8x13 [bgcolor=#026766] [r=7 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -2985,11 +2985,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,91) size 8x13 [bgcolor=#026766] [r=7 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,91) size 9x13 [bgcolor=#026766] [r=7 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,91) size 9x13 [bgcolor=#026766] [r=7 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,91) size 8x13 [bgcolor=#026766] [r=7 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3009,15 +3009,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,91) size 8x13 [bgcolor=#FDFDFB] [r=7 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,91) size 9x13 [bgcolor=#FDFDFB] [r=7 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,91) size 9x13 [bgcolor=#7B918F] [r=7 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,91) size 9x13 [bgcolor=#7B918F] [r=7 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,91) size 9x13 [bgcolor=#044140] [r=7 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,91) size 8x13 [bgcolor=#044140] [r=7 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3037,11 +3037,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,91) size 8x13 [bgcolor=#5E5F60] [r=7 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,91) size 9x13 [bgcolor=#5E5F60] [r=7 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,91) size 9x13 [bgcolor=#777878] [r=7 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,91) size 8x13 [bgcolor=#777878] [r=7 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3061,15 +3061,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,91) size 8x13 [bgcolor=#048485] [r=7 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,91) size 9x13 [bgcolor=#048485] [r=7 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,91) size 9x13 [bgcolor=#027777] [r=7 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,91) size 8x13 [bgcolor=#027777] [r=7 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,91) size 9x13 [bgcolor=#026766] [r=7 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,91) size 8x13 [bgcolor=#026766] [r=7 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3085,15 +3085,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,91) size 8x13 [bgcolor=#026766] [r=7 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,91) size 9x13 [bgcolor=#026766] [r=7 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,91) size 9x13 [bgcolor=#026766] [r=7 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,91) size 9x13 [bgcolor=#026766] [r=7 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,91) size 9x13 [bgcolor=#1E7A79] [r=7 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,91) size 8x13 [bgcolor=#1E7A79] [r=7 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3109,15 +3109,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,91) size 8x13 [bgcolor=#3D4242] [r=7 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,91) size 9x13 [bgcolor=#3D4242] [r=7 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,91) size 9x13 [bgcolor=#515C5B] [r=7 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,91) size 9x13 [bgcolor=#515C5B] [r=7 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,91) size 9x13 [bgcolor=#696A69] [r=7 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,91) size 8x13 [bgcolor=#696A69] [r=7 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3137,15 +3137,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,91) size 8x13 [bgcolor=#026766] [r=7 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,91) size 9x13 [bgcolor=#026766] [r=7 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,91) size 9x13 [bgcolor=#026766] [r=7 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,91) size 9x13 [bgcolor=#026766] [r=7 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,91) size 9x13 [bgcolor=#026766] [r=7 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,91) size 8x13 [bgcolor=#026766] [r=7 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3161,15 +3161,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,91) size 8x13 [bgcolor=#026766] [r=7 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,91) size 9x13 [bgcolor=#026766] [r=7 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,91) size 9x13 [bgcolor=#026766] [r=7 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,91) size 9x13 [bgcolor=#026766] [r=7 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,91) size 9x13 [bgcolor=#026766] [r=7 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,91) size 8x13 [bgcolor=#026766] [r=7 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3185,19 +3185,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,91) size 8x13 [bgcolor=#274C4D] [r=7 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,91) size 9x13 [bgcolor=#274C4D] [r=7 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,91) size 9x13 [bgcolor=#223C3D] [r=7 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,91) size 9x13 [bgcolor=#223C3D] [r=7 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,91) size 9x13 [bgcolor=#5E5F60] [r=7 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,91) size 8x13 [bgcolor=#5E5F60] [r=7 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,91) size 9x13 [bgcolor=#777878] [r=7 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,91) size 8x13 [bgcolor=#777878] [r=7 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3209,7 +3209,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,91) size 8x13 [bgcolor=#4D4F4F] [r=7 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,91) size 9x13 [bgcolor=#4D4F4F] [r=7 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3286,11 +3286,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,104) size 8x13 [bgcolor=#2D3433] [r=8 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,104) size 9x13 [bgcolor=#2D3433] [r=8 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,104) size 9x13 [bgcolor=#1E7A79] [r=8 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,104) size 8x13 [bgcolor=#1E7A79] [r=8 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3310,11 +3310,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,104) size 8x13 [bgcolor=#026766] [r=8 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,104) size 9x13 [bgcolor=#026766] [r=8 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,104) size 9x13 [bgcolor=#026766] [r=8 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,104) size 8x13 [bgcolor=#026766] [r=8 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3342,7 +3342,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,104) size 9x13 [bgcolor=#515C5B] [r=8 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,104) size 8x13 [bgcolor=#515C5B] [r=8 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3362,11 +3362,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,104) size 8x13 [bgcolor=#027777] [r=8 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,104) size 9x13 [bgcolor=#027777] [r=8 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,104) size 9x13 [bgcolor=#026766] [r=8 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,104) size 8x13 [bgcolor=#026766] [r=8 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3386,11 +3386,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,104) size 8x13 [bgcolor=#026766] [r=8 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,104) size 9x13 [bgcolor=#026766] [r=8 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,104) size 9x13 [bgcolor=#026766] [r=8 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,104) size 8x13 [bgcolor=#026766] [r=8 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3410,15 +3410,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,104) size 8x13 [bgcolor=#FDFDFB] [r=8 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,104) size 9x13 [bgcolor=#FDFDFB] [r=8 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,104) size 9x13 [bgcolor=#848788] [r=8 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,104) size 9x13 [bgcolor=#848788] [r=8 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,104) size 9x13 [bgcolor=#083131] [r=8 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,104) size 8x13 [bgcolor=#083131] [r=8 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3438,11 +3438,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,104) size 8x13 [bgcolor=#777878] [r=8 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,104) size 9x13 [bgcolor=#777878] [r=8 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,104) size 9x13 [bgcolor=#848788] [r=8 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,104) size 8x13 [bgcolor=#848788] [r=8 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3462,15 +3462,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,104) size 8x13 [bgcolor=#027777] [r=8 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,104) size 9x13 [bgcolor=#027777] [r=8 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,104) size 9x13 [bgcolor=#026766] [r=8 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,104) size 8x13 [bgcolor=#026766] [r=8 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,104) size 9x13 [bgcolor=#026766] [r=8 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,104) size 8x13 [bgcolor=#026766] [r=8 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3486,15 +3486,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,104) size 8x13 [bgcolor=#026766] [r=8 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,104) size 9x13 [bgcolor=#026766] [r=8 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,104) size 9x13 [bgcolor=#026766] [r=8 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,104) size 9x13 [bgcolor=#026766] [r=8 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,104) size 9x13 [bgcolor=#1E7A79] [r=8 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,104) size 8x13 [bgcolor=#1E7A79] [r=8 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3510,15 +3510,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,104) size 8x13 [bgcolor=#515C5B] [r=8 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,104) size 9x13 [bgcolor=#515C5B] [r=8 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,104) size 9x13 [bgcolor=#777878] [r=8 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,104) size 9x13 [bgcolor=#777878] [r=8 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,104) size 9x13 [bgcolor=#848788] [r=8 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,104) size 8x13 [bgcolor=#848788] [r=8 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3538,15 +3538,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,104) size 8x13 [bgcolor=#026766] [r=8 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,104) size 9x13 [bgcolor=#026766] [r=8 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,104) size 9x13 [bgcolor=#026766] [r=8 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,104) size 9x13 [bgcolor=#026766] [r=8 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,104) size 9x13 [bgcolor=#026766] [r=8 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,104) size 8x13 [bgcolor=#026766] [r=8 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3562,15 +3562,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,104) size 8x13 [bgcolor=#026766] [r=8 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,104) size 9x13 [bgcolor=#026766] [r=8 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,104) size 9x13 [bgcolor=#026766] [r=8 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,104) size 9x13 [bgcolor=#026766] [r=8 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,104) size 9x13 [bgcolor=#026766] [r=8 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,104) size 8x13 [bgcolor=#026766] [r=8 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3586,19 +3586,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,104) size 8x13 [bgcolor=#223C3D] [r=8 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,104) size 9x13 [bgcolor=#223C3D] [r=8 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,104) size 9x13 [bgcolor=#223C3D] [r=8 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,104) size 9x13 [bgcolor=#223C3D] [r=8 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,104) size 9x13 [bgcolor=#5E5F60] [r=8 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,104) size 8x13 [bgcolor=#5E5F60] [r=8 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,104) size 9x13 [bgcolor=#777878] [r=8 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,104) size 8x13 [bgcolor=#777878] [r=8 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3610,7 +3610,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,104) size 8x13 [bgcolor=#4D4F4F] [r=8 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,104) size 9x13 [bgcolor=#4D4F4F] [r=8 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3687,11 +3687,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,117) size 8x13 [bgcolor=#2D3433] [r=9 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,117) size 9x13 [bgcolor=#2D3433] [r=9 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,117) size 9x13 [bgcolor=#1E7A79] [r=9 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,117) size 8x13 [bgcolor=#1E7A79] [r=9 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3711,11 +3711,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,117) size 8x13 [bgcolor=#7CAEAF] [r=9 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,117) size 9x13 [bgcolor=#7CAEAF] [r=9 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,117) size 9x13 [bgcolor=#97C1C0] [r=9 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,117) size 8x13 [bgcolor=#97C1C0] [r=9 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3743,7 +3743,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,117) size 9x13 [bgcolor=#344C4E] [r=9 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,117) size 8x13 [bgcolor=#344C4E] [r=9 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3763,11 +3763,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,117) size 8x13 [bgcolor=#60A2A3] [r=9 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,117) size 9x13 [bgcolor=#60A2A3] [r=9 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,117) size 9x13 [bgcolor=#8DB7B6] [r=9 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,117) size 8x13 [bgcolor=#8DB7B6] [r=9 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3787,11 +3787,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,117) size 8x13 [bgcolor=#287A7A] [r=9 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,117) size 9x13 [bgcolor=#287A7A] [r=9 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,117) size 9x13 [bgcolor=#026766] [r=9 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,117) size 8x13 [bgcolor=#026766] [r=9 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3811,15 +3811,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,117) size 8x13 [bgcolor=#FDFDFB] [r=9 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,117) size 9x13 [bgcolor=#FDFDFB] [r=9 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,117) size 9x13 [bgcolor=#848788] [r=9 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,117) size 9x13 [bgcolor=#848788] [r=9 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,117) size 9x13 [bgcolor=#274C4D] [r=9 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,117) size 8x13 [bgcolor=#274C4D] [r=9 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3839,11 +3839,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,117) size 8x13 [bgcolor=#B4B4B4] [r=9 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,117) size 9x13 [bgcolor=#B4B4B4] [r=9 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,117) size 9x13 [bgcolor=#A5A6A6] [r=9 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,117) size 8x13 [bgcolor=#A5A6A6] [r=9 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3863,15 +3863,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,117) size 8x13 [bgcolor=#027777] [r=9 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,117) size 9x13 [bgcolor=#027777] [r=9 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,117) size 9x13 [bgcolor=#1A6B6A] [r=9 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,117) size 8x13 [bgcolor=#1A6B6A] [r=9 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,117) size 9x13 [bgcolor=#469191] [r=9 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,117) size 8x13 [bgcolor=#469191] [r=9 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3887,15 +3887,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,117) size 8x13 [bgcolor=#7CAEAF] [r=9 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,117) size 9x13 [bgcolor=#7CAEAF] [r=9 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,117) size 9x13 [bgcolor=#469191] [r=9 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,117) size 9x13 [bgcolor=#469191] [r=9 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,117) size 9x13 [bgcolor=#338686] [r=9 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,117) size 8x13 [bgcolor=#338686] [r=9 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3911,15 +3911,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,117) size 8x13 [bgcolor=#5E5F60] [r=9 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,117) size 9x13 [bgcolor=#5E5F60] [r=9 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,117) size 9x13 [bgcolor=#777878] [r=9 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,117) size 9x13 [bgcolor=#777878] [r=9 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,117) size 9x13 [bgcolor=#939494] [r=9 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,117) size 8x13 [bgcolor=#939494] [r=9 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3939,15 +3939,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,117) size 8x13 [bgcolor=#97C1C0] [r=9 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,117) size 9x13 [bgcolor=#97C1C0] [r=9 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,117) size 9x13 [bgcolor=#97C1C0] [r=9 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,117) size 9x13 [bgcolor=#97C1C0] [r=9 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,117) size 9x13 [bgcolor=#7CAEAF] [r=9 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,117) size 8x13 [bgcolor=#7CAEAF] [r=9 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3963,15 +3963,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,117) size 8x13 [bgcolor=#026766] [r=9 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,117) size 9x13 [bgcolor=#026766] [r=9 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,117) size 9x13 [bgcolor=#026766] [r=9 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,117) size 9x13 [bgcolor=#026766] [r=9 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,117) size 9x13 [bgcolor=#469191] [r=9 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,117) size 8x13 [bgcolor=#469191] [r=9 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -3987,19 +3987,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,117) size 8x13 [bgcolor=#848788] [r=9 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,117) size 9x13 [bgcolor=#848788] [r=9 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,117) size 9x13 [bgcolor=#848788] [r=9 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,117) size 9x13 [bgcolor=#848788] [r=9 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,117) size 9x13 [bgcolor=#777878] [r=9 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,117) size 8x13 [bgcolor=#777878] [r=9 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,117) size 9x13 [bgcolor=#777878] [r=9 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,117) size 8x13 [bgcolor=#777878] [r=9 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4011,7 +4011,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,117) size 8x13 [bgcolor=#4D4F4F] [r=9 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,117) size 9x13 [bgcolor=#4D4F4F] [r=9 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4088,11 +4088,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,130) size 8x13 [bgcolor=#2D3433] [r=10 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,130) size 9x13 [bgcolor=#2D3433] [r=10 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,130) size 9x13 [bgcolor=#1E7A79] [r=10 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,130) size 8x13 [bgcolor=#1E7A79] [r=10 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4112,11 +4112,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,130) size 8x13 [bgcolor=#BEC2C2] [r=10 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,130) size 9x13 [bgcolor=#BEC2C2] [r=10 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,130) size 9x13 [bgcolor=#939494] [r=10 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,130) size 8x13 [bgcolor=#939494] [r=10 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4144,7 +4144,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,130) size 9x13 [bgcolor=#044140] [r=10 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,130) size 8x13 [bgcolor=#044140] [r=10 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4164,11 +4164,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,130) size 8x13 [bgcolor=#EDEEEF] [r=10 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,130) size 9x13 [bgcolor=#EDEEEF] [r=10 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,130) size 9x13 [bgcolor=#A5A6A6] [r=10 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,130) size 8x13 [bgcolor=#A5A6A6] [r=10 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4188,11 +4188,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,130) size 8x13 [bgcolor=#E0EAE9] [r=10 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,130) size 9x13 [bgcolor=#E0EAE9] [r=10 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,130) size 9x13 [bgcolor=#589594] [r=10 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,130) size 8x13 [bgcolor=#589594] [r=10 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4212,15 +4212,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,130) size 8x13 [bgcolor=#FDFDFB] [r=10 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,130) size 9x13 [bgcolor=#FDFDFB] [r=10 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,130) size 9x13 [bgcolor=#CECFCF] [r=10 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,130) size 9x13 [bgcolor=#CECFCF] [r=10 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,130) size 9x13 [bgcolor=#CECFCF] [r=10 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,130) size 8x13 [bgcolor=#CECFCF] [r=10 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4240,11 +4240,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,130) size 8x13 [bgcolor=#FDFDFB] [r=10 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,130) size 9x13 [bgcolor=#FDFDFB] [r=10 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,130) size 9x13 [bgcolor=#EDEEEF] [r=10 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,130) size 8x13 [bgcolor=#EDEEEF] [r=10 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4264,15 +4264,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,130) size 8x13 [bgcolor=#349392] [r=10 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,130) size 9x13 [bgcolor=#349392] [r=10 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,130) size 9x13 [bgcolor=#B6D0D1] [r=10 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,130) size 8x13 [bgcolor=#B6D0D1] [r=10 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,130) size 9x13 [bgcolor=#EDEEEF] [r=10 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,130) size 8x13 [bgcolor=#EDEEEF] [r=10 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4288,15 +4288,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,130) size 8x13 [bgcolor=#939494] [r=10 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,130) size 9x13 [bgcolor=#939494] [r=10 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,130) size 9x13 [bgcolor=#CECFCF] [r=10 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,130) size 9x13 [bgcolor=#CECFCF] [r=10 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,130) size 9x13 [bgcolor=#B6D8D7] [r=10 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,130) size 8x13 [bgcolor=#B6D8D7] [r=10 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4312,15 +4312,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,130) size 8x13 [bgcolor=#5E5F60] [r=10 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,130) size 9x13 [bgcolor=#5E5F60] [r=10 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,130) size 9x13 [bgcolor=#848788] [r=10 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,130) size 9x13 [bgcolor=#848788] [r=10 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,130) size 9x13 [bgcolor=#939494] [r=10 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,130) size 8x13 [bgcolor=#939494] [r=10 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4340,15 +4340,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,130) size 8x13 [bgcolor=#848788] [r=10 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,130) size 9x13 [bgcolor=#848788] [r=10 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,130) size 9x13 [bgcolor=#939494] [r=10 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,130) size 9x13 [bgcolor=#939494] [r=10 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,130) size 9x13 [bgcolor=#BEC2C2] [r=10 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,130) size 8x13 [bgcolor=#BEC2C2] [r=10 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4364,15 +4364,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,130) size 8x13 [bgcolor=#026766] [r=10 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,130) size 9x13 [bgcolor=#026766] [r=10 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,130) size 9x13 [bgcolor=#026766] [r=10 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,130) size 9x13 [bgcolor=#026766] [r=10 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,130) size 9x13 [bgcolor=#7CAEAF] [r=10 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,130) size 8x13 [bgcolor=#7CAEAF] [r=10 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4388,19 +4388,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,130) size 8x13 [bgcolor=#BEC2C2] [r=10 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,130) size 9x13 [bgcolor=#BEC2C2] [r=10 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,130) size 9x13 [bgcolor=#B4B4B4] [r=10 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,130) size 9x13 [bgcolor=#B4B4B4] [r=10 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,130) size 9x13 [bgcolor=#696A69] [r=10 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,130) size 8x13 [bgcolor=#696A69] [r=10 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,130) size 9x13 [bgcolor=#696A69] [r=10 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,130) size 8x13 [bgcolor=#696A69] [r=10 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4412,7 +4412,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,130) size 8x13 [bgcolor=#4D4F4F] [r=10 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,130) size 9x13 [bgcolor=#4D4F4F] [r=10 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4489,11 +4489,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,143) size 8x13 [bgcolor=#2D3433] [r=11 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,143) size 9x13 [bgcolor=#2D3433] [r=11 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,143) size 9x13 [bgcolor=#1E7A79] [r=11 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,143) size 8x13 [bgcolor=#1E7A79] [r=11 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4513,11 +4513,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,143) size 8x13 [bgcolor=#072323] [r=11 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,143) size 9x13 [bgcolor=#072323] [r=11 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,143) size 9x13 [bgcolor=#044140] [r=11 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,143) size 8x13 [bgcolor=#044140] [r=11 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4545,7 +4545,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,143) size 9x13 [bgcolor=#083131] [r=11 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,143) size 8x13 [bgcolor=#083131] [r=11 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4565,11 +4565,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,143) size 8x13 [bgcolor=#5E5F60] [r=11 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,143) size 9x13 [bgcolor=#5E5F60] [r=11 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,143) size 9x13 [bgcolor=#083131] [r=11 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,143) size 8x13 [bgcolor=#083131] [r=11 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4589,11 +4589,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,143) size 8x13 [bgcolor=#CECFCF] [r=11 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,143) size 9x13 [bgcolor=#CECFCF] [r=11 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,143) size 9x13 [bgcolor=#A5A6A6] [r=11 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,143) size 8x13 [bgcolor=#A5A6A6] [r=11 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4613,15 +4613,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,143) size 8x13 [bgcolor=#FDFDFB] [r=11 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,143) size 9x13 [bgcolor=#FDFDFB] [r=11 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,143) size 9x13 [bgcolor=#EDEEEF] [r=11 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,143) size 9x13 [bgcolor=#EDEEEF] [r=11 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,143) size 9x13 [bgcolor=#4D4F4F] [r=11 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,143) size 8x13 [bgcolor=#4D4F4F] [r=11 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4641,11 +4641,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,143) size 8x13 [bgcolor=#B4B4B4] [r=11 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,143) size 9x13 [bgcolor=#B4B4B4] [r=11 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,143) size 9x13 [bgcolor=#FDFDFB] [r=11 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,143) size 8x13 [bgcolor=#FDFDFB] [r=11 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4665,15 +4665,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,143) size 8x13 [bgcolor=#E0EAE9] [r=11 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,143) size 9x13 [bgcolor=#E0EAE9] [r=11 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,143) size 9x13 [bgcolor=#FDFDFB] [r=11 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,143) size 8x13 [bgcolor=#FDFDFB] [r=11 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,143) size 9x13 [bgcolor=#777878] [r=11 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,143) size 8x13 [bgcolor=#777878] [r=11 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4689,15 +4689,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,143) size 8x13 [bgcolor=#044F4F] [r=11 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,143) size 9x13 [bgcolor=#044F4F] [r=11 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,143) size 9x13 [bgcolor=#1A5C5C] [r=11 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,143) size 9x13 [bgcolor=#1A5C5C] [r=11 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,143) size 9x13 [bgcolor=#A2B5B4] [r=11 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,143) size 8x13 [bgcolor=#A2B5B4] [r=11 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4713,15 +4713,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,143) size 8x13 [bgcolor=#5E5F60] [r=11 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,143) size 9x13 [bgcolor=#5E5F60] [r=11 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,143) size 9x13 [bgcolor=#848788] [r=11 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,143) size 9x13 [bgcolor=#848788] [r=11 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,143) size 9x13 [bgcolor=#CECFCF] [r=11 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,143) size 8x13 [bgcolor=#CECFCF] [r=11 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4741,15 +4741,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,143) size 8x13 [bgcolor=#044F4F] [r=11 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,143) size 9x13 [bgcolor=#044F4F] [r=11 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,143) size 9x13 [bgcolor=#044F4F] [r=11 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,143) size 9x13 [bgcolor=#044F4F] [r=11 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,143) size 9x13 [bgcolor=#044F4F] [r=11 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,143) size 8x13 [bgcolor=#044F4F] [r=11 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4765,15 +4765,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,143) size 8x13 [bgcolor=#5A8787] [r=11 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,143) size 9x13 [bgcolor=#5A8787] [r=11 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,143) size 9x13 [bgcolor=#025E5E] [r=11 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,143) size 9x13 [bgcolor=#025E5E] [r=11 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,143) size 9x13 [bgcolor=#025E5E] [r=11 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,143) size 8x13 [bgcolor=#025E5E] [r=11 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4789,19 +4789,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,143) size 8x13 [bgcolor=#2D3433] [r=11 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,143) size 9x13 [bgcolor=#2D3433] [r=11 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,143) size 9x13 [bgcolor=#1C2524] [r=11 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,143) size 9x13 [bgcolor=#1C2524] [r=11 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,143) size 9x13 [bgcolor=#3D4242] [r=11 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,143) size 8x13 [bgcolor=#3D4242] [r=11 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,143) size 9x13 [bgcolor=#777878] [r=11 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,143) size 8x13 [bgcolor=#777878] [r=11 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4813,7 +4813,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,143) size 8x13 [bgcolor=#4D4F4F] [r=11 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,143) size 9x13 [bgcolor=#4D4F4F] [r=11 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4890,11 +4890,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,156) size 8x13 [bgcolor=#2D3433] [r=12 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,156) size 9x13 [bgcolor=#2D3433] [r=12 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,156) size 9x13 [bgcolor=#1E7A79] [r=12 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,156) size 8x13 [bgcolor=#1E7A79] [r=12 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4914,11 +4914,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,156) size 8x13 [bgcolor=#287A7A] [r=12 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,156) size 9x13 [bgcolor=#287A7A] [r=12 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,156) size 9x13 [bgcolor=#338686] [r=12 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,156) size 8x13 [bgcolor=#338686] [r=12 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4946,7 +4946,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,156) size 9x13 [bgcolor=#072323] [r=12 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,156) size 8x13 [bgcolor=#072323] [r=12 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4966,11 +4966,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,156) size 8x13 [bgcolor=#CECFCF] [r=12 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,156) size 9x13 [bgcolor=#CECFCF] [r=12 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,156) size 9x13 [bgcolor=#8DB7B6] [r=12 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,156) size 8x13 [bgcolor=#8DB7B6] [r=12 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -4990,11 +4990,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,156) size 8x13 [bgcolor=#1A5C5C] [r=12 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,156) size 9x13 [bgcolor=#1A5C5C] [r=12 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,156) size 9x13 [bgcolor=#044F4F] [r=12 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,156) size 8x13 [bgcolor=#044F4F] [r=12 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5014,15 +5014,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,156) size 8x13 [bgcolor=#FDFDFB] [r=12 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,156) size 9x13 [bgcolor=#FDFDFB] [r=12 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,156) size 9x13 [bgcolor=#A5A6A6] [r=12 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,156) size 9x13 [bgcolor=#A5A6A6] [r=12 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,156) size 9x13 [bgcolor=#072323] [r=12 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,156) size 8x13 [bgcolor=#072323] [r=12 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5042,11 +5042,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,156) size 8x13 [bgcolor=#B4B4B4] [r=12 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,156) size 9x13 [bgcolor=#B4B4B4] [r=12 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,156) size 9x13 [bgcolor=#FDFDFB] [r=12 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,156) size 8x13 [bgcolor=#FDFDFB] [r=12 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5066,15 +5066,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,156) size 8x13 [bgcolor=#FDFDFB] [r=12 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,156) size 9x13 [bgcolor=#FDFDFB] [r=12 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,156) size 9x13 [bgcolor=#DEDFDF] [r=12 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,156) size 8x13 [bgcolor=#DEDFDF] [r=12 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,156) size 9x13 [bgcolor=#072323] [r=12 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,156) size 8x13 [bgcolor=#072323] [r=12 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5090,15 +5090,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,156) size 8x13 [bgcolor=#026766] [r=12 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,156) size 9x13 [bgcolor=#026766] [r=12 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,156) size 9x13 [bgcolor=#026766] [r=12 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,156) size 9x13 [bgcolor=#026766] [r=12 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,156) size 9x13 [bgcolor=#287A7A] [r=12 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,156) size 8x13 [bgcolor=#287A7A] [r=12 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5114,15 +5114,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,156) size 8x13 [bgcolor=#5E5F60] [r=12 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,156) size 9x13 [bgcolor=#5E5F60] [r=12 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,156) size 9x13 [bgcolor=#91A3A3] [r=12 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,156) size 9x13 [bgcolor=#91A3A3] [r=12 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,156) size 9x13 [bgcolor=#FDFDFB] [r=12 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,156) size 8x13 [bgcolor=#FDFDFB] [r=12 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5142,15 +5142,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,156) size 8x13 [bgcolor=#026766] [r=12 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,156) size 9x13 [bgcolor=#026766] [r=12 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,156) size 9x13 [bgcolor=#026766] [r=12 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,156) size 9x13 [bgcolor=#026766] [r=12 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,156) size 9x13 [bgcolor=#026766] [r=12 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,156) size 8x13 [bgcolor=#026766] [r=12 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5166,15 +5166,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,156) size 8x13 [bgcolor=#BEC2C2] [r=12 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,156) size 9x13 [bgcolor=#BEC2C2] [r=12 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,156) size 9x13 [bgcolor=#1A5C5C] [r=12 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,156) size 9x13 [bgcolor=#1A5C5C] [r=12 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,156) size 9x13 [bgcolor=#026766] [r=12 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,156) size 8x13 [bgcolor=#026766] [r=12 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5190,19 +5190,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,156) size 8x13 [bgcolor=#2D3433] [r=12 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,156) size 9x13 [bgcolor=#2D3433] [r=12 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,156) size 9x13 [bgcolor=#223C3D] [r=12 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,156) size 9x13 [bgcolor=#223C3D] [r=12 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,156) size 9x13 [bgcolor=#5E5F60] [r=12 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,156) size 8x13 [bgcolor=#5E5F60] [r=12 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,156) size 9x13 [bgcolor=#777878] [r=12 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,156) size 8x13 [bgcolor=#777878] [r=12 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5214,7 +5214,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,156) size 8x13 [bgcolor=#4D4F4F] [r=12 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,156) size 9x13 [bgcolor=#4D4F4F] [r=12 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5291,11 +5291,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,169) size 8x13 [bgcolor=#2D3433] [r=13 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,169) size 9x13 [bgcolor=#2D3433] [r=13 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,169) size 9x13 [bgcolor=#1E7A79] [r=13 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,169) size 8x13 [bgcolor=#1E7A79] [r=13 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5315,11 +5315,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,169) size 8x13 [bgcolor=#E0EAE9] [r=13 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,169) size 9x13 [bgcolor=#E0EAE9] [r=13 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,169) size 9x13 [bgcolor=#E0EAE9] [r=13 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,169) size 8x13 [bgcolor=#E0EAE9] [r=13 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5347,7 +5347,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,169) size 9x13 [bgcolor=#072323] [r=13 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,169) size 8x13 [bgcolor=#072323] [r=13 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5367,11 +5367,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,169) size 8x13 [bgcolor=#B4B4B4] [r=13 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,169) size 9x13 [bgcolor=#B4B4B4] [r=13 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,169) size 9x13 [bgcolor=#DEDFDF] [r=13 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,169) size 8x13 [bgcolor=#DEDFDF] [r=13 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5391,11 +5391,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,169) size 8x13 [bgcolor=#97C1C0] [r=13 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,169) size 9x13 [bgcolor=#97C1C0] [r=13 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,169) size 9x13 [bgcolor=#469191] [r=13 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,169) size 8x13 [bgcolor=#469191] [r=13 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5415,15 +5415,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,169) size 8x13 [bgcolor=#FDFDFB] [r=13 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,169) size 9x13 [bgcolor=#FDFDFB] [r=13 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,169) size 9x13 [bgcolor=#848788] [r=13 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,169) size 9x13 [bgcolor=#848788] [r=13 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,169) size 9x13 [bgcolor=#072323] [r=13 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,169) size 8x13 [bgcolor=#072323] [r=13 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5443,11 +5443,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,169) size 8x13 [bgcolor=#B4B4B4] [r=13 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,169) size 9x13 [bgcolor=#B4B4B4] [r=13 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,169) size 9x13 [bgcolor=#FDFDFB] [r=13 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,169) size 8x13 [bgcolor=#FDFDFB] [r=13 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5467,15 +5467,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,169) size 8x13 [bgcolor=#FDFDFB] [r=13 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,169) size 9x13 [bgcolor=#FDFDFB] [r=13 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,169) size 9x13 [bgcolor=#BEC2C2] [r=13 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,169) size 8x13 [bgcolor=#BEC2C2] [r=13 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,169) size 9x13 [bgcolor=#083131] [r=13 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,169) size 8x13 [bgcolor=#083131] [r=13 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5491,15 +5491,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,169) size 8x13 [bgcolor=#026766] [r=13 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,169) size 9x13 [bgcolor=#026766] [r=13 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,169) size 9x13 [bgcolor=#026766] [r=13 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,169) size 9x13 [bgcolor=#026766] [r=13 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,169) size 9x13 [bgcolor=#1E7A79] [r=13 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,169) size 8x13 [bgcolor=#1E7A79] [r=13 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5515,15 +5515,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,169) size 8x13 [bgcolor=#5E5F60] [r=13 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,169) size 9x13 [bgcolor=#5E5F60] [r=13 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,169) size 9x13 [bgcolor=#B4B4B4] [r=13 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,169) size 9x13 [bgcolor=#B4B4B4] [r=13 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,169) size 9x13 [bgcolor=#FDFDFB] [r=13 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,169) size 8x13 [bgcolor=#FDFDFB] [r=13 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5543,15 +5543,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,169) size 8x13 [bgcolor=#026766] [r=13 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,169) size 9x13 [bgcolor=#026766] [r=13 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,169) size 9x13 [bgcolor=#026766] [r=13 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,169) size 9x13 [bgcolor=#026766] [r=13 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,169) size 9x13 [bgcolor=#026766] [r=13 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,169) size 8x13 [bgcolor=#026766] [r=13 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5567,15 +5567,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,169) size 8x13 [bgcolor=#DEDFDF] [r=13 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,169) size 9x13 [bgcolor=#DEDFDF] [r=13 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,169) size 9x13 [bgcolor=#274C4D] [r=13 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,169) size 9x13 [bgcolor=#274C4D] [r=13 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,169) size 9x13 [bgcolor=#026766] [r=13 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,169) size 8x13 [bgcolor=#026766] [r=13 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5591,19 +5591,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,169) size 8x13 [bgcolor=#2D3433] [r=13 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,169) size 9x13 [bgcolor=#2D3433] [r=13 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,169) size 9x13 [bgcolor=#223C3D] [r=13 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,169) size 9x13 [bgcolor=#223C3D] [r=13 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,169) size 9x13 [bgcolor=#5E5F60] [r=13 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,169) size 8x13 [bgcolor=#5E5F60] [r=13 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,169) size 9x13 [bgcolor=#777878] [r=13 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,169) size 8x13 [bgcolor=#777878] [r=13 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5615,7 +5615,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,169) size 8x13 [bgcolor=#4D4F4F] [r=13 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,169) size 9x13 [bgcolor=#4D4F4F] [r=13 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5692,11 +5692,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,182) size 8x13 [bgcolor=#2D3433] [r=14 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,182) size 9x13 [bgcolor=#2D3433] [r=14 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,182) size 9x13 [bgcolor=#1E7A79] [r=14 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,182) size 8x13 [bgcolor=#1E7A79] [r=14 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5716,11 +5716,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,182) size 8x13 [bgcolor=#223C3D] [r=14 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,182) size 9x13 [bgcolor=#223C3D] [r=14 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,182) size 9x13 [bgcolor=#072323] [r=14 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,182) size 8x13 [bgcolor=#072323] [r=14 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5748,7 +5748,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,182) size 9x13 [bgcolor=#072323] [r=14 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,182) size 8x13 [bgcolor=#072323] [r=14 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5768,11 +5768,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,182) size 8x13 [bgcolor=#025E5E] [r=14 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,182) size 9x13 [bgcolor=#025E5E] [r=14 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,182) size 9x13 [bgcolor=#044140] [r=14 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,182) size 8x13 [bgcolor=#044140] [r=14 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5792,11 +5792,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,182) size 8x13 [bgcolor=#EDEEEF] [r=14 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,182) size 9x13 [bgcolor=#EDEEEF] [r=14 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,182) size 9x13 [bgcolor=#FDFDFB] [r=14 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,182) size 8x13 [bgcolor=#FDFDFB] [r=14 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5816,15 +5816,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,182) size 8x13 [bgcolor=#FDFDFB] [r=14 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,182) size 9x13 [bgcolor=#FDFDFB] [r=14 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,182) size 9x13 [bgcolor=#848788] [r=14 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,182) size 9x13 [bgcolor=#848788] [r=14 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,182) size 9x13 [bgcolor=#072323] [r=14 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,182) size 8x13 [bgcolor=#072323] [r=14 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5844,11 +5844,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,182) size 8x13 [bgcolor=#B4B4B4] [r=14 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,182) size 9x13 [bgcolor=#B4B4B4] [r=14 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,182) size 9x13 [bgcolor=#FDFDFB] [r=14 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,182) size 8x13 [bgcolor=#FDFDFB] [r=14 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5868,15 +5868,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,182) size 8x13 [bgcolor=#FDFDFB] [r=14 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,182) size 9x13 [bgcolor=#FDFDFB] [r=14 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,182) size 9x13 [bgcolor=#E0EAE9] [r=14 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,182) size 8x13 [bgcolor=#E0EAE9] [r=14 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,182) size 9x13 [bgcolor=#044140] [r=14 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,182) size 8x13 [bgcolor=#044140] [r=14 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5892,15 +5892,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,182) size 8x13 [bgcolor=#026766] [r=14 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,182) size 9x13 [bgcolor=#026766] [r=14 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,182) size 9x13 [bgcolor=#026766] [r=14 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,182) size 9x13 [bgcolor=#026766] [r=14 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,182) size 9x13 [bgcolor=#287A7A] [r=14 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,182) size 8x13 [bgcolor=#287A7A] [r=14 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5916,15 +5916,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,182) size 8x13 [bgcolor=#5E5F60] [r=14 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,182) size 9x13 [bgcolor=#5E5F60] [r=14 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,182) size 9x13 [bgcolor=#A5A6A6] [r=14 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,182) size 9x13 [bgcolor=#A5A6A6] [r=14 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,182) size 9x13 [bgcolor=#FDFDFB] [r=14 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,182) size 8x13 [bgcolor=#FDFDFB] [r=14 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5944,15 +5944,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,182) size 8x13 [bgcolor=#026766] [r=14 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,182) size 9x13 [bgcolor=#026766] [r=14 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,182) size 9x13 [bgcolor=#026766] [r=14 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,182) size 9x13 [bgcolor=#026766] [r=14 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,182) size 9x13 [bgcolor=#026766] [r=14 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,182) size 8x13 [bgcolor=#026766] [r=14 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5968,15 +5968,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,182) size 8x13 [bgcolor=#BEC2C2] [r=14 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,182) size 9x13 [bgcolor=#BEC2C2] [r=14 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,182) size 9x13 [bgcolor=#223C3D] [r=14 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,182) size 9x13 [bgcolor=#223C3D] [r=14 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,182) size 9x13 [bgcolor=#026766] [r=14 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,182) size 8x13 [bgcolor=#026766] [r=14 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -5992,19 +5992,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,182) size 8x13 [bgcolor=#2D3433] [r=14 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,182) size 9x13 [bgcolor=#2D3433] [r=14 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,182) size 9x13 [bgcolor=#223C3D] [r=14 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,182) size 9x13 [bgcolor=#223C3D] [r=14 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,182) size 9x13 [bgcolor=#5E5F60] [r=14 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,182) size 8x13 [bgcolor=#5E5F60] [r=14 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,182) size 9x13 [bgcolor=#777878] [r=14 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,182) size 8x13 [bgcolor=#777878] [r=14 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6016,7 +6016,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,182) size 8x13 [bgcolor=#4D4F4F] [r=14 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,182) size 9x13 [bgcolor=#4D4F4F] [r=14 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6093,11 +6093,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,195) size 8x13 [bgcolor=#2D3433] [r=15 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,195) size 9x13 [bgcolor=#2D3433] [r=15 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,195) size 9x13 [bgcolor=#1E7A79] [r=15 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,195) size 8x13 [bgcolor=#1E7A79] [r=15 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6117,11 +6117,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,195) size 8x13 [bgcolor=#025E5E] [r=15 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,195) size 9x13 [bgcolor=#025E5E] [r=15 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,195) size 9x13 [bgcolor=#025E5E] [r=15 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,195) size 8x13 [bgcolor=#025E5E] [r=15 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6149,7 +6149,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,195) size 9x13 [bgcolor=#1C2524] [r=15 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,195) size 8x13 [bgcolor=#1C2524] [r=15 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6169,11 +6169,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,195) size 8x13 [bgcolor=#338686] [r=15 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,195) size 9x13 [bgcolor=#338686] [r=15 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,195) size 9x13 [bgcolor=#026766] [r=15 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,195) size 8x13 [bgcolor=#026766] [r=15 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6193,11 +6193,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,195) size 8x13 [bgcolor=#CADEDD] [r=15 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,195) size 9x13 [bgcolor=#CADEDD] [r=15 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,195) size 9x13 [bgcolor=#FDFDFB] [r=15 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,195) size 8x13 [bgcolor=#FDFDFB] [r=15 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6217,15 +6217,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,195) size 8x13 [bgcolor=#FDFDFB] [r=15 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,195) size 9x13 [bgcolor=#FDFDFB] [r=15 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,195) size 9x13 [bgcolor=#848788] [r=15 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,195) size 9x13 [bgcolor=#848788] [r=15 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,195) size 9x13 [bgcolor=#072323] [r=15 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,195) size 8x13 [bgcolor=#072323] [r=15 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6245,11 +6245,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,195) size 8x13 [bgcolor=#B4B4B4] [r=15 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,195) size 9x13 [bgcolor=#B4B4B4] [r=15 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,195) size 9x13 [bgcolor=#FDFDFB] [r=15 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,195) size 8x13 [bgcolor=#FDFDFB] [r=15 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6269,15 +6269,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,195) size 8x13 [bgcolor=#B6D8D7] [r=15 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,195) size 9x13 [bgcolor=#B6D8D7] [r=15 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,195) size 9x13 [bgcolor=#FDFDFB] [r=15 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,195) size 8x13 [bgcolor=#FDFDFB] [r=15 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,195) size 9x13 [bgcolor=#91A3A3] [r=15 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,195) size 8x13 [bgcolor=#91A3A3] [r=15 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6293,15 +6293,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,195) size 8x13 [bgcolor=#026766] [r=15 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,195) size 9x13 [bgcolor=#026766] [r=15 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,195) size 9x13 [bgcolor=#1A6B6A] [r=15 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,195) size 9x13 [bgcolor=#1A6B6A] [r=15 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,195) size 9x13 [bgcolor=#8DB7B6] [r=15 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,195) size 8x13 [bgcolor=#8DB7B6] [r=15 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6317,15 +6317,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,195) size 8x13 [bgcolor=#5E5F60] [r=15 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,195) size 9x13 [bgcolor=#5E5F60] [r=15 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,195) size 9x13 [bgcolor=#848788] [r=15 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,195) size 9x13 [bgcolor=#848788] [r=15 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,195) size 9x13 [bgcolor=#CECFCF] [r=15 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,195) size 8x13 [bgcolor=#CECFCF] [r=15 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6345,15 +6345,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,195) size 8x13 [bgcolor=#026766] [r=15 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,195) size 9x13 [bgcolor=#026766] [r=15 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,195) size 9x13 [bgcolor=#026766] [r=15 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,195) size 9x13 [bgcolor=#026766] [r=15 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,195) size 9x13 [bgcolor=#026766] [r=15 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,195) size 8x13 [bgcolor=#026766] [r=15 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6369,15 +6369,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,195) size 8x13 [bgcolor=#515C5B] [r=15 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,195) size 9x13 [bgcolor=#515C5B] [r=15 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,195) size 9x13 [bgcolor=#044140] [r=15 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,195) size 9x13 [bgcolor=#044140] [r=15 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,195) size 9x13 [bgcolor=#026766] [r=15 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,195) size 8x13 [bgcolor=#026766] [r=15 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6393,19 +6393,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,195) size 8x13 [bgcolor=#2D3433] [r=15 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,195) size 9x13 [bgcolor=#2D3433] [r=15 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,195) size 9x13 [bgcolor=#223C3D] [r=15 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,195) size 9x13 [bgcolor=#223C3D] [r=15 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,195) size 9x13 [bgcolor=#5E5F60] [r=15 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,195) size 8x13 [bgcolor=#5E5F60] [r=15 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,195) size 9x13 [bgcolor=#777878] [r=15 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,195) size 8x13 [bgcolor=#777878] [r=15 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6417,7 +6417,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,195) size 8x13 [bgcolor=#4D4F4F] [r=15 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,195) size 9x13 [bgcolor=#4D4F4F] [r=15 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6494,11 +6494,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,208) size 8x13 [bgcolor=#2D3433] [r=16 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,208) size 9x13 [bgcolor=#2D3433] [r=16 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,208) size 9x13 [bgcolor=#1E7A79] [r=16 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,208) size 8x13 [bgcolor=#1E7A79] [r=16 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6518,11 +6518,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,208) size 8x13 [bgcolor=#7CAEAF] [r=16 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,208) size 9x13 [bgcolor=#7CAEAF] [r=16 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,208) size 9x13 [bgcolor=#60A2A3] [r=16 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,208) size 8x13 [bgcolor=#60A2A3] [r=16 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6550,7 +6550,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,208) size 9x13 [bgcolor=#939494] [r=16 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,208) size 8x13 [bgcolor=#939494] [r=16 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6570,11 +6570,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,208) size 8x13 [bgcolor=#DEDFDF] [r=16 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,208) size 9x13 [bgcolor=#DEDFDF] [r=16 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,208) size 9x13 [bgcolor=#8DB7B6] [r=16 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,208) size 8x13 [bgcolor=#8DB7B6] [r=16 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6594,11 +6594,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,208) size 8x13 [bgcolor=#FDFDFB] [r=16 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,208) size 9x13 [bgcolor=#FDFDFB] [r=16 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,208) size 9x13 [bgcolor=#B4B4B4] [r=16 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,208) size 8x13 [bgcolor=#B4B4B4] [r=16 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6618,15 +6618,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,208) size 8x13 [bgcolor=#FDFDFB] [r=16 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,208) size 9x13 [bgcolor=#FDFDFB] [r=16 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,208) size 9x13 [bgcolor=#848788] [r=16 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,208) size 9x13 [bgcolor=#848788] [r=16 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,208) size 9x13 [bgcolor=#072323] [r=16 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,208) size 8x13 [bgcolor=#072323] [r=16 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6646,11 +6646,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,208) size 8x13 [bgcolor=#B4B4B4] [r=16 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,208) size 9x13 [bgcolor=#B4B4B4] [r=16 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,208) size 9x13 [bgcolor=#FDFDFB] [r=16 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,208) size 8x13 [bgcolor=#FDFDFB] [r=16 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6670,15 +6670,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,208) size 8x13 [bgcolor=#338686] [r=16 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,208) size 9x13 [bgcolor=#338686] [r=16 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,208) size 9x13 [bgcolor=#B6D0D1] [r=16 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,208) size 8x13 [bgcolor=#B6D0D1] [r=16 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,208) size 9x13 [bgcolor=#FDFDFB] [r=16 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,208) size 8x13 [bgcolor=#FDFDFB] [r=16 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6694,15 +6694,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,208) size 8x13 [bgcolor=#7CAEAF] [r=16 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,208) size 9x13 [bgcolor=#7CAEAF] [r=16 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,208) size 9x13 [bgcolor=#CADEDD] [r=16 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,208) size 9x13 [bgcolor=#CADEDD] [r=16 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,208) size 9x13 [bgcolor=#DEDFDF] [r=16 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,208) size 8x13 [bgcolor=#DEDFDF] [r=16 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6718,15 +6718,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,208) size 8x13 [bgcolor=#5E5F60] [r=16 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,208) size 9x13 [bgcolor=#5E5F60] [r=16 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,208) size 9x13 [bgcolor=#848788] [r=16 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,208) size 9x13 [bgcolor=#848788] [r=16 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,208) size 9x13 [bgcolor=#939494] [r=16 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,208) size 8x13 [bgcolor=#939494] [r=16 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6746,15 +6746,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,208) size 8x13 [bgcolor=#72A3A1] [r=16 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,208) size 9x13 [bgcolor=#72A3A1] [r=16 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,208) size 9x13 [bgcolor=#72A3A1] [r=16 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,208) size 9x13 [bgcolor=#72A3A1] [r=16 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,208) size 9x13 [bgcolor=#97C1C0] [r=16 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,208) size 8x13 [bgcolor=#97C1C0] [r=16 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6770,15 +6770,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,208) size 8x13 [bgcolor=#072323] [r=16 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,208) size 9x13 [bgcolor=#072323] [r=16 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,208) size 9x13 [bgcolor=#025E5E] [r=16 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,208) size 9x13 [bgcolor=#025E5E] [r=16 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,208) size 9x13 [bgcolor=#026766] [r=16 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,208) size 8x13 [bgcolor=#026766] [r=16 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6794,19 +6794,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,208) size 8x13 [bgcolor=#B4B4B4] [r=16 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,208) size 9x13 [bgcolor=#B4B4B4] [r=16 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,208) size 9x13 [bgcolor=#91A3A3] [r=16 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,208) size 9x13 [bgcolor=#91A3A3] [r=16 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,208) size 9x13 [bgcolor=#848788] [r=16 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,208) size 8x13 [bgcolor=#848788] [r=16 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,208) size 9x13 [bgcolor=#777878] [r=16 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,208) size 8x13 [bgcolor=#777878] [r=16 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6818,7 +6818,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,208) size 8x13 [bgcolor=#4D4F4F] [r=16 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,208) size 9x13 [bgcolor=#4D4F4F] [r=16 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6895,11 +6895,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,221) size 8x13 [bgcolor=#2D3433] [r=17 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,221) size 9x13 [bgcolor=#2D3433] [r=17 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,221) size 9x13 [bgcolor=#1E7A79] [r=17 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,221) size 8x13 [bgcolor=#1E7A79] [r=17 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6919,11 +6919,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,221) size 8x13 [bgcolor=#A5A6A6] [r=17 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,221) size 9x13 [bgcolor=#A5A6A6] [r=17 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,221) size 9x13 [bgcolor=#A5A6A6] [r=17 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,221) size 8x13 [bgcolor=#A5A6A6] [r=17 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6951,7 +6951,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,221) size 9x13 [bgcolor=#939494] [r=17 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,221) size 8x13 [bgcolor=#939494] [r=17 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6971,11 +6971,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,221) size 8x13 [bgcolor=#7B918F] [r=17 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,221) size 9x13 [bgcolor=#7B918F] [r=17 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,221) size 9x13 [bgcolor=#A5A6A6] [r=17 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,221) size 8x13 [bgcolor=#A5A6A6] [r=17 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -6995,11 +6995,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,221) size 8x13 [bgcolor=#344C4E] [r=17 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,221) size 9x13 [bgcolor=#344C4E] [r=17 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,221) size 9x13 [bgcolor=#072323] [r=17 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,221) size 8x13 [bgcolor=#072323] [r=17 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7019,15 +7019,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,221) size 8x13 [bgcolor=#848788] [r=17 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,221) size 9x13 [bgcolor=#848788] [r=17 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,221) size 9x13 [bgcolor=#344C4E] [r=17 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,221) size 9x13 [bgcolor=#344C4E] [r=17 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,221) size 9x13 [bgcolor=#083131] [r=17 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,221) size 8x13 [bgcolor=#083131] [r=17 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7047,11 +7047,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,221) size 8x13 [bgcolor=#A5A6A6] [r=17 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,221) size 9x13 [bgcolor=#A5A6A6] [r=17 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,221) size 9x13 [bgcolor=#91A3A3] [r=17 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,221) size 8x13 [bgcolor=#91A3A3] [r=17 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7071,15 +7071,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,221) size 8x13 [bgcolor=#026766] [r=17 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,221) size 9x13 [bgcolor=#026766] [r=17 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,221) size 9x13 [bgcolor=#025E5E] [r=17 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,221) size 8x13 [bgcolor=#025E5E] [r=17 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,221) size 9x13 [bgcolor=#526B6B] [r=17 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,221) size 8x13 [bgcolor=#526B6B] [r=17 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7095,15 +7095,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,221) size 8x13 [bgcolor=#A5A6A6] [r=17 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,221) size 9x13 [bgcolor=#A5A6A6] [r=17 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,221) size 9x13 [bgcolor=#696A69] [r=17 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,221) size 9x13 [bgcolor=#696A69] [r=17 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,221) size 9x13 [bgcolor=#083131] [r=17 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,221) size 8x13 [bgcolor=#083131] [r=17 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7119,15 +7119,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,221) size 8x13 [bgcolor=#5E5F60] [r=17 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,221) size 9x13 [bgcolor=#5E5F60] [r=17 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,221) size 9x13 [bgcolor=#848788] [r=17 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,221) size 9x13 [bgcolor=#848788] [r=17 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,221) size 9x13 [bgcolor=#939494] [r=17 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,221) size 8x13 [bgcolor=#939494] [r=17 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7147,15 +7147,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,221) size 8x13 [bgcolor=#A5A6A6] [r=17 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,221) size 9x13 [bgcolor=#A5A6A6] [r=17 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,221) size 9x13 [bgcolor=#A5A6A6] [r=17 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,221) size 9x13 [bgcolor=#A5A6A6] [r=17 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,221) size 9x13 [bgcolor=#939494] [r=17 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,221) size 8x13 [bgcolor=#939494] [r=17 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7171,15 +7171,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,221) size 8x13 [bgcolor=#026766] [r=17 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,221) size 9x13 [bgcolor=#026766] [r=17 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,221) size 9x13 [bgcolor=#026766] [r=17 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,221) size 9x13 [bgcolor=#026766] [r=17 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,221) size 9x13 [bgcolor=#026766] [r=17 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,221) size 8x13 [bgcolor=#026766] [r=17 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7195,19 +7195,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,221) size 8x13 [bgcolor=#939494] [r=17 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,221) size 9x13 [bgcolor=#939494] [r=17 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,221) size 9x13 [bgcolor=#939494] [r=17 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,221) size 9x13 [bgcolor=#939494] [r=17 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,221) size 9x13 [bgcolor=#4D4F4F] [r=17 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,221) size 8x13 [bgcolor=#4D4F4F] [r=17 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,221) size 9x13 [bgcolor=#696A69] [r=17 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,221) size 8x13 [bgcolor=#696A69] [r=17 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7219,7 +7219,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,221) size 8x13 [bgcolor=#4D4F4F] [r=17 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,221) size 9x13 [bgcolor=#4D4F4F] [r=17 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7296,11 +7296,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,234) size 8x13 [bgcolor=#777878] [r=18 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,234) size 9x13 [bgcolor=#777878] [r=18 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,234) size 9x13 [bgcolor=#1E7A79] [r=18 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,234) size 8x13 [bgcolor=#1E7A79] [r=18 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7320,11 +7320,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,234) size 8x13 [bgcolor=#044F4F] [r=18 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,234) size 9x13 [bgcolor=#044F4F] [r=18 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,234) size 9x13 [bgcolor=#044F4F] [r=18 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,234) size 8x13 [bgcolor=#044F4F] [r=18 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7352,7 +7352,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,234) size 9x13 [bgcolor=#3D4242] [r=18 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,234) size 8x13 [bgcolor=#3D4242] [r=18 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7372,11 +7372,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,234) size 8x13 [bgcolor=#026766] [r=18 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,234) size 9x13 [bgcolor=#026766] [r=18 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,234) size 9x13 [bgcolor=#025E5E] [r=18 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,234) size 8x13 [bgcolor=#025E5E] [r=18 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7396,11 +7396,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,234) size 8x13 [bgcolor=#044F4F] [r=18 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,234) size 9x13 [bgcolor=#044F4F] [r=18 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,234) size 9x13 [bgcolor=#025E5E] [r=18 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,234) size 8x13 [bgcolor=#025E5E] [r=18 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7420,15 +7420,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,234) size 8x13 [bgcolor=#044F4F] [r=18 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,234) size 9x13 [bgcolor=#044F4F] [r=18 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,234) size 9x13 [bgcolor=#044140] [r=18 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,234) size 9x13 [bgcolor=#044140] [r=18 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,234) size 9x13 [bgcolor=#083131] [r=18 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,234) size 8x13 [bgcolor=#083131] [r=18 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7448,11 +7448,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,234) size 8x13 [bgcolor=#939494] [r=18 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,234) size 9x13 [bgcolor=#939494] [r=18 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,234) size 9x13 [bgcolor=#848788] [r=18 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,234) size 8x13 [bgcolor=#848788] [r=18 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7472,15 +7472,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,234) size 8x13 [bgcolor=#026766] [r=18 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,234) size 9x13 [bgcolor=#026766] [r=18 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,234) size 9x13 [bgcolor=#026766] [r=18 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,234) size 8x13 [bgcolor=#026766] [r=18 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,234) size 9x13 [bgcolor=#025E5E] [r=18 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,234) size 8x13 [bgcolor=#025E5E] [r=18 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7496,15 +7496,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,234) size 8x13 [bgcolor=#044F4F] [r=18 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,234) size 9x13 [bgcolor=#044F4F] [r=18 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,234) size 9x13 [bgcolor=#044F4F] [r=18 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,234) size 9x13 [bgcolor=#044F4F] [r=18 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,234) size 9x13 [bgcolor=#025E5E] [r=18 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,234) size 8x13 [bgcolor=#025E5E] [r=18 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7520,15 +7520,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,234) size 8x13 [bgcolor=#5E5F60] [r=18 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,234) size 9x13 [bgcolor=#5E5F60] [r=18 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,234) size 9x13 [bgcolor=#777878] [r=18 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,234) size 9x13 [bgcolor=#777878] [r=18 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,234) size 9x13 [bgcolor=#939494] [r=18 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,234) size 8x13 [bgcolor=#939494] [r=18 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7548,15 +7548,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,234) size 8x13 [bgcolor=#044F4F] [r=18 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,234) size 9x13 [bgcolor=#044F4F] [r=18 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,234) size 9x13 [bgcolor=#044F4F] [r=18 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,234) size 9x13 [bgcolor=#044F4F] [r=18 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,234) size 9x13 [bgcolor=#044F4F] [r=18 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,234) size 8x13 [bgcolor=#044F4F] [r=18 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7572,15 +7572,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,234) size 8x13 [bgcolor=#026766] [r=18 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,234) size 9x13 [bgcolor=#026766] [r=18 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,234) size 9x13 [bgcolor=#026766] [r=18 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,234) size 9x13 [bgcolor=#026766] [r=18 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,234) size 9x13 [bgcolor=#026766] [r=18 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,234) size 8x13 [bgcolor=#026766] [r=18 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7596,19 +7596,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,234) size 8x13 [bgcolor=#083131] [r=18 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,234) size 9x13 [bgcolor=#083131] [r=18 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,234) size 9x13 [bgcolor=#1C2524] [r=18 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,234) size 9x13 [bgcolor=#1C2524] [r=18 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,234) size 9x13 [bgcolor=#4D4F4F] [r=18 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,234) size 8x13 [bgcolor=#4D4F4F] [r=18 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,234) size 9x13 [bgcolor=#777878] [r=18 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,234) size 8x13 [bgcolor=#777878] [r=18 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7620,7 +7620,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,234) size 8x13 [bgcolor=#4D4F4F] [r=18 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,234) size 9x13 [bgcolor=#4D4F4F] [r=18 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7697,11 +7697,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,247) size 8x13 [bgcolor=#848788] [r=19 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,247) size 9x13 [bgcolor=#848788] [r=19 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,247) size 9x13 [bgcolor=#1B8685] [r=19 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,247) size 8x13 [bgcolor=#1B8685] [r=19 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7721,11 +7721,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,247) size 8x13 [bgcolor=#025E5E] [r=19 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,247) size 9x13 [bgcolor=#025E5E] [r=19 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,247) size 9x13 [bgcolor=#025E5E] [r=19 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,247) size 8x13 [bgcolor=#025E5E] [r=19 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7753,7 +7753,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,247) size 9x13 [bgcolor=#5E5F60] [r=19 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,247) size 8x13 [bgcolor=#5E5F60] [r=19 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7773,11 +7773,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,247) size 8x13 [bgcolor=#027777] [r=19 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,247) size 9x13 [bgcolor=#027777] [r=19 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,247) size 9x13 [bgcolor=#026766] [r=19 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,247) size 8x13 [bgcolor=#026766] [r=19 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7797,11 +7797,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,247) size 8x13 [bgcolor=#026766] [r=19 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,247) size 9x13 [bgcolor=#026766] [r=19 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,247) size 9x13 [bgcolor=#026766] [r=19 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,247) size 8x13 [bgcolor=#026766] [r=19 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7821,15 +7821,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,247) size 8x13 [bgcolor=#025E5E] [r=19 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,247) size 9x13 [bgcolor=#025E5E] [r=19 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,247) size 9x13 [bgcolor=#044F4F] [r=19 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,247) size 9x13 [bgcolor=#044F4F] [r=19 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,247) size 9x13 [bgcolor=#083131] [r=19 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,247) size 8x13 [bgcolor=#083131] [r=19 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7849,11 +7849,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,247) size 8x13 [bgcolor=#939494] [r=19 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,247) size 9x13 [bgcolor=#939494] [r=19 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,247) size 9x13 [bgcolor=#939494] [r=19 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,247) size 8x13 [bgcolor=#939494] [r=19 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7873,15 +7873,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,247) size 8x13 [bgcolor=#026766] [r=19 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,247) size 9x13 [bgcolor=#026766] [r=19 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,247) size 9x13 [bgcolor=#026766] [r=19 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,247) size 8x13 [bgcolor=#026766] [r=19 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,247) size 9x13 [bgcolor=#026766] [r=19 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,247) size 8x13 [bgcolor=#026766] [r=19 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7897,15 +7897,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,247) size 8x13 [bgcolor=#026766] [r=19 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,247) size 9x13 [bgcolor=#026766] [r=19 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,247) size 9x13 [bgcolor=#026766] [r=19 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,247) size 9x13 [bgcolor=#026766] [r=19 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,247) size 9x13 [bgcolor=#026766] [r=19 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,247) size 8x13 [bgcolor=#026766] [r=19 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7921,15 +7921,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,247) size 8x13 [bgcolor=#425A5A] [r=19 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,247) size 9x13 [bgcolor=#425A5A] [r=19 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,247) size 9x13 [bgcolor=#777878] [r=19 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,247) size 9x13 [bgcolor=#777878] [r=19 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,247) size 9x13 [bgcolor=#848788] [r=19 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,247) size 8x13 [bgcolor=#848788] [r=19 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7949,15 +7949,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,247) size 8x13 [bgcolor=#026766] [r=19 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,247) size 9x13 [bgcolor=#026766] [r=19 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,247) size 9x13 [bgcolor=#026766] [r=19 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,247) size 9x13 [bgcolor=#026766] [r=19 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,247) size 9x13 [bgcolor=#026766] [r=19 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,247) size 8x13 [bgcolor=#026766] [r=19 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7973,15 +7973,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,247) size 8x13 [bgcolor=#026766] [r=19 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,247) size 9x13 [bgcolor=#026766] [r=19 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,247) size 9x13 [bgcolor=#026766] [r=19 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,247) size 9x13 [bgcolor=#026766] [r=19 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,247) size 9x13 [bgcolor=#026766] [r=19 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,247) size 8x13 [bgcolor=#026766] [r=19 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -7997,19 +7997,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,247) size 8x13 [bgcolor=#044140] [r=19 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,247) size 9x13 [bgcolor=#044140] [r=19 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,247) size 9x13 [bgcolor=#223C3D] [r=19 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,247) size 9x13 [bgcolor=#223C3D] [r=19 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,247) size 9x13 [bgcolor=#515C5B] [r=19 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,247) size 8x13 [bgcolor=#515C5B] [r=19 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,247) size 9x13 [bgcolor=#777878] [r=19 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,247) size 8x13 [bgcolor=#777878] [r=19 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8021,7 +8021,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,247) size 8x13 [bgcolor=#4D4F4F] [r=19 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,247) size 9x13 [bgcolor=#4D4F4F] [r=19 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8098,11 +8098,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,260) size 8x13 [bgcolor=#526B6B] [r=20 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,260) size 9x13 [bgcolor=#526B6B] [r=20 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,260) size 9x13 [bgcolor=#048485] [r=20 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,260) size 8x13 [bgcolor=#048485] [r=20 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8122,11 +8122,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,260) size 8x13 [bgcolor=#025E5E] [r=20 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,260) size 9x13 [bgcolor=#025E5E] [r=20 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,260) size 9x13 [bgcolor=#025E5E] [r=20 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,260) size 8x13 [bgcolor=#025E5E] [r=20 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8154,7 +8154,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,260) size 9x13 [bgcolor=#515C5B] [r=20 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,260) size 8x13 [bgcolor=#515C5B] [r=20 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8174,11 +8174,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,260) size 8x13 [bgcolor=#027777] [r=20 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,260) size 9x13 [bgcolor=#027777] [r=20 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,260) size 9x13 [bgcolor=#026766] [r=20 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,260) size 8x13 [bgcolor=#026766] [r=20 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8198,11 +8198,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,260) size 8x13 [bgcolor=#026766] [r=20 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,260) size 9x13 [bgcolor=#026766] [r=20 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,260) size 9x13 [bgcolor=#026766] [r=20 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,260) size 8x13 [bgcolor=#026766] [r=20 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8222,15 +8222,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,260) size 8x13 [bgcolor=#025E5E] [r=20 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,260) size 9x13 [bgcolor=#025E5E] [r=20 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,260) size 9x13 [bgcolor=#044F4F] [r=20 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,260) size 9x13 [bgcolor=#044F4F] [r=20 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,260) size 9x13 [bgcolor=#083131] [r=20 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,260) size 8x13 [bgcolor=#083131] [r=20 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8250,11 +8250,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,260) size 8x13 [bgcolor=#696A69] [r=20 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,260) size 9x13 [bgcolor=#696A69] [r=20 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,260) size 9x13 [bgcolor=#696A69] [r=20 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,260) size 8x13 [bgcolor=#696A69] [r=20 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8274,15 +8274,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,260) size 8x13 [bgcolor=#1A5C5C] [r=20 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,260) size 9x13 [bgcolor=#1A5C5C] [r=20 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,260) size 9x13 [bgcolor=#025E5E] [r=20 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,260) size 8x13 [bgcolor=#025E5E] [r=20 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,260) size 9x13 [bgcolor=#025E5E] [r=20 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,260) size 8x13 [bgcolor=#025E5E] [r=20 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8298,15 +8298,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,260) size 8x13 [bgcolor=#026766] [r=20 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,260) size 9x13 [bgcolor=#026766] [r=20 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,260) size 9x13 [bgcolor=#026766] [r=20 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,260) size 9x13 [bgcolor=#026766] [r=20 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,260) size 9x13 [bgcolor=#026766] [r=20 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,260) size 8x13 [bgcolor=#026766] [r=20 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8322,15 +8322,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,260) size 8x13 [bgcolor=#026766] [r=20 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,260) size 9x13 [bgcolor=#026766] [r=20 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,260) size 9x13 [bgcolor=#026766] [r=20 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,260) size 9x13 [bgcolor=#026766] [r=20 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,260) size 9x13 [bgcolor=#1E7A79] [r=20 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,260) size 8x13 [bgcolor=#1E7A79] [r=20 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8350,15 +8350,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,260) size 8x13 [bgcolor=#026766] [r=20 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,260) size 9x13 [bgcolor=#026766] [r=20 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,260) size 9x13 [bgcolor=#026766] [r=20 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,260) size 9x13 [bgcolor=#026766] [r=20 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,260) size 9x13 [bgcolor=#026766] [r=20 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,260) size 8x13 [bgcolor=#026766] [r=20 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8374,15 +8374,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,260) size 8x13 [bgcolor=#026766] [r=20 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,260) size 9x13 [bgcolor=#026766] [r=20 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,260) size 9x13 [bgcolor=#026766] [r=20 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,260) size 9x13 [bgcolor=#026766] [r=20 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,260) size 9x13 [bgcolor=#026766] [r=20 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,260) size 8x13 [bgcolor=#026766] [r=20 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8398,19 +8398,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,260) size 8x13 [bgcolor=#044140] [r=20 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,260) size 9x13 [bgcolor=#044140] [r=20 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,260) size 9x13 [bgcolor=#2D3433] [r=20 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,260) size 9x13 [bgcolor=#2D3433] [r=20 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,260) size 9x13 [bgcolor=#3D4242] [r=20 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,260) size 8x13 [bgcolor=#3D4242] [r=20 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,260) size 9x13 [bgcolor=#515C5B] [r=20 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,260) size 8x13 [bgcolor=#515C5B] [r=20 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8422,7 +8422,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,260) size 8x13 [bgcolor=#3D4242] [r=20 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,260) size 9x13 [bgcolor=#3D4242] [r=20 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8499,11 +8499,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,273) size 8x13 [bgcolor=#1A6B6A] [r=21 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,273) size 9x13 [bgcolor=#1A6B6A] [r=21 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,273) size 9x13 [bgcolor=#048485] [r=21 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,273) size 8x13 [bgcolor=#048485] [r=21 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8523,11 +8523,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,273) size 8x13 [bgcolor=#044F4F] [r=21 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,273) size 9x13 [bgcolor=#044F4F] [r=21 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,273) size 9x13 [bgcolor=#044140] [r=21 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,273) size 8x13 [bgcolor=#044140] [r=21 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8555,7 +8555,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,273) size 9x13 [bgcolor=#5E5F60] [r=21 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,273) size 8x13 [bgcolor=#5E5F60] [r=21 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8575,11 +8575,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,273) size 8x13 [bgcolor=#027777] [r=21 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,273) size 9x13 [bgcolor=#027777] [r=21 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,273) size 9x13 [bgcolor=#026766] [r=21 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,273) size 8x13 [bgcolor=#026766] [r=21 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8599,11 +8599,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,273) size 8x13 [bgcolor=#025E5E] [r=21 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,273) size 9x13 [bgcolor=#025E5E] [r=21 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,273) size 9x13 [bgcolor=#025E5E] [r=21 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,273) size 8x13 [bgcolor=#025E5E] [r=21 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8623,15 +8623,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,273) size 8x13 [bgcolor=#025E5E] [r=21 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,273) size 9x13 [bgcolor=#025E5E] [r=21 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,273) size 9x13 [bgcolor=#044F4F] [r=21 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,273) size 9x13 [bgcolor=#044F4F] [r=21 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,273) size 9x13 [bgcolor=#083131] [r=21 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,273) size 8x13 [bgcolor=#083131] [r=21 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8651,11 +8651,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,273) size 8x13 [bgcolor=#696A69] [r=21 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,273) size 9x13 [bgcolor=#696A69] [r=21 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,273) size 9x13 [bgcolor=#696A69] [r=21 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,273) size 8x13 [bgcolor=#696A69] [r=21 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8675,15 +8675,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,273) size 8x13 [bgcolor=#425A5A] [r=21 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,273) size 9x13 [bgcolor=#425A5A] [r=21 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,273) size 9x13 [bgcolor=#1A5C5C] [r=21 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,273) size 8x13 [bgcolor=#1A5C5C] [r=21 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,273) size 9x13 [bgcolor=#044F4F] [r=21 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,273) size 8x13 [bgcolor=#044F4F] [r=21 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8699,15 +8699,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,273) size 8x13 [bgcolor=#025E5E] [r=21 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,273) size 9x13 [bgcolor=#025E5E] [r=21 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,273) size 9x13 [bgcolor=#025E5E] [r=21 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,273) size 9x13 [bgcolor=#025E5E] [r=21 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,273) size 9x13 [bgcolor=#026766] [r=21 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,273) size 8x13 [bgcolor=#026766] [r=21 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8723,15 +8723,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,273) size 8x13 [bgcolor=#026766] [r=21 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,273) size 9x13 [bgcolor=#026766] [r=21 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,273) size 9x13 [bgcolor=#026766] [r=21 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,273) size 9x13 [bgcolor=#026766] [r=21 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,273) size 9x13 [bgcolor=#027777] [r=21 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,273) size 8x13 [bgcolor=#027777] [r=21 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8751,15 +8751,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,273) size 8x13 [bgcolor=#026766] [r=21 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,273) size 9x13 [bgcolor=#026766] [r=21 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,273) size 9x13 [bgcolor=#026766] [r=21 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,273) size 9x13 [bgcolor=#026766] [r=21 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,273) size 9x13 [bgcolor=#026766] [r=21 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,273) size 8x13 [bgcolor=#026766] [r=21 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8775,15 +8775,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,273) size 8x13 [bgcolor=#026766] [r=21 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,273) size 9x13 [bgcolor=#026766] [r=21 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,273) size 9x13 [bgcolor=#026766] [r=21 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,273) size 9x13 [bgcolor=#026766] [r=21 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,273) size 9x13 [bgcolor=#026766] [r=21 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,273) size 8x13 [bgcolor=#026766] [r=21 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8799,19 +8799,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,273) size 8x13 [bgcolor=#044140] [r=21 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,273) size 9x13 [bgcolor=#044140] [r=21 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,273) size 9x13 [bgcolor=#1C2524] [r=21 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,273) size 9x13 [bgcolor=#1C2524] [r=21 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,273) size 9x13 [bgcolor=#3D4242] [r=21 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,273) size 8x13 [bgcolor=#3D4242] [r=21 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,273) size 9x13 [bgcolor=#515C5B] [r=21 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,273) size 8x13 [bgcolor=#515C5B] [r=21 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8823,7 +8823,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,273) size 8x13 [bgcolor=#515C5B] [r=21 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,273) size 9x13 [bgcolor=#515C5B] [r=21 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8900,11 +8900,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,286) size 8x13 [bgcolor=#027777] [r=22 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,286) size 9x13 [bgcolor=#027777] [r=22 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,286) size 9x13 [bgcolor=#027777] [r=22 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,286) size 8x13 [bgcolor=#027777] [r=22 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8924,11 +8924,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,286) size 8x13 [bgcolor=#083131] [r=22 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,286) size 9x13 [bgcolor=#083131] [r=22 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,286) size 9x13 [bgcolor=#083131] [r=22 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,286) size 8x13 [bgcolor=#083131] [r=22 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8956,7 +8956,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,286) size 9x13 [bgcolor=#FDFDFB] [r=22 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,286) size 8x13 [bgcolor=#FDFDFB] [r=22 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -8976,11 +8976,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,286) size 8x13 [bgcolor=#026766] [r=22 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,286) size 9x13 [bgcolor=#026766] [r=22 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,286) size 9x13 [bgcolor=#025E5E] [r=22 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,286) size 8x13 [bgcolor=#025E5E] [r=22 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9000,11 +9000,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,286) size 8x13 [bgcolor=#044F4F] [r=22 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,286) size 9x13 [bgcolor=#044F4F] [r=22 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,286) size 9x13 [bgcolor=#044F4F] [r=22 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,286) size 8x13 [bgcolor=#044F4F] [r=22 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9024,15 +9024,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,286) size 8x13 [bgcolor=#044F4F] [r=22 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,286) size 9x13 [bgcolor=#044F4F] [r=22 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,286) size 9x13 [bgcolor=#044140] [r=22 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,286) size 9x13 [bgcolor=#044140] [r=22 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,286) size 9x13 [bgcolor=#083131] [r=22 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,286) size 8x13 [bgcolor=#083131] [r=22 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9052,11 +9052,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,286) size 8x13 [bgcolor=#FDFDFB] [r=22 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,286) size 9x13 [bgcolor=#FDFDFB] [r=22 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,286) size 9x13 [bgcolor=#FDFDFB] [r=22 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,286) size 8x13 [bgcolor=#FDFDFB] [r=22 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9076,15 +9076,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,286) size 8x13 [bgcolor=#EDEEEF] [r=22 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,286) size 9x13 [bgcolor=#EDEEEF] [r=22 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,286) size 9x13 [bgcolor=#BEC2C2] [r=22 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,286) size 8x13 [bgcolor=#BEC2C2] [r=22 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,286) size 9x13 [bgcolor=#396B6A] [r=22 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,286) size 8x13 [bgcolor=#396B6A] [r=22 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9100,15 +9100,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,286) size 8x13 [bgcolor=#025E5E] [r=22 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,286) size 9x13 [bgcolor=#025E5E] [r=22 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,286) size 9x13 [bgcolor=#025E5E] [r=22 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,286) size 9x13 [bgcolor=#025E5E] [r=22 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,286) size 9x13 [bgcolor=#025E5E] [r=22 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,286) size 8x13 [bgcolor=#025E5E] [r=22 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9124,15 +9124,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,286) size 8x13 [bgcolor=#026766] [r=22 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,286) size 9x13 [bgcolor=#026766] [r=22 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,286) size 9x13 [bgcolor=#026766] [r=22 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,286) size 9x13 [bgcolor=#026766] [r=22 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,286) size 9x13 [bgcolor=#026766] [r=22 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,286) size 8x13 [bgcolor=#026766] [r=22 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9152,15 +9152,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,286) size 8x13 [bgcolor=#026766] [r=22 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,286) size 9x13 [bgcolor=#026766] [r=22 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,286) size 9x13 [bgcolor=#026766] [r=22 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,286) size 9x13 [bgcolor=#026766] [r=22 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,286) size 9x13 [bgcolor=#026766] [r=22 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,286) size 8x13 [bgcolor=#026766] [r=22 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9176,15 +9176,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,286) size 8x13 [bgcolor=#026766] [r=22 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,286) size 9x13 [bgcolor=#026766] [r=22 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,286) size 9x13 [bgcolor=#026766] [r=22 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,286) size 9x13 [bgcolor=#026766] [r=22 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,286) size 9x13 [bgcolor=#026766] [r=22 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,286) size 8x13 [bgcolor=#026766] [r=22 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9200,19 +9200,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,286) size 8x13 [bgcolor=#044140] [r=22 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,286) size 9x13 [bgcolor=#044140] [r=22 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,286) size 9x13 [bgcolor=#425A5A] [r=22 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,286) size 9x13 [bgcolor=#425A5A] [r=22 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,286) size 9x13 [bgcolor=#A5A6A6] [r=22 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,286) size 8x13 [bgcolor=#A5A6A6] [r=22 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,286) size 9x13 [bgcolor=#CECFCF] [r=22 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,286) size 8x13 [bgcolor=#CECFCF] [r=22 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9224,7 +9224,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,286) size 8x13 [bgcolor=#FDFDFB] [r=22 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,286) size 9x13 [bgcolor=#FDFDFB] [r=22 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9301,11 +9301,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,299) size 8x13 [bgcolor=#044F4F] [r=23 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,299) size 9x13 [bgcolor=#044F4F] [r=23 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,299) size 9x13 [bgcolor=#044F4F] [r=23 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,299) size 8x13 [bgcolor=#044F4F] [r=23 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9325,11 +9325,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,299) size 8x13 [bgcolor=#344C4E] [r=23 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,299) size 9x13 [bgcolor=#344C4E] [r=23 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,299) size 9x13 [bgcolor=#5E5F60] [r=23 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,299) size 8x13 [bgcolor=#5E5F60] [r=23 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9357,7 +9357,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,299) size 9x13 [bgcolor=#FDFDFB] [r=23 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,299) size 8x13 [bgcolor=#FDFDFB] [r=23 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9377,11 +9377,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,299) size 8x13 [bgcolor=#044F4F] [r=23 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,299) size 9x13 [bgcolor=#044F4F] [r=23 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,299) size 9x13 [bgcolor=#044140] [r=23 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,299) size 8x13 [bgcolor=#044140] [r=23 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9401,11 +9401,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,299) size 8x13 [bgcolor=#044140] [r=23 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,299) size 9x13 [bgcolor=#044140] [r=23 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,299) size 9x13 [bgcolor=#044140] [r=23 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,299) size 8x13 [bgcolor=#044140] [r=23 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9425,15 +9425,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,299) size 8x13 [bgcolor=#044140] [r=23 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,299) size 9x13 [bgcolor=#044140] [r=23 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,299) size 9x13 [bgcolor=#083131] [r=23 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,299) size 9x13 [bgcolor=#083131] [r=23 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,299) size 9x13 [bgcolor=#072323] [r=23 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,299) size 8x13 [bgcolor=#072323] [r=23 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9453,11 +9453,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,299) size 8x13 [bgcolor=#FDFDFB] [r=23 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,299) size 9x13 [bgcolor=#FDFDFB] [r=23 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,299) size 9x13 [bgcolor=#FDFDFB] [r=23 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,299) size 8x13 [bgcolor=#FDFDFB] [r=23 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9477,15 +9477,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,299) size 8x13 [bgcolor=#FDFDFB] [r=23 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,299) size 9x13 [bgcolor=#FDFDFB] [r=23 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,299) size 9x13 [bgcolor=#E0EAE9] [r=23 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,299) size 8x13 [bgcolor=#E0EAE9] [r=23 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,299) size 9x13 [bgcolor=#BEC2C2] [r=23 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,299) size 8x13 [bgcolor=#BEC2C2] [r=23 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9501,15 +9501,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,299) size 8x13 [bgcolor=#044F4F] [r=23 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,299) size 9x13 [bgcolor=#044F4F] [r=23 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,299) size 9x13 [bgcolor=#044F4F] [r=23 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,299) size 9x13 [bgcolor=#044F4F] [r=23 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,299) size 9x13 [bgcolor=#044F4F] [r=23 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,299) size 8x13 [bgcolor=#044F4F] [r=23 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9525,15 +9525,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,299) size 8x13 [bgcolor=#025E5E] [r=23 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,299) size 9x13 [bgcolor=#025E5E] [r=23 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,299) size 9x13 [bgcolor=#025E5E] [r=23 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,299) size 9x13 [bgcolor=#025E5E] [r=23 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,299) size 9x13 [bgcolor=#025E5E] [r=23 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,299) size 8x13 [bgcolor=#025E5E] [r=23 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9553,15 +9553,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,299) size 8x13 [bgcolor=#026766] [r=23 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,299) size 9x13 [bgcolor=#026766] [r=23 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,299) size 9x13 [bgcolor=#026766] [r=23 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,299) size 9x13 [bgcolor=#026766] [r=23 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,299) size 9x13 [bgcolor=#026766] [r=23 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,299) size 8x13 [bgcolor=#026766] [r=23 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9577,15 +9577,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,299) size 8x13 [bgcolor=#026766] [r=23 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,299) size 9x13 [bgcolor=#026766] [r=23 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,299) size 9x13 [bgcolor=#026766] [r=23 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,299) size 9x13 [bgcolor=#026766] [r=23 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,299) size 9x13 [bgcolor=#026766] [r=23 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,299) size 8x13 [bgcolor=#026766] [r=23 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9601,19 +9601,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,299) size 8x13 [bgcolor=#044140] [r=23 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,299) size 9x13 [bgcolor=#044140] [r=23 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,299) size 9x13 [bgcolor=#425A5A] [r=23 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,299) size 9x13 [bgcolor=#425A5A] [r=23 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,299) size 9x13 [bgcolor=#A5A6A6] [r=23 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,299) size 8x13 [bgcolor=#A5A6A6] [r=23 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,299) size 9x13 [bgcolor=#CECFCF] [r=23 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,299) size 8x13 [bgcolor=#CECFCF] [r=23 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9625,7 +9625,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,299) size 8x13 [bgcolor=#FDFDFB] [r=23 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,299) size 9x13 [bgcolor=#FDFDFB] [r=23 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9702,11 +9702,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,312) size 8x13 [bgcolor=#044140] [r=24 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,312) size 9x13 [bgcolor=#044140] [r=24 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,312) size 9x13 [bgcolor=#044140] [r=24 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,312) size 8x13 [bgcolor=#044140] [r=24 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9726,11 +9726,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,312) size 8x13 [bgcolor=#848788] [r=24 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,312) size 9x13 [bgcolor=#848788] [r=24 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,312) size 9x13 [bgcolor=#939494] [r=24 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,312) size 8x13 [bgcolor=#939494] [r=24 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9758,7 +9758,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,312) size 9x13 [bgcolor=#FDFDFB] [r=24 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,312) size 8x13 [bgcolor=#FDFDFB] [r=24 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9778,11 +9778,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,312) size 8x13 [bgcolor=#7B918F] [r=24 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,312) size 9x13 [bgcolor=#7B918F] [r=24 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,312) size 9x13 [bgcolor=#526B6B] [r=24 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,312) size 8x13 [bgcolor=#526B6B] [r=24 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9802,11 +9802,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,312) size 8x13 [bgcolor=#515C5B] [r=24 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,312) size 9x13 [bgcolor=#515C5B] [r=24 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,312) size 9x13 [bgcolor=#515C5B] [r=24 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,312) size 8x13 [bgcolor=#515C5B] [r=24 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9826,15 +9826,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,312) size 8x13 [bgcolor=#515C5B] [r=24 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,312) size 9x13 [bgcolor=#515C5B] [r=24 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,312) size 9x13 [bgcolor=#515C5B] [r=24 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,312) size 9x13 [bgcolor=#515C5B] [r=24 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,312) size 9x13 [bgcolor=#515C5B] [r=24 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,312) size 8x13 [bgcolor=#515C5B] [r=24 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9854,11 +9854,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,312) size 8x13 [bgcolor=#FDFDFB] [r=24 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,312) size 9x13 [bgcolor=#FDFDFB] [r=24 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,312) size 9x13 [bgcolor=#FDFDFB] [r=24 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,312) size 8x13 [bgcolor=#FDFDFB] [r=24 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9878,15 +9878,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,312) size 8x13 [bgcolor=#FDFDFB] [r=24 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,312) size 9x13 [bgcolor=#FDFDFB] [r=24 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,312) size 9x13 [bgcolor=#FDFDFB] [r=24 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,312) size 8x13 [bgcolor=#FDFDFB] [r=24 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,312) size 9x13 [bgcolor=#E0EAE9] [r=24 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,312) size 8x13 [bgcolor=#E0EAE9] [r=24 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9902,15 +9902,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,312) size 8x13 [bgcolor=#526B6B] [r=24 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,312) size 9x13 [bgcolor=#526B6B] [r=24 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,312) size 9x13 [bgcolor=#044140] [r=24 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,312) size 9x13 [bgcolor=#044140] [r=24 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,312) size 9x13 [bgcolor=#044140] [r=24 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,312) size 8x13 [bgcolor=#044140] [r=24 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9926,15 +9926,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,312) size 8x13 [bgcolor=#044140] [r=24 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,312) size 9x13 [bgcolor=#044140] [r=24 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,312) size 9x13 [bgcolor=#044140] [r=24 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,312) size 9x13 [bgcolor=#044140] [r=24 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,312) size 9x13 [bgcolor=#044F4F] [r=24 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,312) size 8x13 [bgcolor=#044F4F] [r=24 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9954,15 +9954,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,312) size 8x13 [bgcolor=#026766] [r=24 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,312) size 9x13 [bgcolor=#026766] [r=24 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,312) size 9x13 [bgcolor=#026766] [r=24 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,312) size 9x13 [bgcolor=#026766] [r=24 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,312) size 9x13 [bgcolor=#026766] [r=24 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,312) size 8x13 [bgcolor=#026766] [r=24 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -9978,15 +9978,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,312) size 8x13 [bgcolor=#026766] [r=24 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,312) size 9x13 [bgcolor=#026766] [r=24 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,312) size 9x13 [bgcolor=#026766] [r=24 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,312) size 9x13 [bgcolor=#026766] [r=24 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,312) size 9x13 [bgcolor=#026766] [r=24 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,312) size 8x13 [bgcolor=#026766] [r=24 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10002,19 +10002,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,312) size 8x13 [bgcolor=#083131] [r=24 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,312) size 9x13 [bgcolor=#083131] [r=24 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,312) size 9x13 [bgcolor=#425A5A] [r=24 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,312) size 9x13 [bgcolor=#425A5A] [r=24 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,312) size 9x13 [bgcolor=#A5A6A6] [r=24 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,312) size 8x13 [bgcolor=#A5A6A6] [r=24 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,312) size 9x13 [bgcolor=#CECFCF] [r=24 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,312) size 8x13 [bgcolor=#CECFCF] [r=24 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10026,7 +10026,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,312) size 8x13 [bgcolor=#FDFDFB] [r=24 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,312) size 9x13 [bgcolor=#FDFDFB] [r=24 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10103,11 +10103,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,325) size 8x13 [bgcolor=#848788] [r=25 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,325) size 9x13 [bgcolor=#848788] [r=25 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,325) size 9x13 [bgcolor=#848788] [r=25 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,325) size 8x13 [bgcolor=#848788] [r=25 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10127,11 +10127,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,325) size 8x13 [bgcolor=#B4B4B4] [r=25 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,325) size 9x13 [bgcolor=#B4B4B4] [r=25 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,325) size 9x13 [bgcolor=#CECFCF] [r=25 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,325) size 8x13 [bgcolor=#CECFCF] [r=25 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10159,7 +10159,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,325) size 9x13 [bgcolor=#FDFDFB] [r=25 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,325) size 8x13 [bgcolor=#FDFDFB] [r=25 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10179,11 +10179,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,325) size 8x13 [bgcolor=#CECFCF] [r=25 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,325) size 9x13 [bgcolor=#CECFCF] [r=25 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,325) size 9x13 [bgcolor=#B4B4B4] [r=25 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,325) size 8x13 [bgcolor=#B4B4B4] [r=25 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10203,11 +10203,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,325) size 8x13 [bgcolor=#A5A6A6] [r=25 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,325) size 9x13 [bgcolor=#A5A6A6] [r=25 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,325) size 9x13 [bgcolor=#A5A6A6] [r=25 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,325) size 8x13 [bgcolor=#A5A6A6] [r=25 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10227,15 +10227,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,325) size 8x13 [bgcolor=#A5A6A6] [r=25 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,325) size 9x13 [bgcolor=#A5A6A6] [r=25 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,325) size 9x13 [bgcolor=#A5A6A6] [r=25 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,325) size 9x13 [bgcolor=#A5A6A6] [r=25 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,325) size 9x13 [bgcolor=#A5A6A6] [r=25 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,325) size 8x13 [bgcolor=#A5A6A6] [r=25 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10255,11 +10255,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,325) size 8x13 [bgcolor=#FDFDFB] [r=25 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,325) size 9x13 [bgcolor=#FDFDFB] [r=25 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,325) size 9x13 [bgcolor=#FDFDFB] [r=25 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,325) size 8x13 [bgcolor=#FDFDFB] [r=25 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10279,15 +10279,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,325) size 8x13 [bgcolor=#FDFDFB] [r=25 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,325) size 9x13 [bgcolor=#FDFDFB] [r=25 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,325) size 9x13 [bgcolor=#FDFDFB] [r=25 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,325) size 8x13 [bgcolor=#FDFDFB] [r=25 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,325) size 9x13 [bgcolor=#FDFDFB] [r=25 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,325) size 8x13 [bgcolor=#FDFDFB] [r=25 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10303,15 +10303,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,325) size 8x13 [bgcolor=#B4B4B4] [r=25 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,325) size 9x13 [bgcolor=#B4B4B4] [r=25 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,325) size 9x13 [bgcolor=#91A3A3] [r=25 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,325) size 9x13 [bgcolor=#91A3A3] [r=25 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,325) size 9x13 [bgcolor=#848788] [r=25 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,325) size 8x13 [bgcolor=#848788] [r=25 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10327,15 +10327,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,325) size 8x13 [bgcolor=#425A5A] [r=25 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,325) size 9x13 [bgcolor=#425A5A] [r=25 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,325) size 9x13 [bgcolor=#305D5D] [r=25 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,325) size 9x13 [bgcolor=#305D5D] [r=25 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,325) size 9x13 [bgcolor=#305D5D] [r=25 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,325) size 8x13 [bgcolor=#305D5D] [r=25 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10355,15 +10355,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,325) size 8x13 [bgcolor=#026766] [r=25 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,325) size 9x13 [bgcolor=#026766] [r=25 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,325) size 9x13 [bgcolor=#026766] [r=25 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,325) size 9x13 [bgcolor=#026766] [r=25 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,325) size 9x13 [bgcolor=#026766] [r=25 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,325) size 8x13 [bgcolor=#026766] [r=25 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10379,15 +10379,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,325) size 8x13 [bgcolor=#026766] [r=25 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,325) size 9x13 [bgcolor=#026766] [r=25 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,325) size 9x13 [bgcolor=#026766] [r=25 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,325) size 9x13 [bgcolor=#026766] [r=25 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,325) size 9x13 [bgcolor=#026766] [r=25 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,325) size 8x13 [bgcolor=#026766] [r=25 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10403,19 +10403,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,325) size 8x13 [bgcolor=#083131] [r=25 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,325) size 9x13 [bgcolor=#083131] [r=25 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,325) size 9x13 [bgcolor=#5E5F60] [r=25 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,325) size 9x13 [bgcolor=#5E5F60] [r=25 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,325) size 9x13 [bgcolor=#A5A6A6] [r=25 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,325) size 8x13 [bgcolor=#A5A6A6] [r=25 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,325) size 9x13 [bgcolor=#DEDFDF] [r=25 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,325) size 8x13 [bgcolor=#DEDFDF] [r=25 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10427,7 +10427,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,325) size 8x13 [bgcolor=#FDFDFB] [r=25 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,325) size 9x13 [bgcolor=#FDFDFB] [r=25 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10504,11 +10504,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,338) size 8x13 [bgcolor=#BEC2C2] [r=26 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,338) size 9x13 [bgcolor=#BEC2C2] [r=26 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,338) size 9x13 [bgcolor=#BEC2C2] [r=26 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,338) size 8x13 [bgcolor=#BEC2C2] [r=26 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10528,11 +10528,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,338) size 8x13 [bgcolor=#E0EAE9] [r=26 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,338) size 9x13 [bgcolor=#E0EAE9] [r=26 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,338) size 9x13 [bgcolor=#EDEEEF] [r=26 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,338) size 8x13 [bgcolor=#EDEEEF] [r=26 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10560,7 +10560,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,338) size 9x13 [bgcolor=#FDFDFB] [r=26 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,338) size 8x13 [bgcolor=#FDFDFB] [r=26 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10580,11 +10580,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,338) size 8x13 [bgcolor=#EDEEEF] [r=26 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,338) size 9x13 [bgcolor=#EDEEEF] [r=26 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,338) size 9x13 [bgcolor=#DEDFDF] [r=26 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,338) size 8x13 [bgcolor=#DEDFDF] [r=26 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10604,11 +10604,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,338) size 8x13 [bgcolor=#DEDFDF] [r=26 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,338) size 9x13 [bgcolor=#DEDFDF] [r=26 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,338) size 9x13 [bgcolor=#DEDFDF] [r=26 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,338) size 8x13 [bgcolor=#DEDFDF] [r=26 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10628,15 +10628,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,338) size 8x13 [bgcolor=#DEDFDF] [r=26 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,338) size 9x13 [bgcolor=#DEDFDF] [r=26 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,338) size 9x13 [bgcolor=#DEDFDF] [r=26 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,338) size 9x13 [bgcolor=#DEDFDF] [r=26 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,338) size 9x13 [bgcolor=#DEDFDF] [r=26 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,338) size 8x13 [bgcolor=#DEDFDF] [r=26 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10656,11 +10656,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,338) size 8x13 [bgcolor=#FDFDFB] [r=26 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,338) size 9x13 [bgcolor=#FDFDFB] [r=26 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,338) size 9x13 [bgcolor=#FDFDFB] [r=26 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,338) size 8x13 [bgcolor=#FDFDFB] [r=26 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10680,15 +10680,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,338) size 8x13 [bgcolor=#FDFDFB] [r=26 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,338) size 9x13 [bgcolor=#FDFDFB] [r=26 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,338) size 9x13 [bgcolor=#FDFDFB] [r=26 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,338) size 8x13 [bgcolor=#FDFDFB] [r=26 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,338) size 9x13 [bgcolor=#FDFDFB] [r=26 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,338) size 8x13 [bgcolor=#FDFDFB] [r=26 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10704,15 +10704,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,338) size 8x13 [bgcolor=#DEDFDF] [r=26 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,338) size 9x13 [bgcolor=#DEDFDF] [r=26 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,338) size 9x13 [bgcolor=#CECFCF] [r=26 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,338) size 9x13 [bgcolor=#CECFCF] [r=26 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,338) size 9x13 [bgcolor=#BEC2C2] [r=26 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,338) size 8x13 [bgcolor=#BEC2C2] [r=26 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10728,15 +10728,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,338) size 8x13 [bgcolor=#91A3A3] [r=26 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,338) size 9x13 [bgcolor=#91A3A3] [r=26 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,338) size 9x13 [bgcolor=#939494] [r=26 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,338) size 9x13 [bgcolor=#939494] [r=26 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,338) size 9x13 [bgcolor=#939494] [r=26 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,338) size 8x13 [bgcolor=#939494] [r=26 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10756,15 +10756,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,338) size 8x13 [bgcolor=#026766] [r=26 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,338) size 9x13 [bgcolor=#026766] [r=26 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,338) size 9x13 [bgcolor=#026766] [r=26 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,338) size 9x13 [bgcolor=#026766] [r=26 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,338) size 9x13 [bgcolor=#026766] [r=26 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,338) size 8x13 [bgcolor=#026766] [r=26 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10780,15 +10780,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,338) size 8x13 [bgcolor=#026766] [r=26 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,338) size 9x13 [bgcolor=#026766] [r=26 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,338) size 9x13 [bgcolor=#026766] [r=26 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,338) size 9x13 [bgcolor=#026766] [r=26 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,338) size 9x13 [bgcolor=#025E5E] [r=26 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,338) size 8x13 [bgcolor=#025E5E] [r=26 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10804,19 +10804,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,338) size 8x13 [bgcolor=#083131] [r=26 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,338) size 9x13 [bgcolor=#083131] [r=26 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,338) size 9x13 [bgcolor=#777878] [r=26 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,338) size 9x13 [bgcolor=#777878] [r=26 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,338) size 9x13 [bgcolor=#B4B4B4] [r=26 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,338) size 8x13 [bgcolor=#B4B4B4] [r=26 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,338) size 9x13 [bgcolor=#DEDFDF] [r=26 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,338) size 8x13 [bgcolor=#DEDFDF] [r=26 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10828,7 +10828,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,338) size 8x13 [bgcolor=#FDFDFB] [r=26 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,338) size 9x13 [bgcolor=#FDFDFB] [r=26 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10905,11 +10905,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,351) size 8x13 [bgcolor=#EDEEEF] [r=27 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,351) size 9x13 [bgcolor=#EDEEEF] [r=27 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,351) size 9x13 [bgcolor=#EDEEEF] [r=27 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,351) size 8x13 [bgcolor=#EDEEEF] [r=27 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10929,11 +10929,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10961,7 +10961,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -10981,11 +10981,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11005,11 +11005,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11029,15 +11029,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11057,11 +11057,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11081,15 +11081,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11105,15 +11105,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,351) size 8x13 [bgcolor=#97C1C0] [r=27 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,351) size 9x13 [bgcolor=#97C1C0] [r=27 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,351) size 9x13 [bgcolor=#A4CCCC] [r=27 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,351) size 9x13 [bgcolor=#A4CCCC] [r=27 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,351) size 9x13 [bgcolor=#B6D0D1] [r=27 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,351) size 8x13 [bgcolor=#B6D0D1] [r=27 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11129,15 +11129,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,351) size 8x13 [bgcolor=#BEC2C2] [r=27 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,351) size 9x13 [bgcolor=#BEC2C2] [r=27 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,351) size 9x13 [bgcolor=#A2B5B4] [r=27 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,351) size 9x13 [bgcolor=#A2B5B4] [r=27 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,351) size 9x13 [bgcolor=#60A2A3] [r=27 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,351) size 8x13 [bgcolor=#60A2A3] [r=27 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11157,15 +11157,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,351) size 8x13 [bgcolor=#026766] [r=27 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,351) size 9x13 [bgcolor=#026766] [r=27 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,351) size 9x13 [bgcolor=#026766] [r=27 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,351) size 9x13 [bgcolor=#026766] [r=27 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,351) size 9x13 [bgcolor=#026766] [r=27 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,351) size 8x13 [bgcolor=#026766] [r=27 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11181,15 +11181,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,351) size 8x13 [bgcolor=#025E5E] [r=27 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,351) size 9x13 [bgcolor=#025E5E] [r=27 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,351) size 9x13 [bgcolor=#025E5E] [r=27 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,351) size 9x13 [bgcolor=#025E5E] [r=27 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,351) size 9x13 [bgcolor=#025E5E] [r=27 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,351) size 8x13 [bgcolor=#025E5E] [r=27 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11205,19 +11205,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,351) size 8x13 [bgcolor=#4D4F4F] [r=27 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,351) size 9x13 [bgcolor=#4D4F4F] [r=27 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,351) size 9x13 [bgcolor=#848788] [r=27 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,351) size 9x13 [bgcolor=#848788] [r=27 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,351) size 9x13 [bgcolor=#BEC2C2] [r=27 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,351) size 8x13 [bgcolor=#BEC2C2] [r=27 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,351) size 9x13 [bgcolor=#EDEEEF] [r=27 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,351) size 8x13 [bgcolor=#EDEEEF] [r=27 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11229,7 +11229,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,351) size 8x13 [bgcolor=#FDFDFB] [r=27 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,351) size 9x13 [bgcolor=#FDFDFB] [r=27 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11306,11 +11306,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11330,11 +11330,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11362,7 +11362,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11382,11 +11382,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11406,11 +11406,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11430,15 +11430,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11458,11 +11458,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11482,15 +11482,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11506,15 +11506,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,364) size 8x13 [bgcolor=#027777] [r=28 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,364) size 9x13 [bgcolor=#027777] [r=28 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,364) size 9x13 [bgcolor=#027777] [r=28 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,364) size 9x13 [bgcolor=#027777] [r=28 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,364) size 9x13 [bgcolor=#027777] [r=28 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,364) size 8x13 [bgcolor=#027777] [r=28 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11530,15 +11530,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,364) size 8x13 [bgcolor=#048485] [r=28 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,364) size 9x13 [bgcolor=#048485] [r=28 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,364) size 9x13 [bgcolor=#048485] [r=28 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,364) size 9x13 [bgcolor=#048485] [r=28 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,364) size 9x13 [bgcolor=#048485] [r=28 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,364) size 8x13 [bgcolor=#048485] [r=28 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11558,15 +11558,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,364) size 8x13 [bgcolor=#025E5E] [r=28 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,364) size 9x13 [bgcolor=#025E5E] [r=28 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,364) size 9x13 [bgcolor=#025E5E] [r=28 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,364) size 9x13 [bgcolor=#025E5E] [r=28 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,364) size 9x13 [bgcolor=#025E5E] [r=28 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,364) size 8x13 [bgcolor=#025E5E] [r=28 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11582,15 +11582,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,364) size 8x13 [bgcolor=#025E5E] [r=28 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,364) size 9x13 [bgcolor=#025E5E] [r=28 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,364) size 9x13 [bgcolor=#044F4F] [r=28 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,364) size 9x13 [bgcolor=#044F4F] [r=28 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,364) size 9x13 [bgcolor=#044140] [r=28 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,364) size 8x13 [bgcolor=#044140] [r=28 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11606,19 +11606,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,364) size 8x13 [bgcolor=#777878] [r=28 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,364) size 9x13 [bgcolor=#777878] [r=28 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,364) size 9x13 [bgcolor=#A5A6A6] [r=28 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,364) size 9x13 [bgcolor=#A5A6A6] [r=28 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,364) size 9x13 [bgcolor=#DEDFDF] [r=28 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,364) size 8x13 [bgcolor=#DEDFDF] [r=28 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,364) size 9x13 [bgcolor=#EDEEEF] [r=28 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,364) size 8x13 [bgcolor=#EDEEEF] [r=28 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11630,7 +11630,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,364) size 8x13 [bgcolor=#FDFDFB] [r=28 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,364) size 9x13 [bgcolor=#FDFDFB] [r=28 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11707,11 +11707,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11731,11 +11731,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11763,7 +11763,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11783,11 +11783,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11807,11 +11807,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11831,15 +11831,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11859,11 +11859,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11883,15 +11883,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11907,15 +11907,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,377) size 8x13 [bgcolor=#025E5E] [r=29 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,377) size 9x13 [bgcolor=#025E5E] [r=29 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,377) size 9x13 [bgcolor=#025E5E] [r=29 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,377) size 9x13 [bgcolor=#025E5E] [r=29 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,377) size 9x13 [bgcolor=#026766] [r=29 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,377) size 8x13 [bgcolor=#026766] [r=29 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11931,15 +11931,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,377) size 8x13 [bgcolor=#026766] [r=29 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,377) size 9x13 [bgcolor=#026766] [r=29 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,377) size 9x13 [bgcolor=#026766] [r=29 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,377) size 9x13 [bgcolor=#026766] [r=29 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,377) size 9x13 [bgcolor=#026766] [r=29 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,377) size 8x13 [bgcolor=#026766] [r=29 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11959,15 +11959,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,377) size 8x13 [bgcolor=#025E5E] [r=29 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,377) size 9x13 [bgcolor=#025E5E] [r=29 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,377) size 9x13 [bgcolor=#025E5E] [r=29 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,377) size 9x13 [bgcolor=#025E5E] [r=29 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,377) size 9x13 [bgcolor=#044F4F] [r=29 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,377) size 8x13 [bgcolor=#044F4F] [r=29 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -11983,15 +11983,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,377) size 8x13 [bgcolor=#044140] [r=29 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,377) size 9x13 [bgcolor=#044140] [r=29 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,377) size 9x13 [bgcolor=#083131] [r=29 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,377) size 9x13 [bgcolor=#083131] [r=29 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,377) size 9x13 [bgcolor=#083131] [r=29 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,377) size 8x13 [bgcolor=#083131] [r=29 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12007,19 +12007,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,377) size 8x13 [bgcolor=#A5A6A6] [r=29 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,377) size 9x13 [bgcolor=#A5A6A6] [r=29 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,377) size 9x13 [bgcolor=#CECFCF] [r=29 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,377) size 9x13 [bgcolor=#CECFCF] [r=29 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,377) size 9x13 [bgcolor=#EDEEEF] [r=29 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,377) size 8x13 [bgcolor=#EDEEEF] [r=29 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12031,7 +12031,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,377) size 8x13 [bgcolor=#FDFDFB] [r=29 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,377) size 9x13 [bgcolor=#FDFDFB] [r=29 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12108,11 +12108,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12132,11 +12132,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12164,7 +12164,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12184,11 +12184,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12208,11 +12208,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12232,15 +12232,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12260,11 +12260,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12284,15 +12284,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12308,15 +12308,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,390) size 8x13 [bgcolor=#044140] [r=30 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,390) size 9x13 [bgcolor=#044140] [r=30 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,390) size 9x13 [bgcolor=#044140] [r=30 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,390) size 9x13 [bgcolor=#044140] [r=30 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,390) size 9x13 [bgcolor=#044140] [r=30 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,390) size 8x13 [bgcolor=#044140] [r=30 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12332,15 +12332,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,390) size 8x13 [bgcolor=#044F4F] [r=30 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,390) size 9x13 [bgcolor=#044F4F] [r=30 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,390) size 9x13 [bgcolor=#044F4F] [r=30 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,390) size 9x13 [bgcolor=#044F4F] [r=30 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,390) size 9x13 [bgcolor=#044F4F] [r=30 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,390) size 8x13 [bgcolor=#044F4F] [r=30 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12360,15 +12360,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,390) size 8x13 [bgcolor=#044140] [r=30 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,390) size 9x13 [bgcolor=#044140] [r=30 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,390) size 9x13 [bgcolor=#044140] [r=30 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,390) size 9x13 [bgcolor=#044140] [r=30 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,390) size 9x13 [bgcolor=#044140] [r=30 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,390) size 8x13 [bgcolor=#044140] [r=30 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12384,15 +12384,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,390) size 8x13 [bgcolor=#083131] [r=30 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,390) size 9x13 [bgcolor=#083131] [r=30 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,390) size 9x13 [bgcolor=#344C4E] [r=30 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,390) size 9x13 [bgcolor=#344C4E] [r=30 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,390) size 9x13 [bgcolor=#515C5B] [r=30 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,390) size 8x13 [bgcolor=#515C5B] [r=30 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12408,19 +12408,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,390) size 8x13 [bgcolor=#CECFCF] [r=30 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,390) size 9x13 [bgcolor=#CECFCF] [r=30 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,390) size 9x13 [bgcolor=#E0EAE9] [r=30 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,390) size 9x13 [bgcolor=#E0EAE9] [r=30 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12432,7 +12432,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,390) size 8x13 [bgcolor=#FDFDFB] [r=30 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,390) size 9x13 [bgcolor=#FDFDFB] [r=30 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12509,11 +12509,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12533,11 +12533,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12565,7 +12565,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12585,11 +12585,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12609,11 +12609,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12633,15 +12633,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12661,11 +12661,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12685,15 +12685,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12709,15 +12709,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,403) size 8x13 [bgcolor=#91A3A3] [r=31 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,403) size 9x13 [bgcolor=#91A3A3] [r=31 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,403) size 9x13 [bgcolor=#848788] [r=31 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,403) size 9x13 [bgcolor=#848788] [r=31 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,403) size 9x13 [bgcolor=#647979] [r=31 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,403) size 8x13 [bgcolor=#647979] [r=31 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12733,15 +12733,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,403) size 8x13 [bgcolor=#344C4E] [r=31 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,403) size 9x13 [bgcolor=#344C4E] [r=31 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,403) size 9x13 [bgcolor=#344C4E] [r=31 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,403) size 9x13 [bgcolor=#344C4E] [r=31 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,403) size 9x13 [bgcolor=#274C4D] [r=31 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,403) size 8x13 [bgcolor=#274C4D] [r=31 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12761,15 +12761,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,403) size 8x13 [bgcolor=#274C4D] [r=31 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,403) size 9x13 [bgcolor=#274C4D] [r=31 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,403) size 9x13 [bgcolor=#344C4E] [r=31 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,403) size 9x13 [bgcolor=#344C4E] [r=31 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,403) size 9x13 [bgcolor=#344C4E] [r=31 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,403) size 8x13 [bgcolor=#344C4E] [r=31 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12785,15 +12785,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,403) size 8x13 [bgcolor=#848788] [r=31 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,403) size 9x13 [bgcolor=#848788] [r=31 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,403) size 9x13 [bgcolor=#848788] [r=31 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,403) size 9x13 [bgcolor=#848788] [r=31 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,403) size 9x13 [bgcolor=#939494] [r=31 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,403) size 8x13 [bgcolor=#939494] [r=31 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12809,19 +12809,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,403) size 8x13 [bgcolor=#EDEEEF] [r=31 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,403) size 9x13 [bgcolor=#EDEEEF] [r=31 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12833,7 +12833,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,403) size 8x13 [bgcolor=#FDFDFB] [r=31 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,403) size 9x13 [bgcolor=#FDFDFB] [r=31 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12910,11 +12910,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12934,11 +12934,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12966,7 +12966,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -12986,11 +12986,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13010,11 +13010,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13034,15 +13034,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13062,11 +13062,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13086,15 +13086,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13110,15 +13110,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,416) size 8x13 [bgcolor=#CECFCF] [r=32 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,416) size 9x13 [bgcolor=#CECFCF] [r=32 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,416) size 9x13 [bgcolor=#BEC2C2] [r=32 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,416) size 9x13 [bgcolor=#BEC2C2] [r=32 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,416) size 9x13 [bgcolor=#B4B4B4] [r=32 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,416) size 8x13 [bgcolor=#B4B4B4] [r=32 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13134,15 +13134,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,416) size 8x13 [bgcolor=#939494] [r=32 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,416) size 9x13 [bgcolor=#939494] [r=32 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,416) size 9x13 [bgcolor=#939494] [r=32 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,416) size 9x13 [bgcolor=#939494] [r=32 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,416) size 9x13 [bgcolor=#939494] [r=32 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,416) size 8x13 [bgcolor=#939494] [r=32 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13162,15 +13162,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,416) size 8x13 [bgcolor=#939494] [r=32 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,416) size 9x13 [bgcolor=#939494] [r=32 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,416) size 9x13 [bgcolor=#939494] [r=32 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,416) size 9x13 [bgcolor=#939494] [r=32 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,416) size 9x13 [bgcolor=#939494] [r=32 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,416) size 8x13 [bgcolor=#939494] [r=32 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13186,15 +13186,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,416) size 8x13 [bgcolor=#B4B4B4] [r=32 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,416) size 9x13 [bgcolor=#B4B4B4] [r=32 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,416) size 9x13 [bgcolor=#BEC2C2] [r=32 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,416) size 9x13 [bgcolor=#BEC2C2] [r=32 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,416) size 9x13 [bgcolor=#CECFCF] [r=32 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,416) size 8x13 [bgcolor=#CECFCF] [r=32 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13210,19 +13210,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13234,7 +13234,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,416) size 8x13 [bgcolor=#FDFDFB] [r=32 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,416) size 9x13 [bgcolor=#FDFDFB] [r=32 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13311,11 +13311,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (141,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=18 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=18 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (148,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=19 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (149,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=19 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13335,11 +13335,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (188,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=24 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (188,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=24 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (195,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=25 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (196,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=25 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13367,7 +13367,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (250,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=32 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=32 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13387,11 +13387,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (290,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=37 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (290,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=37 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (297,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=38 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (298,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=38 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13411,11 +13411,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (337,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=43 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (337,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=43 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (344,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=44 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (345,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=44 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13435,15 +13435,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (384,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=49 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (384,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=49 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (391,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=50 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (392,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=50 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (399,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=51 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=51 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13463,11 +13463,11 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (439,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=56 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (439,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=56 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (446,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=57 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (447,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=57 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13487,15 +13487,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (486,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=62 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (486,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=62 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (493,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=63 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (494,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=63 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (501,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=64 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (502,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=64 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13511,15 +13511,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (533,429) size 8x13 [bgcolor=#EDEEEF] [r=33 c=68 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (533,429) size 9x13 [bgcolor=#EDEEEF] [r=33 c=68 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (540,429) size 9x13 [bgcolor=#EDEEEF] [r=33 c=69 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (541,429) size 9x13 [bgcolor=#EDEEEF] [r=33 c=69 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (548,429) size 9x13 [bgcolor=#E0EAE9] [r=33 c=70 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (549,429) size 8x13 [bgcolor=#E0EAE9] [r=33 c=70 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13535,15 +13535,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (580,429) size 8x13 [bgcolor=#CECFCF] [r=33 c=74 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (580,429) size 9x13 [bgcolor=#CECFCF] [r=33 c=74 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (587,429) size 9x13 [bgcolor=#CECFCF] [r=33 c=75 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (588,429) size 9x13 [bgcolor=#CECFCF] [r=33 c=75 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (595,429) size 9x13 [bgcolor=#CECFCF] [r=33 c=76 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (596,429) size 8x13 [bgcolor=#CECFCF] [r=33 c=76 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13563,15 +13563,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (635,429) size 8x13 [bgcolor=#CECFCF] [r=33 c=81 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (635,429) size 9x13 [bgcolor=#CECFCF] [r=33 c=81 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (642,429) size 9x13 [bgcolor=#CECFCF] [r=33 c=82 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (643,429) size 9x13 [bgcolor=#CECFCF] [r=33 c=82 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (650,429) size 9x13 [bgcolor=#CECFCF] [r=33 c=83 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (651,429) size 8x13 [bgcolor=#CECFCF] [r=33 c=83 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13587,15 +13587,15 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (682,429) size 8x13 [bgcolor=#E0EAE9] [r=33 c=87 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (682,429) size 9x13 [bgcolor=#E0EAE9] [r=33 c=87 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (689,429) size 9x13 [bgcolor=#EDEEEF] [r=33 c=88 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,429) size 9x13 [bgcolor=#EDEEEF] [r=33 c=88 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (697,429) size 9x13 [bgcolor=#EDEEEF] [r=33 c=89 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (698,429) size 8x13 [bgcolor=#EDEEEF] [r=33 c=89 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13611,19 +13611,19 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (729,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=93 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (729,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=93 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (736,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=94 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (737,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=94 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (744,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=95 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (745,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=95 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (752,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=96 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (753,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=96 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><span class="lines">@@ -13635,7 +13635,7 @@
</span><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (776,429) size 8x13 [bgcolor=#FDFDFB] [r=33 c=99 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (776,429) size 9x13 [bgcolor=#FDFDFB] [r=33 c=99 rs=1 cs=1]
</ins><span class="cx">               RenderInline {FONT} at (0,0) size 3x13
</span><span class="cx">                 RenderText {#text} at (0,0) size 3x13
</span><span class="cx">                   text run at (0,0) width 3: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillaothertest3expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/other/test3-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/other/test3-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/other/test3-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -131,20 +131,20 @@
</span><span class="cx">       RenderTable {TABLE} at (0,597) size 707x77 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 705x74
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 705x22
</span><del>-            RenderTableCell {TD} at (2,2) size 284x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=8]
</del><ins>+            RenderTableCell {TD} at (2,2) size 283x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=8]
</ins><span class="cx">               RenderText {#text} at (2,2) size 107x18
</span><span class="cx">                 text run at (2,2) width 107: &quot;r0c[0-7], span=8&quot;
</span><del>-            RenderTableCell {TD} at (287,2) size 416x22 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=10]
</del><ins>+            RenderTableCell {TD} at (286,2) size 417x22 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=10]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</span><span class="cx">                 text run at (2,2) width 165: &quot;r0col[8-17], span=10 cols&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 705x22
</span><span class="cx">             RenderTableCell {TD} at (2,26) size 111x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=3]
</span><span class="cx">               RenderText {#text} at (2,2) size 107x18
</span><span class="cx">                 text run at (2,2) width 107: &quot;r1c[0-2], span=3&quot;
</span><del>-            RenderTableCell {TD} at (114,26) size 172x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=5]
</del><ins>+            RenderTableCell {TD} at (114,26) size 171x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=5]
</ins><span class="cx">               RenderText {#text} at (2,2) size 107x18
</span><span class="cx">                 text run at (2,2) width 107: &quot;r1c[3-7], span=5&quot;
</span><del>-            RenderTableCell {TD} at (287,26) size 287x22 [border: (1px inset #808080)] [r=1 c=8 rs=1 cs=7]
</del><ins>+            RenderTableCell {TD} at (286,26) size 288x22 [border: (1px inset #808080)] [r=1 c=8 rs=1 cs=7]
</ins><span class="cx">               RenderText {#text} at (2,2) size 115x18
</span><span class="cx">                 text run at (2,2) width 115: &quot;r1c[8-14], span=7&quot;
</span><span class="cx">             RenderTableCell {TD} at (575,26) size 128x22 [border: (1px inset #808080)] [r=1 c=15 rs=1 cs=3]
</span><span class="lines">@@ -172,10 +172,10 @@
</span><span class="cx">             RenderTableCell {TD} at (218,50) size 33x22 [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 29x18
</span><span class="cx">                 text run at (2,2) width 29: &quot;r2c7&quot;
</span><del>-            RenderTableCell {TD} at (252,50) size 34x22 [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (252,50) size 33x22 [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 29x18
</span><span class="cx">                 text run at (2,2) width 29: &quot;r2c8&quot;
</span><del>-            RenderTableCell {TD} at (287,50) size 33x22 [border: (1px inset #808080)] [r=2 c=8 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (286,50) size 34x22 [border: (1px inset #808080)] [r=2 c=8 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 29x18
</span><span class="cx">                 text run at (2,2) width 29: &quot;r2c9&quot;
</span><span class="cx">             RenderTableCell {TD} at (321,50) size 41x22 [border: (1px inset #808080)] [r=2 c=9 rs=1 cs=1]
</span><span class="lines">@@ -190,7 +190,7 @@
</span><span class="cx">             RenderTableCell {TD} at (448,50) size 41x22 [border: (1px inset #808080)] [r=2 c=12 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 37x18
</span><span class="cx">                 text run at (2,2) width 37: &quot;r2c13&quot;
</span><del>-            RenderTableCell {TD} at (490,50) size 42x22 [border: (1px inset #808080)] [r=2 c=13 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (490,50) size 41x22 [border: (1px inset #808080)] [r=2 c=13 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 37x18
</span><span class="cx">                 text run at (2,2) width 37: &quot;r2c14&quot;
</span><span class="cx">             RenderTableCell {TD} at (533,50) size 41x22 [border: (1px inset #808080)] [r=2 c=14 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillaothertest6expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/other/test6-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/other/test6-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/other/test6-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 31x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                 text run at (2,2) width 27: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (34,2) size 731x356 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=2]
</del><ins>+            RenderTableCell {TD} at (34,2) size 732x356 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=2]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 727x352 [bgcolor=#ADD8E6] [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 725x350
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 725x22
</span><span class="lines">@@ -35,13 +35,13 @@
</span><span class="cx">                               RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                                 text run at (2,2) width 27: &quot;Cell&quot;
</span><span class="cx">                             RenderTableCell {TD} at (34,2) size 646x288 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=2]
</span><del>-                              RenderTable {TABLE} at (2,2) size 641x284 [border: (1px outset #808080)]
-                                RenderTableSection {TBODY} at (1,1) size 639x282
-                                  RenderTableRow {TR} at (0,2) size 639x22
</del><ins>+                              RenderTable {TABLE} at (2,2) size 642x284 [border: (1px outset #808080)]
+                                RenderTableSection {TBODY} at (1,1) size 640x282
+                                  RenderTableRow {TR} at (0,2) size 640x22
</ins><span class="cx">                                     RenderTableCell {TD} at (2,2) size 31x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                                       RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                                         text run at (2,2) width 27: &quot;Cell&quot;
</span><del>-                                    RenderTableCell {TD} at (34,2) size 603x254 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=2]
</del><ins>+                                    RenderTableCell {TD} at (34,2) size 604x254 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=2]
</ins><span class="cx">                                       RenderTable {TABLE} at (2,2) size 599x250 [bgcolor=#FFA500] [border: (1px outset #808080)]
</span><span class="cx">                                         RenderTableSection {TBODY} at (1,1) size 597x248
</span><span class="cx">                                           RenderTableRow {TR} at (0,2) size 597x22
</span><span class="lines">@@ -56,13 +56,13 @@
</span><span class="cx">                                                       RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                                                         text run at (2,2) width 27: &quot;Cell&quot;
</span><span class="cx">                                                     RenderTableCell {TD} at (34,2) size 518x150 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=2]
</span><del>-                                                      RenderTable {TABLE} at (2,2) size 513x146 [bgcolor=#ADD8E6] [border: (1px outset #808080)]
-                                                        RenderTableSection {TBODY} at (1,1) size 511x144
-                                                          RenderTableRow {TR} at (0,2) size 511x22
</del><ins>+                                                      RenderTable {TABLE} at (2,2) size 514x146 [bgcolor=#ADD8E6] [border: (1px outset #808080)]
+                                                        RenderTableSection {TBODY} at (1,1) size 512x144
+                                                          RenderTableRow {TR} at (0,2) size 512x22
</ins><span class="cx">                                                             RenderTableCell {TD} at (2,2) size 31x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                                                               RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                                                                 text run at (2,2) width 27: &quot;Cell&quot;
</span><del>-                                                            RenderTableCell {TD} at (34,2) size 475x98 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=2]
</del><ins>+                                                            RenderTableCell {TD} at (34,2) size 476x98 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=2]
</ins><span class="cx">                                                               RenderTable {TABLE} at (2,2) size 471x94 [bgcolor=#90EE90] [border: (1px outset #808080)]
</span><span class="cx">                                                                 RenderTableSection {TBODY} at (1,1) size 469x92
</span><span class="cx">                                                                   RenderTableRow {TR} at (0,2) size 469x22
</span><span class="lines">@@ -89,11 +89,11 @@
</span><span class="cx">                                                                     RenderTableCell {TD} at (435,59) size 32x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span><span class="cx">                                                                       RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                                                                         text run at (2,2) width 27: &quot;Cell&quot;
</span><del>-                                                          RenderTableRow {TR} at (0,26) size 511x74
</del><ins>+                                                          RenderTableRow {TR} at (0,26) size 512x74
</ins><span class="cx">                                                             RenderTableCell {TD} at (2,52) size 31x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                                                               RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                                                                 text run at (2,2) width 27: &quot;Cell&quot;
</span><del>-                                                          RenderTableRow {TR} at (0,102) size 511x40
</del><ins>+                                                          RenderTableRow {TR} at (0,102) size 512x40
</ins><span class="cx">                                                             RenderTableCell {TD} at (2,111) size 31x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">                                                               RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                                                                 text run at (2,2) width 27: &quot;Cell&quot;
</span><span class="lines">@@ -101,7 +101,7 @@
</span><span class="cx">                                                               RenderText {#text} at (2,2) size 399x36
</span><span class="cx">                                                                 text run at (2,2) width 399: &quot;Cell, and stuff to test out table cell layout. This should be long&quot;
</span><span class="cx">                                                                 text run at (2,20) width 121: &quot;enough for testing.&quot;
</span><del>-                                                            RenderTableCell {TD} at (478,111) size 31x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+                                                            RenderTableCell {TD} at (478,111) size 32x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                                                               RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                                                                 text run at (2,2) width 27: &quot;Cell&quot;
</span><span class="cx">                                                   RenderTableRow {TR} at (0,26) size 554x126
</span><span class="lines">@@ -112,12 +112,12 @@
</span><span class="cx">                                                     RenderTableCell {TD} at (2,163) size 31x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">                                                       RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                                                         text run at (2,2) width 27: &quot;Cell&quot;
</span><del>-                                                    RenderTableCell {TD} at (34,154) size 485x40 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+                                                    RenderTableCell {TD} at (34,154) size 486x40 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                                                       RenderText {#text} at (2,2) size 473x36
</span><span class="cx">                                                         text run at (2,2) width 403: &quot;Cell, and stuff to test out table cell layout. This should be long &quot;
</span><span class="cx">                                                         text run at (404,2) width 71: &quot;enough for&quot;
</span><span class="cx">                                                         text run at (2,20) width 47: &quot;testing.&quot;
</span><del>-                                                    RenderTableCell {TD} at (520,163) size 32x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+                                                    RenderTableCell {TD} at (521,163) size 31x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                                                       RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                                                         text run at (2,2) width 27: &quot;Cell&quot;
</span><span class="cx">                                           RenderTableRow {TR} at (0,26) size 597x178
</span><span class="lines">@@ -136,19 +136,19 @@
</span><span class="cx">                                             RenderTableCell {TD} at (563,215) size 32x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span><span class="cx">                                               RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                                                 text run at (2,2) width 27: &quot;Cell&quot;
</span><del>-                                  RenderTableRow {TR} at (0,26) size 639x230
</del><ins>+                                  RenderTableRow {TR} at (0,26) size 640x230
</ins><span class="cx">                                     RenderTableCell {TD} at (2,130) size 31x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                                       RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                                         text run at (2,2) width 27: &quot;Cell&quot;
</span><del>-                                  RenderTableRow {TR} at (0,258) size 639x22
</del><ins>+                                  RenderTableRow {TR} at (0,258) size 640x22
</ins><span class="cx">                                     RenderTableCell {TD} at (2,258) size 31x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">                                       RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                                         text run at (2,2) width 27: &quot;Cell&quot;
</span><del>-                                    RenderTableCell {TD} at (34,258) size 568x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+                                    RenderTableCell {TD} at (34,258) size 569x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                                       RenderText {#text} at (2,2) size 524x18
</span><span class="cx">                                         text run at (2,2) width 403: &quot;Cell, and stuff to test out table cell layout. This should be long &quot;
</span><span class="cx">                                         text run at (404,2) width 122: &quot;enough for testing.&quot;
</span><del>-                                    RenderTableCell {TD} at (603,258) size 34x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+                                    RenderTableCell {TD} at (604,258) size 34x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                                       RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                                         text run at (2,2) width 27: &quot;Cell&quot;
</span><span class="cx">                           RenderTableRow {TR} at (0,26) size 682x264
</span><span class="lines">@@ -193,7 +193,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 524x18
</span><span class="cx">                 text run at (2,2) width 403: &quot;Cell, and stuff to test out table cell layout. This should be long &quot;
</span><span class="cx">                 text run at (404,2) width 122: &quot;enough for testing.&quot;
</span><del>-            RenderTableCell {TD} at (724,360) size 41x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (724,360) size 42x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                 text run at (2,2) width 27: &quot;Cell&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,558) size 769x19
</span><span class="lines">@@ -210,7 +210,7 @@
</span><span class="cx">             RenderTableCell {TD} at (613,2) size 76x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 35x18
</span><span class="cx">                 text run at (2,2) width 35: &quot;Cell2&quot;
</span><del>-            RenderTableCell {TD} at (690,2) size 75x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,2) size 76x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 39x18
</span><span class="cx">                 text run at (2,2) width 39: &quot;Cell 3&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x22
</span><span class="lines">@@ -220,7 +220,7 @@
</span><span class="cx">             RenderTableCell {TD} at (613,26) size 76x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 39x18
</span><span class="cx">                 text run at (2,2) width 39: &quot;Cell 5&quot;
</span><del>-            RenderTableCell {TD} at (690,26) size 75x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,26) size 76x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 39x18
</span><span class="cx">                 text run at (2,2) width 39: &quot;Cell 6&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,50) size 767x662
</span><span class="lines">@@ -628,6 +628,6 @@
</span><span class="cx">             RenderTableCell {TD} at (613,370) size 76x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;8&quot;
</span><del>-            RenderTableCell {TD} at (690,370) size 75x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (690,370) size 76x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;9&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillaotherwa_table_thtd_rowspanexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -565,7 +565,7 @@
</span><span class="cx">               RenderTableCell {TD} at (245,2) size 37x22 [bgcolor=#EE82EE] [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 4&quot;
</span><del>-              RenderTableCell {TD} at (283,2) size 36x22 [bgcolor=#EE82EE] [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (283,2) size 37x22 [bgcolor=#EE82EE] [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 5&quot;
</span><span class="cx">               RenderTableCell {TD} at (321,2) size 36x22 [bgcolor=#EE82EE] [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</span><span class="lines">@@ -596,7 +596,7 @@
</span><span class="cx">               RenderTableCell {TD} at (245,26) size 37x22 [bgcolor=#EE82EE] [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 4&quot;
</span><del>-              RenderTableCell {TD} at (283,26) size 36x22 [bgcolor=#EE82EE] [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (283,26) size 37x22 [bgcolor=#EE82EE] [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 5&quot;
</span><span class="cx">               RenderTableCell {TD} at (321,26) size 36x22 [bgcolor=#EE82EE] [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</span><span class="lines">@@ -633,7 +633,7 @@
</span><span class="cx">               RenderTableCell {TD} at (245,50) size 37x22 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 4&quot;
</span><del>-              RenderTableCell {TD} at (283,50) size 36x22 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (283,50) size 37x22 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 5&quot;
</span><span class="cx">               RenderTableCell {TD} at (321,50) size 36x22 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</span><span class="lines">@@ -664,7 +664,7 @@
</span><span class="cx">               RenderTableCell {TD} at (245,74) size 37x22 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=3 c=5 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 4&quot;
</span><del>-              RenderTableCell {TD} at (283,74) size 36x22 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=3 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (283,74) size 37x22 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=3 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 5&quot;
</span><span class="cx">               RenderTableCell {TD} at (321,74) size 36x22 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=3 c=7 rs=1 cs=1]
</span><span class="lines">@@ -695,7 +695,7 @@
</span><span class="cx">               RenderTableCell {TD} at (245,98) size 37x22 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=4 c=5 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 4&quot;
</span><del>-              RenderTableCell {TD} at (283,98) size 36x22 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=4 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (283,98) size 37x22 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=4 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 5&quot;
</span><span class="cx">               RenderTableCell {TD} at (321,98) size 36x22 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=4 c=7 rs=1 cs=1]
</span><span class="lines">@@ -726,7 +726,7 @@
</span><span class="cx">               RenderTableCell {TD} at (245,122) size 37x22 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=5 c=5 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 4&quot;
</span><del>-              RenderTableCell {TD} at (283,122) size 36x22 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=5 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (283,122) size 37x22 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=5 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 5&quot;
</span><span class="cx">               RenderTableCell {TD} at (321,122) size 36x22 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=5 c=7 rs=1 cs=1]
</span><span class="lines">@@ -757,7 +757,7 @@
</span><span class="cx">               RenderTableCell {TD} at (245,146) size 37x22 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=6 c=5 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 4&quot;
</span><del>-              RenderTableCell {TD} at (283,146) size 36x22 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=6 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (283,146) size 37x22 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=6 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 5&quot;
</span><span class="cx">               RenderTableCell {TD} at (321,146) size 36x22 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=6 c=7 rs=1 cs=1]
</span><span class="lines">@@ -794,7 +794,7 @@
</span><span class="cx">               RenderTableCell {TD} at (245,170) size 37x22 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=7 c=5 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 4&quot;
</span><del>-              RenderTableCell {TD} at (283,170) size 36x22 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=7 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (283,170) size 37x22 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=7 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 5&quot;
</span><span class="cx">               RenderTableCell {TD} at (321,170) size 36x22 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=7 c=7 rs=1 cs=1]
</span><span class="lines">@@ -825,7 +825,7 @@
</span><span class="cx">               RenderTableCell {TD} at (245,194) size 37x22 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=8 c=5 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 4&quot;
</span><del>-              RenderTableCell {TD} at (283,194) size 36x22 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=8 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (283,194) size 37x22 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=8 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 5&quot;
</span><span class="cx">               RenderTableCell {TD} at (321,194) size 36x22 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=8 c=7 rs=1 cs=1]
</span><span class="lines">@@ -856,7 +856,7 @@
</span><span class="cx">               RenderTableCell {TD} at (245,218) size 37x22 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=9 c=5 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 4&quot;
</span><del>-              RenderTableCell {TD} at (283,218) size 36x22 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=9 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (283,218) size 37x22 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=9 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                   text run at (2,2) width 32: &quot;col 5&quot;
</span><span class="cx">               RenderTableCell {TD} at (321,218) size 36x22 [bgcolor=#ADD8E6] [border: (1px inset #808080)] [r=9 c=7 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillaotherwa_table_tr_alignexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -201,7 +201,7 @@
</span><span class="cx">               text run at (61,0) width 224: &quot;Horizontal Row Alignment=LEFT&quot;
</span><span class="cx">           RenderTableSection {TBODY} at (1,19) size 345x126
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 345x22
</span><del>-              RenderTableCell {TH} at (2,2) size 112x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TH} at (2,2) size 113x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 76x18
</span><span class="cx">                   text run at (2,2) width 76: &quot;row head 1&quot;
</span><span class="cx">               RenderTableCell {TH} at (116,2) size 113x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -211,7 +211,7 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 76x18
</span><span class="cx">                   text run at (2,2) width 76: &quot;row head 3&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,26) size 345x22
</span><del>-              RenderTableCell {TD} at (2,26) size 112x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,26) size 113x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 68x18
</span><span class="cx">                   text run at (2,2) width 68: &quot;row data 1&quot;
</span><span class="cx">               RenderTableCell {TD} at (116,26) size 113x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugs97619expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,139) size 784x153 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x151
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x147
</span><del>-            RenderTableCell {TD} at (2,2) size 25x147 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 24x147 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x72
</span><span class="cx">                 text run at (2,2) width 15: &quot;aa&quot;
</span><span class="cx">                 text run at (2,20) width 16: &quot;bb&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug1010expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -81,13 +81,13 @@
</span><span class="cx">             RenderTableCell {TD} at (672,2) size 54x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 34x18
</span><span class="cx">                 text run at (2,2) width 34: &quot;foo 1&quot;
</span><del>-            RenderTableCell {TD} at (727,2) size 53x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (727,2) size 54x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 34x18
</span><span class="cx">                 text run at (2,2) width 34: &quot;foo 2&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x230
</span><span class="cx">             RenderTableCell {TD} at (672,130) size 54x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 37x18
</span><span class="cx">                 text run at (2,2) width 37: &quot;Foo 3&quot;
</span><del>-            RenderTableCell {TD} at (727,130) size 53x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (727,130) size 54x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 37x18
</span><span class="cx">                 text run at (2,2) width 37: &quot;Foo 4&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug10552expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -93,7 +93,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 205x30 [border: (7px double #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 8x18
</span><span class="cx">                 text run at (8,8) width 8: &quot;1&quot;
</span><del>-            RenderTableCell {TD} at (204,0) size 165x30 [border: (7px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (205,0) size 164x30 [border: (7px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,8) size 8x18
</span><span class="cx">                 text run at (4,8) width 8: &quot;2&quot;
</span><span class="cx">             RenderTableCell {TD} at (369,0) size 195x30 [border: (7px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
</span><span class="lines">@@ -103,7 +103,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,30) size 205x26 [border: (3px inset #0000FF)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (8,4) size 8x18
</span><span class="cx">                 text run at (8,4) width 8: &quot;4&quot;
</span><del>-            RenderTableCell {TD} at (204,30) size 165x26 [border: (3px double #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (205,30) size 164x26 [border: (3px double #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 8x18
</span><span class="cx">                 text run at (4,4) width 8: &quot;5&quot;
</span><span class="cx">             RenderTableCell {TD} at (369,30) size 195x26 [border: (3px solid #FF0000)] [r=1 c=2 rs=1 cs=1]
</span><span class="lines">@@ -113,7 +113,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,56) size 205x29 [border: (3px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (8,4) size 8x18
</span><span class="cx">                 text run at (8,4) width 8: &quot;7&quot;
</span><del>-            RenderTableCell {TD} at (204,56) size 165x29 [border: (3px inset #0000FF)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (205,56) size 164x29 [border: (3px inset #0000FF)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 8x18
</span><span class="cx">                 text run at (4,4) width 8: &quot;8&quot;
</span><span class="cx">             RenderTableCell {TD} at (369,56) size 195x29 [border: (3px double #000000)] [r=2 c=2 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug1128expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx">             RenderTableCell {TH} at (150,2) size 100x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (28,2) size 42x18
</span><span class="cx">                 text run at (28,2) width 42: &quot;Three&quot;
</span><del>-            RenderTableCell {TH} at (251,2) size 95x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (251,2) size 96x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (30,2) size 35x18
</span><span class="cx">                 text run at (30,2) width 35: &quot;Four&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 348x22
</span><span class="lines">@@ -60,6 +60,6 @@
</span><span class="cx">             RenderTableCell {TD} at (150,26) size 100x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;Blue&quot;
</span><del>-            RenderTableCell {TD} at (251,26) size 95x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (251,26) size 96x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x18
</span><span class="cx">                 text run at (2,2) width 40: &quot;Green&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug1164expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1164-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1164-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1164-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,29 +10,29 @@
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 390x84
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 390x56
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 269x56 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><del>-              RenderTable {TABLE} at (2,2) size 81x52 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 79x50
-                  RenderTableRow {TR} at (0,2) size 79x22
-                    RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (2,2) size 80x52 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 78x50
+                  RenderTableRow {TR} at (0,2) size 78x22
+                    RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                         text run at (2,2) width 32: &quot;hello&quot;
</span><del>-                    RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                         text run at (2,2) width 32: &quot;hello&quot;
</span><del>-                  RenderTableRow {TR} at (0,26) size 79x22
-                    RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableRow {TR} at (0,26) size 78x22
+                    RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                         text run at (2,2) width 32: &quot;hello&quot;
</span><del>-                    RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                         text run at (2,2) width 32: &quot;hello&quot;
</span><del>-            RenderTableCell {TD} at (272,19) size 116x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (272,19) size 117x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;hello&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,60) size 390x22
</span><span class="cx">             RenderTableCell {TD} at (2,60) size 269x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;hello&quot;
</span><del>-            RenderTableCell {TD} at (272,60) size 116x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (272,60) size 117x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;hello&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug128876expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug128876-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug128876-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug128876-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 762x4
-        RenderTableSection {TBODY} at (0,0) size 762x4
-          RenderTableRow {TR} at (0,0) size 762x2
-            RenderTableCell {TD} at (0,0) size 762x2 [r=0 c=0 rs=1 cs=3]
-          RenderTableRow {TR} at (0,2) size 762x2
</del><ins>+      RenderTable {TABLE} at (0,0) size 761x4
+        RenderTableSection {TBODY} at (0,0) size 761x4
+          RenderTableRow {TR} at (0,0) size 761x2
+            RenderTableCell {TD} at (0,0) size 761x2 [r=0 c=0 rs=1 cs=3]
+          RenderTableRow {TR} at (0,2) size 761x2
</ins><span class="cx">             RenderTableCell {TD} at (0,2) size 170x2 [r=1 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (170,2) size 386x2 [r=1 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (555,2) size 207x2 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (170,2) size 385x2 [r=1 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (555,2) size 206x2 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug140071expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -64,7 +64,7 @@
</span><span class="cx">                         text run at (0,252) width 296: &quot;# # # # # # # # # # # # # # # # # # # # # # # # #&quot;
</span><span class="cx">                         text run at (0,270) width 296: &quot;# # # # # # # # # # # # # # # # # # # # # # # # #&quot;
</span><span class="cx">                         text run at (0,288) width 236: &quot;# # # # # # # # # # # # # # # # # # # #&quot;
</span><del>-            RenderTableCell {TD} at (534,0) size 235x324 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (534,0) size 236x324 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (0,0) size 235x324
</span><span class="cx">                 RenderTableSection {THEAD} at (0,0) size 235x18
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 235x18
</span><span class="lines">@@ -93,7 +93,7 @@
</span><span class="cx">                         text run at (0,252) width 230: &quot;! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !&quot;
</span><span class="cx">                         text run at (0,270) width 230: &quot;! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !&quot;
</span><span class="cx">                         text run at (0,288) width 192: &quot;! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !&quot;
</span><del>-            RenderTableCell {TD} at (768,0) size 1x0 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (769,0) size 0x0 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">           RenderTableRow {TR} at (0,324) size 769x324
</span><span class="cx">             RenderTableCell {TD} at (0,324) size 235x324 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderTable {TABLE} at (0,0) size 235x324
</span><span class="lines">@@ -153,7 +153,7 @@
</span><span class="cx">                         text run at (0,252) width 296: &quot;# # # # # # # # # # # # # # # # # # # # # # # # #&quot;
</span><span class="cx">                         text run at (0,270) width 296: &quot;# # # # # # # # # # # # # # # # # # # # # # # # #&quot;
</span><span class="cx">                         text run at (0,288) width 236: &quot;# # # # # # # # # # # # # # # # # # # #&quot;
</span><del>-            RenderTableCell {TD} at (534,324) size 235x324 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (534,324) size 236x324 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (0,0) size 235x324
</span><span class="cx">                 RenderTableSection {THEAD} at (0,0) size 235x18
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 235x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug140072expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -33,13 +33,13 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 6x18
</span><span class="cx">                   text run at (2,2) width 6: &quot;-&quot;
</span><span class="cx">               RenderTableCell {TD} at (512,0) size 92x430 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</span><del>-                RenderTable {TABLE} at (2,2) size 88x408 [color=#000000]
-                  RenderTableSection {TBODY} at (0,0) size 88x408
-                    RenderTableRow {TR} at (0,0) size 88x408
</del><ins>+                RenderTable {TABLE} at (2,2) size 87x408 [color=#000000]
+                  RenderTableSection {TBODY} at (0,0) size 87x408
+                    RenderTableRow {TR} at (0,0) size 87x408
</ins><span class="cx">                       RenderTableCell {TD} at (0,0) size 18x26 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                         RenderText {#text} at (1,1) size 16x24
</span><span class="cx">                           text run at (1,1) width 16: &quot;1.&quot;
</span><del>-                      RenderTableCell {TD} at (17,0) size 71x408 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (17,0) size 70x408 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderTable {TABLE} at (1,1) size 68x406 [color=#000000]
</span><span class="cx">                           RenderTableSection {TBODY} at (0,0) size 68x406 [bgcolor=#FFFF00]
</span><span class="cx">                             RenderTableRow {TR} at (0,0) size 68x406
</span><span class="lines">@@ -74,7 +74,7 @@
</span><span class="cx">                                     text run at (0,0) width 33: &quot;Lock&quot;
</span><span class="cx">                                     text run at (0,18) width 52: &quot;doors &amp;&quot;
</span><span class="cx">                                     text run at (0,36) width 28: &quot;hide&quot;
</span><del>-                RenderBlock (anonymous) at (2,410) size 88x18
</del><ins>+                RenderBlock (anonymous) at (2,410) size 87x18
</ins><span class="cx">                   RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">             RenderTableRow {TR} at (0,430) size 604x274
</span><span class="cx">               RenderTableCell {TD} at (0,430) size 89x202 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="lines">@@ -230,13 +230,13 @@
</span><span class="cx">                                     text run at (0,18) width 47: &quot;reserve&quot;
</span><span class="cx">                                     text run at (0,36) width 30: &quot;food&quot;
</span><span class="cx">               RenderTableCell {TD} at (512,430) size 92x274 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</span><del>-                RenderTable {TABLE} at (2,2) size 88x270 [color=#000000]
-                  RenderTableSection {TBODY} at (0,0) size 88x270
-                    RenderTableRow {TR} at (0,0) size 88x270
</del><ins>+                RenderTable {TABLE} at (2,2) size 87x270 [color=#000000]
+                  RenderTableSection {TBODY} at (0,0) size 87x270
+                    RenderTableRow {TR} at (0,0) size 87x270
</ins><span class="cx">                       RenderTableCell {TD} at (0,0) size 18x26 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                         RenderText {#text} at (1,1) size 16x24
</span><span class="cx">                           text run at (1,1) width 16: &quot;8.&quot;
</span><del>-                      RenderTableCell {TD} at (17,0) size 71x270 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (17,0) size 70x270 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderTable {TABLE} at (1,1) size 68x268 [color=#000000]
</span><span class="cx">                           RenderTableSection {TBODY} at (0,0) size 68x268 [bgcolor=#FFFF00]
</span><span class="cx">                             RenderTableRow {TR} at (0,0) size 68x268
</span><span class="lines">@@ -360,16 +360,16 @@
</span><span class="cx">                         RenderText {#text} at (1,1) size 27x24
</span><span class="cx">                           text run at (1,1) width 27: &quot;12.&quot;
</span><span class="cx">                       RenderTableCell {TD} at (28,0) size 53x92 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
</span><del>-                        RenderTable {TABLE} at (1,1) size 51x90 [color=#000000]
-                          RenderTableSection {TBODY} at (0,0) size 51x90 [bgcolor=#FFFF00]
-                            RenderTableRow {TR} at (0,0) size 51x90
-                              RenderTableCell {TD} at (0,0) size 51x90 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
-                                RenderBlock {P} at (1,1) size 49x54
</del><ins>+                        RenderTable {TABLE} at (1,1) size 50x90 [color=#000000]
+                          RenderTableSection {TBODY} at (0,0) size 50x90 [bgcolor=#FFFF00]
+                            RenderTableRow {TR} at (0,0) size 50x90
+                              RenderTableCell {TD} at (0,0) size 50x90 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+                                RenderBlock {P} at (1,1) size 48x54
</ins><span class="cx">                                   RenderText {#text} at (0,0) size 48x54
</span><span class="cx">                                     text run at (0,0) width 32: &quot;Grab&quot;
</span><span class="cx">                                     text run at (0,18) width 34: &quot;latest&quot;
</span><span class="cx">                                     text run at (0,36) width 48: &quot;mozilla&quot;
</span><del>-                                RenderBlock {P} at (1,71) size 49x18
</del><ins>+                                RenderBlock {P} at (1,71) size 48x18
</ins><span class="cx">                                   RenderText {#text} at (0,0) size 40x18
</span><span class="cx">                                     text run at (0,0) width 40: &quot;Test it&quot;
</span><span class="cx">               RenderTableCell {TD} at (341,704) size 85x96 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</span><span class="lines">@@ -380,16 +380,16 @@
</span><span class="cx">                         RenderText {#text} at (1,1) size 27x24
</span><span class="cx">                           text run at (1,1) width 27: &quot;13.&quot;
</span><span class="cx">                       RenderTableCell {TD} at (28,0) size 53x92 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
</span><del>-                        RenderTable {TABLE} at (1,1) size 51x90 [color=#000000]
-                          RenderTableSection {TBODY} at (0,0) size 51x90 [bgcolor=#FFFF00]
-                            RenderTableRow {TR} at (0,0) size 51x90
-                              RenderTableCell {TD} at (0,0) size 51x90 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
-                                RenderBlock {P} at (1,1) size 49x54
</del><ins>+                        RenderTable {TABLE} at (1,1) size 50x90 [color=#000000]
+                          RenderTableSection {TBODY} at (0,0) size 50x90 [bgcolor=#FFFF00]
+                            RenderTableRow {TR} at (0,0) size 50x90
+                              RenderTableCell {TD} at (0,0) size 50x90 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+                                RenderBlock {P} at (1,1) size 48x54
</ins><span class="cx">                                   RenderText {#text} at (0,0) size 48x54
</span><span class="cx">                                     text run at (0,0) width 32: &quot;Grab&quot;
</span><span class="cx">                                     text run at (0,18) width 34: &quot;latest&quot;
</span><span class="cx">                                     text run at (0,36) width 48: &quot;mozilla&quot;
</span><del>-                                RenderBlock {P} at (1,71) size 49x18
</del><ins>+                                RenderBlock {P} at (1,71) size 48x18
</ins><span class="cx">                                   RenderText {#text} at (0,0) size 40x18
</span><span class="cx">                                     text run at (0,0) width 40: &quot;Test it&quot;
</span><span class="cx">               RenderTableCell {TD} at (425,704) size 88x96 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</span><span class="lines">@@ -413,13 +413,13 @@
</span><span class="cx">                                   RenderText {#text} at (0,0) size 40x18
</span><span class="cx">                                     text run at (0,0) width 40: &quot;Test it&quot;
</span><span class="cx">               RenderTableCell {TD} at (512,704) size 92x290 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</span><del>-                RenderTable {TABLE} at (2,2) size 88x286 [color=#000000]
-                  RenderTableSection {TBODY} at (0,0) size 88x286
-                    RenderTableRow {TR} at (0,0) size 88x286
</del><ins>+                RenderTable {TABLE} at (2,2) size 87x286 [color=#000000]
+                  RenderTableSection {TBODY} at (0,0) size 87x286
+                    RenderTableRow {TR} at (0,0) size 87x286
</ins><span class="cx">                       RenderTableCell {TD} at (0,0) size 29x26 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                         RenderText {#text} at (1,1) size 27x24
</span><span class="cx">                           text run at (1,1) width 27: &quot;15.&quot;
</span><del>-                      RenderTableCell {TD} at (28,0) size 60x286 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (28,0) size 59x286 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                         RenderTable {TABLE} at (1,1) size 57x284 [color=#000000]
</span><span class="cx">                           RenderTableSection {TBODY} at (0,0) size 57x284 [bgcolor=#FFFF00]
</span><span class="cx">                             RenderTableRow {TR} at (0,0) size 57x284
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug1647expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1647-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1647-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1647-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,39 +3,39 @@
</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 [bgcolor=#FFFFFF]
</span><del>-      RenderTable {TABLE} at (0,0) size 599x581
-        RenderTableSection {TBODY} at (0,0) size 599x581
-          RenderTableRow {TR} at (0,0) size 599x234
-            RenderTableCell {TD} at (0,0) size 153x18 [bgcolor=#CCCC9C] [r=0 c=0 rs=2 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 598x581
+        RenderTableSection {TBODY} at (0,0) size 598x581
+          RenderTableRow {TR} at (0,0) size 598x234
+            RenderTableCell {TD} at (0,0) size 152x18 [bgcolor=#CCCC9C] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 96x18
</span><span class="cx">                 text run at (0,0) width 96: &quot;xxxxxxxxxxxx&quot;
</span><span class="cx">               RenderBR {BR} at (96,14) size 0x0
</span><del>-            RenderTableCell {TD} at (152,0) size 4x36 [bgcolor=#D3D3D3] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (152,0) size 3x36 [bgcolor=#D3D3D3] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {HR} at (0,8) size 3x2 [border: (1px inset #000000)]
</span><del>-              RenderBlock (anonymous) at (0,18) size 4x18
</del><ins>+              RenderBlock (anonymous) at (0,18) size 3x18
</ins><span class="cx">                 RenderBR {BR} at (0,0) size 0x18
</span><del>-            RenderTableCell {TD} at (155,0) size 92x108 [bgcolor=#FFA500] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (155,0) size 91x108 [bgcolor=#FFA500] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {HR} at (0,8) size 91x2 [border: (1px inset #000000)]
</span><del>-              RenderBlock (anonymous) at (0,18) size 92x18
</del><ins>+              RenderBlock (anonymous) at (0,18) size 91x18
</ins><span class="cx">                 RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">               RenderBlock {HR} at (0,44) size 91x2 [border: (1px inset #000000)]
</span><del>-              RenderBlock (anonymous) at (0,54) size 92x18
</del><ins>+              RenderBlock (anonymous) at (0,54) size 91x18
</ins><span class="cx">                 RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">               RenderBlock {HR} at (0,80) size 91x2 [border: (1px inset #000000)]
</span><del>-              RenderBlock (anonymous) at (0,90) size 92x18
</del><ins>+              RenderBlock (anonymous) at (0,90) size 91x18
</ins><span class="cx">                 RenderBR {BR} at (0,0) size 0x18
</span><del>-          RenderTableRow {TR} at (0,234) size 599x56
-            RenderTableCell {TD} at (152,234) size 447x56 [r=1 c=1 rs=1 cs=5]
</del><ins>+          RenderTableRow {TR} at (0,234) size 598x56
+            RenderTableCell {TD} at (152,234) size 446x56 [r=1 c=1 rs=1 cs=5]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 446x56
</span><span class="cx">               RenderBR {BR} at (446,56) size 0x0
</span><del>-          RenderTableRow {TR} at (0,290) size 599x118
-            RenderTableCell {TD} at (0,290) size 153x291 [r=2 c=0 rs=2 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,290) size 598x118
+            RenderTableCell {TD} at (0,290) size 152x291 [r=2 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 152x291
</span><span class="cx">               RenderBR {BR} at (152,291) size 0x0
</span><del>-            RenderTableCell {TD} at (152,290) size 447x118 [r=2 c=1 rs=1 cs=5]
</del><ins>+            RenderTableCell {TD} at (152,290) size 446x118 [r=2 c=1 rs=1 cs=5]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 446x118
</span><span class="cx">               RenderBR {BR} at (446,118) size 0x0
</span><del>-          RenderTableRow {TR} at (0,408) size 599x173
-            RenderTableCell {TD} at (152,408) size 447x173 [r=3 c=1 rs=1 cs=5]
</del><ins>+          RenderTableRow {TR} at (0,408) size 598x173
+            RenderTableCell {TD} at (152,408) size 446x173 [r=3 c=1 rs=1 cs=5]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 446x173
</span><span class="cx">               RenderBR {BR} at (446,173) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug1725expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,48 +3,48 @@
</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 601x280 [bgcolor=#FFC0CB]
-        RenderTableSection {TBODY} at (0,0) size 601x280
-          RenderTableRow {TR} at (0,0) size 601x18
</del><ins>+      RenderTable {TABLE} at (0,0) size 600x280 [bgcolor=#FFC0CB]
+        RenderTableSection {TBODY} at (0,0) size 600x280
+          RenderTableRow {TR} at (0,0) size 600x18
</ins><span class="cx">             RenderTableCell {TD} at (0,0) size 601x18 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=3]
</span><span class="cx">               RenderText {#text} at (0,0) size 8x18
</span><span class="cx">                 text run at (0,0) width 8: &quot;1&quot;
</span><del>-          RenderTableRow {TR} at (0,18) size 601x18
</del><ins>+          RenderTableRow {TR} at (0,18) size 600x18
</ins><span class="cx">             RenderTableCell {TD} at (0,18) size 601x18 [bgcolor=#FF0000] [r=1 c=0 rs=1 cs=3]
</span><span class="cx">               RenderText {#text} at (0,0) size 8x18
</span><span class="cx">                 text run at (0,0) width 8: &quot;2&quot;
</span><del>-          RenderTableRow {TR} at (0,36) size 601x0
</del><ins>+          RenderTableRow {TR} at (0,36) size 600x0
</ins><span class="cx">             RenderTableCell {TD} at (0,36) size 156x18 [bgcolor=#00FFFF] [r=2 c=0 rs=40 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 8x18
</span><span class="cx">                 text run at (0,0) width 8: &quot;3&quot;
</span><del>-          RenderTableRow {TR} at (0,36) size 601x28
</del><ins>+          RenderTableRow {TR} at (0,36) size 600x28
</ins><span class="cx">             RenderTableCell {TD} at (155,36) size 446x28 [bgcolor=#FFA500] [r=3 c=1 rs=1 cs=1]
</span><del>-              RenderTable {TABLE} at (0,0) size 441x28
-                RenderTableSection {TBODY} at (0,0) size 441x28
-                  RenderTableRow {TR} at (0,2) size 441x24
-                    RenderTableCell {TD} at (2,2) size 218x24 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (0,0) size 440x28
+                RenderTableSection {TBODY} at (0,0) size 440x28
+                  RenderTableRow {TR} at (0,2) size 440x24
+                    RenderTableCell {TD} at (2,2) size 217x24 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderButton {INPUT} at (3,3) size 96x18 [bgcolor=#C0C0C0]
</span><span class="cx">                         RenderBlock (anonymous) at (8,2) size 80x13
</span><span class="cx">                           RenderText at (0,0) size 80x13
</span><span class="cx">                             text run at (0,0) width 80: &quot;Submit Criteria&quot;
</span><del>-                    RenderTableCell {TD} at (221,4) size 218x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (221,4) size 217x20 [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;4&quot;
</span><del>-          RenderTableRow {TR} at (0,64) size 601x18
</del><ins>+          RenderTableRow {TR} at (0,64) size 600x18
</ins><span class="cx">             RenderTableCell {TD} at (155,64) size 446x18 [bgcolor=#FF0000] [r=4 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 8x18
</span><span class="cx">                 text run at (0,0) width 8: &quot;5&quot;
</span><del>-          RenderTableRow {TR} at (0,82) size 601x36
</del><ins>+          RenderTableRow {TR} at (0,82) size 600x36
</ins><span class="cx">             RenderTableCell {TD} at (155,82) size 446x36 [bgcolor=#FFFF00] [r=5 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 436x36
</span><span class="cx">                 text run at (0,0) width 263: &quot;If you have entered your feature criteria, &quot;
</span><span class="cx">                 text run at (262,0) width 174: &quot;press the \&quot;Submit Criteria\&quot;&quot;
</span><span class="cx">                 text run at (0,18) width 88: &quot;button above.&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 601x18
</del><ins>+          RenderTableRow {TR} at (0,118) size 600x18
</ins><span class="cx">             RenderTableCell {TD} at (155,118) size 446x18 [bgcolor=#D3D3D3] [r=6 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 8x18
</span><span class="cx">                 text run at (0,0) width 8: &quot;6&quot;
</span><del>-          RenderTableRow {TR} at (0,136) size 601x54
</del><ins>+          RenderTableRow {TR} at (0,136) size 600x54
</ins><span class="cx">             RenderTableCell {TD} at (155,136) size 446x54 [r=7 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 433x54
</span><span class="cx">                 text run at (0,0) width 267: &quot;If you want to do a radius search instead, &quot;
</span><span class="lines">@@ -53,11 +53,11 @@
</span><span class="cx">                 text run at (48,18) width 287: &quot;This will allow you to select a starting point &quot;
</span><span class="cx">                 text run at (334,18) width 71: &quot;and enter a&quot;
</span><span class="cx">                 text run at (0,36) width 204: &quot;radius with new feature criteria.&quot;
</span><del>-          RenderTableRow {TR} at (0,190) size 601x18
</del><ins>+          RenderTableRow {TR} at (0,190) size 600x18
</ins><span class="cx">             RenderTableCell {TD} at (155,190) size 446x18 [r=8 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 4x18
</span><span class="cx">                 text run at (0,0) width 4: &quot; &quot;
</span><del>-          RenderTableRow {TR} at (0,208) size 601x72
</del><ins>+          RenderTableRow {TR} at (0,208) size 600x72
</ins><span class="cx">             RenderTableCell {TD} at (155,208) size 446x72 [r=9 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 419x72
</span><span class="cx">                 text run at (0,0) width 419: &quot;All information provided is deemed reliable but is not guaranteed&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug17826expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">             RenderTableCell {TD} at (481,2) size 151x22 [border: (1px solid #FF0000)] [r=0 c=7 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 4x18
</span><span class="cx">                 text run at (2,2) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (633,2) size 147x22 [border: (1px solid #FF0000)] [r=0 c=8 rs=2 cs=1]
</del><ins>+            RenderTableCell {TD} at (633,2) size 148x22 [border: (1px solid #FF0000)] [r=0 c=8 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 4x18
</span><span class="cx">                 text run at (2,2) width 4: &quot; &quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 782x22
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 76x18
</span><span class="cx">                 text run at (2,2) width 76: &quot;Search Tips&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,50) size 782x22
</span><del>-            RenderTableCell {TD} at (2,50) size 778x22 [border: (1px solid #FF0000)] [r=2 c=0 rs=1 cs=9]
</del><ins>+            RenderTableCell {TD} at (2,50) size 779x22 [border: (1px solid #FF0000)] [r=2 c=0 rs=1 cs=9]
</ins><span class="cx">               RenderText {#text} at (2,2) size 4x18
</span><span class="cx">                 text run at (2,2) width 4: &quot; &quot;
</span><span class="cx">       RenderBlock {P} at (0,92) size 784x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug21518expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,2) size 165x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 42x18
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell B&quot;
</span><del>-            RenderTableCell {TD} at (334,2) size 162x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,2) size 163x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x18
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell C&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 498x22
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,26) size 165x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 41x18
</span><span class="cx">                 text run at (2,2) width 41: &quot;Cell E&quot;
</span><del>-            RenderTableCell {TD} at (334,26) size 162x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,26) size 163x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x18
</span><span class="cx">                 text run at (2,2) width 40: &quot;Cell F&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,50) size 498x22
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,50) size 165x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x18
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell H&quot;
</span><del>-            RenderTableCell {TD} at (334,50) size 162x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,50) size 163x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x18
</span><span class="cx">                 text run at (2,2) width 36: &quot;Cell I&quot;
</span><span class="cx">       RenderBlock {HR} at (0,218) size 784x3 [border: (1px inset #000000)]
</span><span class="lines">@@ -68,7 +68,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,2) size 165x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 42x18
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell B&quot;
</span><del>-            RenderTableCell {TD} at (334,2) size 162x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,2) size 163x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x18
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell C&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 498x22
</span><span class="lines">@@ -78,7 +78,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,26) size 165x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 41x18
</span><span class="cx">                 text run at (2,2) width 41: &quot;Cell E&quot;
</span><del>-            RenderTableCell {TD} at (334,26) size 162x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,26) size 163x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x18
</span><span class="cx">                 text run at (2,2) width 40: &quot;Cell F&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,50) size 498x22
</span><span class="lines">@@ -88,7 +88,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,50) size 165x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x18
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell H&quot;
</span><del>-            RenderTableCell {TD} at (334,50) size 162x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,50) size 163x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x18
</span><span class="cx">                 text run at (2,2) width 36: &quot;Cell I&quot;
</span><span class="cx">       RenderBlock {HR} at (0,421) size 784x3 [border: (1px inset #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug22122expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,2) size 165x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 42x18
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell B&quot;
</span><del>-            RenderTableCell {TD} at (334,2) size 162x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,2) size 163x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x18
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell C&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 498x22
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,26) size 165x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 41x18
</span><span class="cx">                 text run at (2,2) width 41: &quot;Cell E&quot;
</span><del>-            RenderTableCell {TD} at (334,26) size 162x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,26) size 163x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x18
</span><span class="cx">                 text run at (2,2) width 40: &quot;Cell F&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,50) size 498x22
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,50) size 165x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x18
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell H&quot;
</span><del>-            RenderTableCell {TD} at (334,50) size 162x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,50) size 163x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x18
</span><span class="cx">                 text run at (2,2) width 36: &quot;Cell I&quot;
</span><span class="cx">       RenderBlock {HR} at (0,218) size 769x3 [border: (1px inset #000000)]
</span><span class="lines">@@ -70,7 +70,7 @@
</span><span class="cx">             RenderTableCell {TD} at (159,2) size 183x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 50x18
</span><span class="cx">                 text run at (2,2) width 50: &quot;Cell_ B&quot;
</span><del>-            RenderTableCell {TD} at (343,2) size 153x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (343,2) size 154x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x18
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell C&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 498x22
</span><span class="lines">@@ -80,7 +80,7 @@
</span><span class="cx">             RenderTableCell {TD} at (159,26) size 183x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 49x18
</span><span class="cx">                 text run at (2,2) width 49: &quot;Cell_ E&quot;
</span><del>-            RenderTableCell {TD} at (343,26) size 153x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (343,26) size 154x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x18
</span><span class="cx">                 text run at (2,2) width 40: &quot;Cell F&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,50) size 498x22
</span><span class="lines">@@ -90,7 +90,7 @@
</span><span class="cx">             RenderTableCell {TD} at (159,50) size 183x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 51x18
</span><span class="cx">                 text run at (2,2) width 51: &quot;Cell_ H&quot;
</span><del>-            RenderTableCell {TD} at (343,50) size 153x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (343,50) size 154x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x18
</span><span class="cx">                 text run at (2,2) width 36: &quot;Cell I&quot;
</span><span class="cx">       RenderBlock {H3} at (0,447) size 769x23
</span><span class="lines">@@ -114,7 +114,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,2) size 165x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 42x18
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell B&quot;
</span><del>-            RenderTableCell {TD} at (334,2) size 162x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,2) size 163x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x18
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell C&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 498x22
</span><span class="lines">@@ -124,7 +124,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,26) size 165x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 41x18
</span><span class="cx">                 text run at (2,2) width 41: &quot;Cell E&quot;
</span><del>-            RenderTableCell {TD} at (334,26) size 162x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,26) size 163x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x18
</span><span class="cx">                 text run at (2,2) width 40: &quot;Cell F&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,50) size 498x22
</span><span class="lines">@@ -134,7 +134,7 @@
</span><span class="cx">             RenderTableCell {TD} at (168,50) size 165x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x18
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell H&quot;
</span><del>-            RenderTableCell {TD} at (334,50) size 162x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (334,50) size 163x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x18
</span><span class="cx">                 text run at (2,2) width 36: &quot;Cell I&quot;
</span><span class="cx">       RenderBlock {H3} at (0,656) size 769x23
</span><span class="lines">@@ -158,7 +158,7 @@
</span><span class="cx">             RenderTableCell {TD} at (200,2) size 101x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 42x18
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell B&quot;
</span><del>-            RenderTableCell {TD} at (302,2) size 194x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (302,2) size 195x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x18
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell C&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 498x22
</span><span class="lines">@@ -168,7 +168,7 @@
</span><span class="cx">             RenderTableCell {TD} at (200,26) size 101x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 41x18
</span><span class="cx">                 text run at (2,2) width 41: &quot;Cell E&quot;
</span><del>-            RenderTableCell {TD} at (302,26) size 194x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (302,26) size 195x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x18
</span><span class="cx">                 text run at (2,2) width 40: &quot;Cell F&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,50) size 498x22
</span><span class="lines">@@ -178,6 +178,6 @@
</span><span class="cx">             RenderTableCell {TD} at (200,50) size 101x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x18
</span><span class="cx">                 text run at (2,2) width 43: &quot;Cell H&quot;
</span><del>-            RenderTableCell {TD} at (302,50) size 194x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (302,50) size 195x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x18
</span><span class="cx">                 text run at (2,2) width 36: &quot;Cell I&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug23847expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug23847-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug23847-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug23847-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</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 346x123 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 344x121
-          RenderTableRow {TR} at (0,2) size 344x9
-            RenderTableCell {TD} at (2,41) size 127x39 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,0) size 345x123 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 343x121
+          RenderTableRow {TR} at (0,2) size 343x9
+            RenderTableCell {TD} at (2,41) size 126x39 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=2]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 122x35
</span><del>-            RenderTableCell {TD} at (130,2) size 200x9 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (130,2) size 199x9 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 195x5
</span><del>-            RenderTableCell {TD} at (331,2) size 11x117 [border: (1px inset #808080)] [r=0 c=3 rs=4 cs=1]
</del><ins>+            RenderTableCell {TD} at (331,2) size 10x117 [border: (1px inset #808080)] [r=0 c=3 rs=4 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 6x113
</span><del>-          RenderTableRow {TR} at (0,13) size 344x106
-            RenderTableCell {TD} at (130,49) size 200x34 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,13) size 343x106
+            RenderTableCell {TD} at (130,49) size 199x34 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderInline {A} at (0,0) size 195x18 [color=#0000EE]
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                 RenderImage {IMG} at (2,2) size 195x30
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug24795expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -37,8 +37,8 @@
</span><span class="cx">                 text run at (125,217) width 57: &quot;BODY {&quot;
</span><span class="cx">                 text run at (1,235) width 174: &quot;color: yellow; background:&quot;
</span><span class="cx">                 text run at (1,253) width 40: &quot;teal; }&quot;
</span><del>-          RenderTableCell {BODY} at (233,41) size 504x1344 [color=#FFFF00] [bgcolor=#008080] [border: (5px solid #FFFF00)] [r=0 c=1 rs=1 cs=1]
-            RenderBlock {H1} at (21,53) size 462x76 [border: (1px dotted #FFFF00)]
</del><ins>+          RenderTableCell {BODY} at (234,41) size 503x1344 [color=#FFFF00] [bgcolor=#008080] [border: (5px solid #FFFF00)] [r=0 c=1 rs=1 cs=1]
+            RenderBlock {H1} at (21,53) size 461x76 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 152x37
</span><span class="cx">                 text run at (1,1) width 152: &quot;Rendering &quot;
</span><span class="cx">               RenderInline {CODE} at (0,0) size 63x30
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">                   text run at (156,43) width 64: &quot;HTML&quot;
</span><span class="cx">               RenderText {#text} at (219,38) size 43x37
</span><span class="cx">                 text run at (219,38) width 43: &quot; - 2&quot;
</span><del>-            RenderBlock {P} at (21,161) size 462x38 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,161) size 461x38 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 393x18
</span><span class="cx">                 text run at (1,1) width 393: &quot;If you have any comments to make regarding this test, e-mail&quot;
</span><span class="cx">               RenderInline {A} at (0,0) size 186x18 [color=#0000EE]
</span><span class="lines">@@ -65,11 +65,11 @@
</span><span class="cx">                   text run at (1,19) width 186: &quot;py8ieh=eviltests@bath.ac.uk&quot;
</span><span class="cx">               RenderText {#text} at (186,19) size 5x18
</span><span class="cx">                 text run at (186,19) width 5: &quot;.&quot;
</span><del>-            RenderBlock {DL} at (21,215) size 462x92 [border: (1px dotted #FFFF00)]
-              RenderBlock {DT} at (1,1) size 460x18
</del><ins>+            RenderBlock {DL} at (21,215) size 461x92 [border: (1px dotted #FFFF00)]
+              RenderBlock {DT} at (1,1) size 459x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 83x18
</span><span class="cx">                   text run at (0,0) width 83: &quot;Prerequisites&quot;
</span><del>-              RenderBlock {DD} at (41,19) size 420x72
</del><ins>+              RenderBlock {DD} at (41,19) size 419x72
</ins><span class="cx">                 RenderText {#text} at (0,0) size 392x54
</span><span class="cx">                   text run at (0,0) width 392: &quot;Browsers that are subjected to this test should support the the&quot;
</span><span class="cx">                   text run at (0,18) width 388: &quot;background, padding, margin, border and color properties of&quot;
</span><span class="lines">@@ -80,14 +80,14 @@
</span><span class="cx">                 RenderText {#text} at (222,36) size 400x36
</span><span class="cx">                   text run at (222,36) width 178: &quot; property and fixed position&quot;
</span><span class="cx">                   text run at (0,54) width 109: &quot;stuff from CSS2.&quot;
</span><del>-            RenderBlock {H2} at (21,331) size 462x58 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {H2} at (21,331) size 461x58 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 439x56
</span><span class="cx">                 text run at (1,1) width 439: &quot;1. Making the BODY and the HEAD into a&quot;
</span><span class="cx">                 text run at (1,29) width 51: &quot;table&quot;
</span><del>-            RenderBlock {P} at (21,413) size 462x20 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,413) size 461x20 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 264x18
</span><span class="cx">                 text run at (1,1) width 264: &quot;This is really evil, but completely valid...&quot;
</span><del>-            RenderBlock {P} at (21,449) size 462x110 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,449) size 461x110 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 452x108
</span><span class="cx">                 text run at (1,1) width 450: &quot;This document should have two cells, side by side: one on the left, the&quot;
</span><span class="cx">                 text run at (1,19) width 452: &quot;other on the right. The one on the left should be red with white writing&quot;
</span><span class="lines">@@ -95,44 +95,44 @@
</span><span class="cx">                 text run at (1,55) width 419: &quot;by a blank line, followed by a dotted bordered box containing the&quot;
</span><span class="cx">                 text run at (1,73) width 403: &quot;document title, and another dotted bordered box containing the&quot;
</span><span class="cx">                 text run at (1,91) width 191: &quot;stylesheet, also shown below:&quot;
</span><del>-            RenderBlock {PRE} at (21,575) size 462x17 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {PRE} at (21,575) size 461x17 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 40x15
</span><span class="cx">                 text run at (1,1) width 40: &quot;  ...&quot;
</span><del>-            RenderBlock {P} at (21,608) size 462x38 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,608) size 461x38 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 419x36
</span><span class="cx">                 text run at (1,1) width 419: &quot;The dotted borders and lines and the text in the left cell should be&quot;
</span><span class="cx">                 text run at (1,19) width 40: &quot;white.&quot;
</span><del>-            RenderBlock {P} at (21,662) size 462x38 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,662) size 461x38 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 447x36
</span><span class="cx">                 text run at (1,1) width 447: &quot;The right cell should be teal, with yellow text. This paragraph you are&quot;
</span><span class="cx">                 text run at (1,19) width 255: &quot;reading now should be in this right cell.&quot;
</span><del>-            RenderBlock {P} at (21,716) size 462x20 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,716) size 461x20 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 454x18
</span><span class="cx">                 text run at (1,1) width 454: &quot;The width of the two cells is left up to the user agent to decide, I think.&quot;
</span><del>-            RenderBlock {P} at (21,752) size 462x74 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,752) size 461x74 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 443x72
</span><span class="cx">                 text run at (1,1) width 443: &quot;The right cell should look similar to the left cell in formatting -- each&quot;
</span><span class="cx">                 text run at (1,19) width 442: &quot;box of text should have a yellow dotted border, and there should be a&quot;
</span><span class="cx">                 text run at (1,37) width 420: &quot;blank line between each such box. No box should be nested -- the&quot;
</span><span class="cx">                 text run at (1,55) width 356: &quot;dotted boxes should always be distinct from each other.&quot;
</span><del>-            RenderBlock {P} at (21,842) size 462x38 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,842) size 461x38 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 417x36
</span><span class="cx">                 text run at (1,1) width 417: &quot;The cells should be the same height, and they should have grown&quot;
</span><span class="cx">                 text run at (1,19) width 229: &quot;vertically to accommodate this text.&quot;
</span><del>-            RenderBlock {P} at (21,896) size 462x56 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,896) size 461x56 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 437x54
</span><span class="cx">                 text run at (1,1) width 436: &quot;Around the whole setup should be two borders, dark green and light&quot;
</span><span class="cx">                 text run at (1,19) width 437: &quot;green. The cells should be separated from each other and from these&quot;
</span><span class="cx">                 text run at (1,37) width 230: &quot;outer borders by 1em of dark green.&quot;
</span><del>-            RenderBlock {P} at (21,968) size 462x38 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,968) size 461x38 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 446x36
</span><span class="cx">                 text run at (1,1) width 446: &quot;There should also be some alternate stylesheets set up to allow you to&quot;
</span><span class="cx">                 text run at (1,19) width 388: &quot;display the &lt;META&gt; content. This may help with diagnosis.&quot;
</span><del>-            RenderBlock {H2} at (21,1030) size 462x30 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {H2} at (21,1030) size 461x30 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 156x28
</span><span class="cx">                 text run at (1,1) width 156: &quot;Submit Results&quot;
</span><del>-            RenderBlock {FORM} at (21,1084) size 462x97 [border: (1px dotted #FFFF00)]
-              RenderBlock {P} at (1,17) size 460x63
</del><ins>+            RenderBlock {FORM} at (21,1084) size 461x97 [border: (1px dotted #FFFF00)]
+              RenderBlock {P} at (1,17) size 459x63
</ins><span class="cx">                 RenderText {#text} at (0,0) size 263x18
</span><span class="cx">                   text run at (0,0) width 263: &quot;How does your browser fare on this test?&quot;
</span><span class="cx">                 RenderMenuList {SELECT} at (2,20) size 455x18 [color=#000000] [bgcolor=#FFFFFF]
</span><span class="lines">@@ -151,14 +151,14 @@
</span><span class="cx">                     RenderText at (0,0) size 38x13
</span><span class="cx">                       text run at (0,0) width 38: &quot;Submit&quot;
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderBlock {HR} at (21,1197) size 462x2 [border: (1px dotted #FFFF00)]
-            RenderBlock {P} at (21,1215) size 462x20 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {HR} at (21,1197) size 461x2 [border: (1px dotted #FFFF00)]
+            RenderBlock {P} at (21,1215) size 461x20 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderInline {A} at (0,0) size 162x18 [color=#0000EE]
</span><span class="cx">                 RenderText {#text} at (1,1) size 162x18
</span><span class="cx">                   text run at (1,1) width 162: &quot;Up to the Evil Tests Page&quot;
</span><span class="cx">               RenderText {#text} at (162,1) size 5x18
</span><span class="cx">                 text run at (162,1) width 5: &quot;.&quot;
</span><del>-            RenderBlock {P} at (21,1251) size 462x20 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,1251) size 461x20 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 177x18
</span><span class="cx">                 text run at (1,1) width 177: &quot;This page is maintained by &quot;
</span><span class="cx">               RenderInline {A} at (0,0) size 79x18 [color=#0000EE]
</span><span class="lines">@@ -171,7 +171,7 @@
</span><span class="cx">                   text run at (264,1) width 125: &quot;py8ieh@bath.ac.uk&quot;
</span><span class="cx">               RenderText {#text} at (388,1) size 10x18
</span><span class="cx">                 text run at (388,1) width 10: &quot;).&quot;
</span><del>-            RenderBlock {P} at (21,1287) size 462x20 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,1287) size 461x20 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 172x18
</span><span class="cx">                 text run at (1,1) width 172: &quot;Last updated in June 1999.&quot;
</span><span class="cx"> layer at (357,1211) size 130x13
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug279932expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,10 +9,10 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 228x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 108x18
</span><span class="cx">                 text run at (2,2) width 108: &quot;R1C1 colspan=0&quot;
</span><del>-            RenderTableCell {TD} at (231,2) size 513x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (231,2) size 514x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 108x18
</span><span class="cx">                 text run at (2,2) width 108: &quot;R1C2 colspan=0&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 746x22
</span><del>-            RenderTableCell {TD} at (2,26) size 742x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,26) size 743x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 108x18
</span><span class="cx">                 text run at (2,2) width 108: &quot;R2C1 colspan=2&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug290582expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,8 +3,8 @@
</span><span class="cx"> layer at (0,0) size 800x542
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x542
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x518 [bgcolor=#999999]
</span><del>-      RenderTable {TABLE} at (0,0) size 153x64 [border: (1px outset #808080)]
-        RenderBlock {CAPTION} at (0,0) size 153x36
</del><ins>+      RenderTable {TABLE} at (0,0) size 152x64 [border: (1px outset #808080)]
+        RenderBlock {CAPTION} at (0,0) size 152x36
</ins><span class="cx">           RenderText {#text} at (11,0) size 130x36
</span><span class="cx">             text run at (11,0) width 130: &quot;Table with no width&quot;
</span><span class="cx">             text run at (49,18) width 54: &quot;attribute&quot;
</span><span class="lines">@@ -13,18 +13,18 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,37) size 151x26
-          RenderTableRow {TR} at (0,2) size 151x22
</del><ins>+        RenderTableSection {TBODY} at (1,37) size 150x26
+          RenderTableRow {TR} at (0,2) size 150x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 50x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;50px&quot;
</span><del>-            RenderTableCell {TD} at (54,2) size 21x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,2) size 20x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;1*&quot;
</span><del>-            RenderTableCell {TD} at (76,2) size 51x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (76,2) size 50x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;50px&quot;
</span><del>-            RenderTableCell {TD} at (128,2) size 21x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (128,2) size 20x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;3*&quot;
</span><span class="cx">       RenderBlock {P} at (0,80) size 784x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug3105expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug3105-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug3105-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug3105-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,22 +10,22 @@
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 390x60
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 390x56
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 269x56 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><del>-              RenderTable {TABLE} at (2,2) size 81x52 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 79x50
-                  RenderTableRow {TR} at (0,2) size 79x22
-                    RenderTableCell {TD} at (2,2) size 37x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (2,2) size 80x52 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 78x50
+                  RenderTableRow {TR} at (0,2) size 78x22
+                    RenderTableCell {TD} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                         text run at (2,2) width 32: &quot;hello&quot;
</span><del>-                    RenderTableCell {TD} at (40,2) size 37x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (40,2) size 36x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                         text run at (2,2) width 32: &quot;hello&quot;
</span><del>-                  RenderTableRow {TR} at (0,26) size 79x22
-                    RenderTableCell {TD} at (2,26) size 37x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                  RenderTableRow {TR} at (0,26) size 78x22
+                    RenderTableCell {TD} at (2,26) size 36x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                         text run at (2,2) width 32: &quot;hello&quot;
</span><del>-                    RenderTableCell {TD} at (40,26) size 37x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (40,26) size 36x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                         text run at (2,2) width 32: &quot;hello&quot;
</span><del>-            RenderTableCell {TD} at (272,19) size 116x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (272,19) size 117x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;hello&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug56024expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 400x80 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 398x78
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 398x78
</span><del>-            RenderTableCell {TD} at (0,0) size 303x78 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (0,0) size 302x78 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderTable {TABLE} at (1,1) size 300x76 [border: (1px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (1,1) size 298x74
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 298x74
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug59252expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</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 505x108 [border: (3px outset #808080)]
-        RenderTableSection {TBODY} at (3,3) size 499x102
-          RenderTableRow {TR} at (0,2) size 499x98
-            RenderTableCell {TD} at (2,2) size 495x98 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 504x108 [border: (3px outset #808080)]
+        RenderTableSection {TBODY} at (3,3) size 498x102
+          RenderTableRow {TR} at (0,2) size 498x98
+            RenderTableCell {TD} at (2,2) size 494x98 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 500x94 [border: (2px outset #808080)]
</span><span class="cx">                 RenderTableSection {TBODY} at (2,2) size 496x90
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 496x86
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug71212expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 281x24
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 281x24
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 281x20
</span><del>-            RenderTableCell {TD} at (2,2) size 3x20 [bgcolor=#000000] [r=0 c=0 rs=1 cs=15]
</del><ins>+            RenderTableCell {TD} at (2,2) size 2x20 [bgcolor=#000000] [r=0 c=0 rs=1 cs=15]
</ins><span class="cx">               RenderBR {BR} at (1,1) size 0x18
</span><span class="cx">             RenderTableCell {TD} at (6,2) size 269x17 [bgcolor=#000000] [r=0 c=15 rs=1 cs=1]
</span><span class="cx">               RenderInline {FONT} at (0,0) size 267x15 [color=#AAAAAA]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug72393expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug72393-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug72393-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug72393-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,40 +6,40 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x424 [border: (3px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (3,3) size 778x418
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 778x231
</span><del>-            RenderTableCell {TD} at (0,114) size 135x3 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (134,114) size 6x3 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,114) size 134x3 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (134,114) size 5x3 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderTableCell {TD} at (139,0) size 500x231 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderTable {TABLE} at (1,1) size 498x229 [bgcolor=#FFFF00]
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 498x229
</span><span class="cx">                   RenderTableRow {TR} at (0,0) size 498x229
</span><del>-                    RenderTableCell {TD} at (0,114) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (0,114) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                     RenderTableCell {TD} at (0,66) size 498x97 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                       RenderBlock {H1} at (0,0) size 498x74
</span><span class="cx">                         RenderText {#text} at (0,0) size 479x74
</span><span class="cx">                           text run at (0,0) width 479: &quot;Detonator Comparison In 3DMark&quot;
</span><span class="cx">                           text run at (0,37) width 64: &quot;2001&quot;
</span><del>-                    RenderTableCell {TD} at (497,114) size 1x0 [r=0 c=2 rs=1 cs=1]
-            RenderTableCell {TD} at (638,114) size 6x3 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-            RenderTableCell {TD} at (643,57) size 135x117 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
-              RenderTable {TABLE} at (1,1) size 133x115 [bgcolor=#FFA500] [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 131x113
-                  RenderTableRow {TR} at (0,0) size 131x113
-                    RenderTableCell {TD} at (0,0) size 131x113 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                      RenderTable {TABLE} at (1,1) size 129x111 [bgcolor=#FF0000]
-                        RenderTableSection {TBODY} at (0,0) size 129x111
-                          RenderTableRow {TR} at (0,0) size 129x111
-                            RenderTableCell {TD} at (0,0) size 129x111 [r=0 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (498,114) size 0x0 [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (639,114) size 5x3 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+            RenderTableCell {TD} at (644,57) size 134x117 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+              RenderTable {TABLE} at (1,1) size 132x115 [bgcolor=#FFA500] [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 130x113
+                  RenderTableRow {TR} at (0,0) size 130x113
+                    RenderTableCell {TD} at (0,0) size 130x113 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                      RenderTable {TABLE} at (1,1) size 128x111 [bgcolor=#FF0000]
+                        RenderTableSection {TBODY} at (0,0) size 128x111
+                          RenderTableRow {TR} at (0,0) size 128x111
+                            RenderTableCell {TD} at (0,0) size 128x111 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderInline {A} at (0,0) size 112x18 [color=#0000EE]
</span><span class="cx">                                 RenderImage {IMG} at (0,0) size 112x111
</span><span class="cx">           RenderTableRow {TR} at (0,231) size 778x184
</span><del>-            RenderTableCell {TD} at (0,322) size 135x2 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,322) size 134x2 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">           RenderTableRow {TR} at (0,415) size 778x3
</span><del>-            RenderTableCell {TD} at (0,415) size 135x3 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,415) size 134x3 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 132x1
</span><del>-            RenderTableCell {TD} at (134,415) size 6x3 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (134,415) size 5x3 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 3x1
</span><span class="cx">             RenderTableCell {TD} at (139,415) size 500x3 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (638,415) size 6x3 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (639,415) size 5x3 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 3x1
</span><del>-            RenderTableCell {TD} at (643,415) size 135x3 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (644,415) size 134x3 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (1,1) size 132x1
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug7243expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug7243-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug7243-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug7243-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,16 +3,16 @@
</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 333x44 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 332x44 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 331x42
-          RenderTableRow {TR} at (0,10) size 331x22
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 330x42
+          RenderTableRow {TR} at (0,10) size 330x22
</ins><span class="cx">             RenderTableCell {TD} at (10,10) size 100x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (120,10) size 201x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (120,10) size 200x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,44) size 784x18
</span><span class="lines">@@ -45,26 +45,26 @@
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,128) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,146) size 337x44 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,146) size 336x44 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 335x42
-          RenderTableRow {TR} at (0,10) size 335x22
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 334x42
+          RenderTableRow {TR} at (0,10) size 334x22
</ins><span class="cx">             RenderTableCell {TD} at (10,10) size 100x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (120,10) size 205x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (120,10) size 204x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,190) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,208) size 314x26 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 312x24
-          RenderTableRow {TR} at (0,1) size 312x22
</del><ins>+      RenderTable {TABLE} at (0,208) size 313x26 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 311x24
+          RenderTableRow {TR} at (0,1) size 311x22
</ins><span class="cx">             RenderTableCell {TD} at (1,1) size 104x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (106,1) size 205x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,1) size 204x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,234) size 784x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug807622expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,15 +9,15 @@
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 75x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 22x18
</span><span class="cx">                 text run at (1,1) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (74,0) size 693x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (74,0) size 694x20 [border: (1px inset #808080)] [r=0 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;bar&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,20) size 767x714
</span><del>-            RenderTableCell {TD} at (0,20) size 767x714 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
-              RenderTable {TABLE} at (1,1) size 765x712 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 763x710
-                  RenderTableRow {TR} at (0,2) size 763x706
-                    RenderTableCell {TD} at (2,2) size 759x706 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,20) size 768x714 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
+              RenderTable {TABLE} at (1,1) size 766x712 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 764x710
+                  RenderTableRow {TR} at (0,2) size 764x706
+                    RenderTableCell {TD} at (2,2) size 760x706 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 719x36
</span><span class="cx">                         text run at (2,2) width 719: &quot;When the Whiten house burned down in Renfrew Ontario, the insurer denied liability, asserting that the Plaintiff&quot;
</span><span class="cx">                         text run at (2,20) width 476: &quot;Daphne Whiten was the cause of the fire herself and had committed arson.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug8499expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug8499-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug8499-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug8499-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -21,9 +21,9 @@
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 778x68
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 774x68 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderTable {TABLE} at (380,2) size 13x12 [border: (2px outset #808080)]
</span><del>-                        RenderTableSection {TBODY} at (2,2) size 9x8
-                          RenderTableRow {TR} at (0,2) size 9x4
-                            RenderTableCell {TD} at (2,2) size 5x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                        RenderTableSection {TBODY} at (2,2) size 8x8
+                          RenderTableRow {TR} at (0,2) size 8x4
+                            RenderTableCell {TD} at (2,2) size 4x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderInline {APPLET} at (0,0) size 0x0
</span><span class="cx">                                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                                 RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">                                 text run at (6,6) width 138: &quot;99 Rates in Drahmas &quot;
</span><span class="cx">                                 text run at (143,6) width 125: &quot;Per Person on H/B &quot;
</span><span class="cx">                                 text run at (267,6) width 35: &quot;Basis&quot;
</span><del>-                            RenderTableCell {TD} at (308,0) size 103x48 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                            RenderTableCell {TD} at (307,0) size 104x48 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                               RenderText {#text} at (6,6) size 91x18
</span><span class="cx">                                 text run at (6,6) width 91: &quot;27/03 - 30/04 &quot;
</span><span class="cx">                               RenderBR {BR} at (96,20) size 1x0
</span><span class="lines">@@ -100,7 +100,7 @@
</span><span class="cx">                                 text run at (6,6) width 138: &quot;99 Rates in Drahmas &quot;
</span><span class="cx">                                 text run at (143,6) width 125: &quot;Per Person on H/B &quot;
</span><span class="cx">                                 text run at (267,6) width 35: &quot;Basis&quot;
</span><del>-                            RenderTableCell {TD} at (308,0) size 103x48 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                            RenderTableCell {TD} at (307,0) size 104x48 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                               RenderText {#text} at (6,6) size 91x18
</span><span class="cx">                                 text run at (6,6) width 91: &quot;27/03 - 30/04 &quot;
</span><span class="cx">                               RenderBR {BR} at (96,20) size 1x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug85016expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -18,8 +18,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 481x18
</span><span class="cx">           text run at (0,0) width 481: &quot;percentage height image in table cell (red), in a DIV with no height (green)&quot;
</span><span class="cx">       RenderBlock {DIV} at (32,1474) size 657x521
</span><del>-        RenderTable {TABLE} at (0,0) size 261x521 [border: (1px solid #FF0000)]
-          RenderTableSection {TBODY} at (1,1) size 259x519
-            RenderTableRow {TR} at (0,2) size 259x515
-              RenderTableCell {TD} at (2,172) size 255x175 [border: (1px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 260x521 [border: (1px solid #FF0000)]
+          RenderTableSection {TBODY} at (1,1) size 258x519
+            RenderTableRow {TR} at (0,2) size 258x515
+              RenderTableCell {TD} at (2,172) size 254x175 [border: (1px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (2,2) size 250x170
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug89315expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx">         RenderTable {TABLE} at (67,18) size 474x4582 [border: none]
</span><span class="cx">           RenderTableSection {TBODY} at (0,0) size 472x4581
</span><span class="cx">             RenderTableRow {TR} at (0,0) size 472x22
</span><del>-              RenderTableCell {TD} at (0,0) size 472x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (0,0) size 473x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=4]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 457x0
</span><span class="cx">                   RenderInline {B} at (0,0) size 0x0
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 37x16
</span><span class="cx">                       RenderText {#text} at (23,0) size 37x16
</span><span class="cx">                         text run at (23,0) width 37: &quot;Plane&quot;
</span><del>-              RenderTableCell {TD} at (366,22) size 106x35 [border: (1px solid #000000) (1px none #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,22) size 107x35 [border: (1px solid #000000) (1px none #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x17
</span><span class="cx">                   RenderInline {B} at (0,0) size 68x15
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 68x16
</span><span class="lines">@@ -88,7 +88,7 @@
</span><span class="cx">                     text run at (33,0) width 17: &quot;No&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,57) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,57) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -113,7 +113,7 @@
</span><span class="cx">                     text run at (33,0) width 17: &quot;No&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,90) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=3 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,90) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -134,7 +134,7 @@
</span><span class="cx">               RenderTableCell {TD} at (268,107) size 99x19 [border: (1px none #808080) none (1px none #808080)] [r=4 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (8,1) size 5x18
</span><span class="cx">                   text run at (8,1) width 5: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (366,107) size 106x19 [border: (1px none #808080) none (1px none #808080)] [r=4 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,107) size 107x19 [border: (1px none #808080) none (1px none #808080)] [r=4 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (8,1) size 5x18
</span><span class="cx">                   text run at (8,1) width 5: &quot; &quot;
</span><span class="cx">             RenderTableRow {TR} at (0,126) size 472x33
</span><span class="lines">@@ -161,7 +161,7 @@
</span><span class="cx">                       text run at (33,0) width 17: &quot;No&quot;
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                       RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,126) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=5 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,126) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=5 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderInline {FONT} at (0,0) size 20x15
</span><span class="cx">                     RenderText {#text} at (35,0) size 20x15
</span><span class="lines">@@ -187,7 +187,7 @@
</span><span class="cx">                 RenderBlock {P} at (8,17) size 84x16
</span><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-              RenderTableCell {TD} at (366,159) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=6 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,159) size 107x33 [border: (1px none #808080) none (1px none #808080)] [r=6 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock (anonymous) at (8,1) size 90x16
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 17x18
</span><span class="cx">                     RenderInline {FONT} at (0,0) size 17x15
</span><span class="lines">@@ -215,7 +215,7 @@
</span><span class="cx">                     RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                       text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (366,192) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=7 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,192) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=7 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderInline {FONT} at (0,0) size 20x15
</span><span class="cx">                     RenderText {#text} at (35,0) size 20x15
</span><span class="lines">@@ -246,7 +246,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,209) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=8 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,209) size 107x33 [border: (1px none #808080) none (1px none #808080)] [r=8 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -287,7 +287,7 @@
</span><span class="cx">                     text run at (33,0) width 17: &quot;No&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,242) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=9 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,242) size 107x33 [border: (1px none #808080) none (1px none #808080)] [r=9 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -361,7 +361,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,291) size 106x113 [border: (1px none #808080) none (1px none #808080)] [r=10 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,291) size 107x113 [border: (1px none #808080) none (1px none #808080)] [r=10 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -430,7 +430,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,404) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=11 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,404) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=11 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -485,7 +485,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,485) size 106x65 [border: (1px none #808080) none (1px none #808080)] [r=12 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,485) size 107x65 [border: (1px none #808080) none (1px none #808080)] [r=12 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot; No&quot;
</span><span class="lines">@@ -528,7 +528,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,550) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=13 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,550) size 107x33 [border: (1px none #808080) none (1px none #808080)] [r=13 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (43,0) size 4x15
</span><span class="cx">                     text run at (43,0) width 4: &quot; &quot;
</span><span class="lines">@@ -580,7 +580,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,599) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=14 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,599) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=14 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot; No&quot;
</span><span class="lines">@@ -620,7 +620,7 @@
</span><span class="cx">                     text run at (30,0) width 23: &quot; Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,680) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=15 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,680) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=15 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot; No&quot;
</span><span class="lines">@@ -673,7 +673,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,713) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=16 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,713) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=16 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -745,7 +745,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,794) size 106x97 [border: (1px none #808080) none (1px none #808080)] [r=17 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,794) size 107x97 [border: (1px none #808080) none (1px none #808080)] [r=17 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -808,7 +808,7 @@
</span><span class="cx">                       text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,907) size 106x65 [border: (1px none #808080) none (1px none #808080)] [r=18 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,907) size 107x65 [border: (1px none #808080) none (1px none #808080)] [r=18 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 17x15
</span><span class="cx">                     RenderText {#text} at (36,0) size 17x15
</span><span class="lines">@@ -857,7 +857,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,972) size 106x49 [border: (1px none #808080) none (1px none #808080)] [r=19 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,972) size 107x49 [border: (1px none #808080) none (1px none #808080)] [r=19 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -888,7 +888,7 @@
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,1021) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=20 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,1021) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=20 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (43,0) size 4x15
</span><span class="cx">                     text run at (43,0) width 4: &quot; &quot;
</span><span class="lines">@@ -945,7 +945,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,1038) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=21 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,1038) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=21 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -1014,7 +1014,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,1119) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=22 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,1119) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=22 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -1077,7 +1077,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,1200) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=23 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,1200) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=23 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot; No&quot;
</span><span class="lines">@@ -1117,7 +1117,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,1281) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=24 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,1281) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=24 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -1195,7 +1195,7 @@
</span><span class="cx">                     text run at (33,0) width 17: &quot;No&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,1314) size 106x113 [border: (1px none #808080) none (1px none #808080)] [r=25 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,1314) size 107x113 [border: (1px none #808080) none (1px none #808080)] [r=25 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -1280,7 +1280,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,1475) size 106x97 [border: (1px none #808080) none (1px none #808080)] [r=26 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,1475) size 107x97 [border: (1px none #808080) none (1px none #808080)] [r=26 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -1384,7 +1384,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,1572) size 106x145 [border: (1px none #808080) none (1px none #808080)] [r=27 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,1572) size 107x145 [border: (1px none #808080) none (1px none #808080)] [r=27 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -1452,7 +1452,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,1717) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=28 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,1717) size 107x33 [border: (1px none #808080) none (1px none #808080)] [r=28 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -1526,7 +1526,7 @@
</span><span class="cx">                     text run at (33,0) width 17: &quot;No&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,1766) size 106x113 [border: (1px none #808080) none (1px none #808080)] [r=29 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,1766) size 107x113 [border: (1px none #808080) none (1px none #808080)] [r=29 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -1582,7 +1582,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,1879) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=30 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,1879) size 107x33 [border: (1px none #808080) none (1px none #808080)] [r=30 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -1622,7 +1622,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,1928) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=31 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,1928) size 107x33 [border: (1px none #808080) none (1px none #808080)] [r=31 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot; No&quot;
</span><span class="lines">@@ -1702,7 +1702,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,1993) size 106x145 [border: (1px none #808080) none (1px none #808080)] [r=32 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,1993) size 107x145 [border: (1px none #808080) none (1px none #808080)] [r=32 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -1795,7 +1795,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,2138) size 106x129 [border: (1px none #808080) none (1px none #808080)] [r=33 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,2138) size 107x129 [border: (1px none #808080) none (1px none #808080)] [r=33 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -1865,7 +1865,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,2267) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=34 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,2267) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=34 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (43,0) size 4x15
</span><span class="cx">                     text run at (43,0) width 4: &quot; &quot;
</span><span class="lines">@@ -1926,7 +1926,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,2348) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=35 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,2348) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=35 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -1981,7 +1981,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,2429) size 106x65 [border: (1px none #808080) none (1px none #808080)] [r=36 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,2429) size 107x65 [border: (1px none #808080) none (1px none #808080)] [r=36 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -2047,7 +2047,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,2494) size 106x65 [border: (1px none #808080) none (1px none #808080)] [r=37 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,2494) size 107x65 [border: (1px none #808080) none (1px none #808080)] [r=37 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -2097,7 +2097,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,2591) size 106x49 [border: (1px none #808080) none (1px none #808080)] [r=38 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,2591) size 107x49 [border: (1px none #808080) none (1px none #808080)] [r=38 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -2186,7 +2186,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,2640) size 106x129 [border: (1px none #808080) none (1px none #808080)] [r=39 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,2640) size 107x129 [border: (1px none #808080) none (1px none #808080)] [r=39 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -2291,7 +2291,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,2769) size 106x113 [border: (1px none #808080) none (1px none #808080)] [r=40 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,2769) size 107x113 [border: (1px none #808080) none (1px none #808080)] [r=40 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -2381,7 +2381,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,2898) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=41 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,2898) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=41 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -2460,7 +2460,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,3027) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=42 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,3027) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=42 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -2523,7 +2523,7 @@
</span><span class="cx">                     text run at (33,0) width 17: &quot;No&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,3140) size 106x65 [border: (1px none #808080) none (1px none #808080)] [r=43 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,3140) size 107x65 [border: (1px none #808080) none (1px none #808080)] [r=43 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -2572,7 +2572,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,3205) size 106x49 [border: (1px none #808080) none (1px none #808080)] [r=44 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,3205) size 107x49 [border: (1px none #808080) none (1px none #808080)] [r=44 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -2649,7 +2649,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,3254) size 106x129 [border: (1px none #808080) none (1px none #808080)] [r=45 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,3254) size 107x129 [border: (1px none #808080) none (1px none #808080)] [r=45 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -2778,7 +2778,7 @@
</span><span class="cx">                     text run at (33,0) width 17: &quot;No&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,3383) size 106x177 [border: (1px none #808080) none (1px none #808080)] [r=46 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,3383) size 107x177 [border: (1px none #808080) none (1px none #808080)] [r=46 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -2886,7 +2886,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,3560) size 106x97 [border: (1px none #808080) none (1px none #808080)] [r=47 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,3560) size 107x97 [border: (1px none #808080) none (1px none #808080)] [r=47 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -2948,7 +2948,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,3705) size 106x65 [border: (1px none #808080) none (1px none #808080)] [r=48 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,3705) size 107x65 [border: (1px none #808080) none (1px none #808080)] [r=48 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (43,0) size 4x15
</span><span class="cx">                     text run at (43,0) width 4: &quot; &quot;
</span><span class="lines">@@ -3032,7 +3032,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,3770) size 106x113 [border: (1px none #808080) none (1px none #808080)] [r=49 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,3770) size 107x113 [border: (1px none #808080) none (1px none #808080)] [r=49 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -3091,7 +3091,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,3915) size 106x49 [border: (1px none #808080) none (1px none #808080)] [r=50 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,3915) size 107x49 [border: (1px none #808080) none (1px none #808080)] [r=50 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 17x15
</span><span class="cx">                     RenderText {#text} at (36,0) size 17x15
</span><span class="lines">@@ -3154,7 +3154,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,3964) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=51 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,3964) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=51 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -3221,7 +3221,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,4045) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=52 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,4045) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=52 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -3296,7 +3296,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,4126) size 106x113 [border: (1px none #808080) none (1px none #808080)] [r=53 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,4126) size 107x113 [border: (1px none #808080) none (1px none #808080)] [r=53 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (6,0) size 77x15
</span><span class="cx">                     text run at (6,0) width 77: &quot;Gyro wannabe&quot;
</span><span class="lines">@@ -3355,7 +3355,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,4239) size 106x49 [border: (1px none #808080) none (1px none #808080)] [r=54 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,4239) size 107x49 [border: (1px none #808080) none (1px none #808080)] [r=54 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="lines">@@ -3412,7 +3412,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,4288) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=55 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,4288) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=55 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -3455,7 +3455,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,4369) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=56 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,4369) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=56 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -3499,7 +3499,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,4418) size 106x49 [border: (1px none #808080) none (1px none #808080)] [r=57 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,4418) size 107x49 [border: (1px none #808080) none (1px none #808080)] [r=57 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -3535,7 +3535,7 @@
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,4483) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=58 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,4483) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=58 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span><span class="lines">@@ -3572,7 +3572,7 @@
</span><span class="cx">                     text run at (33,0) width 17: &quot;No&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (366,4516) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=59 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (366,4516) size 107x33 [border: (1px none #808080) none (1px none #808080)] [r=59 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {P} at (8,1) size 90x16
</span><span class="cx">                   RenderText {#text} at (36,0) size 17x15
</span><span class="cx">                     text run at (36,0) width 17: &quot;No&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug91057expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -17,8 +17,8 @@
</span><span class="cx">           text run at (1,1) width 80: &quot;Control&quot;
</span><span class="cx">       RenderTable {TABLE} at (1,171) size 172x49 [border: (1px solid #000000)]
</span><span class="cx">         RenderBlock {CAPTION} at (0,0) size 172x20 [border: (1px solid #000000)]
</span><del>-          RenderText {#text} at (75,1) size 22x18
-            text run at (75,1) width 22: &quot;TA&quot;
</del><ins>+          RenderText {#text} at (75,1) size 21x18
+            text run at (75,1) width 21: &quot;TA&quot;
</ins><span class="cx">         RenderTableSection {TBODY} at (1,21) size 170x26 [border: (1px solid #000000)]
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 170x22 [border: (1px solid #000000)]
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 82x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -44,8 +44,8 @@
</span><span class="cx">           text run at (1,1) width 286: &quot;Test 1 - \&quot;margin-left: 50px\&quot;&quot;
</span><span class="cx">       RenderTable {TABLE} at (1,337) size 172x49 [border: (1px solid #000000)]
</span><span class="cx">         RenderBlock {CAPTION} at (50,0) size 122x20 [border: (1px solid #000000)]
</span><del>-          RenderText {#text} at (50,1) size 22x18
-            text run at (50,1) width 22: &quot;TA&quot;
</del><ins>+          RenderText {#text} at (50,1) size 21x18
+            text run at (50,1) width 21: &quot;TA&quot;
</ins><span class="cx">         RenderTableSection {TBODY} at (1,21) size 170x26 [border: (1px solid #000000)]
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 170x22 [border: (1px solid #000000)]
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 82x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -71,8 +71,8 @@
</span><span class="cx">           text run at (1,1) width 304: &quot;Test 2 - \&quot;margin-right: 50px\&quot;&quot;
</span><span class="cx">       RenderTable {TABLE} at (1,502) size 172x49 [border: (1px solid #000000)]
</span><span class="cx">         RenderBlock {CAPTION} at (0,0) size 122x20 [border: (1px solid #000000)]
</span><del>-          RenderText {#text} at (50,1) size 22x18
-            text run at (50,1) width 22: &quot;TA&quot;
</del><ins>+          RenderText {#text} at (50,1) size 21x18
+            text run at (50,1) width 21: &quot;TA&quot;
</ins><span class="cx">         RenderTableSection {TBODY} at (1,21) size 170x26 [border: (1px solid #000000)]
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 170x22 [border: (1px solid #000000)]
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 82x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -98,8 +98,8 @@
</span><span class="cx">           text run at (1,1) width 245: &quot;Test 3 - \&quot;margin: 50px\&quot;&quot;
</span><span class="cx">       RenderTable {TABLE} at (1,668) size 172x149 [border: (1px solid #000000)]
</span><span class="cx">         RenderBlock {CAPTION} at (50,50) size 72x20 [border: (1px solid #000000)]
</span><del>-          RenderText {#text} at (25,1) size 22x18
-            text run at (25,1) width 22: &quot;TA&quot;
</del><ins>+          RenderText {#text} at (25,1) size 21x18
+            text run at (25,1) width 21: &quot;TA&quot;
</ins><span class="cx">         RenderTableSection {TBODY} at (1,121) size 170x26 [border: (1px solid #000000)]
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 170x22 [border: (1px solid #000000)]
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 82x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug98791expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -45,14 +45,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,140) size 170x52 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 168x50
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 168x22
</span><del>-            RenderTableCell {TD} at (2,2) size 13x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 12x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;1&quot;
</span><span class="cx">             RenderTableCell {TD} at (16,14) size 136x22 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 132x18
</span><span class="cx">                 text run at (2,2) width 132: &quot;rowspan 0 colspan 0&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 168x22
</span><del>-            RenderTableCell {TD} at (2,26) size 13x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,26) size 12x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;4&quot;
</span><span class="cx">             RenderTableCell {TD} at (153,26) size 13x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="lines">@@ -60,19 +60,19 @@
</span><span class="cx">                 text run at (2,2) width 8: &quot;6&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,192) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,210) size 33x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 31x50
-          RenderTableRow {TR} at (0,2) size 31x22
-            RenderTableCell {TD} at (2,2) size 13x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,210) size 32x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 30x50
+          RenderTableRow {TR} at (0,2) size 30x22
+            RenderTableCell {TD} at (2,2) size 12x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;1&quot;
</span><del>-            RenderTableCell {TD} at (16,14) size 13x22 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</del><ins>+            RenderTableCell {TD} at (16,14) size 12x22 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;2&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 31x22
-            RenderTableCell {TD} at (2,26) size 13x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 9x18
-                text run at (2,2) width 9: &quot;3&quot;
</del><ins>+          RenderTableRow {TR} at (0,26) size 30x22
+            RenderTableCell {TD} at (2,26) size 12x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 8x18
+                text run at (2,2) width 8: &quot;3&quot;
</ins><span class="cx">       RenderBlock (anonymous) at (0,262) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderTable {TABLE} at (0,280) size 144x52 [border: (1px outset #808080)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failurescollapsing_bordersbug412621expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 92x85 [border: (1px solid #000000)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 89x82
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 89x41
</span><del>-            RenderTableCell {TD} at (0,0) size 46x41 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 45x41 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 40x37
</span><span class="cx">                 text run at (3,4) width 40: &quot;foo&quot;
</span><span class="cx">             RenderTableCell {TD} at (45,0) size 44x41 [border: (2px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (3,3) size 39x36
</span><span class="cx">                 text run at (3,3) width 39: &quot;bar&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,41) size 89x41
</span><del>-            RenderTableCell {TD} at (0,42) size 46x39 [border: none] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,42) size 45x39 [border: none] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,1) size 40x36
</span><span class="cx">                 text run at (3,1) width 40: &quot;foo&quot;
</span><span class="cx">             RenderTableCell {TD} at (45,41) size 44x41 [border: (2px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -23,14 +23,14 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 136x129 [border: (12px solid #000000)]
</span><span class="cx">           RenderTableSection {TBODY} at (12,12) size 111x104
</span><span class="cx">             RenderTableRow {TR} at (0,0) size 111x52
</span><del>-              RenderTableCell {TD} at (0,0) size 57x52 [border: (13px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 56x52 [border: (13px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (14,14) size 40x37
</span><span class="cx">                   text run at (14,15) width 40: &quot;foo&quot;
</span><span class="cx">               RenderTableCell {TD} at (56,0) size 55x52 [border: (13px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (3,14) size 39x36
</span><span class="cx">                   text run at (3,14) width 39: &quot;bar&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,52) size 111x52
</span><del>-              RenderTableCell {TD} at (0,53) size 57x50 [border: none] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,53) size 56x50 [border: none] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (14,1) size 40x36
</span><span class="cx">                   text run at (14,1) width 40: &quot;foo&quot;
</span><span class="cx">               RenderTableCell {TD} at (56,52) size 55x52 [border: (2px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -40,14 +40,14 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 186x179 [border: (25px solid #000000)]
</span><span class="cx">           RenderTableSection {TBODY} at (25,25) size 136x129
</span><span class="cx">             RenderTableRow {TR} at (0,0) size 136x64
</span><del>-              RenderTableCell {TD} at (0,0) size 69x64 [border: (25px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 68x64 [border: (25px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (26,26) size 40x37
</span><span class="cx">                   text run at (26,27) width 40: &quot;foo&quot;
</span><span class="cx">               RenderTableCell {TD} at (68,0) size 68x64 [border: (25px solid #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (3,26) size 39x36
</span><span class="cx">                   text run at (3,26) width 39: &quot;bar&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,64) size 136x65
</span><del>-              RenderTableCell {TD} at (0,65) size 69x63 [border: none] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,65) size 68x63 [border: none] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (26,1) size 40x36
</span><span class="cx">                   text run at (26,1) width 40: &quot;foo&quot;
</span><span class="cx">               RenderTableCell {TD} at (68,64) size 68x65 [border: (2px solid #000000)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failurescorecaptions1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -106,8 +106,8 @@
</span><span class="cx">           text run at (0,0) width 158: &quot;table 5 - table gets wider&quot;
</span><span class="cx">       RenderTable {TABLE} at (5,585) size 138x93 [border: (10px solid #008000)]
</span><span class="cx">         RenderBlock {CAPTION} at (10,68) size 128x25 [border: (3px solid #800080)]
</span><del>-          RenderText {#text} at (32,3) size 48x18
-            text run at (32,3) width 48: &quot;caption&quot;
</del><ins>+          RenderText {#text} at (31,3) size 49x18
+            text run at (31,3) width 49: &quot;caption&quot;
</ins><span class="cx">           RenderBlock {INPUT} at (81,7) size 13x12
</span><span class="cx">         RenderTableSection {TBODY} at (10,10) size 118x46
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 118x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failurescorecaptions2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -106,8 +106,8 @@
</span><span class="cx">           text run at (0,0) width 158: &quot;table 5 - table gets wider&quot;
</span><span class="cx">       RenderTable {TABLE} at (5,585) size 138x93 [border: (10px solid #008000)]
</span><span class="cx">         RenderBlock {CAPTION} at (10,2) size 128x25 [border: (3px solid #800080)]
</span><del>-          RenderText {#text} at (32,3) size 48x18
-            text run at (32,3) width 48: &quot;caption&quot;
</del><ins>+          RenderText {#text} at (31,3) size 49x18
+            text run at (31,3) width 49: &quot;caption&quot;
</ins><span class="cx">           RenderBlock {INPUT} at (81,7) size 13x12
</span><span class="cx">         RenderTableSection {TBODY} at (10,37) size 118x46
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 118x20
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failurescorecol_span2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,17 +6,17 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">         RenderText {#text} at (0,0) size 530x18
</span><span class="cx">           text run at (0,0) width 530: &quot;this fixes a bug - 5.0 allocates colspans from right to left - Nav4.6 goes left to right&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 273x76 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 271x74
-          RenderTableRow {TR} at (0,2) size 271x22
</del><ins>+      RenderTable {TABLE} at (0,18) size 272x76 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 270x74
+          RenderTableRow {TR} at (0,2) size 270x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 182x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</span><span class="cx">               RenderText {#text} at (2,2) size 96x18
</span><span class="cx">                 text run at (2,2) width 96: &quot;xxxxxxxxxxxx&quot;
</span><span class="cx">             RenderTableCell {TD} at (185,2) size 84x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;y&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 271x22
-            RenderTableCell {TD} at (2,26) size 13x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 270x22
+            RenderTableCell {TD} at (2,26) size 12x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><span class="cx">             RenderTableCell {TD} at (16,26) size 83x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -28,8 +28,8 @@
</span><span class="cx">             RenderTableCell {TD} at (185,26) size 84x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;y&quot;
</span><del>-          RenderTableRow {TR} at (0,50) size 271x22
-            RenderTableCell {TD} at (2,50) size 13x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,50) size 270x22
+            RenderTableCell {TD} at (2,50) size 12x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><span class="cx">             RenderTableCell {TD} at (16,50) size 253x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=3]
</span><span class="lines">@@ -73,63 +73,63 @@
</span><span class="cx">       RenderTable {TABLE} at (0,224) size 90x52 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 88x50
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 88x22
</span><del>-            RenderTableCell {TD} at (2,2) size 85x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,2) size 84x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 80x18
</span><span class="cx">                 text run at (2,2) width 80: &quot;xxxxxxxxxx&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 88x22
</span><span class="cx">             RenderTableCell {TD} at (2,26) size 41x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;xx&quot;
</span><del>-            RenderTableCell {TD} at (45,26) size 42x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (45,26) size 41x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;xx&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,276) size 769x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,294) size 287x76 [bgcolor=#FF0000] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 285x74
-          RenderTableRow {TR} at (0,2) size 285x22
-            RenderTableCell {TD} at (2,2) size 154x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+      RenderTable {TABLE} at (0,294) size 286x76 [bgcolor=#FF0000] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 284x74
+          RenderTableRow {TR} at (0,2) size 284x22
+            RenderTableCell {TD} at (2,2) size 153x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,2) size 48x18
</span><span class="cx">                 text run at (2,2) width 48: &quot;xxxxxx&quot;
</span><del>-            RenderTableCell {TD} at (157,2) size 126x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (157,2) size 125x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;y&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 285x22
-            RenderTableCell {TD} at (2,26) size 13x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 284x22
+            RenderTableCell {TD} at (2,26) size 12x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><del>-            RenderTableCell {TD} at (16,26) size 13x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (16,26) size 12x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><del>-            RenderTableCell {TD} at (30,26) size 126x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (30,26) size 125x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><del>-            RenderTableCell {TD} at (157,26) size 126x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (157,26) size 125x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;y&quot;
</span><del>-          RenderTableRow {TR} at (0,50) size 285x22
-            RenderTableCell {TD} at (2,50) size 13x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,50) size 284x22
+            RenderTableCell {TD} at (2,50) size 12x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><del>-            RenderTableCell {TD} at (16,50) size 13x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (16,50) size 12x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><del>-            RenderTableCell {TD} at (30,50) size 253x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (30,50) size 252x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 248x18
</span><span class="cx">                 text run at (2,2) width 248: &quot;yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,370) size 769x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,388) size 273x76 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 271x74
-          RenderTableRow {TR} at (0,2) size 271x22
</del><ins>+      RenderTable {TABLE} at (0,388) size 272x76 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 270x74
+          RenderTableRow {TR} at (0,2) size 270x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 182x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</span><span class="cx">               RenderText {#text} at (2,2) size 48x18
</span><span class="cx">                 text run at (2,2) width 48: &quot;xxxxxx&quot;
</span><span class="cx">             RenderTableCell {TD} at (185,2) size 84x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;y&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 271x22
-            RenderTableCell {TD} at (2,26) size 13x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 270x22
+            RenderTableCell {TD} at (2,26) size 12x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><span class="cx">             RenderTableCell {TD} at (16,26) size 83x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -141,8 +141,8 @@
</span><span class="cx">             RenderTableCell {TD} at (185,26) size 84x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;y&quot;
</span><del>-          RenderTableRow {TR} at (0,50) size 271x22
-            RenderTableCell {TD} at (2,50) size 13x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,50) size 270x22
+            RenderTableCell {TD} at (2,50) size 12x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><span class="cx">             RenderTableCell {TD} at (16,50) size 253x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=3]
</span><span class="lines">@@ -150,17 +150,17 @@
</span><span class="cx">                 text run at (2,2) width 248: &quot;yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,464) size 769x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,482) size 273x76 [bgcolor=#FFA500] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 271x74
-          RenderTableRow {TR} at (0,2) size 271x22
</del><ins>+      RenderTable {TABLE} at (0,482) size 272x76 [bgcolor=#FFA500] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 270x74
+          RenderTableRow {TR} at (0,2) size 270x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 182x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</span><span class="cx">               RenderText {#text} at (2,2) size 136x18
</span><span class="cx">                 text run at (2,2) width 136: &quot;yyyyyyyyyyyyyyyyy&quot;
</span><span class="cx">             RenderTableCell {TD} at (185,2) size 84x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;y&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 271x22
-            RenderTableCell {TD} at (2,26) size 13x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 270x22
+            RenderTableCell {TD} at (2,26) size 12x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><span class="cx">             RenderTableCell {TD} at (16,26) size 83x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -172,8 +172,8 @@
</span><span class="cx">             RenderTableCell {TD} at (185,26) size 84x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;y&quot;
</span><del>-          RenderTableRow {TR} at (0,50) size 271x22
-            RenderTableCell {TD} at (2,50) size 13x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,50) size 270x22
+            RenderTableCell {TD} at (2,50) size 12x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 8x18
</span><span class="cx">                 text run at (2,2) width 8: &quot;x&quot;
</span><span class="cx">             RenderTableCell {TD} at (16,50) size 253x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=3]
</span><span class="lines">@@ -202,7 +202,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,646) size 400x52 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 398x50
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 398x22
</span><del>-            RenderTableCell {TD} at (2,2) size 394x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (2,2) size 395x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,2) size 136x18
</span><span class="cx">                 text run at (2,2) width 136: &quot;xxxxxxxxxxxxxxxxx&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 398x22
</span><span class="lines">@@ -212,18 +212,18 @@
</span><span class="cx">             RenderTableCell {TD} at (108,26) size 139x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><del>-            RenderTableCell {TD} at (248,26) size 148x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (248,26) size 149x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;zap&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,698) size 769x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,716) size 147x52 [bgcolor=#0000FF] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 145x50
-          RenderTableRow {TR} at (0,2) size 145x22
</del><ins>+      RenderTable {TABLE} at (0,716) size 146x52 [bgcolor=#0000FF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 144x50
+          RenderTableRow {TR} at (0,2) size 144x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 141x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</span><span class="cx">               RenderText {#text} at (2,2) size 136x18
</span><span class="cx">                 text run at (2,2) width 136: &quot;xxxxxxxxxxxxxxxxx&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 145x22
</del><ins>+          RenderTableRow {TR} at (0,26) size 144x22
</ins><span class="cx">             RenderTableCell {TD} at (2,26) size 46x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="lines">@@ -236,68 +236,68 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,768) size 769x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {HR} at (0,794) size 202x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,804) size 211x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 209x50
-          RenderTableRow {TR} at (0,2) size 209x22
</del><ins>+      RenderTable {TABLE} at (0,804) size 210x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 208x50
+          RenderTableRow {TR} at (0,2) size 208x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 54x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;50&quot;
</span><span class="cx">             RenderTableCell {TD} at (58,2) size 54x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;50&quot;
</span><del>-            RenderTableCell {TD} at (114,2) size 93x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,2) size 92x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 209x22
-            RenderTableCell {TD} at (2,26) size 205x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=3]
</del><ins>+          RenderTableRow {TR} at (0,26) size 208x22
+            RenderTableCell {TD} at (2,26) size 204x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;200CS3&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,856) size 769x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {HR} at (0,882) size 202x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,892) size 211x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 209x50
-          RenderTableRow {TR} at (0,2) size 209x22
</del><ins>+      RenderTable {TABLE} at (0,892) size 210x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 208x50
+          RenderTableRow {TR} at (0,2) size 208x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 54x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;50&quot;
</span><del>-            RenderTableCell {TD} at (58,2) size 149x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (58,2) size 148x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 209x22
-            RenderTableCell {TD} at (2,26) size 205x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,26) size 208x22
+            RenderTableCell {TD} at (2,26) size 204x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;200CS2&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,944) size 769x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,962) size 211x52 [bgcolor=#00FF00] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 209x50
-          RenderTableRow {TR} at (0,2) size 209x22
</del><ins>+      RenderTable {TABLE} at (0,962) size 210x52 [bgcolor=#00FF00] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 208x50
+          RenderTableRow {TR} at (0,2) size 208x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 101x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (105,2) size 102x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (105,2) size 101x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 209x22
-            RenderTableCell {TD} at (2,26) size 205x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,26) size 208x22
+            RenderTableCell {TD} at (2,26) size 204x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,1014) size 769x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,1032) size 623x134 [bgcolor=#EE82EE] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 621x132
-          RenderTableRow {TR} at (0,2) size 621x104
-            RenderTableCell {TD} at (2,2) size 617x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+      RenderTable {TABLE} at (0,1032) size 622x134 [bgcolor=#EE82EE] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 620x132
+          RenderTableRow {TR} at (0,2) size 620x104
+            RenderTableCell {TD} at (2,2) size 616x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 600x100
</span><del>-          RenderTableRow {TR} at (0,108) size 621x22
</del><ins>+          RenderTableRow {TR} at (0,108) size 620x22
</ins><span class="cx">             RenderTableCell {TD} at (2,108) size 104x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (108,108) size 105x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (108,108) size 104x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (214,108) size 405x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (214,108) size 404x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;400&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,1166) size 769x18
</span><span class="lines">@@ -305,7 +305,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,1184) size 644x52 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 642x50
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 642x22
</span><del>-            RenderTableCell {TD} at (2,2) size 605x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (2,2) size 604x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;600&quot;
</span><span class="cx">             RenderTableCell {TD} at (608,2) size 32x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="lines">@@ -318,7 +318,7 @@
</span><span class="cx">             RenderTableCell {TD} at (204,26) size 200x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-            RenderTableCell {TD} at (406,26) size 201x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (406,26) size 200x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">             RenderTableCell {TD} at (608,26) size 32x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="lines">@@ -329,23 +329,23 @@
</span><span class="cx">           text run at (0,0) width 295: &quot;fixed table - spanned cols based on fix widths &quot;
</span><span class="cx">         RenderBR {BR} at (294,14) size 1x0
</span><span class="cx">       RenderBlock {HR} at (0,1262) size 402x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,1272) size 535x61 [bgcolor=#FFA500] [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 533x59
-          RenderTableRow {TR} at (0,5) size 533x22
-            RenderTableCell {TD} at (5,5) size 414x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,1272) size 534x61 [bgcolor=#FFA500] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 532x59
+          RenderTableRow {TR} at (0,5) size 532x22
+            RenderTableCell {TD} at (5,5) size 413x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;400CS2&quot;
</span><del>-            RenderTableCell {TD} at (423,5) size 105x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (423,5) size 104x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-          RenderTableRow {TR} at (0,32) size 533x22
</del><ins>+          RenderTableRow {TR} at (0,32) size 532x22
</ins><span class="cx">             RenderTableCell {TD} at (5,32) size 104x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (114,32) size 305x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,32) size 304x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span><del>-            RenderTableCell {TD} at (423,32) size 105x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (423,32) size 104x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,1333) size 769x18
</span><span class="lines">@@ -530,7 +530,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 452x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 196x18
</span><span class="cx">                 text run at (2,2) width 196: &quot;80% 80% 80% 80% 80% 80%&quot;
</span><del>-            RenderTableCell {TD} at (461,5) size 32x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (461,5) size 33x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,32) size 498x22
</span><span class="lines">@@ -540,7 +540,7 @@
</span><span class="cx">             RenderTableCell {TD} at (159,32) size 298x22 [border: (1px inset #808080)] [r=1 c=1 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;66%&quot;
</span><del>-            RenderTableCell {TD} at (461,32) size 32x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (461,32) size 33x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,2134) size 500x79 [bgcolor=#FFFF00] [border: (1px outset #808080)]
</span><span class="lines">@@ -549,7 +549,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 452x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 196x18
</span><span class="cx">                 text run at (2,2) width 196: &quot;30% 30% 30% 30% 30% 30%&quot;
</span><del>-            RenderTableCell {TD} at (461,5) size 32x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (461,5) size 33x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,32) size 498x40
</span><span class="lines">@@ -560,7 +560,7 @@
</span><span class="cx">             RenderTableCell {TD} at (159,41) size 298x22 [border: (1px inset #808080)] [r=1 c=1 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;66%&quot;
</span><del>-            RenderTableCell {TD} at (461,41) size 32x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (461,41) size 33x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,2213) size 769x36
</span><span class="lines">@@ -595,7 +595,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 452x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 196x18
</span><span class="cx">                 text run at (2,2) width 196: &quot;90% 80% 80% 80% 80% 80%&quot;
</span><del>-            RenderTableCell {TD} at (461,5) size 32x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (461,5) size 33x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,32) size 498x40
</span><span class="lines">@@ -606,7 +606,7 @@
</span><span class="cx">             RenderTableCell {TD} at (159,41) size 298x22 [border: (1px inset #808080)] [r=1 c=1 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;66%&quot;
</span><del>-            RenderTableCell {TD} at (461,41) size 32x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (461,41) size 33x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,2407) size 769x18
</span><span class="lines">@@ -617,7 +617,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 452x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 196x18
</span><span class="cx">                 text run at (2,2) width 196: &quot;90% 80% 80% 80% 80% 80%&quot;
</span><del>-            RenderTableCell {TD} at (461,5) size 32x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (461,5) size 33x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,32) size 498x40
</span><span class="lines">@@ -628,7 +628,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 130x36
</span><span class="cx">                 text run at (2,2) width 130: &quot;66% 66% 66% 66%&quot;
</span><span class="cx">                 text run at (2,20) width 63: &quot;66% 66%&quot;
</span><del>-            RenderTableCell {TD} at (461,41) size 32x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (461,41) size 33x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,2504) size 769x18
</span><span class="lines">@@ -665,7 +665,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 436x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 96x18
</span><span class="cx">                 text run at (2,2) width 96: &quot;90% 90% 90%&quot;
</span><del>-            RenderTableCell {TD} at (445,5) size 48x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,5) size 49x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,32) size 498x22
</span><span class="lines">@@ -675,14 +675,14 @@
</span><span class="cx">             RenderTableCell {TD} at (225,32) size 216x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-            RenderTableCell {TD} at (445,32) size 48x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,32) size 49x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,59) size 498x22
</span><span class="cx">             RenderTableCell {TD} at (5,59) size 216x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-            RenderTableCell {TD} at (225,59) size 268x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (225,59) size 269x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 96x18
</span><span class="cx">                 text run at (2,2) width 96: &quot;90% 90% 90%&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,2725) size 769x18
</span><span class="lines">@@ -693,7 +693,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 436x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 96x18
</span><span class="cx">                 text run at (2,2) width 96: &quot;90% 90% 90%&quot;
</span><del>-            RenderTableCell {TD} at (445,5) size 48x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,5) size 49x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,32) size 498x22
</span><span class="lines">@@ -703,14 +703,14 @@
</span><span class="cx">             RenderTableCell {TD} at (296,32) size 145x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-            RenderTableCell {TD} at (445,32) size 48x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,32) size 49x22 [border: (1px inset #808080)] [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;60%&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,59) size 498x22
</span><span class="cx">             RenderTableCell {TD} at (5,59) size 287x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-            RenderTableCell {TD} at (296,59) size 197x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (296,59) size 198x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 96x18
</span><span class="cx">                 text run at (2,2) width 96: &quot;90% 90% 90%&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,2831) size 769x18
</span><span class="lines">@@ -721,7 +721,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 436x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 96x18
</span><span class="cx">                 text run at (2,2) width 96: &quot;90% 90% 90%&quot;
</span><del>-            RenderTableCell {TD} at (445,5) size 48x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,5) size 49x22 [border: (1px inset #808080)] [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;60%&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,32) size 498x22
</span><span class="lines">@@ -731,14 +731,14 @@
</span><span class="cx">             RenderTableCell {TD} at (296,32) size 145x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-            RenderTableCell {TD} at (445,32) size 48x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,32) size 49x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,59) size 498x22
</span><span class="cx">             RenderTableCell {TD} at (5,59) size 287x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-            RenderTableCell {TD} at (296,59) size 197x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (296,59) size 198x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 96x18
</span><span class="cx">                 text run at (2,2) width 96: &quot;90% 90% 90%&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,2937) size 769x18
</span><span class="lines">@@ -749,7 +749,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 450x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 196x18
</span><span class="cx">                 text run at (2,2) width 196: &quot;90% 80% 80% 80% 80% 80%&quot;
</span><del>-            RenderTableCell {TD} at (459,5) size 34x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (459,5) size 35x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,32) size 498x40
</span><span class="lines">@@ -760,7 +760,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 130x36
</span><span class="cx">                 text run at (2,2) width 130: &quot;66% 66% 66% 66%&quot;
</span><span class="cx">                 text run at (2,20) width 63: &quot;66% 66%&quot;
</span><del>-            RenderTableCell {TD} at (459,41) size 34x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (459,41) size 35x22 [border: (1px inset #808080)] [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;50%&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,3034) size 769x18
</span><span class="lines">@@ -771,7 +771,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 436x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 196x18
</span><span class="cx">                 text run at (2,2) width 196: &quot;90% 80% 80% 80% 80% 80%&quot;
</span><del>-            RenderTableCell {TD} at (445,5) size 48x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,5) size 49x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,32) size 498x22
</span><span class="lines">@@ -781,7 +781,7 @@
</span><span class="cx">             RenderTableCell {TD} at (153,32) size 288x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 60x18
</span><span class="cx">                 text run at (2,2) width 60: &quot;auto auto&quot;
</span><del>-            RenderTableCell {TD} at (445,32) size 48x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,32) size 49x22 [border: (1px inset #808080)] [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;50%&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,3113) size 769x18
</span><span class="lines">@@ -792,7 +792,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 436x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 196x18
</span><span class="cx">                 text run at (2,2) width 196: &quot;90% 90% 90% 90% 90% 90%&quot;
</span><del>-            RenderTableCell {TD} at (445,5) size 48x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,5) size 49x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,32) size 498x22
</span><span class="lines">@@ -802,7 +802,7 @@
</span><span class="cx">             RenderTableCell {TD} at (151,32) size 290x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x18
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (445,32) size 48x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,32) size 49x22 [border: (1px inset #808080)] [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;50%&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,3192) size 769x18
</span><span class="lines">@@ -813,7 +813,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 436x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 196x18
</span><span class="cx">                 text run at (2,2) width 196: &quot;90% 90% 90% 90% 90% 90%&quot;
</span><del>-            RenderTableCell {TD} at (445,5) size 48x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,5) size 49x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,32) size 498x22
</span><span class="lines">@@ -823,7 +823,7 @@
</span><span class="cx">             RenderTableCell {TD} at (296,32) size 145x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x18
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (445,32) size 48x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,32) size 49x22 [border: (1px inset #808080)] [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;50%&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,3271) size 769x18
</span><span class="lines">@@ -834,7 +834,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 436x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 196x18
</span><span class="cx">                 text run at (2,2) width 196: &quot;90% 90% 90% 90% 90% 90%&quot;
</span><del>-            RenderTableCell {TD} at (445,5) size 48x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,5) size 49x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,32) size 498x58
</span><span class="lines">@@ -846,7 +846,7 @@
</span><span class="cx">             RenderTableCell {TD} at (35,50) size 406x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x18
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (445,50) size 48x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (445,50) size 49x22 [border: (1px inset #808080)] [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;50%&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,3386) size 769x18
</span><span class="lines">@@ -901,7 +901,7 @@
</span><span class="cx">             RenderTableCell {TD} at (5,5) size 393x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 163x18
</span><span class="cx">                 text run at (2,2) width 163: &quot;50% 50% 50% 50% 50%&quot;
</span><del>-            RenderTableCell {TD} at (402,5) size 91x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (402,5) size 92x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,32) size 498x40
</span><span class="lines">@@ -912,7 +912,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 28x36
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">                 text run at (2,20) width 28: &quot;auto&quot;
</span><del>-            RenderTableCell {TD} at (402,41) size 91x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (402,41) size 92x22 [border: (1px inset #808080)] [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;50%&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,3677) size 769x18
</span><span class="lines">@@ -943,7 +943,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,3810) size 647x143 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 645x141
</span><span class="cx">           RenderTableRow {TR} at (0,5) size 645x104
</span><del>-            RenderTableCell {TD} at (5,5) size 605x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (5,5) size 604x104 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 600x100
</span><span class="cx">             RenderTableCell {TD} at (614,46) size 26x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="lines">@@ -955,7 +955,7 @@
</span><span class="cx">             RenderTableCell {TD} at (114,114) size 104x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><del>-            RenderTableCell {TD} at (223,114) size 387x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (223,114) size 386x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">             RenderTableCell {TD} at (614,114) size 26x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="lines">@@ -1021,14 +1021,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,4169) size 769x58 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x56
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 767x28 [bgcolor=#CCCCFF]
</span><del>-            RenderTableCell {TD} at (0,0) size 767x28 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
-              RenderText {#text} at (738,5) size 24x18
-                text run at (738,5) width 24: &quot;edit&quot;
</del><ins>+            RenderTableCell {TD} at (0,0) size 768x28 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
+              RenderText {#text} at (738,5) size 25x18
+                text run at (738,5) width 25: &quot;edit&quot;
</ins><span class="cx">           RenderTableRow {TR} at (0,28) size 767x28
</span><span class="cx">             RenderTableCell {TD} at (0,28) size 461x28 [bgcolor=#DCDCDC] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (5,5) size 166x18
</span><span class="cx">                 text run at (5,5) width 166: &quot;Top Stories from Reuters &quot;
</span><del>-            RenderTableCell {TD} at (460,28) size 307x28 [bgcolor=#DCDCDC] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (460,28) size 308x28 [bgcolor=#DCDCDC] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (194,5) size 108x18
</span><span class="cx">                 text run at (194,5) width 108: &quot;Jun 11 12:30pm &quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,4227) size 769x18
</span><span class="lines">@@ -1039,7 +1039,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,5) size 88x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (91,2) size 105x28 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (91,2) size 106x28 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (2,2) size 27x24 [bgcolor=#FFA500]
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 27x24
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 27x20
</span><span class="lines">@@ -1077,18 +1077,18 @@
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 286x18
</span><span class="cx">           text run at (0,18) width 286: &quot;adj min is based on min with no fix involved&quot;
</span><del>-      RenderTable {TABLE} at (0,4437) size 219x70 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 217x68
-          RenderTableRow {TR} at (0,2) size 217x22
-            RenderTableCell {TD} at (2,2) size 213x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,4437) size 218x70 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 216x68
+          RenderTableRow {TR} at (0,2) size 216x22
+            RenderTableCell {TD} at (2,2) size 212x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 208x18
</span><span class="cx">                 text run at (2,2) width 208: &quot;xxxxxxxxxxxxxxxxxxxyyyyyyy&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 217x40
</del><ins>+          RenderTableRow {TR} at (0,26) size 216x40
</ins><span class="cx">             RenderTableCell {TD} at (2,26) size 62x40 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x36
</span><span class="cx">                 text run at (2,2) width 56: &quot;x x x x x&quot;
</span><span class="cx">                 text run at (2,20) width 20: &quot;x x&quot;
</span><del>-            RenderTableCell {TD} at (66,35) size 149x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (66,35) size 148x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 144x18
</span><span class="cx">                 text run at (2,2) width 144: &quot;xxxxxxxxxxxxxxxxxx&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,4507) size 769x36
</span><span class="lines">@@ -1141,17 +1141,17 @@
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,4753) size 769x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,4771) size 311x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 309x50
-          RenderTableRow {TR} at (0,2) size 309x22
-            RenderTableCell {TD} at (2,2) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,4771) size 310x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 308x50
+          RenderTableRow {TR} at (0,2) size 308x22
+            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;xx&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 309x22
</del><ins>+          RenderTableRow {TR} at (0,26) size 308x22
</ins><span class="cx">             RenderTableCell {TD} at (2,26) size 104x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;x x x&quot;
</span><del>-            RenderTableCell {TD} at (108,26) size 199x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (108,26) size 198x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,4823) size 769x18
</span><span class="lines">@@ -1171,17 +1171,17 @@
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,4893) size 769x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,4911) size 311x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 309x50
-          RenderTableRow {TR} at (0,2) size 309x22
-            RenderTableCell {TD} at (2,2) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,4911) size 310x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 308x50
+          RenderTableRow {TR} at (0,2) size 308x22
+            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;300 300&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 309x22
</del><ins>+          RenderTableRow {TR} at (0,26) size 308x22
</ins><span class="cx">             RenderTableCell {TD} at (2,26) size 104x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (108,26) size 199x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (108,26) size 198x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 91x18
</span><span class="cx">                 text run at (2,2) width 91: &quot;auto auto auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,4963) size 769x18
</span><span class="lines">@@ -1202,17 +1202,17 @@
</span><span class="cx">                 text run at (2,2) width 375: &quot;auto auto auto auto auto auto auto auto auto auto auto auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,5051) size 769x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,5069) size 311x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 309x50
-          RenderTableRow {TR} at (0,2) size 309x22
-            RenderTableCell {TD} at (2,2) size 305x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,5069) size 310x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 308x50
+          RenderTableRow {TR} at (0,2) size 308x22
+            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;300&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 309x22
</del><ins>+          RenderTableRow {TR} at (0,26) size 308x22
</ins><span class="cx">             RenderTableCell {TD} at (2,26) size 104x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><del>-            RenderTableCell {TD} at (108,26) size 199x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (108,26) size 198x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,5121) size 769x18
</span><span class="lines">@@ -1224,7 +1224,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 217x18
</span><span class="cx">                 text run at (2,2) width 217: &quot;auto auto auto auto auto auto auto&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 225x22
</span><del>-            RenderTableCell {TD} at (2,26) size 104x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,26) size 105x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;100&quot;
</span><span class="cx">             RenderTableCell {TD} at (108,26) size 115x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failurescorecols1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/cols1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/cols1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/cols1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 200x18
</span><span class="cx">           text run at (0,0) width 200: &quot;Both columns should be 200px&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 409x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,18) size 408x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 407x26
-          RenderTableRow {TR} at (0,2) size 407x22
-            RenderTableCell {TD} at (2,2) size 201x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 406x26
+          RenderTableRow {TR} at (0,2) size 406x22
+            RenderTableCell {TD} at (2,2) size 200x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;c11&quot;
</span><del>-            RenderTableCell {TD} at (204,2) size 201x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (204,2) size 200x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;c12&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,46) size 784x36
</span><span class="lines">@@ -35,15 +35,15 @@
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 200x18
</span><span class="cx">           text run at (0,18) width 200: &quot;Both columns should be 200px&quot;
</span><del>-      RenderTable {TABLE} at (0,146) size 409x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,146) size 408x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 407x26
-          RenderTableRow {TR} at (0,2) size 407x22
-            RenderTableCell {TD} at (2,2) size 201x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 406x26
+          RenderTableRow {TR} at (0,2) size 406x22
+            RenderTableCell {TD} at (2,2) size 200x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;c11&quot;
</span><del>-            RenderTableCell {TD} at (204,2) size 201x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (204,2) size 200x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;c12&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,174) size 784x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failurescorecolumnsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/columns-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/columns-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/columns-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx">             RenderTableCell {TD} at (35,2) size 65x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x18
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (102,2) size 95x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (101,2) size 96x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 91x18
</span><span class="cx">                 text run at (2,2) width 91: &quot;auto auto auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,110) size 769x36
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx">             RenderTableCell {TD} at (35,2) size 65x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x18
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (102,2) size 95x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (101,2) size 96x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 91x18
</span><span class="cx">                 text run at (2,2) width 91: &quot;auto auto auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,174) size 769x36
</span><span class="lines">@@ -69,7 +69,7 @@
</span><span class="cx">             RenderTableCell {TD} at (35,2) size 65x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x18
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (102,2) size 95x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (101,2) size 96x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 91x18
</span><span class="cx">                 text run at (2,2) width 91: &quot;auto auto auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,238) size 769x36
</span><span class="lines">@@ -85,7 +85,7 @@
</span><span class="cx">             RenderTableCell {TD} at (68,2) size 133x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x18
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (202,2) size 194x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (202,2) size 195x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 91x18
</span><span class="cx">                 text run at (2,2) width 91: &quot;auto auto auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,302) size 769x36
</span><span class="lines">@@ -101,7 +101,7 @@
</span><span class="cx">             RenderTableCell {TD} at (35,2) size 65x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x18
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (102,2) size 95x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (101,2) size 96x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 91x18
</span><span class="cx">                 text run at (2,2) width 91: &quot;auto auto auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,366) size 769x36
</span><span class="lines">@@ -117,7 +117,7 @@
</span><span class="cx">             RenderTableCell {TD} at (68,2) size 133x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x18
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (202,2) size 194x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (202,2) size 195x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 91x18
</span><span class="cx">                 text run at (2,2) width 91: &quot;auto auto auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,430) size 769x36
</span><span class="lines">@@ -149,23 +149,23 @@
</span><span class="cx">             RenderTableCell {TD} at (208,2) size 76x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 61x18
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (285,2) size 111x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (285,2) size 112x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 91x18
</span><span class="cx">                 text run at (2,2) width 91: &quot;auto auto auto&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,558) size 769x36
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 110x18
</span><span class="cx">           text run at (0,18) width 110: &quot;auto table cols=2&quot;
</span><del>-      RenderTable {TABLE} at (0,594) size 311x28 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 309x26
-          RenderTableRow {TR} at (0,2) size 309x22
</del><ins>+      RenderTable {TABLE} at (0,594) size 310x28 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 308x26
+          RenderTableRow {TR} at (0,2) size 308x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 32x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-            RenderTableCell {TD} at (35,2) size 66x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (35,2) size 65x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x18
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (102,2) size 205x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (101,2) size 205x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,622) size 769x36
</span><span class="lines">@@ -178,10 +178,10 @@
</span><span class="cx">             RenderTableCell {TD} 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 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span><del>-            RenderTableCell {TD} at (65,2) size 125x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (65,2) size 126x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x18
</span><span class="cx">                 text run at (2,2) width 61: &quot;auto-auto&quot;
</span><del>-            RenderTableCell {TD} at (192,2) size 204x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (192,2) size 205x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;200&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,686) size 769x18
</span><span class="lines">@@ -190,7 +190,7 @@
</span><span class="cx">       RenderTable {TABLE} at (0,704) size 88x28 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 86x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 86x22
</span><del>-            RenderTableCell {TD} at (2,2) size 49x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 48x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x18
</span><span class="cx">                 text run at (2,2) width 44: &quot;0 0 0 0&quot;
</span><span class="cx">             RenderTableCell {TD} at (52,2) size 32x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="lines">@@ -236,6 +236,6 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 112x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 40x18
</span><span class="cx">                 text run at (2,2) width 40: &quot;0* col&quot;
</span><del>-            RenderTableCell {TD} at (115,2) size 81x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (115,2) size 82x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;auto&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failurescorestandards1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/standards1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/standards1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/standards1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -26,11 +26,11 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 252x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 32x18
</span><span class="cx">                 text run at (1,1) width 32: &quot;plain&quot;
</span><del>-            RenderTableCell {TD} at (256,2) size 142x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (256,2) size 143x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,24) size 400x20
</span><del>-            RenderTableCell {TD} at (2,24) size 396x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,24) size 397x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x18
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,291) size 406x7 [border: (3px solid #FF0000)]
</span><span class="lines">@@ -54,11 +54,11 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 255x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=260&quot;
</span><del>-            RenderTableCell {TD} at (258,2) size 140x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (258,2) size 141x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,24) size 400x20
</span><del>-            RenderTableCell {TD} at (2,24) size 396x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,24) size 397x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x18
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,395) size 406x7 [border: (3px solid #FF0000)]
</span><span class="lines">@@ -68,11 +68,11 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 255x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=260&quot;
</span><del>-            RenderTableCell {TD} at (258,2) size 140x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (258,2) size 141x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,24) size 400x20
</span><del>-            RenderTableCell {TD} at (2,24) size 396x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,24) size 397x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 66x18
</span><span class="cx">                 text run at (1,1) width 66: &quot;colspan=2&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,447) size 406x7 [border: (3px solid #FF0000)]
</span><span class="lines">@@ -110,11 +110,11 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 257x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 75x18
</span><span class="cx">                 text run at (1,1) width 75: &quot;width=65%&quot;
</span><del>-            RenderTableCell {TD} at (260,2) size 138x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (260,2) size 139x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 75x18
</span><span class="cx">                 text run at (1,1) width 75: &quot;width=35%&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,24) size 400x20
</span><del>-            RenderTableCell {TD} at (2,24) size 396x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,24) size 397x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 66x18
</span><span class="cx">                 text run at (1,1) width 66: &quot;colspan=2&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,603) size 406x7 [border: (3px solid #FF0000)]
</span><span class="lines">@@ -125,14 +125,14 @@
</span><span class="cx">       RenderTable {TABLE} at (0,675) size 400x47
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 400x46
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 400x20
</span><del>-            RenderTableCell {TD} at (2,2) size 142x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,2) size 143x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><del>-            RenderTableCell {TD} at (146,2) size 252x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (146,2) size 253x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x18
</span><span class="cx">                 text run at (1,1) width 32: &quot;plain&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,24) size 400x20
</span><del>-            RenderTableCell {TD} at (2,24) size 396x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,24) size 397x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x18
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,721) size 406x7 [border: (3px solid #FF0000)]
</span><span class="lines">@@ -156,11 +156,11 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 140x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><del>-            RenderTableCell {TD} at (143,2) size 255x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,2) size 256x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=260&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,24) size 400x20
</span><del>-            RenderTableCell {TD} at (2,24) size 396x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,24) size 397x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x18
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,825) size 406x7 [border: (3px solid #FF0000)]
</span><span class="lines">@@ -170,11 +170,11 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 140x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><del>-            RenderTableCell {TD} at (143,2) size 255x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,2) size 256x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=260&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,24) size 400x20
</span><del>-            RenderTableCell {TD} at (2,24) size 396x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,24) size 397x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 66x18
</span><span class="cx">                 text run at (1,1) width 66: &quot;colspan=2&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,877) size 406x7 [border: (3px solid #FF0000)]
</span><span class="lines">@@ -212,11 +212,11 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 138x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 75x18
</span><span class="cx">                 text run at (1,1) width 75: &quot;width=35%&quot;
</span><del>-            RenderTableCell {TD} at (141,2) size 257x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (141,2) size 258x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 75x18
</span><span class="cx">                 text run at (1,1) width 75: &quot;width=65%&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,24) size 400x20
</span><del>-            RenderTableCell {TD} at (2,24) size 396x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (2,24) size 397x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 66x18
</span><span class="cx">                 text run at (1,1) width 66: &quot;colspan=2&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1033) size 406x7 [border: (3px solid #FF0000)]
</span><span class="lines">@@ -305,59 +305,59 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 63x22
</span><span class="cx">           text run at (0,0) width 63: &quot;260/140&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1527) size 406x7 [border: (3px solid #FF0000)]
</span><del>-      RenderTable {TABLE} at (0,1533) size 407x47
-        RenderTableSection {TBODY} at (0,0) size 407x46
-          RenderTableRow {TR} at (0,2) size 407x20
-            RenderTableCell {TD} at (2,2) size 259x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,1533) size 406x47
+        RenderTableSection {TBODY} at (0,0) size 406x46
+          RenderTableRow {TR} at (0,2) size 406x20
+            RenderTableCell {TD} at (2,2) size 258x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x18
</span><span class="cx">                 text run at (1,1) width 32: &quot;plain&quot;
</span><del>-            RenderTableCell {TD} at (262,2) size 143x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (262,2) size 142x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><del>-          RenderTableRow {TR} at (0,24) size 407x20
-            RenderTableCell {TD} at (2,24) size 403x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,24) size 406x20
+            RenderTableCell {TD} at (2,24) size 402x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x18
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1579) size 406x7 [border: (3px solid #FF0000)]
</span><del>-      RenderTable {TABLE} at (0,1585) size 407x47
-        RenderTableSection {TBODY} at (0,0) size 407x46
-          RenderTableRow {TR} at (0,2) size 407x20
</del><ins>+      RenderTable {TABLE} at (0,1585) size 406x47
+        RenderTableSection {TBODY} at (0,0) size 406x46
+          RenderTableRow {TR} at (0,2) size 406x20
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 262x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=260&quot;
</span><del>-            RenderTableCell {TD} at (266,2) size 139x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (266,2) size 138x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x18
</span><span class="cx">                 text run at (1,1) width 32: &quot;plain&quot;
</span><del>-          RenderTableRow {TR} at (0,24) size 407x20
-            RenderTableCell {TD} at (2,24) size 403x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,24) size 406x20
+            RenderTableCell {TD} at (2,24) size 402x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x18
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1631) size 406x7 [border: (3px solid #FF0000)]
</span><del>-      RenderTable {TABLE} at (0,1637) size 411x47
-        RenderTableSection {TBODY} at (0,0) size 411x46
-          RenderTableRow {TR} at (0,2) size 411x20
-            RenderTableCell {TD} at (2,2) size 263x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,1637) size 410x47
+        RenderTableSection {TBODY} at (0,0) size 410x46
+          RenderTableRow {TR} at (0,2) size 410x20
+            RenderTableCell {TD} at (2,2) size 262x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=260&quot;
</span><del>-            RenderTableCell {TD} at (266,2) size 143x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (266,2) size 142x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><del>-          RenderTableRow {TR} at (0,24) size 411x20
-            RenderTableCell {TD} at (2,24) size 407x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,24) size 410x20
+            RenderTableCell {TD} at (2,24) size 406x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x18
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1683) size 406x7 [border: (3px solid #FF0000)]
</span><del>-      RenderTable {TABLE} at (0,1689) size 411x47
-        RenderTableSection {TBODY} at (0,0) size 411x46
-          RenderTableRow {TR} at (0,2) size 411x20
-            RenderTableCell {TD} at (2,2) size 263x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,1689) size 410x47
+        RenderTableSection {TBODY} at (0,0) size 410x46
+          RenderTableRow {TR} at (0,2) size 410x20
+            RenderTableCell {TD} at (2,2) size 262x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=260&quot;
</span><del>-            RenderTableCell {TD} at (266,2) size 143x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (266,2) size 142x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><del>-          RenderTableRow {TR} at (0,24) size 411x20
-            RenderTableCell {TD} at (2,24) size 407x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,24) size 410x20
+            RenderTableCell {TD} at (2,24) size 406x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 66x18
</span><span class="cx">                 text run at (1,1) width 66: &quot;colspan=2&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1735) size 406x7 [border: (3px solid #FF0000)]
</span><span class="lines">@@ -365,59 +365,59 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 63x22
</span><span class="cx">           text run at (0,0) width 63: &quot;140/260&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1801) size 406x7 [border: (3px solid #FF0000)]
</span><del>-      RenderTable {TABLE} at (0,1807) size 407x47
-        RenderTableSection {TBODY} at (0,0) size 407x46
-          RenderTableRow {TR} at (0,2) size 407x20
</del><ins>+      RenderTable {TABLE} at (0,1807) size 406x47
+        RenderTableSection {TBODY} at (0,0) size 406x46
+          RenderTableRow {TR} at (0,2) size 406x20
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 142x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><del>-            RenderTableCell {TD} at (146,2) size 259x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (146,2) size 258x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x18
</span><span class="cx">                 text run at (1,1) width 32: &quot;plain&quot;
</span><del>-          RenderTableRow {TR} at (0,24) size 407x20
-            RenderTableCell {TD} at (2,24) size 403x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,24) size 406x20
+            RenderTableCell {TD} at (2,24) size 402x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x18
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1853) size 406x7 [border: (3px solid #FF0000)]
</span><del>-      RenderTable {TABLE} at (0,1859) size 407x47
-        RenderTableSection {TBODY} at (0,0) size 407x46
-          RenderTableRow {TR} at (0,2) size 407x20
-            RenderTableCell {TD} at (2,2) size 139x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,1859) size 406x47
+        RenderTableSection {TBODY} at (0,0) size 406x46
+          RenderTableRow {TR} at (0,2) size 406x20
+            RenderTableCell {TD} at (2,2) size 138x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x18
</span><span class="cx">                 text run at (1,1) width 32: &quot;plain&quot;
</span><del>-            RenderTableCell {TD} at (142,2) size 263x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (142,2) size 262x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=260&quot;
</span><del>-          RenderTableRow {TR} at (0,24) size 407x20
-            RenderTableCell {TD} at (2,24) size 403x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,24) size 406x20
+            RenderTableCell {TD} at (2,24) size 402x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x18
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1905) size 406x7 [border: (3px solid #FF0000)]
</span><del>-      RenderTable {TABLE} at (0,1911) size 411x47
-        RenderTableSection {TBODY} at (0,0) size 411x46
-          RenderTableRow {TR} at (0,2) size 411x20
</del><ins>+      RenderTable {TABLE} at (0,1911) size 410x47
+        RenderTableSection {TBODY} at (0,0) size 410x46
+          RenderTableRow {TR} at (0,2) size 410x20
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 142x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><del>-            RenderTableCell {TD} at (146,2) size 263x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (146,2) size 262x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=260&quot;
</span><del>-          RenderTableRow {TR} at (0,24) size 411x20
-            RenderTableCell {TD} at (2,24) size 407x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,24) size 410x20
+            RenderTableCell {TD} at (2,24) size 406x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x18
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1957) size 406x7 [border: (3px solid #FF0000)]
</span><del>-      RenderTable {TABLE} at (0,1963) size 411x47
-        RenderTableSection {TBODY} at (0,0) size 411x46
-          RenderTableRow {TR} at (0,2) size 411x20
</del><ins>+      RenderTable {TABLE} at (0,1963) size 410x47
+        RenderTableSection {TBODY} at (0,0) size 410x46
+          RenderTableRow {TR} at (0,2) size 410x20
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 142x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=140&quot;
</span><del>-            RenderTableCell {TD} at (146,2) size 263x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (146,2) size 262x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=260&quot;
</span><del>-          RenderTableRow {TR} at (0,24) size 411x20
-            RenderTableCell {TD} at (2,24) size 407x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,24) size 410x20
+            RenderTableCell {TD} at (2,24) size 406x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 66x18
</span><span class="cx">                 text run at (1,1) width 66: &quot;colspan=2&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,2009) size 406x7 [border: (3px solid #FF0000)]
</span><span class="lines">@@ -453,45 +453,45 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 140x18
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,2178) size 406x7 [border: (3px solid #FF0000)]
</span><del>-      RenderTable {TABLE} at (0,2184) size 407x47
-        RenderTableSection {TBODY} at (0,0) size 407x46
-          RenderTableRow {TR} at (0,2) size 407x20
</del><ins>+      RenderTable {TABLE} at (0,2184) size 406x47
+        RenderTableSection {TBODY} at (0,0) size 406x46
+          RenderTableRow {TR} at (0,2) size 406x20
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 200x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 75x18
</span><span class="cx">                 text run at (1,1) width 75: &quot;width=50%&quot;
</span><del>-            RenderTableCell {TD} at (204,2) size 201x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (204,2) size 200x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 75x18
</span><span class="cx">                 text run at (1,1) width 75: &quot;width=50%&quot;
</span><del>-          RenderTableRow {TR} at (0,24) size 407x20
-            RenderTableCell {TD} at (2,24) size 403x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,24) size 406x20
+            RenderTableCell {TD} at (2,24) size 402x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x18
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,2230) size 406x7 [border: (3px solid #FF0000)]
</span><del>-      RenderTable {TABLE} at (0,2236) size 407x47
-        RenderTableSection {TBODY} at (0,0) size 407x46
-          RenderTableRow {TR} at (0,2) size 407x20
</del><ins>+      RenderTable {TABLE} at (0,2236) size 406x47
+        RenderTableSection {TBODY} at (0,0) size 406x46
+          RenderTableRow {TR} at (0,2) size 406x20
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 200x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 32x18
</span><span class="cx">                 text run at (1,1) width 32: &quot;plain&quot;
</span><del>-            RenderTableCell {TD} at (204,2) size 201x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (204,2) size 200x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x18
</span><span class="cx">                 text run at (1,1) width 32: &quot;plain&quot;
</span><del>-          RenderTableRow {TR} at (0,24) size 407x20
-            RenderTableCell {TD} at (2,24) size 403x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,24) size 406x20
+            RenderTableCell {TD} at (2,24) size 402x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 140x18
</span><span class="cx">                 text run at (1,1) width 140: &quot;colspan=2 width=400&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,2282) size 406x7 [border: (3px solid #FF0000)]
</span><del>-      RenderTable {TABLE} at (0,2288) size 411x47
-        RenderTableSection {TBODY} at (0,0) size 411x46
-          RenderTableRow {TR} at (0,2) size 411x20
-            RenderTableCell {TD} at (2,2) size 203x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,2288) size 410x47
+        RenderTableSection {TBODY} at (0,0) size 410x46
+          RenderTableRow {TR} at (0,2) size 410x20
+            RenderTableCell {TD} at (2,2) size 202x20 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=200&quot;
</span><del>-            RenderTableCell {TD} at (206,2) size 203x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,2) size 202x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 70x18
</span><span class="cx">                 text run at (1,1) width 70: &quot;width=200&quot;
</span><del>-          RenderTableRow {TR} at (0,24) size 411x20
-            RenderTableCell {TD} at (2,24) size 407x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</del><ins>+          RenderTableRow {TR} at (0,24) size 410x20
+            RenderTableCell {TD} at (2,24) size 406x20 [bgcolor=#FF00FF] [r=1 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 66x18
</span><span class="cx">                 text run at (1,1) width 66: &quot;colspan=2&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,2334) size 406x7 [border: (3px solid #FF0000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresdomappendColGroup1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -25,21 +25,21 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">       RenderBlock (anonymous) at (0,46) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,64) size 511x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,64) size 510x28 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,1) size 509x26
-          RenderTableRow {TR} at (0,2) size 509x22
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 508x26
+          RenderTableRow {TR} at (0,2) size 508x22
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 100x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 49x18
</span><span class="cx">                 text run at (2,2) width 49: &quot;col-100&quot;
</span><span class="cx">             RenderTableCell {TD} at (104,2) size 200x22 [border: (1px inset #808080)] [r=0 c=1 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;cg-200&quot;
</span><del>-            RenderTableCell {TD} at (306,2) size 201x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (306,2) size 200x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x18
</span><span class="cx">                 text run at (2,2) width 45: &quot;cg-200&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,92) size 784x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablecellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -46,8 +46,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x15
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,305) size 627x475 [color=#FFFFFF] [border: (5px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 627x22
</del><ins>+      RenderTable {TABLE} at (0,305) size 626x475 [color=#FFFFFF] [border: (5px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 626x22
</ins><span class="cx">           RenderText {#text} at (169,0) size 288x22
</span><span class="cx">             text run at (169,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -56,57 +56,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (5,27) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (5,27) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,44) size 130x26 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (144,32) size 221x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,32) size 220x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x22
</span><span class="cx">                 text run at (87,14) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,44) size 119x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,44) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x22
</span><span class="cx">                 text run at (36,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,44) size 114x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x22
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (5,347) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (5,347) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,3) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (5,141) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (5,141) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [bgcolor=#000000] [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,15) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,41) size 221x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,41) 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,41) size 119x26 [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 G&quot;
</span><del>-            RenderTableCell {TD} at (496,41) size 114x26 [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 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,144) size 221x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,144) 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,144) size 119x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,144) 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,144) size 114x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,144) 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,779) size 587x439 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 587x22
</del><ins>+      RenderTable {TABLE} at (0,779) size 586x439 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 586x22
</ins><span class="cx">           RenderText {#text} at (150,0) size 286x22
</span><span class="cx">             text run at (150,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -115,53 +115,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (2,28) size 582x101
-          RenderTableRow {TR} at (0,0) size 582x101
</del><ins>+        RenderTableSection {THEAD} at (2,28) size 581x101
+          RenderTableRow {TR} at (0,0) size 581x101
</ins><span class="cx">             RenderTableCell {TH} at (0,34) size 137x33 [border: (3px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (44,4) size 46x22
</span><span class="cx">                 text run at (44,4) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (137,32) size 208x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (137,32) size 207x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x22
</span><span class="cx">                 text run at (81,8) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (344,37) size 124x27 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (344,37) size 123x27 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,4) size 46x22
</span><span class="cx">                 text run at (42,4) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (467,37) size 115x27 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (467,37) size 114x27 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,4) size 45x22
</span><span class="cx">                 text run at (34,4) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (2,319) size 582x116
-          RenderTableRow {TR} at (0,0) size 582x116
-            RenderTableCell {TD} at (0,41) size 345x34 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (2,319) size 581x116
+          RenderTableRow {TR} at (0,0) size 581x116
+            RenderTableCell {TD} at (0,41) size 344x34 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (4,8) size 47x23
</span><span class="cx">                 text run at (4,9) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (344,44) size 124x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,44) size 123x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (467,44) size 115x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (467,44) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (2,129) size 582x190
-          RenderTableRow {TR} at (0,0) size 582x107
</del><ins>+        RenderTableSection {TBODY} at (2,129) size 581x190
+          RenderTableRow {TR} at (0,0) size 581x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 137x38 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,9) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (137,38) size 208x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (137,38) size 207x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x22
</span><span class="cx">                 text run at (8,8) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (344,41) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,41) size 123x25 [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 (467,41) size 115x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (467,41) size 114x25 [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,107) size 582x83
-            RenderTableCell {TD} at (137,136) size 208x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 581x83
+            RenderTableCell {TD} at (137,136) size 207x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x22
</span><span class="cx">                 text run at (8,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (344,136) size 124x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,136) size 123x25 [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 (467,136) size 115x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (467,136) size 114x25 [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><span class="cx">       RenderBlock {DIV} at (0,1217) size 769x35
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablecolumnexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -59,8 +59,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x15
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,483) size 631x471 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 631x22
</del><ins>+      RenderTable {TABLE} at (0,483) size 630x471 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 630x22
</ins><span class="cx">           RenderText {#text} at (171,0) size 288x22
</span><span class="cx">             text run at (171,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -69,57 +69,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (3,25) size 625x114
-          RenderTableRow {TR} at (0,7) size 625x100
</del><ins>+        RenderTableSection {THEAD} at (3,25) size 624x114
+          RenderTableRow {TR} at (0,7) size 624x100
</ins><span class="cx">             RenderTableCell {TH} at (7,40) size 138x34 [border: (5px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (46,6) size 46x22
</span><span class="cx">                 text run at (46,6) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (152,32) size 221x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (152,32) size 220x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x22
</span><span class="cx">                 text run at (87,14) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (379,44) size 119x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (379,44) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x22
</span><span class="cx">                 text run at (36,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (504,44) size 114x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (504,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x22
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (3,345) size 625x122
-          RenderTableRow {TR} at (0,0) size 625x115
-            RenderTableCell {TD} at (7,40) size 366x35 [border: (5px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (3,345) size 624x122
+          RenderTableRow {TR} at (0,0) size 624x115
+            RenderTableCell {TD} at (7,40) size 365x35 [border: (5px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (6,6) size 47x23
</span><span class="cx">                 text run at (6,7) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (379,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (379,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (504,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (504,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (3,139) size 625x206
-          RenderTableRow {TR} at (0,0) size 625x108
</del><ins>+        RenderTableSection {TBODY} at (3,139) size 624x206
+          RenderTableRow {TR} at (0,0) size 624x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 138x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,15) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (152,33) size 221x42 [border: (9px dashed #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (152,33) size 220x42 [border: (9px dashed #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (10,10) size 43x22
</span><span class="cx">                 text run at (10,10) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (379,37) size 119x34 [border: (5px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (379,37) size 118x34 [border: (5px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 46x22
</span><span class="cx">                 text run at (6,6) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (504,41) size 114x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (504,41) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 625x84
-            RenderTableCell {TD} at (152,144) size 221x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 624x84
+            RenderTableCell {TD} at (152,144) size 220x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x22
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (379,144) size 119x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (379,144) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (504,144) size 114x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (504,144) 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,953) size 589x437 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 589x22
</del><ins>+      RenderTable {TABLE} at (0,953) size 588x437 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 588x22
</ins><span class="cx">           RenderText {#text} at (151,0) size 286x22
</span><span class="cx">             text run at (151,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -128,53 +128,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (2,28) size 585x100
-          RenderTableRow {TR} at (0,0) size 585x100
</del><ins>+        RenderTableSection {THEAD} at (2,28) size 584x100
+          RenderTableRow {TR} at (0,0) size 584x100
</ins><span class="cx">             RenderTableCell {TH} at (0,33) size 137x34 [border: (3px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (44,4) size 46x23
</span><span class="cx">                 text run at (44,5) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (137,31) size 208x38 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (137,31) size 207x38 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x23
</span><span class="cx">                 text run at (81,9) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (344,35) size 126x30 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (344,35) size 125x30 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,4) size 46x23
</span><span class="cx">                 text run at (42,5) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (469,37) size 116x26 [border: (2px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (469,37) size 115x26 [border: (2px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,3) size 45x22
</span><span class="cx">                 text run at (36,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (2,318) size 585x115
-          RenderTableRow {TR} at (0,0) size 585x115
-            RenderTableCell {TD} at (0,41) size 345x33 [border: (7px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (2,318) size 584x115
+          RenderTableRow {TR} at (0,0) size 584x115
+            RenderTableCell {TD} at (0,41) size 344x33 [border: (7px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (4,8) size 47x22
</span><span class="cx">                 text run at (4,8) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (344,44) size 126x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,44) size 125x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,2) size 46x22
</span><span class="cx">                 text run at (6,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (469,44) size 116x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (469,44) size 115x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,2) size 44x23
</span><span class="cx">                 text run at (4,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (2,128) size 585x190
-          RenderTableRow {TR} at (0,0) size 585x107
</del><ins>+        RenderTableSection {TBODY} at (2,128) size 584x190
+          RenderTableRow {TR} at (0,0) size 584x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 137x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,9) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (137,36) size 208x35 [border: (7px dashed #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (137,36) size 207x35 [border: (7px dashed #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x22
</span><span class="cx">                 text run at (8,8) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (344,39) size 126x29 [border: (3px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,39) size 125x29 [border: (3px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 46x22
</span><span class="cx">                 text run at (6,4) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (469,41) size 116x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (469,41) size 115x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,2) size 45x22
</span><span class="cx">                 text run at (4,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,107) size 585x83
-            RenderTableCell {TD} at (137,133) size 208x31 [border: (5px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 584x83
+            RenderTableCell {TD} at (137,133) size 207x31 [border: (5px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,6) size 42x22
</span><span class="cx">                 text run at (8,6) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (344,135) size 126x27 [border: (3px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,135) size 125x27 [border: (3px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 45x22
</span><span class="cx">                 text run at (6,4) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (469,136) size 116x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (469,136) size 115x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,2) size 43x22
</span><span class="cx">                 text run at (4,2) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1389) size 769x35
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablecolumngroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -46,8 +46,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x15
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,322) size 623x471 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 623x22
</del><ins>+      RenderTable {TABLE} at (0,322) size 622x471 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 622x22
</ins><span class="cx">           RenderText {#text} at (167,0) size 288x22
</span><span class="cx">             text run at (167,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
</span><span class="lines">@@ -56,57 +56,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [border: (9px dashed #FFFFFF)]
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (3,25) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (3,25) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,44) size 130x26 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (144,32) size 221x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,32) size 220x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x22
</span><span class="cx">                 text run at (87,14) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,44) size 119x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,44) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x22
</span><span class="cx">                 text run at (36,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,44) size 114x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x22
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (3,345) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,40) size 358x35 [border: (5px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (3,345) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,40) size 357x35 [border: (5px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (6,6) size 47x23
</span><span class="cx">                 text run at (6,7) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (3,139) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (3,139) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,15) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,41) size 221x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,41) 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,37) size 119x34 [border: (5px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,37) size 118x34 [border: (5px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 46x22
</span><span class="cx">                 text run at (6,6) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,41) size 114x26 [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 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,144) size 221x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,144) 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,144) size 119x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,144) 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,144) size 114x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,144) 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,792) size 592x437 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 592x22
</del><ins>+      RenderTable {TABLE} at (0,792) size 591x437 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 591x22
</ins><span class="cx">           RenderText {#text} at (152,0) size 287x22
</span><span class="cx">             text run at (152,0) width 287: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
</span><span class="lines">@@ -115,50 +115,50 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [border: (9px dashed #FFFFFF)]
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,28) size 589x100
-          RenderTableRow {TR} at (0,0) size 589x100
</del><ins>+        RenderTableSection {THEAD} at (1,28) size 588x100
+          RenderTableRow {TR} at (0,0) size 588x100
</ins><span class="cx">             RenderTableCell {TH} at (0,33) size 137x34 [border: (3px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (44,4) size 46x23
</span><span class="cx">                 text run at (44,5) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (137,31) size 208x38 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (137,31) size 207x38 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x23
</span><span class="cx">                 text run at (81,9) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (344,34) size 128x32 [border: (5px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (344,34) size 127x32 [border: (5px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,6) size 46x23
</span><span class="cx">                 text run at (42,7) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (471,37) size 118x26 [border: (2px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (471,37) size 117x26 [border: (2px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (38,3) size 45x22
</span><span class="cx">                 text run at (38,3) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,318) size 589x115
-          RenderTableRow {TR} at (0,0) size 589x115
-            RenderTableCell {TD} at (0,41) size 472x33 [border: (7px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=3]
</del><ins>+        RenderTableSection {TFOOT} at (1,318) size 588x115
+          RenderTableRow {TR} at (0,0) size 588x115
+            RenderTableCell {TD} at (0,41) size 471x33 [border: (7px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (4,8) size 47x22
</span><span class="cx">                 text run at (4,8) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (471,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (471,44) size 117x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,2) size 44x23
</span><span class="cx">                 text run at (6,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,128) size 589x190
-          RenderTableRow {TR} at (0,0) size 589x107
</del><ins>+        RenderTableSection {TBODY} at (1,128) size 588x190
+          RenderTableRow {TR} at (0,0) size 588x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 137x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,9) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (137,38) size 208x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (137,38) size 207x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x22
</span><span class="cx">                 text run at (8,8) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (344,39) size 128x29 [border: (3px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,39) size 127x29 [border: (3px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 46x22
</span><span class="cx">                 text run at (6,4) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (471,41) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (471,41) size 117x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,2) size 45x22
</span><span class="cx">                 text run at (6,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,107) size 589x83
-            RenderTableCell {TD} at (137,135) size 208x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 588x83
+            RenderTableCell {TD} at (137,135) size 207x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x22
</span><span class="cx">                 text run at (8,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (344,134) size 128x29 [border: (3px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,134) size 127x29 [border: (3px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 45x22
</span><span class="cx">                 text run at (6,4) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (471,136) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (471,136) size 117x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,2) size 43x22
</span><span class="cx">                 text run at (6,2) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1228) size 769x35
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -40,8 +40,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x15
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,249) size 627x475 [color=#FFFFFF] [bgcolor=#000000] [border: (5px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 627x22
</del><ins>+      RenderTable {TABLE} at (0,249) size 626x475 [color=#FFFFFF] [bgcolor=#000000] [border: (5px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 626x22
</ins><span class="cx">           RenderText {#text} at (169,0) size 288x22
</span><span class="cx">             text run at (169,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -50,57 +50,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (5,27) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (5,27) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,44) size 130x26 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (144,32) size 221x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,32) size 220x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x22
</span><span class="cx">                 text run at (87,14) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,44) size 119x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,44) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x22
</span><span class="cx">                 text run at (36,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,44) size 114x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x22
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TBODY} at (5,141) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (5,141) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,15) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,41) size 221x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,41) 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,41) size 119x26 [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 G&quot;
</span><del>-            RenderTableCell {TD} at (496,41) size 114x26 [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 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,144) size 221x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,144) 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,144) size 119x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,144) 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,144) size 114x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,144) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-        RenderTableSection {TFOOT} at (5,347) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (5,347) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,3) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-      RenderTable {TABLE} at (0,723) size 587x439 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 587x22
</del><ins>+      RenderTable {TABLE} at (0,723) size 586x439 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 586x22
</ins><span class="cx">           RenderText {#text} at (150,0) size 286x22
</span><span class="cx">             text run at (150,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -109,53 +109,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (2,28) size 582x101
-          RenderTableRow {TR} at (0,0) size 582x101
</del><ins>+        RenderTableSection {THEAD} at (2,28) size 581x101
+          RenderTableRow {TR} at (0,0) size 581x101
</ins><span class="cx">             RenderTableCell {TH} at (0,34) size 137x33 [border: (3px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (44,4) size 46x22
</span><span class="cx">                 text run at (44,4) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (137,32) size 208x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (137,32) size 207x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x22
</span><span class="cx">                 text run at (81,8) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (344,37) size 124x27 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (344,37) size 123x27 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,4) size 46x22
</span><span class="cx">                 text run at (42,4) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (467,37) size 115x27 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (467,37) size 114x27 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,4) size 45x22
</span><span class="cx">                 text run at (34,4) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (2,319) size 582x116
-          RenderTableRow {TR} at (0,0) size 582x116
-            RenderTableCell {TD} at (0,41) size 345x34 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (2,319) size 581x116
+          RenderTableRow {TR} at (0,0) size 581x116
+            RenderTableCell {TD} at (0,41) size 344x34 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (4,8) size 47x23
</span><span class="cx">                 text run at (4,9) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (344,44) size 124x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,44) size 123x28 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (467,44) size 115x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (467,44) size 114x28 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (2,129) size 582x190
-          RenderTableRow {TR} at (0,0) size 582x107
</del><ins>+        RenderTableSection {TBODY} at (2,129) size 581x190
+          RenderTableRow {TR} at (0,0) size 581x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 137x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,9) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (137,38) size 208x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (137,38) size 207x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x22
</span><span class="cx">                 text run at (8,8) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (344,41) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,41) size 123x25 [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 (467,41) size 115x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (467,41) size 114x25 [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,107) size 582x83
-            RenderTableCell {TD} at (137,136) size 208x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 581x83
+            RenderTableCell {TD} at (137,136) size 207x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x22
</span><span class="cx">                 text run at (8,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (344,136) size 124x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,136) size 123x25 [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 (467,136) size 115x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (467,136) size 114x25 [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><span class="cx">       RenderBlock {DIV} at (0,1161) size 769x35
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablequirksexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -40,8 +40,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x15
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,249) size 627x459 [color=#FFFFFF] [bgcolor=#000000] [border: (5px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 627x22
</del><ins>+      RenderTable {TABLE} at (0,249) size 626x459 [color=#FFFFFF] [bgcolor=#000000] [border: (5px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 626x22
</ins><span class="cx">           RenderText {#text} at (169,0) size 288x22
</span><span class="cx">             text run at (169,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -50,57 +50,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (5,27) size 617x110
-          RenderTableRow {TR} at (0,7) size 617x96
</del><ins>+        RenderTableSection {THEAD} at (5,27) size 616x110
+          RenderTableRow {TR} at (0,7) size 616x96
</ins><span class="cx">             RenderTableCell {TH} at (7,42) size 130x26 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (144,30) size 221x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,30) size 220x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x22
</span><span class="cx">                 text run at (87,14) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,42) size 119x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,42) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x22
</span><span class="cx">                 text run at (36,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,42) size 114x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,42) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,2) size 45x22
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TBODY} at (5,137) size 617x198
-          RenderTableRow {TR} at (0,0) size 617x104
</del><ins>+        RenderTableSection {TBODY} at (5,137) size 616x198
+          RenderTableRow {TR} at (0,0) size 616x104
</ins><span class="cx">             RenderTableCell {TD} at (7,70) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,15) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,39) size 221x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,39) 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,39) size 119x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,39) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,39) size 114x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,39) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,111) size 617x80
-            RenderTableCell {TD} at (144,138) size 221x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,111) size 616x80
+            RenderTableCell {TD} at (144,138) 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,138) size 119x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,138) 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,138) size 114x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,138) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-        RenderTableSection {TFOOT} at (5,335) size 617x118
-          RenderTableRow {TR} at (0,0) size 617x111
-            RenderTableCell {TD} at (7,42) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (5,335) size 616x118
+          RenderTableRow {TR} at (0,0) size 616x111
+            RenderTableCell {TD} at (7,42) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,3) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,42) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,42) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,42) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,42) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-      RenderTable {TABLE} at (0,707) size 587x423 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 587x22
</del><ins>+      RenderTable {TABLE} at (0,707) size 586x423 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 586x22
</ins><span class="cx">           RenderText {#text} at (150,0) size 286x22
</span><span class="cx">             text run at (150,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -109,53 +109,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (2,28) size 582x96
-          RenderTableRow {TR} at (0,0) size 582x96
</del><ins>+        RenderTableSection {THEAD} at (2,28) size 581x96
+          RenderTableRow {TR} at (0,0) size 581x96
</ins><span class="cx">             RenderTableCell {TH} at (0,31) size 137x34 [border: (3px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (44,4) size 46x23
</span><span class="cx">                 text run at (44,5) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (137,29) size 208x38 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (137,29) size 207x38 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x23
</span><span class="cx">                 text run at (81,9) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (344,34) size 124x28 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (344,34) size 123x28 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,4) size 46x23
</span><span class="cx">                 text run at (42,5) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (467,34) size 115x28 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (467,34) size 114x28 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (34,4) size 45x23
</span><span class="cx">                 text run at (34,5) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (2,308) size 582x111
-          RenderTableRow {TR} at (0,0) size 582x111
-            RenderTableCell {TD} at (0,39) size 345x33 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (2,308) size 581x111
+          RenderTableRow {TR} at (0,0) size 581x111
+            RenderTableCell {TD} at (0,39) size 344x33 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (4,8) size 47x22
</span><span class="cx">                 text run at (4,8) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (344,42) size 124x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,42) size 123x27 [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 (467,42) size 115x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (467,42) size 114x27 [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 (2,124) size 582x184
-          RenderTableRow {TR} at (0,0) size 582x104
</del><ins>+        RenderTableSection {TBODY} at (2,124) size 581x184
+          RenderTableRow {TR} at (0,0) size 581x104
</ins><span class="cx">             RenderTableCell {TD} at (0,73) size 137x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,9) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (137,36) size 208x32 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (137,36) size 207x32 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x23
</span><span class="cx">                 text run at (8,9) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (344,39) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,39) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (467,39) size 115x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (467,39) size 114x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x23
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,104) size 582x80
-            RenderTableCell {TD} at (137,131) size 208x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,104) size 581x80
+            RenderTableCell {TD} at (137,131) size 207x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x23
</span><span class="cx">                 text run at (8,3) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (344,131) size 124x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,131) size 123x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x23
</span><span class="cx">                 text run at (2,3) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (467,131) size 115x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (467,131) size 114x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x23
</span><span class="cx">                 text run at (2,3) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1129) size 769x32
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablerowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -55,8 +55,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x15
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,423) size 631x479 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 631x22
</del><ins>+      RenderTable {TABLE} at (0,423) size 630x479 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 630x22
</ins><span class="cx">           RenderText {#text} at (171,0) size 288x22
</span><span class="cx">             text run at (171,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -65,57 +65,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (3,25) size 625x122
-          RenderTableRow {TR} at (0,7) size 625x108 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
</del><ins>+        RenderTableSection {THEAD} at (3,25) size 624x122
+          RenderTableRow {TR} at (0,7) size 624x108 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
</ins><span class="cx">             RenderTableCell {TH} at (7,48) size 130x26 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (144,36) size 221x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,36) size 220x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x22
</span><span class="cx">                 text run at (87,14) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,48) size 119x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,48) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x22
</span><span class="cx">                 text run at (36,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,44) size 122x34 [border: (5px dashed #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,44) size 121x34 [border: (5px dashed #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (38,6) size 45x22
</span><span class="cx">                 text run at (38,6) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (3,353) size 625x122
-          RenderTableRow {TR} at (0,0) size 625x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (3,353) size 624x122
+          RenderTableRow {TR} at (0,0) size 624x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,3) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 122x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 121x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (3,147) size 625x206
-          RenderTableRow {TR} at (0,0) size 625x108 [bgcolor=#000000] [border: (9px dashed #FFFFFF)]
</del><ins>+        RenderTableSection {TBODY} at (3,147) size 624x206
+          RenderTableRow {TR} at (0,0) size 624x108 [bgcolor=#000000] [border: (9px dashed #FFFFFF)]
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,15) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,41) size 221x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,41) 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,33) size 119x42 [border: (9px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,33) size 118x42 [border: (9px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (10,10) size 46x22
</span><span class="cx">                 text run at (10,10) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,41) size 122x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 121x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 625x84 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
-            RenderTableCell {TD} at (144,144) size 221x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 624x84 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
+            RenderTableCell {TD} at (144,144) 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,140) size 119x34 [border: (5px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,140) size 118x34 [border: (5px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 45x22
</span><span class="cx">                 text run at (6,6) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,144) size 122x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,144) size 121x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,901) size 591x457 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 591x22
</del><ins>+      RenderTable {TABLE} at (0,901) size 590x457 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 590x22
</ins><span class="cx">           RenderText {#text} at (152,0) size 286x22
</span><span class="cx">             text run at (152,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -124,53 +124,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (2,28) size 586x105
-          RenderTableRow {TR} at (0,0) size 586x105 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
</del><ins>+        RenderTableSection {THEAD} at (2,28) size 585x105
+          RenderTableRow {TR} at (0,0) size 585x105 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
</ins><span class="cx">             RenderTableCell {TH} at (0,36) size 137x33 [border: (3px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (44,4) size 46x22
</span><span class="cx">                 text run at (44,4) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (137,34) size 208x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (137,34) size 207x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x22
</span><span class="cx">                 text run at (81,8) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (344,37) size 126x31 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (344,37) size 125x31 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,4) size 46x22
</span><span class="cx">                 text run at (42,4) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (469,37) size 117x31 [border: (3px dashed #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (469,37) size 116x31 [border: (3px dashed #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,4) size 45x22
</span><span class="cx">                 text run at (36,4) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (2,337) size 586x117
-          RenderTableRow {TR} at (0,0) size 586x117
-            RenderTableCell {TD} at (0,42) size 345x33 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (2,337) size 585x117
+          RenderTableRow {TR} at (0,0) size 585x117
+            RenderTableCell {TD} at (0,42) size 344x33 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (3,8) size 47x23
</span><span class="cx">                 text run at (3,9) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (344,44) size 126x29 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,44) size 125x29 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,4) size 46x23
</span><span class="cx">                 text run at (2,5) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (469,44) size 117x29 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (469,44) size 116x29 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,4) size 44x23
</span><span class="cx">                 text run at (2,5) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (2,133) size 586x204
-          RenderTableRow {TR} at (0,0) size 586x115 [bgcolor=#000000] [border: (9px dashed #FFFFFF)]
</del><ins>+        RenderTableSection {TBODY} at (2,133) size 585x204
+          RenderTableRow {TR} at (0,0) size 585x115 [bgcolor=#000000] [border: (9px dashed #FFFFFF)]
</ins><span class="cx">             RenderTableCell {TD} at (0,83) size 137x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,9) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (137,40) size 208x35 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (137,40) size 207x35 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x22
</span><span class="cx">                 text run at (8,8) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (344,41) size 126x33 [border: (5px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,41) size 125x33 [border: (5px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 46x22
</span><span class="cx">                 text run at (6,6) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (469,41) size 117x33 [border: (5px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (469,41) size 116x33 [border: (5px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 45x22
</span><span class="cx">                 text run at (6,6) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 586x89 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
-            RenderTableCell {TD} at (137,144) size 208x31 [border: (5px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 585x89 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
+            RenderTableCell {TD} at (137,144) size 207x31 [border: (5px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,6) size 42x22
</span><span class="cx">                 text run at (8,6) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (344,144) size 126x31 [border: (5px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,144) size 125x31 [border: (5px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 45x22
</span><span class="cx">                 text run at (4,6) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (469,144) size 117x31 [border: (5px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (469,144) size 116x31 [border: (5px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,6) size 43x22
</span><span class="cx">                 text run at (4,6) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1357) size 769x35
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablerowgroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -48,8 +48,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x15
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,352) size 631x479 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 631x22
</del><ins>+      RenderTable {TABLE} at (0,352) size 630x479 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 630x22
</ins><span class="cx">           RenderText {#text} at (171,0) size 288x22
</span><span class="cx">             text run at (171,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -58,57 +58,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (3,25) size 625x122 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
-          RenderTableRow {TR} at (0,7) size 625x108
</del><ins>+        RenderTableSection {THEAD} at (3,25) size 624x122 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
+          RenderTableRow {TR} at (0,7) size 624x108
</ins><span class="cx">             RenderTableCell {TH} at (7,48) size 130x26 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (144,36) size 221x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,36) size 220x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x22
</span><span class="cx">                 text run at (87,14) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,48) size 119x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,48) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x22
</span><span class="cx">                 text run at (36,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,44) size 122x34 [border: (5px dashed #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,44) size 121x34 [border: (5px dashed #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (38,6) size 45x22
</span><span class="cx">                 text run at (38,6) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (3,353) size 625x122
-          RenderTableRow {TR} at (0,0) size 625x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (3,353) size 624x122
+          RenderTableRow {TR} at (0,0) size 624x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,3) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 122x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 121x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (3,147) size 625x206 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
-          RenderTableRow {TR} at (0,0) size 625x108
</del><ins>+        RenderTableSection {TBODY} at (3,147) size 624x206 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
+          RenderTableRow {TR} at (0,0) size 624x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,15) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,41) size 221x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,41) 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,41) size 119x26 [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 G&quot;
</span><del>-            RenderTableCell {TD} at (496,41) size 122x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 121x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 625x84
-            RenderTableCell {TD} at (144,144) size 221x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 624x84
+            RenderTableCell {TD} at (144,144) 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,140) size 119x34 [border: (5px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,140) size 118x34 [border: (5px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 45x22
</span><span class="cx">                 text run at (6,6) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,144) size 122x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,144) size 121x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,830) size 591x445 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 591x22
</del><ins>+      RenderTable {TABLE} at (0,830) size 590x445 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 590x22
</ins><span class="cx">           RenderText {#text} at (152,0) size 286x22
</span><span class="cx">             text run at (152,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -117,53 +117,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (2,28) size 586x103 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
-          RenderTableRow {TR} at (0,0) size 586x103
</del><ins>+        RenderTableSection {THEAD} at (2,28) size 585x103 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
+          RenderTableRow {TR} at (0,0) size 585x103
</ins><span class="cx">             RenderTableCell {TH} at (0,35) size 137x33 [border: (3px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (44,4) size 46x22
</span><span class="cx">                 text run at (44,4) width 46: &quot;TH A&quot;
</span><del>-            RenderTableCell {TH} at (137,33) size 208x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (137,33) size 207x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x22
</span><span class="cx">                 text run at (81,8) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (344,37) size 126x29 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (344,37) size 125x29 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,4) size 46x22
</span><span class="cx">                 text run at (42,4) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (469,37) size 117x29 [border: (3px dashed #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (469,37) size 116x29 [border: (3px dashed #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,4) size 45x22
</span><span class="cx">                 text run at (36,4) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (2,325) size 586x117
-          RenderTableRow {TR} at (0,0) size 586x117
-            RenderTableCell {TD} at (0,42) size 345x33 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (2,325) size 585x117
+          RenderTableRow {TR} at (0,0) size 585x117
+            RenderTableCell {TD} at (0,42) size 344x33 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (3,8) size 47x23
</span><span class="cx">                 text run at (3,9) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (344,44) size 126x29 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,44) size 125x29 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,4) size 46x23
</span><span class="cx">                 text run at (2,5) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (469,44) size 117x29 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (469,44) size 116x29 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,4) size 44x23
</span><span class="cx">                 text run at (2,5) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (2,131) size 586x194 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
-          RenderTableRow {TR} at (0,0) size 586x109
</del><ins>+        RenderTableSection {TBODY} at (2,131) size 585x194 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
+          RenderTableRow {TR} at (0,0) size 585x109
</ins><span class="cx">             RenderTableCell {TD} at (0,78) size 137x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,9) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (137,39) size 208x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (137,39) size 207x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x22
</span><span class="cx">                 text run at (8,8) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (344,40) size 126x29 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,40) size 125x29 [border: (3px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,4) size 46x22
</span><span class="cx">                 text run at (2,4) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (469,41) size 117x27 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (469,41) size 116x27 [border: (3px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,4) size 45x22
</span><span class="cx">                 text run at (2,4) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,109) size 586x85
-            RenderTableCell {TD} at (137,138) size 208x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,109) size 585x85
+            RenderTableCell {TD} at (137,138) size 207x27 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x22
</span><span class="cx">                 text run at (8,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (344,137) size 126x29 [border: (3px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,137) size 125x29 [border: (3px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 45x22
</span><span class="cx">                 text run at (4,4) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (469,138) size 117x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (469,138) size 116x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,2) size 43x22
</span><span class="cx">                 text run at (4,2) width 43: &quot;TD L&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1274) size 769x35
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_fixedbgexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -40,8 +40,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x15
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,264) size 619x467 [color=#000000] [bgcolor=#FFFFFF] [border: (1px dotted #000000)]
-        RenderBlock {CAPTION} at (0,0) size 619x22 [color=#FFFFFF]
</del><ins>+      RenderTable {TABLE} at (0,264) size 618x467 [color=#000000] [bgcolor=#FFFFFF] [border: (1px dotted #000000)]
+        RenderBlock {CAPTION} at (0,0) size 618x22 [color=#FFFFFF]
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x22
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -50,55 +50,55 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,23) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,23) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,44) size 130x26 [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>-            RenderTableCell {TH} at (144,32) size 221x50 [border: (13px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,32) size 220x50 [border: (13px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x22
</span><span class="cx">                 text run at (87,14) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,55) size 119x4 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
-            RenderTableCell {TH} at (496,44) size 114x26 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,55) size 118x4 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TH} at (496,44) size 113x26 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><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,343) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,343) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,3) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,137) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #000000)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,15) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,41) size 221x26 [border: (1px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,41) 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,41) size 119x26 [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 G&quot;
</span><del>-            RenderTableCell {TD} at (496,41) size 114x26 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x26 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,144) size 221x26 [border: (1px dotted #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,144) 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,144) size 119x26 [border: (1px dotted #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,144) 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,144) size 114x26 [border: (1px dotted #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,144) size 113x26 [border: (1px dotted #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,730) size 579x433 [color=#000000] [bgcolor=#FFFFFF] [border: (6px dotted #000000)]
-        RenderBlock {CAPTION} at (0,0) size 579x22 [color=#FFFFFF]
</del><ins>+      RenderTable {TABLE} at (0,730) size 578x433 [color=#000000] [bgcolor=#FFFFFF] [border: (6px dotted #000000)]
+        RenderBlock {CAPTION} at (0,0) size 578x22 [color=#FFFFFF]
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x22
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -107,51 +107,51 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,28) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,28) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,34) size 135x31 [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>-            RenderTableCell {TH} at (135,31) size 208x37 [border: (7px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,31) size 207x37 [border: (7px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x22
</span><span class="cx">                 text run at (81,8) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,48) size 124x3 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
-            RenderTableCell {TH} at (465,37) size 113x25 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,48) size 123x3 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TH} at (465,37) size 112x25 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><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 (0,317) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,317) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,9) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,127) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,127) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #000000)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,9) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,38) size 208x31 [border: (7px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,38) size 207x31 [border: (7px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x22
</span><span class="cx">                 text run at (8,8) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,41) size 124x25 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,41) size 123x25 [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 (465,41) size 113x25 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,41) size 112x25 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,107) size 578x83
-            RenderTableCell {TD} at (135,136) size 208x25 [border: (1px dotted #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,136) size 207x25 [border: (1px dotted #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x22
</span><span class="cx">                 text run at (8,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,136) size 124x25 [border: (1px dotted #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,136) size 123x25 [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 (465,136) size 113x25 [border: (1px dotted #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,136) size 112x25 [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><span class="cx">       RenderBlock {DIV} at (0,1162) size 769x35
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_layershideexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -46,8 +46,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x15
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,264) size 619x467 [color=#FFFFFF] [bgcolor=#0000FF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x22
</del><ins>+      RenderTable {TABLE} at (0,264) size 618x467 [color=#FFFFFF] [bgcolor=#0000FF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x22
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x22
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -56,55 +56,55 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,23) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,23) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,44) size 130x26 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (144,32) size 221x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,32) size 220x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x22
</span><span class="cx">                 text run at (87,14) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,55) size 119x4 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
-            RenderTableCell {TH} at (496,44) size 114x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,55) size 118x4 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TH} at (496,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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,343) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,343) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,3) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,137) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,15) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,41) size 221x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,41) 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,41) size 119x26 [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 G&quot;
</span><del>-            RenderTableCell {TD} at (496,41) size 114x26 [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 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,144) size 221x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,144) 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,144) size 119x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,144) 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,144) size 114x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,144) 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,730) size 579x433 [color=#FFFFFF] [bgcolor=#0000FF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x22
</del><ins>+      RenderTable {TABLE} at (0,730) size 578x433 [color=#FFFFFF] [bgcolor=#0000FF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x22
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x22
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -113,51 +113,51 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,28) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,28) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,34) size 135x31 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (135,31) size 208x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,31) size 207x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x22
</span><span class="cx">                 text run at (81,8) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,48) size 124x3 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
-            RenderTableCell {TH} at (465,37) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,48) size 123x3 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TH} at (465,37) size 112x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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 (0,317) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,317) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,9) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,127) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,127) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,9) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,38) size 208x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,38) size 207x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x22
</span><span class="cx">                 text run at (8,8) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,41) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,41) size 123x25 [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 (465,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,41) size 112x25 [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,107) size 578x83
-            RenderTableCell {TD} at (135,136) size 208x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,136) size 207x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x22
</span><span class="cx">                 text run at (8,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,136) size 124x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,136) size 123x25 [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 (465,136) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,136) size 112x25 [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><span class="cx">       RenderBlock {DIV} at (0,1162) size 769x35
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_layersshowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -123,8 +123,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x15
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,758) size 619x467 [color=#FFFFFF] [bgcolor=#0000FF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x22
</del><ins>+      RenderTable {TABLE} at (0,758) size 618x467 [color=#FFFFFF] [bgcolor=#0000FF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x22
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x22
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -133,55 +133,55 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,23) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,23) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,44) size 130x26 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (144,32) size 221x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,32) size 220x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x22
</span><span class="cx">                 text run at (87,14) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,55) size 119x4 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
-            RenderTableCell {TH} at (496,44) size 114x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,55) size 118x4 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TH} at (496,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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,343) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,343) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,3) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,137) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,15) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,41) size 221x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,41) 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,41) size 119x26 [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 G&quot;
</span><del>-            RenderTableCell {TD} at (496,41) size 114x26 [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 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,144) size 221x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,144) 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,144) size 119x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,144) 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,144) size 114x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,144) 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,1224) size 579x433 [color=#FFFFFF] [bgcolor=#0000FF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x22
</del><ins>+      RenderTable {TABLE} at (0,1224) size 578x433 [color=#FFFFFF] [bgcolor=#0000FF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x22
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x22
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -190,51 +190,51 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,28) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,28) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,34) size 135x31 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (135,31) size 208x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,31) size 207x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x22
</span><span class="cx">                 text run at (81,8) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,48) size 124x3 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
-            RenderTableCell {TH} at (465,37) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,48) size 123x3 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TH} at (465,37) size 112x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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 (0,317) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,317) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,9) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,127) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,127) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,9) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,38) size 208x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,38) size 207x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x22
</span><span class="cx">                 text run at (8,8) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,41) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,41) size 123x25 [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 (465,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,41) size 112x25 [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,107) size 578x83
-            RenderTableCell {TD} at (135,136) size 208x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,136) size 207x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x22
</span><span class="cx">                 text run at (8,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,136) size 124x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,136) size 123x25 [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 (465,136) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,136) size 112x25 [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><span class="cx">       RenderBlock {DIV} at (0,1656) size 769x35
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_positiontablecellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -46,8 +46,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x15
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,305) size 619x467 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x22
</del><ins>+      RenderTable {TABLE} at (0,305) size 618x467 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x22
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x22
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -56,57 +56,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,23) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,23) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,44) size 130x26 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (144,32) size 221x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,32) size 220x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x22
</span><span class="cx">                 text run at (87,14) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,44) size 119x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,44) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x22
</span><span class="cx">                 text run at (36,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,44) size 114x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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,343) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,343) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,3) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,137) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [bgcolor=#000000] [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,15) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,41) size 221x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,41) 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,41) size 119x26 [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 G&quot;
</span><del>-            RenderTableCell {TD} at (496,41) size 114x26 [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 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,144) size 221x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,144) 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,144) size 119x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,144) 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,144) size 114x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,144) 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,771) size 579x433 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x22
</del><ins>+      RenderTable {TABLE} at (0,771) size 578x433 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x22
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x22
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -115,53 +115,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,28) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,28) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,34) size 135x31 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (135,31) size 208x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,31) size 207x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x22
</span><span class="cx">                 text run at (81,8) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,37) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,37) size 123x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x22
</span><span class="cx">                 text run at (42,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,37) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,37) size 112x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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 (0,317) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,317) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,9) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,127) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,127) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [bgcolor=#000000] [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,9) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,38) size 208x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,38) size 207x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x22
</span><span class="cx">                 text run at (8,8) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,41) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,41) size 123x25 [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 (465,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,41) size 112x25 [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,107) size 578x83
-            RenderTableCell {TD} at (135,136) size 208x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,136) size 207x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x22
</span><span class="cx">                 text run at (8,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,136) size 124x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,136) size 123x25 [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 (465,136) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,136) size 112x25 [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><span class="cx">       RenderBlock {DIV} at (0,1203) size 769x35
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_positiontablecolumnexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,8 +54,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x15
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,408) size 619x467 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x22
</del><ins>+      RenderTable {TABLE} at (0,408) size 618x467 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x22
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x22
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -64,57 +64,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,23) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,23) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,44) size 130x26 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (144,32) size 221x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,32) size 220x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x22
</span><span class="cx">                 text run at (87,14) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,44) size 119x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,44) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x22
</span><span class="cx">                 text run at (36,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,44) size 114x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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,343) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,343) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,3) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,137) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,15) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,41) size 221x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,41) 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,41) size 119x26 [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 G&quot;
</span><del>-            RenderTableCell {TD} at (496,41) size 114x26 [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 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,144) size 221x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,144) 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,144) size 119x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,144) 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,144) size 114x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,144) 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,874) size 579x433 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x22
</del><ins>+      RenderTable {TABLE} at (0,874) size 578x433 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x22
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x22
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -123,53 +123,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,28) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,28) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,34) size 135x31 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (135,31) size 208x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,31) size 207x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x22
</span><span class="cx">                 text run at (81,8) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,37) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,37) size 123x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x22
</span><span class="cx">                 text run at (42,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,37) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,37) size 112x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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 (0,317) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,317) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,9) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,127) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,127) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,9) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,38) size 208x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,38) size 207x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x22
</span><span class="cx">                 text run at (8,8) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,41) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,41) size 123x25 [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 (465,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,41) size 112x25 [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,107) size 578x83
-            RenderTableCell {TD} at (135,136) size 208x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,136) size 207x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x22
</span><span class="cx">                 text run at (8,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,136) size 124x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,136) size 123x25 [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 (465,136) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,136) size 112x25 [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><span class="cx">       RenderBlock {DIV} at (0,1306) size 769x35
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_positiontablecolumngroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -45,8 +45,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x15
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,307) size 619x467 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x22
</del><ins>+      RenderTable {TABLE} at (0,307) size 618x467 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x22
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x22
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="lines">@@ -55,57 +55,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,23) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,23) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,44) size 130x26 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (144,32) size 221x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,32) size 220x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x22
</span><span class="cx">                 text run at (87,14) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,44) size 119x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,44) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x22
</span><span class="cx">                 text run at (36,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,44) size 114x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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,343) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,343) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,3) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,137) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,15) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,41) size 221x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,41) 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,41) size 119x26 [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 G&quot;
</span><del>-            RenderTableCell {TD} at (496,41) size 114x26 [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 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,144) size 221x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,144) 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,144) size 119x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,144) 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,144) size 114x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,144) 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,773) size 579x433 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x22
</del><ins>+      RenderTable {TABLE} at (0,773) size 578x433 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x22
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x22
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="lines">@@ -114,50 +114,50 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#000000]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,28) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,28) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,34) size 135x31 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (135,31) size 208x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,31) size 207x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x22
</span><span class="cx">                 text run at (81,8) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,37) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,37) size 123x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x22
</span><span class="cx">                 text run at (42,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,37) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,37) size 112x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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 (0,317) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 466x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=3]
</del><ins>+        RenderTableSection {TFOOT} at (0,317) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 465x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,9) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,127) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,127) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,9) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,38) size 208x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,38) size 207x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x22
</span><span class="cx">                 text run at (8,8) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,41) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,41) size 123x25 [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 (465,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,41) size 112x25 [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,107) size 578x83
-            RenderTableCell {TD} at (135,136) size 208x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,136) size 207x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x22
</span><span class="cx">                 text run at (8,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,136) size 124x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,136) size 123x25 [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 (465,136) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,136) size 112x25 [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><span class="cx">       RenderBlock {DIV} at (0,1205) size 769x35
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_positiontablerowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -59,8 +59,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x15
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,408) size 619x467 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x22
</del><ins>+      RenderTable {TABLE} at (0,408) size 618x467 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x22
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x22
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -69,57 +69,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,23) size 617x114
-          RenderTableRow {TR} at (0,7) size 617x100 [bgcolor=#000000]
</del><ins>+        RenderTableSection {THEAD} at (1,23) size 616x114
+          RenderTableRow {TR} at (0,7) size 616x100 [bgcolor=#000000]
</ins><span class="cx">             RenderTableCell {TH} at (7,44) size 130x26 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (144,32) size 221x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,32) size 220x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x22
</span><span class="cx">                 text run at (87,14) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,44) size 119x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,44) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x22
</span><span class="cx">                 text run at (36,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,44) size 114x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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,343) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,343) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,3) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,137) size 617x206
-          RenderTableRow {TR} at (0,0) size 617x108 [bgcolor=#000000]
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x206
+          RenderTableRow {TR} at (0,0) size 616x108 [bgcolor=#000000]
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,15) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,41) size 221x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,41) 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,41) size 119x26 [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 G&quot;
</span><del>-            RenderTableCell {TD} at (496,41) size 114x26 [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 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84 [bgcolor=#000000]
-            RenderTableCell {TD} at (144,144) size 221x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84 [bgcolor=#000000]
+            RenderTableCell {TD} at (144,144) 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,144) size 119x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,144) 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,144) size 114x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,144) 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,874) size 579x433 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x22
</del><ins>+      RenderTable {TABLE} at (0,874) size 578x433 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x22
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x22
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -128,53 +128,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,28) size 578x99
-          RenderTableRow {TR} at (0,0) size 578x99 [bgcolor=#000000]
</del><ins>+        RenderTableSection {THEAD} at (0,28) size 577x99
+          RenderTableRow {TR} at (0,0) size 577x99 [bgcolor=#000000]
</ins><span class="cx">             RenderTableCell {TH} at (0,34) size 135x31 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (135,31) size 208x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,31) size 207x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x22
</span><span class="cx">                 text run at (81,8) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,37) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,37) size 123x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x22
</span><span class="cx">                 text run at (42,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,37) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,37) size 112x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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 (0,317) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,317) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,9) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,127) size 578x190
-          RenderTableRow {TR} at (0,0) size 578x107 [bgcolor=#000000]
</del><ins>+        RenderTableSection {TBODY} at (0,127) size 577x190
+          RenderTableRow {TR} at (0,0) size 577x107 [bgcolor=#000000]
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,9) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,38) size 208x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,38) size 207x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x22
</span><span class="cx">                 text run at (8,8) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,41) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,41) size 123x25 [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 (465,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,41) size 112x25 [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,107) size 578x83 [bgcolor=#000000]
-            RenderTableCell {TD} at (135,136) size 208x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83 [bgcolor=#000000]
+            RenderTableCell {TD} at (135,136) size 207x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x22
</span><span class="cx">                 text run at (8,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,136) size 124x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,136) size 123x25 [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 (465,136) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,136) size 112x25 [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><span class="cx">       RenderBlock {DIV} at (0,1306) size 769x35
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_positiontablerowgroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -45,8 +45,8 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 133x15
</span><span class="cx">               text run at (0,0) width 133: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,307) size 619x467 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 619x22
</del><ins>+      RenderTable {TABLE} at (0,307) size 618x467 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 618x22
</ins><span class="cx">           RenderText {#text} at (165,0) size 288x22
</span><span class="cx">             text run at (165,0) width 288: &quot;With 'border-collapse: separate'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -55,57 +55,57 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (1,23) size 617x114 [bgcolor=#000000]
-          RenderTableRow {TR} at (0,7) size 617x100
</del><ins>+        RenderTableSection {THEAD} at (1,23) size 616x114 [bgcolor=#000000]
+          RenderTableRow {TR} at (0,7) size 616x100
</ins><span class="cx">             RenderTableCell {TH} at (7,44) size 130x26 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (144,32) size 221x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (144,32) size 220x50 [border: (13px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (87,14) size 46x22
</span><span class="cx">                 text run at (87,14) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (371,44) size 119x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (371,44) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,2) size 46x22
</span><span class="cx">                 text run at (36,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (496,44) size 114x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (496,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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,343) size 617x122
-          RenderTableRow {TR} at (0,0) size 617x115
-            RenderTableCell {TD} at (7,44) size 358x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,343) size 616x122
+          RenderTableRow {TR} at (0,0) size 616x115
+            RenderTableCell {TD} at (7,44) size 357x27 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x23
</span><span class="cx">                 text run at (2,3) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 119x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,44) size 118x27 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,44) size 114x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,44) size 113x27 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,137) size 617x206 [bgcolor=#000000]
-          RenderTableRow {TR} at (0,0) size 617x108
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x206 [bgcolor=#000000]
+          RenderTableRow {TR} at (0,0) size 616x108
</ins><span class="cx">             RenderTableCell {TD} at (7,74) size 130x51 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (14,14) size 44x23
</span><span class="cx">                 text run at (14,15) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,41) size 221x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,41) 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,41) size 119x26 [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 G&quot;
</span><del>-            RenderTableCell {TD} at (496,41) size 114x26 [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 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,115) size 617x84
-            RenderTableCell {TD} at (144,144) size 221x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,115) size 616x84
+            RenderTableCell {TD} at (144,144) 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,144) size 119x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,144) 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,144) size 114x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,144) 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,773) size 579x433 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
-        RenderBlock {CAPTION} at (0,0) size 579x22
</del><ins>+      RenderTable {TABLE} at (0,773) size 578x433 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
+        RenderBlock {CAPTION} at (0,0) size 578x22
</ins><span class="cx">           RenderText {#text} at (146,0) size 286x22
</span><span class="cx">             text run at (146,0) width 286: &quot;With 'border-collapse: collapse'&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="lines">@@ -114,53 +114,53 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {THEAD} at (0,28) size 578x99 [bgcolor=#000000]
-          RenderTableRow {TR} at (0,0) size 578x99
</del><ins>+        RenderTableSection {THEAD} at (0,28) size 577x99 [bgcolor=#000000]
+          RenderTableRow {TR} at (0,0) size 577x99
</ins><span class="cx">             RenderTableCell {TH} at (0,34) size 135x31 [border: (1px dotted #FFFFFF)] [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>-            RenderTableCell {TH} at (135,31) size 208x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (135,31) size 207x37 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (81,8) size 46x22
</span><span class="cx">                 text run at (81,8) width 46: &quot;TH B&quot;
</span><del>-            RenderTableCell {TH} at (342,37) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (342,37) size 123x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (42,2) size 46x22
</span><span class="cx">                 text run at (42,2) width 46: &quot;TH C&quot;
</span><del>-            RenderTableCell {TH} at (465,37) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (465,37) size 112x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><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 (0,317) size 578x114
-          RenderTableRow {TR} at (0,0) size 578x114
-            RenderTableCell {TD} at (0,41) size 343x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,317) size 577x114
+          RenderTableRow {TR} at (0,0) size 577x114
+            RenderTableCell {TD} at (0,41) size 342x32 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,8) size 47x23
</span><span class="cx">                 text run at (2,9) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (342,44) size 124x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,44) size 123x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x23
</span><span class="cx">                 text run at (2,3) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (465,44) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,44) size 112x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x23
</span><span class="cx">                 text run at (2,3) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (0,127) size 578x190 [bgcolor=#000000]
-          RenderTableRow {TR} at (0,0) size 578x107
</del><ins>+        RenderTableSection {TBODY} at (0,127) size 577x190 [bgcolor=#000000]
+          RenderTableRow {TR} at (0,0) size 577x107
</ins><span class="cx">             RenderTableCell {TD} at (0,76) size 135x38 [border: (7px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">               RenderText {#text} at (8,8) size 44x23
</span><span class="cx">                 text run at (8,9) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (135,38) size 208x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (135,38) size 207x31 [border: (7px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,8) size 43x22
</span><span class="cx">                 text run at (8,8) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (342,41) size 124x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,41) size 123x25 [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 (465,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,41) size 112x25 [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,107) size 578x83
-            RenderTableCell {TD} at (135,136) size 208x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,107) size 577x83
+            RenderTableCell {TD} at (135,136) size 207x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (8,2) size 42x22
</span><span class="cx">                 text run at (8,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (342,136) size 124x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (342,136) size 123x25 [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 (465,136) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (465,136) size 112x25 [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><span class="cx">       RenderBlock {DIV} at (0,1205) size 769x35
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_captionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,6 +14,6 @@
</span><span class="cx">             RenderTableCell {TD} at (2,43) size 98x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (101,43) size 95x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (101,43) size 96x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_caption_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,6 +14,6 @@
</span><span class="cx">             RenderTableCell {TD} at (2,43) size 98x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (101,43) size 95x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (101,43) size 96x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_caption_hiddenexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,43) size 98x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (101,43) size 95x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (101,43) size 96x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span><span class="cx"> layer at (8,8) size 200x12 scrollWidth 397 scrollHeight 403
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_caption_hidden_tableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -15,6 +15,6 @@
</span><span class="cx">         RenderTableCell {TD} at (2,43) size 98x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">           RenderText {#text} at (2,2) size 22x18
</span><span class="cx">             text run at (2,2) width 22: &quot;foo&quot;
</span><del>-        RenderTableCell {TD} at (101,43) size 95x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+        RenderTableCell {TD} at (101,43) size 96x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">           RenderText {#text} at (2,2) size 21x18
</span><span class="cx">             text run at (2,2) width 21: &quot;bar&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_caption_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,6 +14,6 @@
</span><span class="cx">             RenderTableCell {TD} at (2,43) size 98x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (101,43) size 95x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (101,43) size 96x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_caption_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,6 +14,6 @@
</span><span class="cx">             RenderTableCell {TD} at (2,43) size 98x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (101,43) size 95x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (101,43) size 96x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_caption_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,6 +14,6 @@
</span><span class="cx">             RenderTableCell {TD} at (2,43) size 98x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (101,43) size 95x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (101,43) size 96x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;bar&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_dirty_reflowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,41) size 60x18 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 22x18
</span><span class="cx">                 text run at (0,0) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (59,0) size 141x50 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (59,0) size 142x50 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#008000]
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 400x300 [bgcolor=#FF0000]
</span><span class="cx">                   RenderText {#text} at (0,0) size 8x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_dirty_reflow_tableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">             RenderTableCell {TD} at (0,41) size 82x58 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (20,20) size 22x18
</span><span class="cx">                 text run at (20,20) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (81,50) size 119x90 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (81,50) size 120x90 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (20,20) size 50x50 [bgcolor=#008000]
</span><span class="cx">                 RenderBlock {DIV} at (0,0) size 400x300 [bgcolor=#FF0000]
</span><span class="cx">                   RenderText {#text} at (0,0) size 8x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_hidden_tableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -4,10 +4,10 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x38
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x22
</span><span class="cx"> layer at (8,8) size 22x22 clip at (9,9) size 20x20 scrollWidth 707 scrollHeight 507
</span><del>-  RenderTable {TABLE} at (0,0) size 23x22 [border: (1px outset #808080)]
-    RenderTableSection {TBODY} at (1,1) size 21x20
-      RenderTableRow {TR} at (0,2) size 21x16
-        RenderTableCell {TD} at (2,2) size 17x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTable {TABLE} at (0,0) size 22x22 [border: (1px outset #808080)]
+    RenderTableSection {TBODY} at (1,1) size 20x20
+      RenderTableRow {TR} at (0,2) size 20x16
+        RenderTableCell {TD} at (2,2) size 16x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">           RenderBlock {DIV} at (2,2) size 12x12 [border: (1px solid #008000)]
</span><span class="cx">             RenderBlock {DIV} at (1,1) size 702x502 [border: (1px solid #FF0000)]
</span><span class="cx">               RenderText {#text} at (1,1) size 63x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_hidden_tbodyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</span><span class="cx"> layer at (0,0) size 800x38
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x38
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x22
</span><del>-      RenderTable {TABLE} at (0,0) size 23x22 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 21x20
-          RenderTableRow {TR} at (0,2) size 21x16
-            RenderTableCell {TD} at (2,2) size 17x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 22x22 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 20x20
+          RenderTableRow {TR} at (0,2) size 20x16
+            RenderTableCell {TD} at (2,2) size 16x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 12x12 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 702x502 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,1) size 63x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_hidden_trexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -3,10 +3,10 @@
</span><span class="cx"> layer at (0,0) size 800x38
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x38
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x22
</span><del>-      RenderTable {TABLE} at (0,0) size 23x22 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 21x20
-          RenderTableRow {TR} at (0,2) size 21x16
-            RenderTableCell {TD} at (2,2) size 17x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 22x22 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 20x20
+          RenderTableRow {TR} at (0,2) size 20x16
+            RenderTableCell {TD} at (2,2) size 16x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 12x12 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 702x502 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,1) size 63x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_style_reflow_cellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,7 +14,7 @@
</span><span class="cx">                 text run at (1,1) width 43: &quot;foo&quot;
</span><span class="cx">                 text run at (1,38) width 41: &quot;bar&quot;
</span><span class="cx">                 text run at (1,75) width 45: &quot;baz&quot;
</span><del>-            RenderTableCell {TD} at (113,30) size 55x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,30) size 54x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 52x52 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 402x302 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,1) size 16x37
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_style_reflow_cell_siblingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 38x30
</span><span class="cx">                 text run at (1,1) width 38: &quot;foo bar&quot;
</span><span class="cx">                 text run at (1,16) width 19: &quot;baz&quot;
</span><del>-            RenderTableCell {TD} at (113,78) size 55x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,78) size 54x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 52x52 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 402x302 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,1) size 16x37
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_style_reflow_rowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 38x30
</span><span class="cx">                 text run at (1,1) width 38: &quot;foo bar&quot;
</span><span class="cx">                 text run at (1,16) width 19: &quot;baz&quot;
</span><del>-            RenderTableCell {TD} at (113,78) size 55x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,78) size 54x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 52x52 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 402x302 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,1) size 7x15
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_style_reflow_row_siblingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">             RenderTableCell {TD} at (30,45) size 54x17 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 18x15
</span><span class="cx">                 text run at (1,1) width 18: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (113,30) size 55x47 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,30) size 54x47 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 17x15
</span><span class="cx">                 text run at (1,1) width 17: &quot;bar&quot;
</span><span class="cx">               RenderBR {BR} at (17,1) size 1x15
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx">                 text run at (1,1) width 43: &quot;foo&quot;
</span><span class="cx">                 text run at (1,38) width 41: &quot;bar&quot;
</span><span class="cx">                 text run at (1,75) width 45: &quot;baz&quot;
</span><del>-            RenderTableCell {TD} at (113,166) size 55x54 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,166) size 54x54 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 52x52 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 402x302 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,1) size 16x37
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_style_reflow_tableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 92x74
</span><span class="cx">                 text run at (1,1) width 92: &quot;foo bar&quot;
</span><span class="cx">                 text run at (1,38) width 45: &quot;baz&quot;
</span><del>-            RenderTableCell {TD} at (143,48) size 55x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,48) size 54x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 52x52 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 402x302 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,1) size 16x37
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_style_reflow_table_captionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -14,7 +14,7 @@
</span><span class="cx">                 text run at (1,1) width 43: &quot;foo&quot;
</span><span class="cx">                 text run at (1,38) width 41: &quot;bar&quot;
</span><span class="cx">                 text run at (1,75) width 45: &quot;baz&quot;
</span><del>-            RenderTableCell {TD} at (113,89) size 55x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,89) size 54x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 52x52 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 402x302 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,1) size 16x37
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_style_reflow_tbodyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 46x36
</span><span class="cx">                 text run at (1,1) width 46: &quot;foo bar&quot;
</span><span class="cx">                 text run at (1,19) width 23: &quot;baz&quot;
</span><del>-            RenderTableCell {TD} at (113,78) size 55x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,78) size 54x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 52x52 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 402x302 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,1) size 8x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_style_reflow_tbody_siblingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">             RenderTableCell {TD} at (30,48) size 54x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 22x18
</span><span class="cx">                 text run at (1,1) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (113,30) size 55x56 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,30) size 54x56 [border: (1px inset #808080)] [r=0 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;bar&quot;
</span><span class="cx">               RenderBR {BR} at (21,1) size 1x18
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx">                 text run at (1,1) width 43: &quot;foo&quot;
</span><span class="cx">                 text run at (1,38) width 41: &quot;bar&quot;
</span><span class="cx">                 text run at (1,75) width 45: &quot;baz&quot;
</span><del>-            RenderTableCell {TD} at (113,59) size 55x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,59) size 54x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 52x52 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 402x302 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,1) size 16x37
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_td_align_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,43) size 118x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (121,46) size 75x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (121,46) size 76x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (60,2) size 13x12 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (-291,1) size 302x402 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (293,1) size 8x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_td_dynamic_deactivateexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,43) size 60x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (63,50) size 133x56 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (63,50) size 134x56 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 52x52 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 42x22 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,1) size 8x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_td_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,43) size 118x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (121,90) size 75x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (121,90) size 76x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 12x12 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 302x402 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,1) size 8x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_td_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,43) size 118x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (121,46) size 75x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (121,46) size 76x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 12x12 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 302x402 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,1) size 8x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_td_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,43) size 118x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                 text run at (2,2) width 22: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (121,2) size 75x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (121,2) size 76x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (2,2) size 12x12 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 302x402 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,1) size 8x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintables_cellspacing_pctexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -7,50 +7,50 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 782x36
</span><span class="cx">           text run at (0,0) width 782: &quot;CELLSPACING specifies the amount space between cells. The first table has a cellspacing value of 20%; the second table&quot;
</span><span class="cx">           text run at (0,18) width 168: &quot;does not have cellspacing.&quot;
</span><del>-      RenderTable {TABLE} at (0,52) size 95x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 93x50
-          RenderTableRow {TR} at (0,2) size 93x22
-            RenderTableCell {TD} at (2,2) size 29x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,52) size 94x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 92x50
+          RenderTableRow {TR} at (0,2) size 92x22
+            RenderTableCell {TD} at (2,2) size 28x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (32,2) size 29x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (32,2) size 28x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (62,2) size 29x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (62,2) size 28x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 93x22
-            RenderTableCell {TD} at (2,26) size 29x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 92x22
+            RenderTableCell {TD} at (2,26) size 28x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (32,26) size 29x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (32,26) size 28x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (62,26) size 29x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (62,26) size 28x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,104) size 784x36
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderBR {BR} at (0,18) size 0x18
</span><del>-      RenderTable {TABLE} at (0,140) size 95x52 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 93x50
-          RenderTableRow {TR} at (0,2) size 93x22
-            RenderTableCell {TD} at (2,2) size 29x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,140) size 94x52 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 92x50
+          RenderTableRow {TR} at (0,2) size 92x22
+            RenderTableCell {TD} at (2,2) size 28x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (32,2) size 29x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (32,2) size 28x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (62,2) size 29x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (62,2) size 28x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 93x22
-            RenderTableCell {TD} at (2,26) size 29x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 92x22
+            RenderTableCell {TD} at (2,26) size 28x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (32,26) size 29x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (32,26) size 28x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span><del>-            RenderTableCell {TD} at (62,26) size 29x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (62,26) size 28x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;text&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresotherempty_cellsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -10,17 +10,17 @@
</span><span class="cx">         RenderTable {TABLE} at (0,18) size 100x0 [bgcolor=#FFA500]
</span><span class="cx">           RenderTableSection {TBODY} at (0,0) size 100x0
</span><span class="cx">             RenderTableRow {TR} at (0,0) size 100x0
</span><del>-              RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {TR} at (0,0) size 100x0
</span><del>-              RenderTableCell {TD} at (0,0) size 1x0 [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 0x0 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {TR} at (0,0) size 100x0
</span><del>-              RenderTableCell {TD} at (0,0) size 1x0 [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 0x0 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {TR} at (0,0) size 100x0
</span><del>-              RenderTableCell {TD} at (0,0) size 1x0 [r=3 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 0x0 [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {TR} at (0,0) size 100x0
</span><del>-              RenderTableCell {TD} at (0,0) size 1x0 [r=4 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 0x0 [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {TR} at (0,0) size 100x0
</span><del>-              RenderTableCell {TD} at (0,0) size 1x0 [r=5 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 0x0 [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,18) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,52) size 769x50
</span><span class="lines">@@ -50,17 +50,17 @@
</span><span class="cx">         RenderTable {TABLE} at (0,18) size 100x12 [bgcolor=#FFA500]
</span><span class="cx">           RenderTableSection {TBODY} at (0,0) size 100x12
</span><span class="cx">             RenderTableRow {TR} at (0,0) size 100x2
</span><del>-              RenderTableCell {TD} at (0,1) size 1x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,1) size 0x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {TR} at (0,2) size 100x2
</span><del>-              RenderTableCell {TD} at (0,3) size 1x0 [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,3) size 0x0 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {TR} at (0,4) size 100x2
</span><del>-              RenderTableCell {TD} at (0,5) size 1x0 [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,5) size 0x0 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {TR} at (0,6) size 100x2
</span><del>-              RenderTableCell {TD} at (0,7) size 1x0 [r=3 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,7) size 0x0 [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {TR} at (0,8) size 100x2
</span><del>-              RenderTableCell {TD} at (0,9) size 1x0 [r=4 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,9) size 0x0 [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderTableRow {TR} at (0,10) size 100x2
</span><del>-              RenderTableCell {TD} at (0,11) size 1x0 [r=5 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,11) size 0x0 [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,30) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,182) size 769x50
</span><span class="lines">@@ -87,334 +87,334 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 353x18
</span><span class="cx">             text run at (0,0) width 353: &quot;this table should be about 5 (3 in Standard) pixels wide&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 5x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 3x2
-            RenderTableRow {TR} at (0,0) size 3x2
-              RenderTableCell {TD} at (0,0) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,18) size 4x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 2x2
+            RenderTableRow {TR} at (0,0) size 2x2
+              RenderTableCell {TD} at (0,0) size 2x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,22) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,304) size 769x40
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 353x18
</span><span class="cx">             text run at (0,0) width 353: &quot;this table should be about 8 (4 in Standard) pixels wide&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 7x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 5x2
-            RenderTableRow {TR} at (0,0) size 5x2
-              RenderTableCell {TD} at (0,0) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (2,0) size 3x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,18) size 6x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 4x2
+            RenderTableRow {TR} at (0,0) size 4x2
+              RenderTableCell {TD} at (0,0) size 2x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (2,0) size 2x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,22) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,360) size 769x40
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 361x18
</span><span class="cx">             text run at (0,0) width 361: &quot;this table should be about 20 (8 in Standard) pixels wide&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 15x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 13x2
-            RenderTableRow {TR} at (0,0) size 13x2
-              RenderTableCell {TD} at (0,0) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (2,0) size 3x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (4,0) size 3x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (6,0) size 3x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderTableCell {TD} at (8,0) size 3x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
-              RenderTableCell {TD} at (10,0) size 3x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,18) size 14x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 12x2
+            RenderTableRow {TR} at (0,0) size 12x2
+              RenderTableCell {TD} at (0,0) size 2x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (2,0) size 2x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (4,0) size 2x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (6,0) size 2x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderTableCell {TD} at (8,0) size 2x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+              RenderTableCell {TD} at (10,0) size 2x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,22) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,416) size 769x40
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 447x18
</span><span class="cx">             text run at (0,0) width 447: &quot;this table should be about 272 pixels wide, but can shrink to 92 pixels&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 184x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 182x2
-            RenderTableRow {TR} at (0,0) size 182x2
-              RenderTableCell {TD} at (0,0) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (2,0) size 3x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (4,0) size 3x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (6,0) size 3x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderTableCell {TD} at (8,0) size 3x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
-              RenderTableCell {TD} at (10,0) size 3x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
-              RenderTableCell {TD} at (12,0) size 3x2 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
-              RenderTableCell {TD} at (14,0) size 3x2 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
-              RenderTableCell {TD} at (16,0) size 3x2 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=1]
-              RenderTableCell {TD} at (18,0) size 3x2 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=1]
-              RenderTableCell {TD} at (20,0) size 3x2 [border: (1px inset #808080)] [r=0 c=10 rs=1 cs=1]
-              RenderTableCell {TD} at (22,0) size 3x2 [border: (1px inset #808080)] [r=0 c=11 rs=1 cs=1]
-              RenderTableCell {TD} at (24,0) size 3x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=1]
-              RenderTableCell {TD} at (26,0) size 3x2 [border: (1px inset #808080)] [r=0 c=13 rs=1 cs=1]
-              RenderTableCell {TD} at (28,0) size 3x2 [border: (1px inset #808080)] [r=0 c=14 rs=1 cs=1]
-              RenderTableCell {TD} at (30,0) size 3x2 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=1]
-              RenderTableCell {TD} at (32,0) size 3x2 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=1]
-              RenderTableCell {TD} at (34,0) size 3x2 [border: (1px inset #808080)] [r=0 c=17 rs=1 cs=1]
-              RenderTableCell {TD} at (36,0) size 3x2 [border: (1px inset #808080)] [r=0 c=18 rs=1 cs=1]
-              RenderTableCell {TD} at (38,0) size 3x2 [border: (1px inset #808080)] [r=0 c=19 rs=1 cs=1]
-              RenderTableCell {TD} at (40,0) size 3x2 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=1]
-              RenderTableCell {TD} at (42,0) size 3x2 [border: (1px inset #808080)] [r=0 c=21 rs=1 cs=1]
-              RenderTableCell {TD} at (44,0) size 3x2 [border: (1px inset #808080)] [r=0 c=22 rs=1 cs=1]
-              RenderTableCell {TD} at (46,0) size 3x2 [border: (1px inset #808080)] [r=0 c=23 rs=1 cs=1]
-              RenderTableCell {TD} at (48,0) size 3x2 [border: (1px inset #808080)] [r=0 c=24 rs=1 cs=1]
-              RenderTableCell {TD} at (50,0) size 3x2 [border: (1px inset #808080)] [r=0 c=25 rs=1 cs=1]
-              RenderTableCell {TD} at (52,0) size 3x2 [border: (1px inset #808080)] [r=0 c=26 rs=1 cs=1]
-              RenderTableCell {TD} at (54,0) size 3x2 [border: (1px inset #808080)] [r=0 c=27 rs=1 cs=1]
-              RenderTableCell {TD} at (56,0) size 3x2 [border: (1px inset #808080)] [r=0 c=28 rs=1 cs=1]
-              RenderTableCell {TD} at (58,0) size 3x2 [border: (1px inset #808080)] [r=0 c=29 rs=1 cs=1]
-              RenderTableCell {TD} at (60,0) size 3x2 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=1]
-              RenderTableCell {TD} at (62,0) size 3x2 [border: (1px inset #808080)] [r=0 c=31 rs=1 cs=1]
-              RenderTableCell {TD} at (64,0) size 3x2 [border: (1px inset #808080)] [r=0 c=32 rs=1 cs=1]
-              RenderTableCell {TD} at (66,0) size 3x2 [border: (1px inset #808080)] [r=0 c=33 rs=1 cs=1]
-              RenderTableCell {TD} at (68,0) size 3x2 [border: (1px inset #808080)] [r=0 c=34 rs=1 cs=1]
-              RenderTableCell {TD} at (70,0) size 3x2 [border: (1px inset #808080)] [r=0 c=35 rs=1 cs=1]
-              RenderTableCell {TD} at (72,0) size 3x2 [border: (1px inset #808080)] [r=0 c=36 rs=1 cs=1]
-              RenderTableCell {TD} at (74,0) size 3x2 [border: (1px inset #808080)] [r=0 c=37 rs=1 cs=1]
-              RenderTableCell {TD} at (76,0) size 3x2 [border: (1px inset #808080)] [r=0 c=38 rs=1 cs=1]
-              RenderTableCell {TD} at (78,0) size 3x2 [border: (1px inset #808080)] [r=0 c=39 rs=1 cs=1]
-              RenderTableCell {TD} at (80,0) size 3x2 [border: (1px inset #808080)] [r=0 c=40 rs=1 cs=1]
-              RenderTableCell {TD} at (82,0) size 3x2 [border: (1px inset #808080)] [r=0 c=41 rs=1 cs=1]
-              RenderTableCell {TD} at (84,0) size 3x2 [border: (1px inset #808080)] [r=0 c=42 rs=1 cs=1]
-              RenderTableCell {TD} at (86,0) size 3x2 [border: (1px inset #808080)] [r=0 c=43 rs=1 cs=1]
-              RenderTableCell {TD} at (88,0) size 3x2 [border: (1px inset #808080)] [r=0 c=44 rs=1 cs=1]
-              RenderTableCell {TD} at (90,0) size 3x2 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=1]
-              RenderTableCell {TD} at (92,0) size 3x2 [border: (1px inset #808080)] [r=0 c=46 rs=1 cs=1]
-              RenderTableCell {TD} at (94,0) size 3x2 [border: (1px inset #808080)] [r=0 c=47 rs=1 cs=1]
-              RenderTableCell {TD} at (96,0) size 3x2 [border: (1px inset #808080)] [r=0 c=48 rs=1 cs=1]
-              RenderTableCell {TD} at (98,0) size 3x2 [border: (1px inset #808080)] [r=0 c=49 rs=1 cs=1]
-              RenderTableCell {TD} at (100,0) size 3x2 [border: (1px inset #808080)] [r=0 c=50 rs=1 cs=1]
-              RenderTableCell {TD} at (102,0) size 3x2 [border: (1px inset #808080)] [r=0 c=51 rs=1 cs=1]
-              RenderTableCell {TD} at (104,0) size 3x2 [border: (1px inset #808080)] [r=0 c=52 rs=1 cs=1]
-              RenderTableCell {TD} at (106,0) size 3x2 [border: (1px inset #808080)] [r=0 c=53 rs=1 cs=1]
-              RenderTableCell {TD} at (108,0) size 3x2 [border: (1px inset #808080)] [r=0 c=54 rs=1 cs=1]
-              RenderTableCell {TD} at (110,0) size 3x2 [border: (1px inset #808080)] [r=0 c=55 rs=1 cs=1]
-              RenderTableCell {TD} at (112,0) size 3x2 [border: (1px inset #808080)] [r=0 c=56 rs=1 cs=1]
-              RenderTableCell {TD} at (114,0) size 3x2 [border: (1px inset #808080)] [r=0 c=57 rs=1 cs=1]
-              RenderTableCell {TD} at (116,0) size 3x2 [border: (1px inset #808080)] [r=0 c=58 rs=1 cs=1]
-              RenderTableCell {TD} at (118,0) size 3x2 [border: (1px inset #808080)] [r=0 c=59 rs=1 cs=1]
-              RenderTableCell {TD} at (120,0) size 3x2 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=1]
-              RenderTableCell {TD} at (122,0) size 3x2 [border: (1px inset #808080)] [r=0 c=61 rs=1 cs=1]
-              RenderTableCell {TD} at (124,0) size 3x2 [border: (1px inset #808080)] [r=0 c=62 rs=1 cs=1]
-              RenderTableCell {TD} at (126,0) size 3x2 [border: (1px inset #808080)] [r=0 c=63 rs=1 cs=1]
-              RenderTableCell {TD} at (129,0) size 3x2 [border: (1px inset #808080)] [r=0 c=64 rs=1 cs=1]
-              RenderTableCell {TD} at (131,0) size 3x2 [border: (1px inset #808080)] [r=0 c=65 rs=1 cs=1]
-              RenderTableCell {TD} at (133,0) size 3x2 [border: (1px inset #808080)] [r=0 c=66 rs=1 cs=1]
-              RenderTableCell {TD} at (135,0) size 3x2 [border: (1px inset #808080)] [r=0 c=67 rs=1 cs=1]
-              RenderTableCell {TD} at (137,0) size 3x2 [border: (1px inset #808080)] [r=0 c=68 rs=1 cs=1]
-              RenderTableCell {TD} at (139,0) size 3x2 [border: (1px inset #808080)] [r=0 c=69 rs=1 cs=1]
-              RenderTableCell {TD} at (141,0) size 3x2 [border: (1px inset #808080)] [r=0 c=70 rs=1 cs=1]
-              RenderTableCell {TD} at (143,0) size 3x2 [border: (1px inset #808080)] [r=0 c=71 rs=1 cs=1]
-              RenderTableCell {TD} at (145,0) size 3x2 [border: (1px inset #808080)] [r=0 c=72 rs=1 cs=1]
-              RenderTableCell {TD} at (147,0) size 3x2 [border: (1px inset #808080)] [r=0 c=73 rs=1 cs=1]
-              RenderTableCell {TD} at (149,0) size 3x2 [border: (1px inset #808080)] [r=0 c=74 rs=1 cs=1]
-              RenderTableCell {TD} at (151,0) size 3x2 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=1]
-              RenderTableCell {TD} at (153,0) size 3x2 [border: (1px inset #808080)] [r=0 c=76 rs=1 cs=1]
-              RenderTableCell {TD} at (155,0) size 3x2 [border: (1px inset #808080)] [r=0 c=77 rs=1 cs=1]
-              RenderTableCell {TD} at (157,0) size 3x2 [border: (1px inset #808080)] [r=0 c=78 rs=1 cs=1]
-              RenderTableCell {TD} at (159,0) size 3x2 [border: (1px inset #808080)] [r=0 c=79 rs=1 cs=1]
-              RenderTableCell {TD} at (161,0) size 3x2 [border: (1px inset #808080)] [r=0 c=80 rs=1 cs=1]
-              RenderTableCell {TD} at (163,0) size 3x2 [border: (1px inset #808080)] [r=0 c=81 rs=1 cs=1]
-              RenderTableCell {TD} at (165,0) size 3x2 [border: (1px inset #808080)] [r=0 c=82 rs=1 cs=1]
-              RenderTableCell {TD} at (167,0) size 3x2 [border: (1px inset #808080)] [r=0 c=83 rs=1 cs=1]
-              RenderTableCell {TD} at (169,0) size 3x2 [border: (1px inset #808080)] [r=0 c=84 rs=1 cs=1]
-              RenderTableCell {TD} at (171,0) size 3x2 [border: (1px inset #808080)] [r=0 c=85 rs=1 cs=1]
-              RenderTableCell {TD} at (173,0) size 3x2 [border: (1px inset #808080)] [r=0 c=86 rs=1 cs=1]
-              RenderTableCell {TD} at (175,0) size 3x2 [border: (1px inset #808080)] [r=0 c=87 rs=1 cs=1]
-              RenderTableCell {TD} at (177,0) size 3x2 [border: (1px inset #808080)] [r=0 c=88 rs=1 cs=1]
-              RenderTableCell {TD} at (179,0) size 3x2 [border: (1px inset #808080)] [r=0 c=89 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,18) size 182x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 180x2
+            RenderTableRow {TR} at (0,0) size 180x2
+              RenderTableCell {TD} at (0,0) size 2x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (2,0) size 2x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (4,0) size 2x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (6,0) size 2x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderTableCell {TD} at (8,0) size 2x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+              RenderTableCell {TD} at (10,0) size 2x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
+              RenderTableCell {TD} at (12,0) size 2x2 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
+              RenderTableCell {TD} at (14,0) size 2x2 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
+              RenderTableCell {TD} at (16,0) size 2x2 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=1]
+              RenderTableCell {TD} at (18,0) size 2x2 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=1]
+              RenderTableCell {TD} at (20,0) size 2x2 [border: (1px inset #808080)] [r=0 c=10 rs=1 cs=1]
+              RenderTableCell {TD} at (22,0) size 2x2 [border: (1px inset #808080)] [r=0 c=11 rs=1 cs=1]
+              RenderTableCell {TD} at (24,0) size 2x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=1]
+              RenderTableCell {TD} at (26,0) size 2x2 [border: (1px inset #808080)] [r=0 c=13 rs=1 cs=1]
+              RenderTableCell {TD} at (28,0) size 2x2 [border: (1px inset #808080)] [r=0 c=14 rs=1 cs=1]
+              RenderTableCell {TD} at (30,0) size 2x2 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=1]
+              RenderTableCell {TD} at (32,0) size 2x2 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=1]
+              RenderTableCell {TD} at (34,0) size 2x2 [border: (1px inset #808080)] [r=0 c=17 rs=1 cs=1]
+              RenderTableCell {TD} at (36,0) size 2x2 [border: (1px inset #808080)] [r=0 c=18 rs=1 cs=1]
+              RenderTableCell {TD} at (38,0) size 2x2 [border: (1px inset #808080)] [r=0 c=19 rs=1 cs=1]
+              RenderTableCell {TD} at (40,0) size 2x2 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=1]
+              RenderTableCell {TD} at (42,0) size 2x2 [border: (1px inset #808080)] [r=0 c=21 rs=1 cs=1]
+              RenderTableCell {TD} at (44,0) size 2x2 [border: (1px inset #808080)] [r=0 c=22 rs=1 cs=1]
+              RenderTableCell {TD} at (46,0) size 2x2 [border: (1px inset #808080)] [r=0 c=23 rs=1 cs=1]
+              RenderTableCell {TD} at (48,0) size 2x2 [border: (1px inset #808080)] [r=0 c=24 rs=1 cs=1]
+              RenderTableCell {TD} at (50,0) size 2x2 [border: (1px inset #808080)] [r=0 c=25 rs=1 cs=1]
+              RenderTableCell {TD} at (52,0) size 2x2 [border: (1px inset #808080)] [r=0 c=26 rs=1 cs=1]
+              RenderTableCell {TD} at (54,0) size 2x2 [border: (1px inset #808080)] [r=0 c=27 rs=1 cs=1]
+              RenderTableCell {TD} at (56,0) size 2x2 [border: (1px inset #808080)] [r=0 c=28 rs=1 cs=1]
+              RenderTableCell {TD} at (58,0) size 2x2 [border: (1px inset #808080)] [r=0 c=29 rs=1 cs=1]
+              RenderTableCell {TD} at (60,0) size 2x2 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=1]
+              RenderTableCell {TD} at (62,0) size 2x2 [border: (1px inset #808080)] [r=0 c=31 rs=1 cs=1]
+              RenderTableCell {TD} at (64,0) size 2x2 [border: (1px inset #808080)] [r=0 c=32 rs=1 cs=1]
+              RenderTableCell {TD} at (66,0) size 2x2 [border: (1px inset #808080)] [r=0 c=33 rs=1 cs=1]
+              RenderTableCell {TD} at (68,0) size 2x2 [border: (1px inset #808080)] [r=0 c=34 rs=1 cs=1]
+              RenderTableCell {TD} at (70,0) size 2x2 [border: (1px inset #808080)] [r=0 c=35 rs=1 cs=1]
+              RenderTableCell {TD} at (72,0) size 2x2 [border: (1px inset #808080)] [r=0 c=36 rs=1 cs=1]
+              RenderTableCell {TD} at (74,0) size 2x2 [border: (1px inset #808080)] [r=0 c=37 rs=1 cs=1]
+              RenderTableCell {TD} at (76,0) size 2x2 [border: (1px inset #808080)] [r=0 c=38 rs=1 cs=1]
+              RenderTableCell {TD} at (78,0) size 2x2 [border: (1px inset #808080)] [r=0 c=39 rs=1 cs=1]
+              RenderTableCell {TD} at (80,0) size 2x2 [border: (1px inset #808080)] [r=0 c=40 rs=1 cs=1]
+              RenderTableCell {TD} at (82,0) size 2x2 [border: (1px inset #808080)] [r=0 c=41 rs=1 cs=1]
+              RenderTableCell {TD} at (84,0) size 2x2 [border: (1px inset #808080)] [r=0 c=42 rs=1 cs=1]
+              RenderTableCell {TD} at (86,0) size 2x2 [border: (1px inset #808080)] [r=0 c=43 rs=1 cs=1]
+              RenderTableCell {TD} at (88,0) size 2x2 [border: (1px inset #808080)] [r=0 c=44 rs=1 cs=1]
+              RenderTableCell {TD} at (90,0) size 2x2 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=1]
+              RenderTableCell {TD} at (92,0) size 2x2 [border: (1px inset #808080)] [r=0 c=46 rs=1 cs=1]
+              RenderTableCell {TD} at (94,0) size 2x2 [border: (1px inset #808080)] [r=0 c=47 rs=1 cs=1]
+              RenderTableCell {TD} at (96,0) size 2x2 [border: (1px inset #808080)] [r=0 c=48 rs=1 cs=1]
+              RenderTableCell {TD} at (98,0) size 2x2 [border: (1px inset #808080)] [r=0 c=49 rs=1 cs=1]
+              RenderTableCell {TD} at (100,0) size 2x2 [border: (1px inset #808080)] [r=0 c=50 rs=1 cs=1]
+              RenderTableCell {TD} at (102,0) size 2x2 [border: (1px inset #808080)] [r=0 c=51 rs=1 cs=1]
+              RenderTableCell {TD} at (104,0) size 2x2 [border: (1px inset #808080)] [r=0 c=52 rs=1 cs=1]
+              RenderTableCell {TD} at (106,0) size 2x2 [border: (1px inset #808080)] [r=0 c=53 rs=1 cs=1]
+              RenderTableCell {TD} at (108,0) size 2x2 [border: (1px inset #808080)] [r=0 c=54 rs=1 cs=1]
+              RenderTableCell {TD} at (110,0) size 2x2 [border: (1px inset #808080)] [r=0 c=55 rs=1 cs=1]
+              RenderTableCell {TD} at (112,0) size 2x2 [border: (1px inset #808080)] [r=0 c=56 rs=1 cs=1]
+              RenderTableCell {TD} at (114,0) size 2x2 [border: (1px inset #808080)] [r=0 c=57 rs=1 cs=1]
+              RenderTableCell {TD} at (116,0) size 2x2 [border: (1px inset #808080)] [r=0 c=58 rs=1 cs=1]
+              RenderTableCell {TD} at (118,0) size 2x2 [border: (1px inset #808080)] [r=0 c=59 rs=1 cs=1]
+              RenderTableCell {TD} at (120,0) size 2x2 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=1]
+              RenderTableCell {TD} at (122,0) size 2x2 [border: (1px inset #808080)] [r=0 c=61 rs=1 cs=1]
+              RenderTableCell {TD} at (124,0) size 2x2 [border: (1px inset #808080)] [r=0 c=62 rs=1 cs=1]
+              RenderTableCell {TD} at (126,0) size 2x2 [border: (1px inset #808080)] [r=0 c=63 rs=1 cs=1]
+              RenderTableCell {TD} at (128,0) size 2x2 [border: (1px inset #808080)] [r=0 c=64 rs=1 cs=1]
+              RenderTableCell {TD} at (130,0) size 2x2 [border: (1px inset #808080)] [r=0 c=65 rs=1 cs=1]
+              RenderTableCell {TD} at (132,0) size 2x2 [border: (1px inset #808080)] [r=0 c=66 rs=1 cs=1]
+              RenderTableCell {TD} at (134,0) size 2x2 [border: (1px inset #808080)] [r=0 c=67 rs=1 cs=1]
+              RenderTableCell {TD} at (136,0) size 2x2 [border: (1px inset #808080)] [r=0 c=68 rs=1 cs=1]
+              RenderTableCell {TD} at (138,0) size 2x2 [border: (1px inset #808080)] [r=0 c=69 rs=1 cs=1]
+              RenderTableCell {TD} at (140,0) size 2x2 [border: (1px inset #808080)] [r=0 c=70 rs=1 cs=1]
+              RenderTableCell {TD} at (142,0) size 2x2 [border: (1px inset #808080)] [r=0 c=71 rs=1 cs=1]
+              RenderTableCell {TD} at (144,0) size 2x2 [border: (1px inset #808080)] [r=0 c=72 rs=1 cs=1]
+              RenderTableCell {TD} at (146,0) size 2x2 [border: (1px inset #808080)] [r=0 c=73 rs=1 cs=1]
+              RenderTableCell {TD} at (148,0) size 2x2 [border: (1px inset #808080)] [r=0 c=74 rs=1 cs=1]
+              RenderTableCell {TD} at (150,0) size 2x2 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=1]
+              RenderTableCell {TD} at (152,0) size 2x2 [border: (1px inset #808080)] [r=0 c=76 rs=1 cs=1]
+              RenderTableCell {TD} at (154,0) size 2x2 [border: (1px inset #808080)] [r=0 c=77 rs=1 cs=1]
+              RenderTableCell {TD} at (156,0) size 2x2 [border: (1px inset #808080)] [r=0 c=78 rs=1 cs=1]
+              RenderTableCell {TD} at (158,0) size 2x2 [border: (1px inset #808080)] [r=0 c=79 rs=1 cs=1]
+              RenderTableCell {TD} at (160,0) size 2x2 [border: (1px inset #808080)] [r=0 c=80 rs=1 cs=1]
+              RenderTableCell {TD} at (162,0) size 2x2 [border: (1px inset #808080)] [r=0 c=81 rs=1 cs=1]
+              RenderTableCell {TD} at (164,0) size 2x2 [border: (1px inset #808080)] [r=0 c=82 rs=1 cs=1]
+              RenderTableCell {TD} at (166,0) size 2x2 [border: (1px inset #808080)] [r=0 c=83 rs=1 cs=1]
+              RenderTableCell {TD} at (168,0) size 2x2 [border: (1px inset #808080)] [r=0 c=84 rs=1 cs=1]
+              RenderTableCell {TD} at (170,0) size 2x2 [border: (1px inset #808080)] [r=0 c=85 rs=1 cs=1]
+              RenderTableCell {TD} at (172,0) size 2x2 [border: (1px inset #808080)] [r=0 c=86 rs=1 cs=1]
+              RenderTableCell {TD} at (174,0) size 2x2 [border: (1px inset #808080)] [r=0 c=87 rs=1 cs=1]
+              RenderTableCell {TD} at (176,0) size 2x2 [border: (1px inset #808080)] [r=0 c=88 rs=1 cs=1]
+              RenderTableCell {TD} at (178,0) size 2x2 [border: (1px inset #808080)] [r=0 c=89 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,22) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,472) size 769x40
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 408x18
</span><span class="cx">             text run at (0,0) width 408: &quot;this table should be about 8 pixels wide (nested without border)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 11x4 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 9x2
-            RenderTableRow {TR} at (0,0) size 9x2
-              RenderTableCell {TD} at (0,0) size 9x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,18) size 10x4 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 8x2
+            RenderTableRow {TR} at (0,0) size 8x2
+              RenderTableCell {TD} at (0,0) size 8x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderTable {TABLE} at (1,1) size 6x0 [bgcolor=#FFA500]
</span><span class="cx">                   RenderTableSection {TBODY} at (0,0) size 6x0
</span><span class="cx">                     RenderTableRow {TR} at (0,0) size 6x0
</span><del>-                      RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
-                      RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=1 rs=1 cs=1]
-                      RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=2 rs=1 cs=1]
-                      RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=3 rs=1 cs=1]
-                      RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=4 rs=1 cs=1]
-                      RenderTableCell {TD} at (0,0) size 1x0 [r=0 c=5 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
+                      RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=1 rs=1 cs=1]
+                      RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=2 rs=1 cs=1]
+                      RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=3 rs=1 cs=1]
+                      RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=4 rs=1 cs=1]
+                      RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,22) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,528) size 769x18
</span><span class="cx">         RenderText {#text} at (0,0) size 493x18
</span><span class="cx">           text run at (0,0) width 493: &quot;this table should be about 122 pixels wide (nested, width=10 without border)&quot;
</span><span class="cx">       RenderBlock {HR} at (0,562) size 124x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,572) size 125x4 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 123x2
-          RenderTableRow {TR} at (0,0) size 123x2
-            RenderTableCell {TD} at (0,0) size 123x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (1,1) size 121x0 [bgcolor=#FFA500]
-                RenderTableSection {TBODY} at (0,0) size 121x0
-                  RenderTableRow {TR} at (0,0) size 121x0
-                    RenderTableCell {TD} at (0,0) size 11x0 [r=0 c=0 rs=1 cs=1]
-                    RenderTableCell {TD} at (10,0) size 11x0 [r=0 c=1 rs=1 cs=1]
-                    RenderTableCell {TD} at (20,0) size 11x0 [r=0 c=2 rs=1 cs=1]
-                    RenderTableCell {TD} at (30,0) size 11x0 [r=0 c=3 rs=1 cs=1]
-                    RenderTableCell {TD} at (40,0) size 11x0 [r=0 c=4 rs=1 cs=1]
-                    RenderTableCell {TD} at (50,0) size 11x0 [r=0 c=5 rs=1 cs=1]
-                    RenderTableCell {TD} at (60,0) size 11x0 [r=0 c=6 rs=1 cs=1]
-                    RenderTableCell {TD} at (70,0) size 11x0 [r=0 c=7 rs=1 cs=1]
-                    RenderTableCell {TD} at (80,0) size 11x0 [r=0 c=8 rs=1 cs=1]
-                    RenderTableCell {TD} at (90,0) size 11x0 [r=0 c=9 rs=1 cs=1]
-                    RenderTableCell {TD} at (100,0) size 11x0 [r=0 c=10 rs=1 cs=1]
-                    RenderTableCell {TD} at (110,0) size 11x0 [r=0 c=11 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,572) size 124x4 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 122x2
+          RenderTableRow {TR} at (0,0) size 122x2
+            RenderTableCell {TD} at (0,0) size 122x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (1,1) size 120x0 [bgcolor=#FFA500]
+                RenderTableSection {TBODY} at (0,0) size 120x0
+                  RenderTableRow {TR} at (0,0) size 120x0
+                    RenderTableCell {TD} at (0,0) size 10x0 [r=0 c=0 rs=1 cs=1]
+                    RenderTableCell {TD} at (10,0) size 10x0 [r=0 c=1 rs=1 cs=1]
+                    RenderTableCell {TD} at (20,0) size 10x0 [r=0 c=2 rs=1 cs=1]
+                    RenderTableCell {TD} at (30,0) size 10x0 [r=0 c=3 rs=1 cs=1]
+                    RenderTableCell {TD} at (40,0) size 10x0 [r=0 c=4 rs=1 cs=1]
+                    RenderTableCell {TD} at (50,0) size 10x0 [r=0 c=5 rs=1 cs=1]
+                    RenderTableCell {TD} at (60,0) size 10x0 [r=0 c=6 rs=1 cs=1]
+                    RenderTableCell {TD} at (70,0) size 10x0 [r=0 c=7 rs=1 cs=1]
+                    RenderTableCell {TD} at (80,0) size 10x0 [r=0 c=8 rs=1 cs=1]
+                    RenderTableCell {TD} at (90,0) size 10x0 [r=0 c=9 rs=1 cs=1]
+                    RenderTableCell {TD} at (100,0) size 10x0 [r=0 c=10 rs=1 cs=1]
+                    RenderTableCell {TD} at (110,0) size 10x0 [r=0 c=11 rs=1 cs=1]
</ins><span class="cx">       RenderBlock (anonymous) at (0,576) size 769x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,610) size 769x42
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 368x18
</span><span class="cx">             text run at (0,0) width 368: &quot;this table should be about 32 pixels wide (cellpadding=1)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 27x6 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 25x4
-            RenderTableRow {TR} at (0,0) size 25x4
-              RenderTableCell {TD} at (0,0) size 5x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (4,0) size 5x4 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (8,0) size 5x4 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (12,0) size 5x4 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderTableCell {TD} at (16,0) size 5x4 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
-              RenderTableCell {TD} at (20,0) size 5x4 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,18) size 26x6 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 24x4
+            RenderTableRow {TR} at (0,0) size 24x4
+              RenderTableCell {TD} at (0,0) size 4x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (4,0) size 4x4 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (8,0) size 4x4 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (12,0) size 4x4 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderTableCell {TD} at (16,0) size 4x4 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+              RenderTableCell {TD} at (20,0) size 4x4 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,24) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,668) size 769x40
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 329x18
</span><span class="cx">             text run at (0,0) width 329: &quot;this table should be about 26 pixels wide (width=2)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 27x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 25x2
-            RenderTableRow {TR} at (0,0) size 25x2
-              RenderTableCell {TD} at (0,0) size 5x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (4,0) size 5x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (8,0) size 5x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (12,0) size 5x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderTableCell {TD} at (16,0) size 5x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
-              RenderTableCell {TD} at (20,0) size 5x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,18) size 26x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 24x2
+            RenderTableRow {TR} at (0,0) size 24x2
+              RenderTableCell {TD} at (0,0) size 4x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (4,0) size 4x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (8,0) size 4x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (12,0) size 4x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderTableCell {TD} at (16,0) size 4x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+              RenderTableCell {TD} at (20,0) size 4x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,22) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,724) size 769x40
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 342x18
</span><span class="cx">             text run at (0,0) width 342: &quot;this table should be about 20 pixels wide (colspan=3)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 15x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 13x2
-            RenderTableRow {TR} at (0,0) size 13x2
-              RenderTableCell {TD} at (0,0) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
-              RenderTableCell {TD} at (2,0) size 3x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
-              RenderTableCell {TD} at (4,0) size 3x2 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
-              RenderTableCell {TD} at (6,0) size 3x2 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
-              RenderTableCell {TD} at (8,0) size 3x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
-              RenderTableCell {TD} at (10,0) size 3x2 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</del><ins>+        RenderTable {TABLE} at (0,18) size 14x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 12x2
+            RenderTableRow {TR} at (0,0) size 12x2
+              RenderTableCell {TD} at (0,0) size 2x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
+              RenderTableCell {TD} at (2,0) size 2x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
+              RenderTableCell {TD} at (4,0) size 2x2 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
+              RenderTableCell {TD} at (6,0) size 2x2 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
+              RenderTableCell {TD} at (8,0) size 2x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
+              RenderTableCell {TD} at (10,0) size 2x2 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</ins><span class="cx">         RenderBlock (anonymous) at (0,22) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,780) size 769x40
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 399x18
</span><span class="cx">             text run at (0,0) width 399: &quot;this table should be about 26 pixels wide (colspan=3 width=2)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 27x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 25x2
-            RenderTableRow {TR} at (0,0) size 25x2
-              RenderTableCell {TD} at (0,0) size 5x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
-              RenderTableCell {TD} at (4,0) size 5x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
-              RenderTableCell {TD} at (8,0) size 5x2 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
-              RenderTableCell {TD} at (12,0) size 5x2 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
-              RenderTableCell {TD} at (16,0) size 5x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
-              RenderTableCell {TD} at (20,0) size 5x2 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</del><ins>+        RenderTable {TABLE} at (0,18) size 26x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 24x2
+            RenderTableRow {TR} at (0,0) size 24x2
+              RenderTableCell {TD} at (0,0) size 4x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
+              RenderTableCell {TD} at (4,0) size 4x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
+              RenderTableCell {TD} at (8,0) size 4x2 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
+              RenderTableCell {TD} at (12,0) size 4x2 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
+              RenderTableCell {TD} at (16,0) size 4x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
+              RenderTableCell {TD} at (20,0) size 4x2 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</ins><span class="cx">         RenderBlock (anonymous) at (0,22) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,836) size 769x40
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 342x18
</span><span class="cx">             text run at (0,0) width 342: &quot;this table should be about 26 pixels wide (colspan=4)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 15x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 13x2
-            RenderTableRow {TR} at (0,0) size 13x2
-              RenderTableCell {TD} at (0,0) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
-              RenderTableCell {TD} at (2,0) size 3x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
-              RenderTableCell {TD} at (4,0) size 3x2 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
-              RenderTableCell {TD} at (6,0) size 3x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
-              RenderTableCell {TD} at (8,0) size 3x2 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
-              RenderTableCell {TD} at (10,0) size 3x2 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</del><ins>+        RenderTable {TABLE} at (0,18) size 14x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 12x2
+            RenderTableRow {TR} at (0,0) size 12x2
+              RenderTableCell {TD} at (0,0) size 2x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
+              RenderTableCell {TD} at (2,0) size 2x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
+              RenderTableCell {TD} at (4,0) size 2x2 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
+              RenderTableCell {TD} at (6,0) size 2x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
+              RenderTableCell {TD} at (8,0) size 2x2 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
+              RenderTableCell {TD} at (10,0) size 2x2 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</ins><span class="cx">         RenderBlock (anonymous) at (0,22) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,892) size 769x44
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 439x18
</span><span class="cx">             text run at (0,0) width 439: &quot;this table should be about 38 pixels wide (colspan=4, cellspacing=2)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 29x8 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 27x6
-            RenderTableRow {TR} at (0,2) size 27x2
-              RenderTableCell {TD} at (2,2) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
-              RenderTableCell {TD} at (6,2) size 3x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
-              RenderTableCell {TD} at (10,2) size 3x2 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
-              RenderTableCell {TD} at (14,2) size 3x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
-              RenderTableCell {TD} at (18,2) size 3x2 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
-              RenderTableCell {TD} at (22,2) size 3x2 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</del><ins>+        RenderTable {TABLE} at (0,18) size 28x8 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 26x6
+            RenderTableRow {TR} at (0,2) size 26x2
+              RenderTableCell {TD} at (2,2) size 2x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
+              RenderTableCell {TD} at (6,2) size 2x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
+              RenderTableCell {TD} at (10,2) size 2x2 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
+              RenderTableCell {TD} at (14,2) size 2x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
+              RenderTableCell {TD} at (18,2) size 2x2 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
+              RenderTableCell {TD} at (22,2) size 2x2 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</ins><span class="cx">         RenderBlock (anonymous) at (0,26) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,952) size 769x44
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 442x18
</span><span class="cx">             text run at (0,0) width 442: &quot;this table should be about 38 pixels wide (colspan=4, cellpadding=2)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 39x8 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 37x6
-            RenderTableRow {TR} at (0,0) size 37x6
-              RenderTableCell {TD} at (0,0) size 7x6 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
-              RenderTableCell {TD} at (6,0) size 7x6 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
-              RenderTableCell {TD} at (12,0) size 7x6 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
-              RenderTableCell {TD} at (18,0) size 7x6 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
-              RenderTableCell {TD} at (24,0) size 7x6 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
-              RenderTableCell {TD} at (30,0) size 7x6 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</del><ins>+        RenderTable {TABLE} at (0,18) size 38x8 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 36x6
+            RenderTableRow {TR} at (0,0) size 36x6
+              RenderTableCell {TD} at (0,0) size 6x6 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
+              RenderTableCell {TD} at (6,0) size 6x6 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
+              RenderTableCell {TD} at (12,0) size 6x6 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
+              RenderTableCell {TD} at (18,0) size 6x6 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
+              RenderTableCell {TD} at (24,0) size 6x6 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
+              RenderTableCell {TD} at (30,0) size 6x6 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</ins><span class="cx">         RenderBlock (anonymous) at (0,26) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,1012) size 769x46
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 442x18
</span><span class="cx">             text run at (0,0) width 442: &quot;this table should be about 38 pixels wide (colspan=4, cellpadding=3)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 51x10 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 49x8
-            RenderTableRow {TR} at (0,0) size 49x8
-              RenderTableCell {TD} at (0,0) size 9x8 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
-              RenderTableCell {TD} at (8,0) size 9x8 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
-              RenderTableCell {TD} at (16,0) size 9x8 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
-              RenderTableCell {TD} at (24,0) size 9x8 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
-              RenderTableCell {TD} at (32,0) size 9x8 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
-              RenderTableCell {TD} at (40,0) size 9x8 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</del><ins>+        RenderTable {TABLE} at (0,18) size 50x10 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 48x8
+            RenderTableRow {TR} at (0,0) size 48x8
+              RenderTableCell {TD} at (0,0) size 8x8 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
+              RenderTableCell {TD} at (8,0) size 8x8 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
+              RenderTableCell {TD} at (16,0) size 8x8 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
+              RenderTableCell {TD} at (24,0) size 8x8 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
+              RenderTableCell {TD} at (32,0) size 8x8 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
+              RenderTableCell {TD} at (40,0) size 8x8 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</ins><span class="cx">         RenderBlock (anonymous) at (0,28) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,1074) size 769x40
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 399x18
</span><span class="cx">             text run at (0,0) width 399: &quot;this table should be about 26 pixels wide (colspan=4 width=2)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 27x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 25x2
-            RenderTableRow {TR} at (0,0) size 25x2
-              RenderTableCell {TD} at (0,0) size 5x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
-              RenderTableCell {TD} at (4,0) size 5x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
-              RenderTableCell {TD} at (8,0) size 5x2 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
-              RenderTableCell {TD} at (12,0) size 5x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
-              RenderTableCell {TD} at (16,0) size 5x2 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
-              RenderTableCell {TD} at (20,0) size 5x2 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</del><ins>+        RenderTable {TABLE} at (0,18) size 26x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 24x2
+            RenderTableRow {TR} at (0,0) size 24x2
+              RenderTableCell {TD} at (0,0) size 4x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
+              RenderTableCell {TD} at (4,0) size 4x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
+              RenderTableCell {TD} at (8,0) size 4x2 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
+              RenderTableCell {TD} at (12,0) size 4x2 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
+              RenderTableCell {TD} at (16,0) size 4x2 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
+              RenderTableCell {TD} at (20,0) size 4x2 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</ins><span class="cx">         RenderBlock (anonymous) at (0,22) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,1130) size 769x58
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 400x18
</span><span class="cx">             text run at (0,0) width 400: &quot;this table should be about 20 pixels wide (colspan=3 with BR)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 15x22 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 13x20
-            RenderTableRow {TR} at (0,0) size 13x20
-              RenderTableCell {TD} at (0,0) size 3x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+        RenderTable {TABLE} at (0,18) size 14x22 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 12x20
+            RenderTableRow {TR} at (0,0) size 12x20
+              RenderTableCell {TD} at (0,0) size 2x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (2,0) size 3x20 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (2,0) size 2x20 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (4,0) size 3x20 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (4,0) size 2x20 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (6,0) size 3x20 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (6,0) size 2x20 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (8,0) size 3x20 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (8,0) size 2x20 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (10,0) size 3x20 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (10,0) size 2x20 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><span class="cx">         RenderBlock (anonymous) at (0,40) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="lines">@@ -422,20 +422,20 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 400x18
</span><span class="cx">             text run at (0,0) width 400: &quot;this table should be about 20 pixels wide (colspan=3 with BR)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 15x22 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 13x20
-            RenderTableRow {TR} at (0,0) size 13x20
-              RenderTableCell {TD} at (0,0) size 3x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+        RenderTable {TABLE} at (0,18) size 14x22 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 12x20
+            RenderTableRow {TR} at (0,0) size 12x20
+              RenderTableCell {TD} at (0,0) size 2x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (2,0) size 3x20 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (2,0) size 2x20 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (4,0) size 3x20 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (4,0) size 2x20 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (6,0) size 3x20 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (6,0) size 2x20 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (8,0) size 3x20 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (8,0) size 2x20 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (10,0) size 3x20 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (10,0) size 2x20 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><span class="cx">         RenderBlock (anonymous) at (0,40) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="lines">@@ -443,20 +443,20 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 457x18
</span><span class="cx">             text run at (0,0) width 457: &quot;this table should be about 26 pixels wide (colspan=3 width=2 with BR)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 27x22 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 25x20
-            RenderTableRow {TR} at (0,0) size 25x20
-              RenderTableCell {TD} at (0,0) size 5x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+        RenderTable {TABLE} at (0,18) size 26x22 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 24x20
+            RenderTableRow {TR} at (0,0) size 24x20
+              RenderTableCell {TD} at (0,0) size 4x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (4,0) size 5x20 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (4,0) size 4x20 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (8,0) size 5x20 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (8,0) size 4x20 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (12,0) size 5x20 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (12,0) size 4x20 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (16,0) size 5x20 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (16,0) size 4x20 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (20,0) size 5x20 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (20,0) size 4x20 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><span class="cx">         RenderBlock (anonymous) at (0,40) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="lines">@@ -464,20 +464,20 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 457x18
</span><span class="cx">             text run at (0,0) width 457: &quot;this table should be about 32 pixels wide (colspan=3 width=3 with BR)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 33x22 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 31x20
-            RenderTableRow {TR} at (0,0) size 31x20
-              RenderTableCell {TD} at (0,0) size 6x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</del><ins>+        RenderTable {TABLE} at (0,18) size 32x22 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 30x20
+            RenderTableRow {TR} at (0,0) size 30x20
+              RenderTableCell {TD} at (0,0) size 5x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (5,0) size 6x20 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (5,0) size 5x20 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (10,0) size 6x20 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (10,0) size 5x20 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (15,0) size 6x20 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (15,0) size 5x20 [border: (1px inset #808080)] [r=0 c=9 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (20,0) size 6x20 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (20,0) size 5x20 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (25,0) size 6x20 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</del><ins>+              RenderTableCell {TD} at (25,0) size 5x20 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=3]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><span class="cx">         RenderBlock (anonymous) at (0,40) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="lines">@@ -485,20 +485,20 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 400x18
</span><span class="cx">             text run at (0,0) width 400: &quot;this table should be about 26 pixels wide (colspan=4 with BR)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 15x22 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 13x20
-            RenderTableRow {TR} at (0,0) size 13x20
-              RenderTableCell {TD} at (0,0) size 3x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
</del><ins>+        RenderTable {TABLE} at (0,18) size 14x22 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 12x20
+            RenderTableRow {TR} at (0,0) size 12x20
+              RenderTableCell {TD} at (0,0) size 2x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=4]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (2,0) size 3x20 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (2,0) size 2x20 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=4]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (4,0) size 3x20 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (4,0) size 2x20 [border: (1px inset #808080)] [r=0 c=8 rs=1 cs=4]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (6,0) size 3x20 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (6,0) size 2x20 [border: (1px inset #808080)] [r=0 c=12 rs=1 cs=4]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (8,0) size 3x20 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (8,0) size 2x20 [border: (1px inset #808080)] [r=0 c=16 rs=1 cs=4]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (10,0) size 3x20 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</del><ins>+              RenderTableCell {TD} at (10,0) size 2x20 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=4]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><span class="cx">         RenderBlock (anonymous) at (0,40) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="lines">@@ -506,20 +506,20 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 400x18
</span><span class="cx">             text run at (0,0) width 400: &quot;this table should be about 32 pixels wide (colspan=5 with BR)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 15x22 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 13x20
-            RenderTableRow {TR} at (0,0) size 13x20
-              RenderTableCell {TD} at (0,0) size 3x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=5]
</del><ins>+        RenderTable {TABLE} at (0,18) size 14x22 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 12x20
+            RenderTableRow {TR} at (0,0) size 12x20
+              RenderTableCell {TD} at (0,0) size 2x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=5]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (2,0) size 3x20 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=5]
</del><ins>+              RenderTableCell {TD} at (2,0) size 2x20 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=5]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (4,0) size 3x20 [border: (1px inset #808080)] [r=0 c=10 rs=1 cs=5]
</del><ins>+              RenderTableCell {TD} at (4,0) size 2x20 [border: (1px inset #808080)] [r=0 c=10 rs=1 cs=5]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (6,0) size 3x20 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=5]
</del><ins>+              RenderTableCell {TD} at (6,0) size 2x20 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=5]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (8,0) size 3x20 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=5]
</del><ins>+              RenderTableCell {TD} at (8,0) size 2x20 [border: (1px inset #808080)] [r=0 c=20 rs=1 cs=5]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (10,0) size 3x20 [border: (1px inset #808080)] [r=0 c=25 rs=1 cs=5]
</del><ins>+              RenderTableCell {TD} at (10,0) size 2x20 [border: (1px inset #808080)] [r=0 c=25 rs=1 cs=5]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><span class="cx">         RenderBlock (anonymous) at (0,40) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="lines">@@ -527,20 +527,20 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 408x18
</span><span class="cx">             text run at (0,0) width 408: &quot;this table should be about 92 pixels wide (colspan=15 with BR)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 15x22 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 13x20
-            RenderTableRow {TR} at (0,0) size 13x20
-              RenderTableCell {TD} at (0,0) size 3x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
</del><ins>+        RenderTable {TABLE} at (0,18) size 14x22 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 12x20
+            RenderTableRow {TR} at (0,0) size 12x20
+              RenderTableCell {TD} at (0,0) size 2x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (2,0) size 3x20 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (2,0) size 2x20 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (4,0) size 3x20 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (4,0) size 2x20 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (6,0) size 3x20 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (6,0) size 2x20 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (8,0) size 3x20 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (8,0) size 2x20 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (10,0) size 3x20 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (10,0) size 2x20 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><span class="cx">         RenderBlock (anonymous) at (0,40) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="lines">@@ -548,10 +548,10 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 457x18
</span><span class="cx">             text run at (0,0) width 457: &quot;this table should be about 92 pixels wide (nested, colspan=15 with BR)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 11x22 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 9x20
-            RenderTableRow {TR} at (0,0) size 9x20
-              RenderTableCell {TD} at (0,0) size 9x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,18) size 10x22 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 8x20
+            RenderTableRow {TR} at (0,0) size 8x20
+              RenderTableCell {TD} at (0,0) size 8x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderTable {TABLE} at (1,1) size 6x18 [bgcolor=#FFA500]
</span><span class="cx">                   RenderTableSection {TBODY} at (0,0) size 6x18
</span><span class="cx">                     RenderTableRow {TR} at (0,0) size 6x18
</span><span class="lines">@@ -573,20 +573,20 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 408x18
</span><span class="cx">             text run at (0,0) width 408: &quot;this table should be about 92 pixels wide (colspan=15 with BR)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 15x22 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 13x20
-            RenderTableRow {TR} at (0,0) size 13x20
-              RenderTableCell {TD} at (0,0) size 3x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
</del><ins>+        RenderTable {TABLE} at (0,18) size 14x22 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 12x20
+            RenderTableRow {TR} at (0,0) size 12x20
+              RenderTableCell {TD} at (0,0) size 2x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (2,0) size 3x20 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (2,0) size 2x20 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (4,0) size 3x20 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (4,0) size 2x20 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (6,0) size 3x20 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (6,0) size 2x20 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (8,0) size 3x20 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (8,0) size 2x20 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (10,0) size 3x20 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (10,0) size 2x20 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><span class="cx">         RenderBlock (anonymous) at (0,40) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="lines">@@ -594,25 +594,25 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 394x18
</span><span class="cx">             text run at (0,0) width 394: &quot;this table should be about 92 pixels wide (colspan=15 with x)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 63x22 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 61x20
-            RenderTableRow {TR} at (0,0) size 61x20
-              RenderTableCell {TD} at (0,0) size 11x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
</del><ins>+        RenderTable {TABLE} at (0,18) size 62x22 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 60x20
+            RenderTableRow {TR} at (0,0) size 60x20
+              RenderTableCell {TD} at (0,0) size 10x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 8x18
</span><span class="cx">                   text run at (1,1) width 8: &quot;x&quot;
</span><del>-              RenderTableCell {TD} at (10,0) size 11x20 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (10,0) size 10x20 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 8x18
</span><span class="cx">                   text run at (1,1) width 8: &quot;x&quot;
</span><del>-              RenderTableCell {TD} at (20,0) size 11x20 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (20,0) size 10x20 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 8x18
</span><span class="cx">                   text run at (1,1) width 8: &quot;x&quot;
</span><del>-              RenderTableCell {TD} at (30,0) size 11x20 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (30,0) size 10x20 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 8x18
</span><span class="cx">                   text run at (1,1) width 8: &quot;x&quot;
</span><del>-              RenderTableCell {TD} at (40,0) size 11x20 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (40,0) size 10x20 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 8x18
</span><span class="cx">                   text run at (1,1) width 8: &quot;x&quot;
</span><del>-              RenderTableCell {TD} at (50,0) size 11x20 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (50,0) size 10x20 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 8x18
</span><span class="cx">                   text run at (1,1) width 8: &quot;x&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,40) size 769x18
</span><span class="lines">@@ -621,115 +621,115 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 329x18
</span><span class="cx">             text run at (0,0) width 329: &quot;this table should be about 20 pixels wide (width=0)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 15x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 13x2
-            RenderTableRow {TR} at (0,0) size 13x2
-              RenderTableCell {TD} at (0,0) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (2,0) size 3x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (4,0) size 3x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (6,0) size 3x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderTableCell {TD} at (8,0) size 3x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
-              RenderTableCell {TD} at (10,0) size 3x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,18) size 14x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 12x2
+            RenderTableRow {TR} at (0,0) size 12x2
+              RenderTableCell {TD} at (0,0) size 2x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (2,0) size 2x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (4,0) size 2x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (6,0) size 2x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderTableCell {TD} at (8,0) size 2x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+              RenderTableCell {TD} at (10,0) size 2x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,22) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,1926) size 769x40
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 329x18
</span><span class="cx">             text run at (0,0) width 329: &quot;this table should be about 20 pixels wide (width=1)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 21x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 19x2
-            RenderTableRow {TR} at (0,0) size 19x2
-              RenderTableCell {TD} at (0,0) size 4x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (3,0) size 4x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (6,0) size 4x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (9,0) size 4x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderTableCell {TD} at (12,0) size 4x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
-              RenderTableCell {TD} at (15,0) size 4x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,18) size 20x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 18x2
+            RenderTableRow {TR} at (0,0) size 18x2
+              RenderTableCell {TD} at (0,0) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (3,0) size 3x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (6,0) size 3x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (9,0) size 3x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderTableCell {TD} at (12,0) size 3x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+              RenderTableCell {TD} at (15,0) size 3x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,22) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,1982) size 769x40
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 329x18
</span><span class="cx">             text run at (0,0) width 329: &quot;this table should be about 26 pixels wide (width=2)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 27x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 25x2
-            RenderTableRow {TR} at (0,0) size 25x2
-              RenderTableCell {TD} at (0,0) size 5x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (4,0) size 5x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (8,0) size 5x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (12,0) size 5x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderTableCell {TD} at (16,0) size 5x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
-              RenderTableCell {TD} at (20,0) size 5x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,18) size 26x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 24x2
+            RenderTableRow {TR} at (0,0) size 24x2
+              RenderTableCell {TD} at (0,0) size 4x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (4,0) size 4x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (8,0) size 4x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (12,0) size 4x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderTableCell {TD} at (16,0) size 4x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+              RenderTableCell {TD} at (20,0) size 4x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,22) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,2038) size 769x40
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 329x18
</span><span class="cx">             text run at (0,0) width 329: &quot;this table should be about 32 pixels wide (width=3)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 33x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 31x2
-            RenderTableRow {TR} at (0,0) size 31x2
-              RenderTableCell {TD} at (0,0) size 6x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (5,0) size 6x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (10,0) size 6x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (15,0) size 6x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderTableCell {TD} at (20,0) size 6x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
-              RenderTableCell {TD} at (25,0) size 6x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,18) size 32x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 30x2
+            RenderTableRow {TR} at (0,0) size 30x2
+              RenderTableCell {TD} at (0,0) size 5x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (5,0) size 5x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (10,0) size 5x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (15,0) size 5x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderTableCell {TD} at (20,0) size 5x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+              RenderTableCell {TD} at (25,0) size 5x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,22) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,2094) size 769x40
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 329x18
</span><span class="cx">             text run at (0,0) width 329: &quot;this table should be about 38 pixels wide (width=4)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 39x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 37x2
-            RenderTableRow {TR} at (0,0) size 37x2
-              RenderTableCell {TD} at (0,0) size 7x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (6,0) size 7x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (12,0) size 7x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (18,0) size 7x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderTableCell {TD} at (24,0) size 7x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
-              RenderTableCell {TD} at (30,0) size 7x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,18) size 38x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 36x2
+            RenderTableRow {TR} at (0,0) size 36x2
+              RenderTableCell {TD} at (0,0) size 6x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (6,0) size 6x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (12,0) size 6x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (18,0) size 6x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderTableCell {TD} at (24,0) size 6x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+              RenderTableCell {TD} at (30,0) size 6x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,22) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,2150) size 769x40
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 329x18
</span><span class="cx">             text run at (0,0) width 329: &quot;this table should be about xx pixels wide (width=7)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 57x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 55x2
-            RenderTableRow {TR} at (0,0) size 55x2
-              RenderTableCell {TD} at (0,0) size 10x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (9,0) size 10x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (18,0) size 10x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (27,0) size 10x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
-              RenderTableCell {TD} at (36,0) size 10x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
-              RenderTableCell {TD} at (45,0) size 10x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,18) size 56x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 54x2
+            RenderTableRow {TR} at (0,0) size 54x2
+              RenderTableCell {TD} at (0,0) size 9x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (9,0) size 9x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (18,0) size 9x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (27,0) size 9x2 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderTableCell {TD} at (36,0) size 9x2 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+              RenderTableCell {TD} at (45,0) size 9x2 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,22) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,2206) size 769x58
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 341x18
</span><span class="cx">             text run at (0,0) width 341: &quot;this table should be about 38 pixels wide (width=4 x)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 63x22 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 61x20
-            RenderTableRow {TR} at (0,0) size 61x20
-              RenderTableCell {TD} at (0,0) size 11x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,18) size 62x22 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 60x20
+            RenderTableRow {TR} at (0,0) size 60x20
+              RenderTableCell {TD} at (0,0) size 10x20 [border: (1px inset #808080)] [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;x&quot;
</span><del>-              RenderTableCell {TD} at (10,0) size 11x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (10,0) size 10x20 [border: (1px inset #808080)] [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;x&quot;
</span><del>-              RenderTableCell {TD} at (20,0) size 11x20 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (20,0) size 10x20 [border: (1px inset #808080)] [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;x&quot;
</span><del>-              RenderTableCell {TD} at (30,0) size 11x20 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,0) size 10x20 [border: (1px inset #808080)] [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;x&quot;
</span><del>-              RenderTableCell {TD} at (40,0) size 11x20 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (40,0) size 10x20 [border: (1px inset #808080)] [r=0 c=4 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;x&quot;
</span><del>-              RenderTableCell {TD} at (50,0) size 11x20 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (50,0) size 10x20 [border: (1px inset #808080)] [r=0 c=5 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;x&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,40) size 769x18
</span><span class="lines">@@ -738,43 +738,43 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 407x18
</span><span class="cx">             text run at (0,0) width 407: &quot;this table should be about xx pixels wide (colspan=15 with dot)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 75x22 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 73x20
-            RenderTableRow {TR} at (0,0) size 73x20
-              RenderTableCell {TD} at (0,0) size 7x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
</del><ins>+        RenderTable {TABLE} at (0,18) size 74x22 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 72x20
+            RenderTableRow {TR} at (0,0) size 72x20
+              RenderTableCell {TD} at (0,0) size 6x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x18
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><del>-              RenderTableCell {TD} at (6,0) size 7x20 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (6,0) size 6x20 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x18
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><del>-              RenderTableCell {TD} at (12,0) size 7x20 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (12,0) size 6x20 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x18
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><del>-              RenderTableCell {TD} at (18,0) size 7x20 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (18,0) size 6x20 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x18
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><del>-              RenderTableCell {TD} at (24,0) size 7x20 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (24,0) size 6x20 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x18
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><del>-              RenderTableCell {TD} at (30,0) size 7x20 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (30,0) size 6x20 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x18
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><del>-              RenderTableCell {TD} at (36,0) size 7x20 [border: (1px inset #808080)] [r=0 c=90 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (36,0) size 6x20 [border: (1px inset #808080)] [r=0 c=90 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x18
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><del>-              RenderTableCell {TD} at (42,0) size 7x20 [border: (1px inset #808080)] [r=0 c=105 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (42,0) size 6x20 [border: (1px inset #808080)] [r=0 c=105 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x18
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><del>-              RenderTableCell {TD} at (48,0) size 7x20 [border: (1px inset #808080)] [r=0 c=120 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (48,0) size 6x20 [border: (1px inset #808080)] [r=0 c=120 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x18
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><del>-              RenderTableCell {TD} at (54,0) size 7x20 [border: (1px inset #808080)] [r=0 c=135 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (54,0) size 6x20 [border: (1px inset #808080)] [r=0 c=135 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x18
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><del>-              RenderTableCell {TD} at (60,0) size 7x20 [border: (1px inset #808080)] [r=0 c=150 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (60,0) size 6x20 [border: (1px inset #808080)] [r=0 c=150 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x18
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><del>-              RenderTableCell {TD} at (66,0) size 7x20 [border: (1px inset #808080)] [r=0 c=165 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (66,0) size 6x20 [border: (1px inset #808080)] [r=0 c=165 rs=1 cs=15]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x18
</span><span class="cx">                   text run at (1,1) width 4: &quot;.&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,40) size 769x18
</span><span class="lines">@@ -783,48 +783,48 @@
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 394x18
</span><span class="cx">             text run at (0,0) width 394: &quot;this table should be about xx pixels wide (colspan=15 empty)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 27x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 25x2
-            RenderTableRow {TR} at (0,0) size 25x2
-              RenderTableCell {TD} at (0,0) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
-              RenderTableCell {TD} at (2,0) size 3x2 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
-              RenderTableCell {TD} at (4,0) size 3x2 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
-              RenderTableCell {TD} at (6,0) size 3x2 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
-              RenderTableCell {TD} at (8,0) size 3x2 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
-              RenderTableCell {TD} at (10,0) size 3x2 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
-              RenderTableCell {TD} at (12,0) size 3x2 [border: (1px inset #808080)] [r=0 c=90 rs=1 cs=15]
-              RenderTableCell {TD} at (14,0) size 3x2 [border: (1px inset #808080)] [r=0 c=105 rs=1 cs=15]
-              RenderTableCell {TD} at (16,0) size 3x2 [border: (1px inset #808080)] [r=0 c=120 rs=1 cs=15]
-              RenderTableCell {TD} at (18,0) size 3x2 [border: (1px inset #808080)] [r=0 c=135 rs=1 cs=15]
-              RenderTableCell {TD} at (20,0) size 3x2 [border: (1px inset #808080)] [r=0 c=150 rs=1 cs=15]
-              RenderTableCell {TD} at (22,0) size 3x2 [border: (1px inset #808080)] [r=0 c=165 rs=1 cs=15]
</del><ins>+        RenderTable {TABLE} at (0,18) size 26x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 24x2
+            RenderTableRow {TR} at (0,0) size 24x2
+              RenderTableCell {TD} at (0,0) size 2x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
+              RenderTableCell {TD} at (2,0) size 2x2 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
+              RenderTableCell {TD} at (4,0) size 2x2 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
+              RenderTableCell {TD} at (6,0) size 2x2 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
+              RenderTableCell {TD} at (8,0) size 2x2 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
+              RenderTableCell {TD} at (10,0) size 2x2 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
+              RenderTableCell {TD} at (12,0) size 2x2 [border: (1px inset #808080)] [r=0 c=90 rs=1 cs=15]
+              RenderTableCell {TD} at (14,0) size 2x2 [border: (1px inset #808080)] [r=0 c=105 rs=1 cs=15]
+              RenderTableCell {TD} at (16,0) size 2x2 [border: (1px inset #808080)] [r=0 c=120 rs=1 cs=15]
+              RenderTableCell {TD} at (18,0) size 2x2 [border: (1px inset #808080)] [r=0 c=135 rs=1 cs=15]
+              RenderTableCell {TD} at (20,0) size 2x2 [border: (1px inset #808080)] [r=0 c=150 rs=1 cs=15]
+              RenderTableCell {TD} at (22,0) size 2x2 [border: (1px inset #808080)] [r=0 c=165 rs=1 cs=15]
</ins><span class="cx">         RenderBlock (anonymous) at (0,22) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock {P} at (0,2410) size 769x62
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 451x18
</span><span class="cx">             text run at (0,0) width 451: &quot;this table should be about xx pixels wide (colspan=15 width=1 empty)&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 39x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 37x2
-            RenderTableRow {TR} at (0,0) size 37x2
-              RenderTableCell {TD} at (0,0) size 4x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
-              RenderTableCell {TD} at (3,0) size 4x2 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
-              RenderTableCell {TD} at (6,0) size 4x2 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
-              RenderTableCell {TD} at (9,0) size 4x2 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
-              RenderTableCell {TD} at (12,0) size 4x2 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
-              RenderTableCell {TD} at (15,0) size 4x2 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
-              RenderTableCell {TD} at (18,0) size 4x2 [border: (1px inset #808080)] [r=0 c=90 rs=1 cs=15]
-              RenderTableCell {TD} at (21,0) size 4x2 [border: (1px inset #808080)] [r=0 c=105 rs=1 cs=15]
-              RenderTableCell {TD} at (24,0) size 4x2 [border: (1px inset #808080)] [r=0 c=120 rs=1 cs=15]
-              RenderTableCell {TD} at (27,0) size 4x2 [border: (1px inset #808080)] [r=0 c=135 rs=1 cs=15]
-              RenderTableCell {TD} at (30,0) size 4x2 [border: (1px inset #808080)] [r=0 c=150 rs=1 cs=15]
-              RenderTableCell {TD} at (33,0) size 4x2 [border: (1px inset #808080)] [r=0 c=165 rs=1 cs=15]
</del><ins>+        RenderTable {TABLE} at (0,18) size 38x4 [bgcolor=#FFA500] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 36x2
+            RenderTableRow {TR} at (0,0) size 36x2
+              RenderTableCell {TD} at (0,0) size 3x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
+              RenderTableCell {TD} at (3,0) size 3x2 [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
+              RenderTableCell {TD} at (6,0) size 3x2 [border: (1px inset #808080)] [r=0 c=30 rs=1 cs=15]
+              RenderTableCell {TD} at (9,0) size 3x2 [border: (1px inset #808080)] [r=0 c=45 rs=1 cs=15]
+              RenderTableCell {TD} at (12,0) size 3x2 [border: (1px inset #808080)] [r=0 c=60 rs=1 cs=15]
+              RenderTableCell {TD} at (15,0) size 3x2 [border: (1px inset #808080)] [r=0 c=75 rs=1 cs=15]
+              RenderTableCell {TD} at (18,0) size 3x2 [border: (1px inset #808080)] [r=0 c=90 rs=1 cs=15]
+              RenderTableCell {TD} at (21,0) size 3x2 [border: (1px inset #808080)] [r=0 c=105 rs=1 cs=15]
+              RenderTableCell {TD} at (24,0) size 3x2 [border: (1px inset #808080)] [r=0 c=120 rs=1 cs=15]
+              RenderTableCell {TD} at (27,0) size 3x2 [border: (1px inset #808080)] [r=0 c=135 rs=1 cs=15]
+              RenderTableCell {TD} at (30,0) size 3x2 [border: (1px inset #808080)] [r=0 c=150 rs=1 cs=15]
+              RenderTableCell {TD} at (33,0) size 3x2 [border: (1px inset #808080)] [r=0 c=165 rs=1 cs=15]
</ins><span class="cx">         RenderBlock (anonymous) at (0,22) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><del>-        RenderTable {TABLE} at (0,40) size 7x22 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 5x20
-            RenderTableRow {TR} at (0,0) size 5x20
-              RenderTableCell {TD} at (0,0) size 3x20 [bgcolor=#000000] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
</del><ins>+        RenderTable {TABLE} at (0,40) size 6x22 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 4x20
+            RenderTableRow {TR} at (0,0) size 4x20
+              RenderTableCell {TD} at (0,0) size 2x20 [bgcolor=#000000] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span><del>-              RenderTableCell {TD} at (2,0) size 3x20 [bgcolor=#000000] [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
</del><ins>+              RenderTableCell {TD} at (2,0) size 2x20 [bgcolor=#000000] [border: (1px inset #808080)] [r=0 c=15 rs=1 cs=15]
</ins><span class="cx">                 RenderBR {BR} at (1,1) size 0x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresothertest4expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,11) size 397x22 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                 text run at (2,2) width 27: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (400,2) size 365x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,2) size 366x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 340x36
</span><span class="cx">                 text run at (2,2) width 340: &quot;Stuff to test out table cell layout. This should be long&quot;
</span><span class="cx">                 text run at (2,20) width 52: &quot;enough.&quot;
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx">             RenderTableCell {TD} at (2,44) size 31x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                 text run at (2,2) width 27: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (34,44) size 731x22 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=2]
</del><ins>+            RenderTableCell {TD} at (34,44) size 732x22 [bgcolor=#90EE90] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 395x18
</span><span class="cx">                 text run at (2,2) width 395: &quot;Stuff to test out table cell layout. This should be long enough.&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,68) size 767x40
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 340x36
</span><span class="cx">                 text run at (2,2) width 340: &quot;Stuff to test out table cell layout. This should be long&quot;
</span><span class="cx">                 text run at (2,20) width 52: &quot;enough.&quot;
</span><del>-            RenderTableCell {TD} at (400,77) size 365x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (400,77) size 366x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                 text run at (2,2) width 27: &quot;Cell&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,324) size 769x37
</span><span class="lines">@@ -139,8 +139,8 @@
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 4x18
</span><span class="cx">           text run at (0,18) width 4: &quot; &quot;
</span><del>-      RenderTable {TABLE} at (0,602) size 253x175 [border: (1px none #808080)]
-        RenderBlock {CAPTION} at (0,120) size 253x54
</del><ins>+      RenderTable {TABLE} at (0,602) size 252x175 [border: (1px none #808080)]
+        RenderBlock {CAPTION} at (0,120) size 252x54
</ins><span class="cx">           RenderText {#text} at (9,0) size 244x54
</span><span class="cx">             text run at (9,0) width 234: &quot;Table 4 has this bottom caption. The&quot;
</span><span class="cx">             text run at (4,18) width 244: &quot;table has specified column widths and&quot;
</span><span class="lines">@@ -149,47 +149,47 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [border: none (2px dashed #0000FF) none (2px solid #000000)]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [border: none (1px solid #FF0000) none]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [border: none (2px solid #000000) none]
</span><del>-        RenderTableSection {THEAD} at (1,1) size 251x26 [border: none (6px solid #000000) none]
-          RenderTableRow {TR} at (0,0) size 251x26 [border: (2px solid #000000)]
-            RenderTableCell {TH} at (0,0) size 91x26 [border: (1px none #000000) none (3px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {THEAD} at (1,1) size 250x26 [border: none (6px solid #000000) none]
+          RenderTableRow {TR} at (0,0) size 250x26 [border: (2px solid #000000)]
+            RenderTableCell {TH} at (0,0) size 90x26 [border: (1px none #000000) none (3px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (23,3) size 45x18
</span><span class="cx">                 text run at (23,3) width 45: &quot;Player&quot;
</span><del>-            RenderTableCell {TH} at (90,0) size 81x26 [border: (1px none #000000) none (3px none #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (90,0) size 80x26 [border: (1px none #000000) none (3px none #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (10,3) size 60x18
</span><span class="cx">                 text run at (10,3) width 60: &quot;Ranking&quot;
</span><del>-            RenderTableCell {TH} at (170,0) size 81x26 [border: (1px none #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (170,0) size 80x26 [border: (1px none #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,3) size 51x18
</span><span class="cx">                 text run at (14,3) width 51: &quot;Record&quot;
</span><del>-        RenderTableSection {TBODY} at (1,27) size 251x92
-          RenderTableRow {TR} at (0,0) size 251x26 [border: (2px solid #000000)]
-            RenderTableCell {TD} at (0,0) size 91x26 [border: (3px none #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 250x92
+          RenderTableRow {TR} at (0,0) size 250x26 [border: (2px solid #000000)]
+            RenderTableCell {TD} at (0,0) size 90x26 [border: (3px none #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,5) size 76x18
</span><span class="cx">                 text run at (3,5) width 76: &quot;Steve Clark&quot;
</span><del>-            RenderTableCell {TD} at (90,0) size 81x26 [border: (3px none #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (90,0) size 80x26 [border: (3px none #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,5) size 9x18
</span><span class="cx">                 text run at (36,5) width 9: &quot;1&quot;
</span><del>-            RenderTableCell {TD} at (170,0) size 81x26 [border: (3px none #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (170,0) size 80x26 [border: (3px none #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (25,5) size 30x18
</span><span class="cx">                 text run at (25,5) width 30: &quot;77-0&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 251x24 [border: (2px solid #000000)]
-            RenderTableCell {TD} at (0,26) size 91x24 [border: (1px none #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 250x24 [border: (2px solid #000000)]
+            RenderTableCell {TD} at (0,26) size 90x24 [border: (1px none #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 74x18
</span><span class="cx">                 text run at (3,3) width 74: &quot;Cliff Swain&quot;
</span><del>-            RenderTableCell {TD} at (90,26) size 81x24 [border: (1px none #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (90,26) size 80x24 [border: (1px none #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,3) size 9x18
</span><span class="cx">                 text run at (36,3) width 9: &quot;2&quot;
</span><del>-            RenderTableCell {TD} at (170,26) size 81x24 [border: (1px none #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (170,26) size 80x24 [border: (1px none #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (21,3) size 38x18
</span><span class="cx">                 text run at (21,3) width 38: &quot;67-10&quot;
</span><del>-          RenderTableRow {TR} at (0,50) size 251x42 [border: (2px solid #000000)]
-            RenderTableCell {TD} at (0,50) size 91x42 [border: (1px none #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,50) size 250x42 [border: (2px solid #000000)]
+            RenderTableCell {TD} at (0,50) size 90x42 [border: (1px none #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 43x36
</span><span class="cx">                 text run at (3,3) width 40: &quot;Marty&quot;
</span><span class="cx">                 text run at (3,21) width 43: &quot;Hogan&quot;
</span><del>-            RenderTableCell {TD} at (90,59) size 81x24 [border: (1px none #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (90,59) size 80x24 [border: (1px none #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (36,3) size 9x18
</span><span class="cx">                 text run at (36,3) width 9: &quot;3&quot;
</span><del>-            RenderTableCell {TD} at (170,59) size 81x24 [border: (1px none #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (170,59) size 80x24 [border: (1px none #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (21,3) size 38x18
</span><span class="cx">                 text run at (21,3) width 38: &quot;57-15&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,776) size 769x19
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacyosemitetablesmozilla_expected_failuresbugsbug8499expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac-yosemite/tables/mozilla_expected_failures/bugs/bug8499-expected.txt (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-yosemite/tables/mozilla_expected_failures/bugs/bug8499-expected.txt        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/LayoutTests/platform/mac-yosemite/tables/mozilla_expected_failures/bugs/bug8499-expected.txt        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -21,9 +21,9 @@
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 778x68
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 774x68 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderTable {TABLE} at (380,2) size 13x12 [border: (2px outset #808080)]
</span><del>-                        RenderTableSection {TBODY} at (2,2) size 9x8
-                          RenderTableRow {TR} at (0,2) size 9x4
-                            RenderTableCell {TD} at (2,2) size 5x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                        RenderTableSection {TBODY} at (2,2) size 8x8
+                          RenderTableRow {TR} at (0,2) size 8x4
+                            RenderTableCell {TD} at (2,2) size 4x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderInline {APPLET} at (0,0) size 0x0
</span><span class="cx">                                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                                 RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">                                 text run at (6,6) width 138: &quot;99 Rates in Drahmas &quot;
</span><span class="cx">                                 text run at (143,6) width 125: &quot;Per Person on H/B &quot;
</span><span class="cx">                                 text run at (267,6) width 35: &quot;Basis&quot;
</span><del>-                            RenderTableCell {TD} at (308,0) size 103x48 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                            RenderTableCell {TD} at (307,0) size 104x48 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                               RenderText {#text} at (6,6) size 91x18
</span><span class="cx">                                 text run at (6,6) width 91: &quot;27/03 - 30/04 &quot;
</span><span class="cx">                               RenderBR {BR} at (96,20) size 1x0
</span><span class="lines">@@ -100,7 +100,7 @@
</span><span class="cx">                                 text run at (6,6) width 138: &quot;99 Rates in Drahmas &quot;
</span><span class="cx">                                 text run at (143,6) width 125: &quot;Per Person on H/B &quot;
</span><span class="cx">                                 text run at (267,6) width 35: &quot;Basis&quot;
</span><del>-                            RenderTableCell {TD} at (308,0) size 103x48 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                            RenderTableCell {TD} at (307,0) size 104x48 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                               RenderText {#text} at (6,6) size 91x18
</span><span class="cx">                                 text run at (6,6) width 91: &quot;27/03 - 30/04 &quot;
</span><span class="cx">                               RenderBR {BR} at (96,20) size 1x0
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/Source/WebCore/ChangeLog        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -1,3 +1,21 @@
</span><ins>+2016-01-28  Zalan Bujtas  &lt;zalan@apple.com&gt;
+
+        Unexpected content wrapping at http://email.osh.com/H/2/v100000152474feb8ec7c1a1f4bbe5c7c0/HTML
+        https://bugs.webkit.org/show_bug.cgi?id=153430
+
+        Reviewed by Simon Fraser.
+
+        Ensure that min/max preferred and computed widths never shrink while converting LayoutUnit to float and back.
+
+        Test: fast/table/fixed-size-table-with-fixed-size-content.html
+
+        * rendering/AutoTableLayout.cpp:
+        (WebCore::AutoTableLayout::recalcColumn):
+        (WebCore::AutoTableLayout::calcEffectiveLogicalWidth):
+        (WebCore::AutoTableLayout::layout):
+        * rendering/RenderBlock.cpp:
+        (WebCore::RenderBlock::computePreferredLogicalWidths): Deleted.
+
</ins><span class="cx"> 2016-01-28  Gwang Yoon Hwang  &lt;yoon@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [GStreamer] Clean up includes and headers related with GStreamerGL
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingAutoTableLayoutcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/AutoTableLayout.cpp (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/AutoTableLayout.cpp        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/Source/WebCore/rendering/AutoTableLayout.cpp        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -74,9 +74,10 @@
</span><span class="cx">                 columnLayout.maxLogicalWidth = std::max&lt;float&gt;(columnLayout.maxLogicalWidth, 1);
</span><span class="cx"> 
</span><span class="cx">                 if (cell-&gt;colSpan() == 1) {
</span><del>-                    columnLayout.minLogicalWidth = std::max&lt;float&gt;(cell-&gt;minPreferredLogicalWidth(), columnLayout.minLogicalWidth);
-                    if (cell-&gt;maxPreferredLogicalWidth() &gt; columnLayout.maxLogicalWidth) {
-                        columnLayout.maxLogicalWidth = cell-&gt;maxPreferredLogicalWidth();
</del><ins>+                    columnLayout.minLogicalWidth = std::max(cell-&gt;minPreferredLogicalWidth().ceilToFloat(), columnLayout.minLogicalWidth);
+                    float maxPreferredWidth = cell-&gt;maxPreferredLogicalWidth().ceilToFloat();
+                    if (maxPreferredWidth &gt; columnLayout.maxLogicalWidth) {
+                        columnLayout.maxLogicalWidth = maxPreferredWidth;
</ins><span class="cx">                         maxContributor = cell;
</span><span class="cx">                     }
</span><span class="cx"> 
</span><span class="lines">@@ -394,8 +395,8 @@
</span><span class="cx">                     allocatedMinLogicalWidth += columnMinLogicalWidth;
</span><span class="cx">                     allocatedMaxLogicalWidth += columnMaxLogicalWidth;
</span><span class="cx">                 }
</span><del>-                ASSERT(allocatedMinLogicalWidth &lt;= cellMinLogicalWidth);
-                ASSERT(allocatedMaxLogicalWidth &lt;= cellMaxLogicalWidth);
</del><ins>+                ASSERT(allocatedMinLogicalWidth &lt; cellMinLogicalWidth || WTF::areEssentiallyEqual(allocatedMinLogicalWidth, cellMinLogicalWidth));
+                ASSERT(allocatedMaxLogicalWidth &lt; cellMaxLogicalWidth || WTF::areEssentiallyEqual(allocatedMaxLogicalWidth, cellMaxLogicalWidth));
</ins><span class="cx">                 cellMinLogicalWidth -= allocatedMinLogicalWidth;
</span><span class="cx">                 cellMaxLogicalWidth -= allocatedMaxLogicalWidth;
</span><span class="cx">             } else {
</span><span class="lines">@@ -753,10 +754,10 @@
</span><span class="cx">         }
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    float pos = 0;
</del><ins>+    LayoutUnit pos = 0;
</ins><span class="cx">     for (size_t i = 0; i &lt; nEffCols; ++i) {
</span><span class="cx">         m_table-&gt;setColumnPosition(i, pos);
</span><del>-        pos += m_layoutStruct[i].computedLogicalWidth + m_table-&gt;hBorderSpacing();
</del><ins>+        pos += LayoutUnit::fromFloatCeil(m_layoutStruct[i].computedLogicalWidth) + m_table-&gt;hBorderSpacing();
</ins><span class="cx">     }
</span><span class="cx">     m_table-&gt;setColumnPosition(m_table-&gt;columnPositions().size() - 1, pos);
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderBlockcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderBlock.cpp (195739 => 195740)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderBlock.cpp        2016-01-28 16:30:04 UTC (rev 195739)
+++ trunk/Source/WebCore/rendering/RenderBlock.cpp        2016-01-28 16:31:56 UTC (rev 195740)
</span><span class="lines">@@ -2701,11 +2701,6 @@
</span><span class="cx">         m_minPreferredLogicalWidth = std::min(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(styleToUse.logicalMaxWidth().value()));
</span><span class="cx">     }
</span><span class="cx">     
</span><del>-    // Table layout uses float, fudge the preferred widths to ensure that they can contain the contents.
-    if (isTableCell()) {
-        m_minPreferredLogicalWidth = m_minPreferredLogicalWidth + LayoutUnit::epsilon();
-        m_maxPreferredLogicalWidth = m_maxPreferredLogicalWidth + LayoutUnit::epsilon();
-    }
</del><span class="cx">     LayoutUnit borderAndPadding = borderAndPaddingLogicalWidth();
</span><span class="cx">     m_minPreferredLogicalWidth += borderAndPadding;
</span><span class="cx">     m_maxPreferredLogicalWidth += borderAndPadding;
</span></span></pre>
</div>
</div>

</body>
</html>